.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-f34ea6a0-d80e-46db-a8c2-38703663dd9e {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(253, 250, 244, 1);
}








#s-f34ea6a0-d80e-46db-a8c2-38703663dd9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f34ea6a0-d80e-46db-a8c2-38703663dd9e.shg-box.shg-c {
  justify-content: flex-start;
}

.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-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1440/352;
text-align: center;
}



.shg-image-margin-container-s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shg-image-content-wrapper {
      aspect-ratio: 1440/352;
      width: 100%;
      height: 100%;
    }

    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shogun-image-link {
      aspect-ratio: 1440/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image {
    
    
  }


.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
      --shg-aspect-ratio: calc(1440/352); 
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
      position: relative;
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  
  
  
  
}

#s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shg-image-content-wrapper {
      aspect-ratio: 1440/352;
      width: 100%;
      height: 100%;
    }

    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shogun-image-link {
      aspect-ratio: 1440/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image {
    
    
  }


.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
      --shg-aspect-ratio: calc(1440/352); 
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
      position: relative;
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 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-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  
  
  
  
}

#s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shg-image-content-wrapper {
      aspect-ratio: 1440/352;
      width: 100%;
      height: 100%;
    }

    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shogun-image-link {
      aspect-ratio: 1440/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image {
    
    
  }


.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
      --shg-aspect-ratio: calc(1440/352); 
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
      position: relative;
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 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-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  
  
  
  
}

#s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shg-image-content-wrapper {
      aspect-ratio: 1440/352;
      width: 100%;
      height: 100%;
    }

    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shogun-image-link {
      aspect-ratio: 1440/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image {
    
    
  }


.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
      --shg-aspect-ratio: calc(1440/352); 
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
      position: relative;
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  
  
  
  
}

#s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shg-image-content-wrapper {
      aspect-ratio: 1440/352;
      width: 100%;
      height: 100%;
    }

    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shogun-image-link {
      aspect-ratio: 1440/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image {
    
    
  }


.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 {
      --shg-aspect-ratio: calc(1440/352); 
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container {
      position: relative;
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5386f4d8-7710-41a5-9c95-73c99d9c77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-bc1a71ae-a696-4b80-9a06-4c304390554a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-bc1a71ae-a696-4b80-9a06-4c304390554a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc1a71ae-a696-4b80-9a06-4c304390554a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc1a71ae-a696-4b80-9a06-4c304390554a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc1a71ae-a696-4b80-9a06-4c304390554a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f91426e8-26df-48df-8808-32f74deb3991 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f91426e8-26df-48df-8808-32f74deb3991 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f91426e8-26df-48df-8808-32f74deb3991.shg-box.shg-c {
  justify-content: center;
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 5520/7965;
text-align: center;
}
@media (max-width: 767px){#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  margin-right: 30px;
}
}


.shg-image-margin-container-s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shg-image-content-wrapper {
      aspect-ratio: 5520/7965;
      width: 100%;
      height: 100%;
    }

    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shogun-image-link {
      aspect-ratio: 5520/7965;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image {
    
    
  }


.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shogun-image-content {
  
    align-items: center;
  
}

.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
      --shg-aspect-ratio: calc(5520/7965); 
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
      position: relative;
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  
  
  
  
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shg-image-content-wrapper {
      aspect-ratio: 5520/7965;
      width: 100%;
      height: 100%;
    }

    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shogun-image-link {
      aspect-ratio: 5520/7965;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image {
    
    
  }


.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shogun-image-content {
  
    align-items: center;
  
}

.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
      --shg-aspect-ratio: calc(5520/7965); 
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
      position: relative;
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 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-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  
  
  
  
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shg-image-content-wrapper {
      aspect-ratio: 5520/7965;
      width: 100%;
      height: 100%;
    }

    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shogun-image-link {
      aspect-ratio: 5520/7965;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image {
    
    
  }


.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shogun-image-content {
  
    align-items: center;
  
}

.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
      --shg-aspect-ratio: calc(5520/7965); 
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
      position: relative;
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 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-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  
  
  
  
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shg-image-content-wrapper {
      aspect-ratio: 5520/7965;
      width: 100%;
      height: 100%;
    }

    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shogun-image-link {
      aspect-ratio: 5520/7965;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image {
    
    
  }


.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shogun-image-content {
  
    align-items: center;
  
}

.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
      --shg-aspect-ratio: calc(5520/7965); 
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
      position: relative;
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  
  margin-right: 30px;
  
  
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shg-image-content-wrapper {
      aspect-ratio: 5520/7965;
      width: 100%;
      height: 100%;
    }

    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shogun-image-link {
      aspect-ratio: 5520/7965;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image {
    
    
  }


.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 .shogun-image-content {
  
    align-items: center;
  
}

.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 {
      --shg-aspect-ratio: calc(5520/7965); 
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container {
      position: relative;
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d63affee-bda4-48b7-ad5c-a80fbbcc3f96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cd6c4bfa-30cd-4ae0-83cf-b0e5862f231b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cd6c4bfa-30cd-4ae0-83cf-b0e5862f231b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd6c4bfa-30cd-4ae0-83cf-b0e5862f231b.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Gilroy";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-c6c77d66-ad9a-4b2a-b417-606bb6a2d16c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c6c77d66-ad9a-4b2a-b417-606bb6a2d16c {
  text-align: center;
}
}
#s-c6c77d66-ad9a-4b2a-b417-606bb6a2d16c .shogun-heading-component h1 {
  color: rgba(54, 12, 1, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Gilroy";
  font-weight: normal;
}

.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;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Gilroy";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Gilroy";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Gilroy";
  font-weight: normal;
}

#s-dd91c148-1dc3-47e2-8f91-c190178ef92c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-dd91c148-1dc3-47e2-8f91-c190178ef92c {
  display: none;
}
#s-dd91c148-1dc3-47e2-8f91-c190178ef92c, #wrap-s-dd91c148-1dc3-47e2-8f91-c190178ef92c { display: none !important; }}
#s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb {
  display: none;
}
#s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb, #wrap-s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb {
  display: none;
}
#s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb, #wrap-s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb {
  display: none;
}
#s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb, #wrap-s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb { display: none !important; }}@media (max-width: 767px){#s-3ee3c5b7-2978-4c64-a20b-a5b07d24c1bb {
  
}
}
.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 {
  font-weight: normal;
  font-family: "Gilroy";
}

.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-261e1217-921e-46bb-953f-3caf4bb02c4a {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(54, 12, 1, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-261e1217-921e-46bb-953f-3caf4bb02c4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-261e1217-921e-46bb-953f-3caf4bb02c4a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-261e1217-921e-46bb-953f-3caf4bb02c4a {
  text-align: center;
}
}

  #s-261e1217-921e-46bb-953f-3caf4bb02c4a-root {
    text-align: left;
  }


#s-261e1217-921e-46bb-953f-3caf4bb02c4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-261e1217-921e-46bb-953f-3caf4bb02c4a-root {
    text-align: left;
  }


#s-261e1217-921e-46bb-953f-3caf4bb02c4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-261e1217-921e-46bb-953f-3caf4bb02c4a-root {
    text-align: left;
  }


#s-261e1217-921e-46bb-953f-3caf4bb02c4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-261e1217-921e-46bb-953f-3caf4bb02c4a-root {
    text-align: left;
  }


#s-261e1217-921e-46bb-953f-3caf4bb02c4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-261e1217-921e-46bb-953f-3caf4bb02c4a-root {
    text-align: center;
  }


#s-261e1217-921e-46bb-953f-3caf4bb02c4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-caf17c39-e4bc-4e7b-a3ef-1480ca21b26d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
min-height: 50px;
background-color: rgba(253, 250, 244, 1);
}
@media (max-width: 767px){#s-caf17c39-e4bc-4e7b-a3ef-1480ca21b26d {
  padding-top: 50px;
}
}







#s-caf17c39-e4bc-4e7b-a3ef-1480ca21b26d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caf17c39-e4bc-4e7b-a3ef-1480ca21b26d.shg-box.shg-c {
  justify-content: center;
}

#s-36d6e110-4902-424f-8e1a-179de9dfe6d8 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-36d6e110-4902-424f-8e1a-179de9dfe6d8 .shogun-heading-component h2 {
  color: rgba(54, 12, 1, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 0 var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-5e7e4108-52dd-4348-b42f-9957e77619ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5e7e4108-52dd-4348-b42f-9957e77619ae {
  display: none;
}
#s-5e7e4108-52dd-4348-b42f-9957e77619ae, #wrap-s-5e7e4108-52dd-4348-b42f-9957e77619ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e7e4108-52dd-4348-b42f-9957e77619ae {
  display: none;
}
#s-5e7e4108-52dd-4348-b42f-9957e77619ae, #wrap-s-5e7e4108-52dd-4348-b42f-9957e77619ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e7e4108-52dd-4348-b42f-9957e77619ae {
  display: none;
}
#s-5e7e4108-52dd-4348-b42f-9957e77619ae, #wrap-s-5e7e4108-52dd-4348-b42f-9957e77619ae { display: none !important; }}
#slider-v3-s-5e7e4108-52dd-4348-b42f-9957e77619ae {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-5e7e4108-52dd-4348-b42f-9957e77619ae > .swiper-button-prev,
#slider-v3-s-5e7e4108-52dd-4348-b42f-9957e77619ae > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-5e7e4108-52dd-4348-b42f-9957e77619ae > .swiper-button-next svg,
#slider-v3-s-5e7e4108-52dd-4348-b42f-9957e77619ae > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-c961b959-7136-4cfa-b9ac-8e6cd8e94829 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c961b959-7136-4cfa-b9ac-8e6cd8e94829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c961b959-7136-4cfa-b9ac-8e6cd8e94829.shg-box.shg-c {
  justify-content: center;
}

#s-5e6b697b-05b1-4014-9316-eccd9f26cafc {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.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-3b04e2da-d106-4fcd-a914-97c366eef3a0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-3b04e2da-d106-4fcd-a914-97c366eef3a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b04e2da-d106-4fcd-a914-97c366eef3a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3b04e2da-d106-4fcd-a914-97c366eef3a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b04e2da-d106-4fcd-a914-97c366eef3a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3b04e2da-d106-4fcd-a914-97c366eef3a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b04e2da-d106-4fcd-a914-97c366eef3a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3b04e2da-d106-4fcd-a914-97c366eef3a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b04e2da-d106-4fcd-a914-97c366eef3a0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3b04e2da-d106-4fcd-a914-97c366eef3a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b04e2da-d106-4fcd-a914-97c366eef3a0 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;
  color: rgba(0, 0, 0, 1);
  font-family: "Gilroy";
  text-transform: none;
  font-weight: normal;
  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-1b1ff1f2-613b-4194-bb15-5182109967a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-1b1ff1f2-613b-4194-bb15-5182109967a4 .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-a6859d5c-b837-450f-886e-a1d17e522baa {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a6859d5c-b837-450f-886e-a1d17e522baa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a6859d5c-b837-450f-886e-a1d17e522baa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a6859d5c-b837-450f-886e-a1d17e522baa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6859d5c-b837-450f-886e-a1d17e522baa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8a088858-efdf-4cb5-93a0-44e2dea525e4 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-96d74294-3bb5-4958-aa0f-33b9d22944a3 {
  margin-left: auto;
margin-right: auto;
}

.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-8f2c299a-0a6c-4ff4-af46-b1aa58694026 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8f2c299a-0a6c-4ff4-af46-b1aa58694026:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f2c299a-0a6c-4ff4-af46-b1aa58694026:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f2c299a-0a6c-4ff4-af46-b1aa58694026 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f2c299a-0a6c-4ff4-af46-b1aa58694026.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f2c299a-0a6c-4ff4-af46-b1aa58694026.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f2c299a-0a6c-4ff4-af46-b1aa58694026.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4a724516-6995-467f-baee-ffa53db3f73b {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4a724516-6995-467f-baee-ffa53db3f73b {
  margin-bottom: 30px;
}
}







#s-4a724516-6995-467f-baee-ffa53db3f73b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a724516-6995-467f-baee-ffa53db3f73b.shg-box.shg-c {
  justify-content: center;
}

#s-f86ca35f-a577-4191-9c28-c509bb3c7899 {
  margin-left: auto;
margin-right: auto;
}

#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-99799d2d-1498-497b-b3b5-30a0f5e3a469 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2276d582-d862-4059-8ab1-d0a9c27a0096 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-2276d582-d862-4059-8ab1-d0a9c27a0096 .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-2ff3a1f3-7e82-4929-936f-b504459f0788 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2ff3a1f3-7e82-4929-936f-b504459f0788"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2ff3a1f3-7e82-4929-936f-b504459f0788"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2ff3a1f3-7e82-4929-936f-b504459f0788"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ff3a1f3-7e82-4929-936f-b504459f0788"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b21254d6-52ed-4e8d-83a4-402c94c4c7d8 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-1a1865ae-3fcf-49c3-961a-be09c85fa70f {
  margin-left: auto;
margin-right: auto;
}

#s-8364f683-142e-4bdd-bfa9-f131b735d6f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8364f683-142e-4bdd-bfa9-f131b735d6f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8364f683-142e-4bdd-bfa9-f131b735d6f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8364f683-142e-4bdd-bfa9-f131b735d6f2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8364f683-142e-4bdd-bfa9-f131b735d6f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8364f683-142e-4bdd-bfa9-f131b735d6f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8364f683-142e-4bdd-bfa9-f131b735d6f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-679362d4-192f-4eff-8b1b-1db17dc97f68 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-679362d4-192f-4eff-8b1b-1db17dc97f68 {
  margin-bottom: 30px;
}
}







#s-679362d4-192f-4eff-8b1b-1db17dc97f68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-679362d4-192f-4eff-8b1b-1db17dc97f68.shg-box.shg-c {
  justify-content: center;
}

#s-0c301971-055c-4205-919e-4c3090fe57df {
  margin-left: auto;
margin-right: auto;
}

#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e36e4eda-de37-47a7-8c95-2cf4ad5e66e6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f071eba6-fc2d-46fe-a124-9ad5181b329f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-f071eba6-fc2d-46fe-a124-9ad5181b329f .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-ff29b8e7-f065-482b-91ea-d373a1d56b19 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ff29b8e7-f065-482b-91ea-d373a1d56b19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ff29b8e7-f065-482b-91ea-d373a1d56b19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ff29b8e7-f065-482b-91ea-d373a1d56b19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff29b8e7-f065-482b-91ea-d373a1d56b19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-17c6a873-5d6f-4013-8450-a195ccb8dfb4 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-c59b9e41-78fe-4b77-84ae-d1fae6214182 {
  margin-left: auto;
margin-right: auto;
}

#s-735006b9-cbd2-47b4-afa8-cc701a7df4cf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-735006b9-cbd2-47b4-afa8-cc701a7df4cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-735006b9-cbd2-47b4-afa8-cc701a7df4cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-735006b9-cbd2-47b4-afa8-cc701a7df4cf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-735006b9-cbd2-47b4-afa8-cc701a7df4cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-735006b9-cbd2-47b4-afa8-cc701a7df4cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-735006b9-cbd2-47b4-afa8-cc701a7df4cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-623cc40c-8974-4fee-865f-efc3ce4d1ebb {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-623cc40c-8974-4fee-865f-efc3ce4d1ebb {
  display: none;
}
#s-623cc40c-8974-4fee-865f-efc3ce4d1ebb, #wrap-s-623cc40c-8974-4fee-865f-efc3ce4d1ebb { display: none !important; }}
@media (min-width: 0px) {
[id="s-623cc40c-8974-4fee-865f-efc3ce4d1ebb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-623cc40c-8974-4fee-865f-efc3ce4d1ebb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-623cc40c-8974-4fee-865f-efc3ce4d1ebb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-623cc40c-8974-4fee-865f-efc3ce4d1ebb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dfc1a642-6591-4f92-a902-732452c2aa37 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-dfc1a642-6591-4f92-a902-732452c2aa37 {
  margin-bottom: 30px;
}
}







#s-dfc1a642-6591-4f92-a902-732452c2aa37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfc1a642-6591-4f92-a902-732452c2aa37.shg-box.shg-c {
  justify-content: center;
}

#s-18538503-e81c-4c63-b531-db3af2afb08d {
  margin-left: auto;
margin-right: auto;
}

#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42a5c1a8-57b2-4bf4-82f2-b8c55bb8492f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c55b7d0e-3d70-48f3-81f7-9e549feb13c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-c55b7d0e-3d70-48f3-81f7-9e549feb13c6 .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-a2473c20-d27d-4a68-aa6b-bef31c1e2063 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a2473c20-d27d-4a68-aa6b-bef31c1e2063"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a2473c20-d27d-4a68-aa6b-bef31c1e2063"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a2473c20-d27d-4a68-aa6b-bef31c1e2063"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2473c20-d27d-4a68-aa6b-bef31c1e2063"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a943196a-62d7-4760-9d0b-b94d42b42c7d {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-758b4ccf-1c20-4280-a15e-64209c191987 {
  margin-left: auto;
margin-right: auto;
}

#s-959982f1-c17d-4af7-b544-c6bc9e14109f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-959982f1-c17d-4af7-b544-c6bc9e14109f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-959982f1-c17d-4af7-b544-c6bc9e14109f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-959982f1-c17d-4af7-b544-c6bc9e14109f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-959982f1-c17d-4af7-b544-c6bc9e14109f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-959982f1-c17d-4af7-b544-c6bc9e14109f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-959982f1-c17d-4af7-b544-c6bc9e14109f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5c449752-0a55-422d-96fc-6696e186c25c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5c449752-0a55-422d-96fc-6696e186c25c {
  margin-bottom: 30px;
}
}







#s-5c449752-0a55-422d-96fc-6696e186c25c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c449752-0a55-422d-96fc-6696e186c25c.shg-box.shg-c {
  justify-content: center;
}

#s-ae5c764c-3f20-4621-83f5-93e5dcde0af8 {
  margin-left: auto;
margin-right: auto;
}

#s-2518a150-bb03-417a-98de-7303122f1894 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-2518a150-bb03-417a-98de-7303122f1894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2518a150-bb03-417a-98de-7303122f1894 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2518a150-bb03-417a-98de-7303122f1894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2518a150-bb03-417a-98de-7303122f1894 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2518a150-bb03-417a-98de-7303122f1894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2518a150-bb03-417a-98de-7303122f1894 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2518a150-bb03-417a-98de-7303122f1894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2518a150-bb03-417a-98de-7303122f1894 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2518a150-bb03-417a-98de-7303122f1894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2518a150-bb03-417a-98de-7303122f1894 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bf84ce86-f00c-4b83-a3ea-247ed05eab84 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-bf84ce86-f00c-4b83-a3ea-247ed05eab84 .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-fb6d8034-cdfe-4e64-844d-1752d69a89a7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fb6d8034-cdfe-4e64-844d-1752d69a89a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fb6d8034-cdfe-4e64-844d-1752d69a89a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fb6d8034-cdfe-4e64-844d-1752d69a89a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb6d8034-cdfe-4e64-844d-1752d69a89a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d4ed736b-3603-4e20-9eda-87bee1773b9a {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-89227f89-8be0-452a-b86a-cd196c623118 {
  margin-left: auto;
margin-right: auto;
}

#s-bd62e6d1-6aee-437b-8a89-e981fd487cef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bd62e6d1-6aee-437b-8a89-e981fd487cef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd62e6d1-6aee-437b-8a89-e981fd487cef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bd62e6d1-6aee-437b-8a89-e981fd487cef {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bd62e6d1-6aee-437b-8a89-e981fd487cef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd62e6d1-6aee-437b-8a89-e981fd487cef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bd62e6d1-6aee-437b-8a89-e981fd487cef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c2e6a330-0d12-4bf7-9562-aa0638c21441 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c2e6a330-0d12-4bf7-9562-aa0638c21441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2e6a330-0d12-4bf7-9562-aa0638c21441.shg-box.shg-c {
  justify-content: center;
}

#s-aa7f1481-5f72-4a1b-a999-b93584d0cee9 {
  margin-left: auto;
margin-right: auto;
}

#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d395d08f-e3f4-4405-8faf-c1f52ee978fb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d80587a0-4161-43a1-9d5f-1537bad3acc6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
}

#s-d80587a0-4161-43a1-9d5f-1537bad3acc6 .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-44d78704-2b6b-439c-8f1f-cb7b758aef5c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-44d78704-2b6b-439c-8f1f-cb7b758aef5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-44d78704-2b6b-439c-8f1f-cb7b758aef5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-44d78704-2b6b-439c-8f1f-cb7b758aef5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-44d78704-2b6b-439c-8f1f-cb7b758aef5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-962c0889-28be-45b7-b9b9-9d2c2ac1d606 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-4a599b02-944f-4b89-aaaf-cd999fa79244 {
  margin-left: auto;
margin-right: auto;
}

#s-53250cf9-db46-48ca-ade8-1027e73ea909 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-53250cf9-db46-48ca-ade8-1027e73ea909:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-53250cf9-db46-48ca-ade8-1027e73ea909:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-53250cf9-db46-48ca-ade8-1027e73ea909 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-53250cf9-db46-48ca-ade8-1027e73ea909.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53250cf9-db46-48ca-ade8-1027e73ea909.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-53250cf9-db46-48ca-ade8-1027e73ea909.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ed691b44-44fe-4cbc-afce-636f6f67c5d5 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(54, 12, 1, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed691b44-44fe-4cbc-afce-636f6f67c5d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed691b44-44fe-4cbc-afce-636f6f67c5d5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ed691b44-44fe-4cbc-afce-636f6f67c5d5 {
  margin-top: 0px;
}
}

  #s-ed691b44-44fe-4cbc-afce-636f6f67c5d5-root {
    text-align: center;
  }


#s-ed691b44-44fe-4cbc-afce-636f6f67c5d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed691b44-44fe-4cbc-afce-636f6f67c5d5-root {
    text-align: center;
  }


#s-ed691b44-44fe-4cbc-afce-636f6f67c5d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed691b44-44fe-4cbc-afce-636f6f67c5d5-root {
    text-align: center;
  }


#s-ed691b44-44fe-4cbc-afce-636f6f67c5d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed691b44-44fe-4cbc-afce-636f6f67c5d5-root {
    text-align: center;
  }


#s-ed691b44-44fe-4cbc-afce-636f6f67c5d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed691b44-44fe-4cbc-afce-636f6f67c5d5-root {
    text-align: center;
  }


#s-ed691b44-44fe-4cbc-afce-636f6f67c5d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-80adda27-4bc9-4af9-860b-e3ed11475330 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-80adda27-4bc9-4af9-860b-e3ed11475330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80adda27-4bc9-4af9-860b-e3ed11475330.shg-box.shg-c {
  justify-content: center;
}

#s-c7561373-cf54-4f70-8499-7534c96016d5 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 3347/2768;
text-align: center;
}
@media (max-width: 767px){#s-c7561373-cf54-4f70-8499-7534c96016d5 {
  
}
}


.shg-image-margin-container-s-c7561373-cf54-4f70-8499-7534c96016d5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c7561373-cf54-4f70-8499-7534c96016d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shg-image-content-wrapper {
      aspect-ratio: 3347/2768;
      width: 100%;
      height: 100%;
    }

    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shogun-image-link {
      aspect-ratio: 3347/2768;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7561373-cf54-4f70-8499-7534c96016d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image {
    
    
  }


.s-c7561373-cf54-4f70-8499-7534c96016d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7561373-cf54-4f70-8499-7534c96016d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7561373-cf54-4f70-8499-7534c96016d5 {
      --shg-aspect-ratio: calc(3347/2768); 
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
      position: relative;
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c7561373-cf54-4f70-8499-7534c96016d5 {
  
  
  
  
}

#s-c7561373-cf54-4f70-8499-7534c96016d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shg-image-content-wrapper {
      aspect-ratio: 3347/2768;
      width: 100%;
      height: 100%;
    }

    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shogun-image-link {
      aspect-ratio: 3347/2768;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7561373-cf54-4f70-8499-7534c96016d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image {
    
    
  }


.s-c7561373-cf54-4f70-8499-7534c96016d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7561373-cf54-4f70-8499-7534c96016d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7561373-cf54-4f70-8499-7534c96016d5 {
      --shg-aspect-ratio: calc(3347/2768); 
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
      position: relative;
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5 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-c7561373-cf54-4f70-8499-7534c96016d5 {
  
  
  
  
}

#s-c7561373-cf54-4f70-8499-7534c96016d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shg-image-content-wrapper {
      aspect-ratio: 3347/2768;
      width: 100%;
      height: 100%;
    }

    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shogun-image-link {
      aspect-ratio: 3347/2768;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7561373-cf54-4f70-8499-7534c96016d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image {
    
    
  }


.s-c7561373-cf54-4f70-8499-7534c96016d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7561373-cf54-4f70-8499-7534c96016d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7561373-cf54-4f70-8499-7534c96016d5 {
      --shg-aspect-ratio: calc(3347/2768); 
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
      position: relative;
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5 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-c7561373-cf54-4f70-8499-7534c96016d5 {
  
  
  
  
}

#s-c7561373-cf54-4f70-8499-7534c96016d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shg-image-content-wrapper {
      aspect-ratio: 3347/2768;
      width: 100%;
      height: 100%;
    }

    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shogun-image-link {
      aspect-ratio: 3347/2768;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7561373-cf54-4f70-8499-7534c96016d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image {
    
    
  }


.s-c7561373-cf54-4f70-8499-7534c96016d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7561373-cf54-4f70-8499-7534c96016d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7561373-cf54-4f70-8499-7534c96016d5 {
      --shg-aspect-ratio: calc(3347/2768); 
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
      position: relative;
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c7561373-cf54-4f70-8499-7534c96016d5 {
  
  
  
  
}

#s-c7561373-cf54-4f70-8499-7534c96016d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shg-image-content-wrapper {
      aspect-ratio: 3347/2768;
      width: 100%;
      height: 100%;
    }

    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shogun-image-link {
      aspect-ratio: 3347/2768;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7561373-cf54-4f70-8499-7534c96016d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7561373-cf54-4f70-8499-7534c96016d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image {
    
    
  }


.s-c7561373-cf54-4f70-8499-7534c96016d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7561373-cf54-4f70-8499-7534c96016d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7561373-cf54-4f70-8499-7534c96016d5 {
      --shg-aspect-ratio: calc(3347/2768); 
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container {
      position: relative;
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7561373-cf54-4f70-8499-7534c96016d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-53748e09-1db9-4d77-8084-5e98d520b392 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-bottom: 10px;
text-align: center;
}

#s-53748e09-1db9-4d77-8084-5e98d520b392 .shogun-heading-component h2 {
  color: rgba(241, 225, 207, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-cf92c772-cfd6-433f-b0af-a35a5b616cbf {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e53eeedb-3cbf-4c11-a4c6-4bb2fc5fe28c {
  margin-left: auto;
margin-right: auto;
}

#s-e53eeedb-3cbf-4c11-a4c6-4bb2fc5fe28c .shogun-countdown span, #s-e53eeedb-3cbf-4c11-a4c6-4bb2fc5fe28c .shogun-countdown label {
  color: rgba(241, 225, 207, 1);
}
#s-d9688895-ede5-4fb2-8022-1ce8d3e67c72 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(253, 250, 244, 1);
}








#s-d9688895-ede5-4fb2-8022-1ce8d3e67c72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9688895-ede5-4fb2-8022-1ce8d3e67c72.shg-box.shg-c {
  justify-content: center;
}

#s-e47190b1-47d8-4d8a-a3a7-366b6d4cad16 {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(241, 225, 207, 0);
}

#s-70a60e41-14ea-4cec-865b-d2ef9dad2fce {
  margin-left: auto;
margin-right: auto;
}

#s-8f7a2d96-db74-4fb7-90a6-62f691bc36ce {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
text-align: center;
}

#s-8f7a2d96-db74-4fb7-90a6-62f691bc36ce .shogun-heading-component h2 {
  color: rgba(54, 12, 1, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-40b012b6-d925-4a1b-9d60-e3b2e8afe2bc {
  margin-left: auto;
margin-right: auto;
}

/*
  $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-93706d98-70e7-4f62-bbbe-09cfb8c5e597 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-93706d98-70e7-4f62-bbbe-09cfb8c5e597 {
  display: none;
}
#s-93706d98-70e7-4f62-bbbe-09cfb8c5e597, #wrap-s-93706d98-70e7-4f62-bbbe-09cfb8c5e597 { display: none !important; }}
#s-93706d98-70e7-4f62-bbbe-09cfb8c5e597 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}@media (max-width: 767px){#s-93706d98-70e7-4f62-bbbe-09cfb8c5e597 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}}
#s-407c9899-592b-4633-998a-abaa03539b46 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-8356deba-1e68-41ff-a166-dc345e841176 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8356deba-1e68-41ff-a166-dc345e841176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8356deba-1e68-41ff-a166-dc345e841176 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8356deba-1e68-41ff-a166-dc345e841176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8356deba-1e68-41ff-a166-dc345e841176 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8356deba-1e68-41ff-a166-dc345e841176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8356deba-1e68-41ff-a166-dc345e841176 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8356deba-1e68-41ff-a166-dc345e841176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8356deba-1e68-41ff-a166-dc345e841176 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8356deba-1e68-41ff-a166-dc345e841176 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8356deba-1e68-41ff-a166-dc345e841176 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d5d80cbe-b6fa-47a4-97cb-958b63047601 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 65px;
text-align: center;
}

#s-d5d80cbe-b6fa-47a4-97cb-958b63047601 .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-4fdc0194-fadd-4fd9-8e20-030349ea52e8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4fdc0194-fadd-4fd9-8e20-030349ea52e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4fdc0194-fadd-4fd9-8e20-030349ea52e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4fdc0194-fadd-4fd9-8e20-030349ea52e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fdc0194-fadd-4fd9-8e20-030349ea52e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-48b96347-4d6a-432a-adb5-dbe594e135e6 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-c59fe612-3424-4ba1-92fc-ace216c72d8e {
  margin-left: auto;
margin-right: auto;
}

#s-d6a292cb-e505-40b3-9cf4-a33b4adaf663 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d6a292cb-e505-40b3-9cf4-a33b4adaf663:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6a292cb-e505-40b3-9cf4-a33b4adaf663:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d6a292cb-e505-40b3-9cf4-a33b4adaf663 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6a292cb-e505-40b3-9cf4-a33b4adaf663.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6a292cb-e505-40b3-9cf4-a33b4adaf663.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d6a292cb-e505-40b3-9cf4-a33b4adaf663.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-85ba1a77-63d9-4b04-8459-2421cac0c4a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-77673278-785b-494a-8491-6e6106e73dbb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-77673278-785b-494a-8491-6e6106e73dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77673278-785b-494a-8491-6e6106e73dbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-77673278-785b-494a-8491-6e6106e73dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77673278-785b-494a-8491-6e6106e73dbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-77673278-785b-494a-8491-6e6106e73dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77673278-785b-494a-8491-6e6106e73dbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-77673278-785b-494a-8491-6e6106e73dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77673278-785b-494a-8491-6e6106e73dbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-77673278-785b-494a-8491-6e6106e73dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77673278-785b-494a-8491-6e6106e73dbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e2a34c51-0c48-4558-8198-b94bfef7c043 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 65px;
text-align: center;
}

#s-e2a34c51-0c48-4558-8198-b94bfef7c043 .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-da54140b-ff17-4aae-8493-21c0086f817a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-da54140b-ff17-4aae-8493-21c0086f817a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-da54140b-ff17-4aae-8493-21c0086f817a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-da54140b-ff17-4aae-8493-21c0086f817a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-da54140b-ff17-4aae-8493-21c0086f817a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b4b996a4-2926-46fd-a3d9-a90979f9b89b {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-504adce3-dde2-42c8-b515-32b19dcd3d39 {
  margin-left: auto;
margin-right: auto;
}

#s-6805813a-78b1-4c86-993c-88bd4967578e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6805813a-78b1-4c86-993c-88bd4967578e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6805813a-78b1-4c86-993c-88bd4967578e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6805813a-78b1-4c86-993c-88bd4967578e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6805813a-78b1-4c86-993c-88bd4967578e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6805813a-78b1-4c86-993c-88bd4967578e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6805813a-78b1-4c86-993c-88bd4967578e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4deafed9-2ade-47ea-8384-0b71e53f106d {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2ac5164-fb3d-4ef5-aedf-e0aab85bbc82 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f129476a-47d8-4fb5-9476-07e03737933c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 65px;
text-align: center;
}

#s-f129476a-47d8-4fb5-9476-07e03737933c .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-e1751282-255b-41ac-800b-73b0841db59e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e1751282-255b-41ac-800b-73b0841db59e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e1751282-255b-41ac-800b-73b0841db59e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e1751282-255b-41ac-800b-73b0841db59e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1751282-255b-41ac-800b-73b0841db59e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bb7bbc81-2038-4037-bfc0-309ca970b52f {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-640e67dd-5b65-4562-bd5c-fcad65bea340 {
  margin-left: auto;
margin-right: auto;
}

#s-f7275a5a-023c-4341-b132-0d3e20cbddb2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f7275a5a-023c-4341-b132-0d3e20cbddb2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7275a5a-023c-4341-b132-0d3e20cbddb2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f7275a5a-023c-4341-b132-0d3e20cbddb2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7275a5a-023c-4341-b132-0d3e20cbddb2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7275a5a-023c-4341-b132-0d3e20cbddb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f7275a5a-023c-4341-b132-0d3e20cbddb2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee1f3d3d-d0d5-40aa-9c6f-d4840c68051f {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-3d582e01-b0fe-4027-a77c-99380e2c4019 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3d582e01-b0fe-4027-a77c-99380e2c4019 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d582e01-b0fe-4027-a77c-99380e2c4019 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3d582e01-b0fe-4027-a77c-99380e2c4019 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d582e01-b0fe-4027-a77c-99380e2c4019 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3d582e01-b0fe-4027-a77c-99380e2c4019 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d582e01-b0fe-4027-a77c-99380e2c4019 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3d582e01-b0fe-4027-a77c-99380e2c4019 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d582e01-b0fe-4027-a77c-99380e2c4019 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3d582e01-b0fe-4027-a77c-99380e2c4019 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d582e01-b0fe-4027-a77c-99380e2c4019 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d1c1f598-baa5-4930-bc97-0c2d5b3af765 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 65px;
text-align: center;
}

#s-d1c1f598-baa5-4930-bc97-0c2d5b3af765 .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-0c4d4f9c-5203-4f14-89fd-f7716979c11e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0c4d4f9c-5203-4f14-89fd-f7716979c11e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0c4d4f9c-5203-4f14-89fd-f7716979c11e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0c4d4f9c-5203-4f14-89fd-f7716979c11e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c4d4f9c-5203-4f14-89fd-f7716979c11e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-62d885fc-c467-4f6e-985d-73b440accf04 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-97c11d15-5d54-478b-b71a-5c666b2de62a {
  margin-left: auto;
margin-right: auto;
}

#s-2703a421-fcd1-446c-829c-cbdef8ef3ffb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2703a421-fcd1-446c-829c-cbdef8ef3ffb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2703a421-fcd1-446c-829c-cbdef8ef3ffb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2703a421-fcd1-446c-829c-cbdef8ef3ffb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2703a421-fcd1-446c-829c-cbdef8ef3ffb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2703a421-fcd1-446c-829c-cbdef8ef3ffb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2703a421-fcd1-446c-829c-cbdef8ef3ffb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9005019b-57e9-479c-90f2-2cad4a2024b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-28799596-de37-4edb-bb87-b8115ac6e766 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-28799596-de37-4edb-bb87-b8115ac6e766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28799596-de37-4edb-bb87-b8115ac6e766 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-28799596-de37-4edb-bb87-b8115ac6e766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28799596-de37-4edb-bb87-b8115ac6e766 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-28799596-de37-4edb-bb87-b8115ac6e766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28799596-de37-4edb-bb87-b8115ac6e766 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-28799596-de37-4edb-bb87-b8115ac6e766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28799596-de37-4edb-bb87-b8115ac6e766 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-28799596-de37-4edb-bb87-b8115ac6e766 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28799596-de37-4edb-bb87-b8115ac6e766 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0548f222-ac2d-4a52-a8a1-f3ec9ac1143b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 65px;
text-align: center;
}

#s-0548f222-ac2d-4a52-a8a1-f3ec9ac1143b .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-ab390e34-9ed8-4a86-8835-2955c77bd9a8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ab390e34-9ed8-4a86-8835-2955c77bd9a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ab390e34-9ed8-4a86-8835-2955c77bd9a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ab390e34-9ed8-4a86-8835-2955c77bd9a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab390e34-9ed8-4a86-8835-2955c77bd9a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0971ae59-b79e-4f5d-b34c-77e8ba6f6857 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-fcfcdd3d-eea1-47cb-8232-1eeb54aacacf {
  margin-left: auto;
margin-right: auto;
}

#s-783aea86-83d1-405f-8e0a-2d31e4e2b709 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-783aea86-83d1-405f-8e0a-2d31e4e2b709:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-783aea86-83d1-405f-8e0a-2d31e4e2b709:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-783aea86-83d1-405f-8e0a-2d31e4e2b709 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-783aea86-83d1-405f-8e0a-2d31e4e2b709.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-783aea86-83d1-405f-8e0a-2d31e4e2b709.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-783aea86-83d1-405f-8e0a-2d31e4e2b709.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-55cc8594-52a7-42a5-a818-b58ff3785964 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-b3680021-87ee-465b-8dfd-5ce60a7d506c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b3680021-87ee-465b-8dfd-5ce60a7d506c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3680021-87ee-465b-8dfd-5ce60a7d506c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b3680021-87ee-465b-8dfd-5ce60a7d506c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3680021-87ee-465b-8dfd-5ce60a7d506c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b3680021-87ee-465b-8dfd-5ce60a7d506c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3680021-87ee-465b-8dfd-5ce60a7d506c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b3680021-87ee-465b-8dfd-5ce60a7d506c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3680021-87ee-465b-8dfd-5ce60a7d506c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b3680021-87ee-465b-8dfd-5ce60a7d506c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3680021-87ee-465b-8dfd-5ce60a7d506c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e1b49c4-f0f2-4356-a863-4d48fc8a20ae {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 65px;
text-align: center;
}

#s-8e1b49c4-f0f2-4356-a863-4d48fc8a20ae .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-c57d6d36-a6ea-406a-8e97-cfd4ac464ad3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c57d6d36-a6ea-406a-8e97-cfd4ac464ad3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c57d6d36-a6ea-406a-8e97-cfd4ac464ad3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c57d6d36-a6ea-406a-8e97-cfd4ac464ad3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c57d6d36-a6ea-406a-8e97-cfd4ac464ad3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5fa6576b-3cf0-4c1c-a19b-5f610992703f {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-af56afb3-a227-40d0-adea-b6c92999bf18 {
  margin-left: auto;
margin-right: auto;
}

#s-7a241650-26cb-4254-9d32-4c69bd2d043f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7a241650-26cb-4254-9d32-4c69bd2d043f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a241650-26cb-4254-9d32-4c69bd2d043f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a241650-26cb-4254-9d32-4c69bd2d043f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a241650-26cb-4254-9d32-4c69bd2d043f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a241650-26cb-4254-9d32-4c69bd2d043f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7a241650-26cb-4254-9d32-4c69bd2d043f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0a00db8a-69fa-44b0-8d3a-e20a60b4d7db {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-e55d84db-4373-401c-9de5-416632b502f8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e55d84db-4373-401c-9de5-416632b502f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e55d84db-4373-401c-9de5-416632b502f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e55d84db-4373-401c-9de5-416632b502f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e55d84db-4373-401c-9de5-416632b502f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e55d84db-4373-401c-9de5-416632b502f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e55d84db-4373-401c-9de5-416632b502f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e55d84db-4373-401c-9de5-416632b502f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e55d84db-4373-401c-9de5-416632b502f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e55d84db-4373-401c-9de5-416632b502f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e55d84db-4373-401c-9de5-416632b502f8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-51eeb2b4-4ded-41d0-8362-d595894f9f0d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 65px;
text-align: center;
}

#s-51eeb2b4-4ded-41d0-8362-d595894f9f0d .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-302bf0de-8bb5-400f-b52c-149f6189b535 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-302bf0de-8bb5-400f-b52c-149f6189b535"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-302bf0de-8bb5-400f-b52c-149f6189b535"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-302bf0de-8bb5-400f-b52c-149f6189b535"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-302bf0de-8bb5-400f-b52c-149f6189b535"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f0cc4c99-d4d7-4647-9cfc-588ab2af4fbf {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
}

#s-1e0e52bb-cd19-4fe6-8302-afdc0f1de7ce {
  margin-left: auto;
margin-right: auto;
}

#s-c4b3311b-a16f-4ed1-934d-20a76bb4d5f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c4b3311b-a16f-4ed1-934d-20a76bb4d5f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4b3311b-a16f-4ed1-934d-20a76bb4d5f5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4b3311b-a16f-4ed1-934d-20a76bb4d5f5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4b3311b-a16f-4ed1-934d-20a76bb4d5f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4b3311b-a16f-4ed1-934d-20a76bb4d5f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c4b3311b-a16f-4ed1-934d-20a76bb4d5f5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fe2afe72-250b-48d7-a5de-a79b18020f4c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f11568a-8db6-4e7a-bebe-9e6537b22ef4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2a75d54d-d6c5-4f2e-9269-95fcbaf48580 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 65px;
text-align: center;
}

#s-2a75d54d-d6c5-4f2e-9269-95fcbaf48580 .shg-product-title-component h3 {
  color: rgba(54, 12, 1, 1);
  
  
  
  font-size: 18px;
  
  
  
}

#s-28a9e1da-252e-4b76-a7ad-b9ee340314bd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-28a9e1da-252e-4b76-a7ad-b9ee340314bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-28a9e1da-252e-4b76-a7ad-b9ee340314bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-28a9e1da-252e-4b76-a7ad-b9ee340314bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-28a9e1da-252e-4b76-a7ad-b9ee340314bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f3dba9d0-3847-4d2c-a93b-4a291d67aee8 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-b9d8a11c-eba7-460f-8313-c6e0ae677a0b {
  margin-left: auto;
margin-right: auto;
}

#s-4fcc4e10-cb83-4738-ab70-26cc413a5cb0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4fcc4e10-cb83-4738-ab70-26cc413a5cb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4fcc4e10-cb83-4738-ab70-26cc413a5cb0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4fcc4e10-cb83-4738-ab70-26cc413a5cb0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fcc4e10-cb83-4738-ab70-26cc413a5cb0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fcc4e10-cb83-4738-ab70-26cc413a5cb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4fcc4e10-cb83-4738-ab70-26cc413a5cb0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8f302393-4961-4d07-8a05-bfacfad6f4eb {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3958404d-277e-4ddf-9f6f-83639f3ebc92 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ba04a614-70f5-4646-b727-776715d1122e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba04a614-70f5-4646-b727-776715d1122e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2c6e6ed5-050e-4400-99d6-b66af0db54e4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2c6e6ed5-050e-4400-99d6-b66af0db54e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2c6e6ed5-050e-4400-99d6-b66af0db54e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2c6e6ed5-050e-4400-99d6-b66af0db54e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c6e6ed5-050e-4400-99d6-b66af0db54e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-79c7268c-a49a-41e5-b66b-4ddf4b7add16 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-6fae60fb-d686-486d-ad83-9d59412ed3da {
  margin-left: auto;
margin-right: auto;
}

#s-d92f2aca-e7b9-4762-9d13-2fd7bb4146a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d92f2aca-e7b9-4762-9d13-2fd7bb4146a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d92f2aca-e7b9-4762-9d13-2fd7bb4146a9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d92f2aca-e7b9-4762-9d13-2fd7bb4146a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d92f2aca-e7b9-4762-9d13-2fd7bb4146a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d92f2aca-e7b9-4762-9d13-2fd7bb4146a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d92f2aca-e7b9-4762-9d13-2fd7bb4146a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-80ae8c65-166a-4033-8947-36ce295a1637 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-80ae8c65-166a-4033-8947-36ce295a1637 {
  display: none;
}
#s-80ae8c65-166a-4033-8947-36ce295a1637, #wrap-s-80ae8c65-166a-4033-8947-36ce295a1637 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80ae8c65-166a-4033-8947-36ce295a1637 {
  display: none;
}
#s-80ae8c65-166a-4033-8947-36ce295a1637, #wrap-s-80ae8c65-166a-4033-8947-36ce295a1637 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80ae8c65-166a-4033-8947-36ce295a1637 {
  display: none;
}
#s-80ae8c65-166a-4033-8947-36ce295a1637, #wrap-s-80ae8c65-166a-4033-8947-36ce295a1637 { display: none !important; }}
#s-80ae8c65-166a-4033-8947-36ce295a1637 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}
#s-1e4fecc6-164d-4c15-9d4e-d821d8181ca7 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1c3ae11-02d4-4840-802c-d7faa6555c2e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b121d12f-6a68-461a-80db-4ed70ddfa777 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 85px;
text-align: center;
}

#s-b121d12f-6a68-461a-80db-4ed70ddfa777 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9de4f947-e6b0-4829-a24a-1ddd0eb4f8a9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9de4f947-e6b0-4829-a24a-1ddd0eb4f8a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9de4f947-e6b0-4829-a24a-1ddd0eb4f8a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9de4f947-e6b0-4829-a24a-1ddd0eb4f8a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9de4f947-e6b0-4829-a24a-1ddd0eb4f8a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5dea8236-fe3c-4b6a-801f-7f0ec692b64a {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-b155bcb3-c71b-4cd7-8539-5108cfbc300d {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-6e60d7ae-7bf7-43c4-98f2-f79c6b10c552 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6e60d7ae-7bf7-43c4-98f2-f79c6b10c552:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e60d7ae-7bf7-43c4-98f2-f79c6b10c552:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e60d7ae-7bf7-43c4-98f2-f79c6b10c552 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e60d7ae-7bf7-43c4-98f2-f79c6b10c552.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e60d7ae-7bf7-43c4-98f2-f79c6b10c552.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6e60d7ae-7bf7-43c4-98f2-f79c6b10c552.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7bd9f422-1560-49fa-94fb-d5be8ab29e6d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4c337ab-7220-439a-a9f2-957e7d4a5d9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f2f939ea-0cb1-4da3-bc50-5c350dcac474 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 85px;
text-align: center;
}

#s-f2f939ea-0cb1-4da3-bc50-5c350dcac474 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d5008a94-5719-4670-8f18-78b37bb85067 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d5008a94-5719-4670-8f18-78b37bb85067"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d5008a94-5719-4670-8f18-78b37bb85067"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d5008a94-5719-4670-8f18-78b37bb85067"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5008a94-5719-4670-8f18-78b37bb85067"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9e4f37c7-3549-46a1-85e4-f5430988b461 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-371d7021-82fe-4af2-952e-3ba672db4f29 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-17e98439-fb31-4fef-b746-8d5ce1952338 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-17e98439-fb31-4fef-b746-8d5ce1952338:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17e98439-fb31-4fef-b746-8d5ce1952338:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17e98439-fb31-4fef-b746-8d5ce1952338 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17e98439-fb31-4fef-b746-8d5ce1952338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17e98439-fb31-4fef-b746-8d5ce1952338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-17e98439-fb31-4fef-b746-8d5ce1952338.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eb3eea65-9840-4abe-addb-78dd28ef7d11 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-294dc7f9-d491-49b6-93a0-390244c0a4a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-679203e8-8355-4e4b-bbfb-ed645ad397b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 85px;
text-align: center;
}

#s-679203e8-8355-4e4b-bbfb-ed645ad397b9 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-299e730d-f5e6-4bfb-a8e3-4845b0763960 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-299e730d-f5e6-4bfb-a8e3-4845b0763960"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-299e730d-f5e6-4bfb-a8e3-4845b0763960"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-299e730d-f5e6-4bfb-a8e3-4845b0763960"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-299e730d-f5e6-4bfb-a8e3-4845b0763960"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-10737b5a-a86b-435c-a89f-bb3eea0c0468 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-dbf3795e-6ef7-48d6-954a-384f78052a12 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-5d065ff7-f558-4623-9421-3c3f27efdefa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5d065ff7-f558-4623-9421-3c3f27efdefa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d065ff7-f558-4623-9421-3c3f27efdefa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d065ff7-f558-4623-9421-3c3f27efdefa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d065ff7-f558-4623-9421-3c3f27efdefa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d065ff7-f558-4623-9421-3c3f27efdefa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5d065ff7-f558-4623-9421-3c3f27efdefa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6a39d229-89e6-4229-a913-eab306f54b7d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcad6ab9-fb55-4561-bc57-696ff5cf15d5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f6a25581-0807-480d-bc34-925d9ddc846d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 85px;
text-align: center;
}

#s-f6a25581-0807-480d-bc34-925d9ddc846d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-bf80a54b-3ff5-4a27-beeb-68f2f5c08dc8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bf80a54b-3ff5-4a27-beeb-68f2f5c08dc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bf80a54b-3ff5-4a27-beeb-68f2f5c08dc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bf80a54b-3ff5-4a27-beeb-68f2f5c08dc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf80a54b-3ff5-4a27-beeb-68f2f5c08dc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-32e41b58-abac-47b0-ad34-bb6085314b63 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-09e18d3f-1af9-4357-b50b-3d13da6e341e {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-158be52f-be3c-4772-8aac-6b6fd9d78576 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-158be52f-be3c-4772-8aac-6b6fd9d78576:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-158be52f-be3c-4772-8aac-6b6fd9d78576:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-158be52f-be3c-4772-8aac-6b6fd9d78576 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-158be52f-be3c-4772-8aac-6b6fd9d78576.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-158be52f-be3c-4772-8aac-6b6fd9d78576.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-158be52f-be3c-4772-8aac-6b6fd9d78576.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-acfb59db-3efb-4742-844b-8c693d18eddc {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-71738fb4-1fcd-42bf-8840-ff2681cff50b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-71738fb4-1fcd-42bf-8840-ff2681cff50b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71738fb4-1fcd-42bf-8840-ff2681cff50b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-71738fb4-1fcd-42bf-8840-ff2681cff50b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71738fb4-1fcd-42bf-8840-ff2681cff50b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-71738fb4-1fcd-42bf-8840-ff2681cff50b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71738fb4-1fcd-42bf-8840-ff2681cff50b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-71738fb4-1fcd-42bf-8840-ff2681cff50b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71738fb4-1fcd-42bf-8840-ff2681cff50b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-71738fb4-1fcd-42bf-8840-ff2681cff50b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71738fb4-1fcd-42bf-8840-ff2681cff50b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ce8288df-0886-47f7-8088-fdd1bc5b4bdc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 85px;
text-align: center;
}

#s-ce8288df-0886-47f7-8088-fdd1bc5b4bdc .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9d5586ef-128d-410d-bf10-534fef453df6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9d5586ef-128d-410d-bf10-534fef453df6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9d5586ef-128d-410d-bf10-534fef453df6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9d5586ef-128d-410d-bf10-534fef453df6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d5586ef-128d-410d-bf10-534fef453df6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d1421886-7b59-4a26-9641-ec2726e95b53 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-1d293704-92aa-4a97-b1cf-f9134b789046 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-82433310-d5c2-4854-8c96-4cac33351398 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-82433310-d5c2-4854-8c96-4cac33351398:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82433310-d5c2-4854-8c96-4cac33351398:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82433310-d5c2-4854-8c96-4cac33351398 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82433310-d5c2-4854-8c96-4cac33351398.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82433310-d5c2-4854-8c96-4cac33351398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-82433310-d5c2-4854-8c96-4cac33351398.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-057eb036-be90-4f7c-b1ab-1ca50743f0cb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-29376189-8c94-4ee1-a896-2d5c7634a2fa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-29376189-8c94-4ee1-a896-2d5c7634a2fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29376189-8c94-4ee1-a896-2d5c7634a2fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-29376189-8c94-4ee1-a896-2d5c7634a2fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29376189-8c94-4ee1-a896-2d5c7634a2fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-29376189-8c94-4ee1-a896-2d5c7634a2fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29376189-8c94-4ee1-a896-2d5c7634a2fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-29376189-8c94-4ee1-a896-2d5c7634a2fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29376189-8c94-4ee1-a896-2d5c7634a2fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-29376189-8c94-4ee1-a896-2d5c7634a2fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29376189-8c94-4ee1-a896-2d5c7634a2fa img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7ec2ae07-1b49-46e5-bf02-b4ac00fd6b1d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 85px;
text-align: center;
}

#s-7ec2ae07-1b49-46e5-bf02-b4ac00fd6b1d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-92919dd8-92c9-4948-8775-aed489ffe1f6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-92919dd8-92c9-4948-8775-aed489ffe1f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-92919dd8-92c9-4948-8775-aed489ffe1f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-92919dd8-92c9-4948-8775-aed489ffe1f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-92919dd8-92c9-4948-8775-aed489ffe1f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2e66e922-59da-47c8-b495-45c63279b089 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-c6c5b1d1-931c-4df9-b02a-ac7d139f5ef4 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-897bd1a1-cab9-41fa-b01e-141a9a8102b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-897bd1a1-cab9-41fa-b01e-141a9a8102b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-897bd1a1-cab9-41fa-b01e-141a9a8102b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-897bd1a1-cab9-41fa-b01e-141a9a8102b1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-897bd1a1-cab9-41fa-b01e-141a9a8102b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-897bd1a1-cab9-41fa-b01e-141a9a8102b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-897bd1a1-cab9-41fa-b01e-141a9a8102b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b3deb1c2-ac44-439c-880b-b4039fbea474 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-7ee06870-5619-498c-b877-1e4cd86bafbc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7ee06870-5619-498c-b877-1e4cd86bafbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ee06870-5619-498c-b877-1e4cd86bafbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7ee06870-5619-498c-b877-1e4cd86bafbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ee06870-5619-498c-b877-1e4cd86bafbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7ee06870-5619-498c-b877-1e4cd86bafbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ee06870-5619-498c-b877-1e4cd86bafbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7ee06870-5619-498c-b877-1e4cd86bafbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ee06870-5619-498c-b877-1e4cd86bafbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7ee06870-5619-498c-b877-1e4cd86bafbc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ee06870-5619-498c-b877-1e4cd86bafbc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b7a1a866-2ec3-4e22-a2b6-43ebd35cac48 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 85px;
text-align: center;
}

#s-b7a1a866-2ec3-4e22-a2b6-43ebd35cac48 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-82a26477-f6c7-4355-9457-08c8c7be27e8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-82a26477-f6c7-4355-9457-08c8c7be27e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-82a26477-f6c7-4355-9457-08c8c7be27e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-82a26477-f6c7-4355-9457-08c8c7be27e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-82a26477-f6c7-4355-9457-08c8c7be27e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-26fff394-3f99-4e4e-aa8e-aa2fff312d49 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-2d96dee6-9192-428b-a9da-4f76feb9af1d {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-0c981788-08af-497c-a15b-35256d2d057b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0c981788-08af-497c-a15b-35256d2d057b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c981788-08af-497c-a15b-35256d2d057b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c981788-08af-497c-a15b-35256d2d057b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c981788-08af-497c-a15b-35256d2d057b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c981788-08af-497c-a15b-35256d2d057b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0c981788-08af-497c-a15b-35256d2d057b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d54fbdce-63a2-47b2-9439-35e0a0c37bc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(158, 99, 56, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afcd95ea-7dd8-4f3d-95d2-4e527271c924 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-93b70c4f-9463-4a8f-90f0-0001ffd34c6c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 85px;
text-align: center;
}

#s-93b70c4f-9463-4a8f-90f0-0001ffd34c6c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0f6d5d81-b065-439e-9d02-65a36f820014 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0f6d5d81-b065-439e-9d02-65a36f820014"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0f6d5d81-b065-439e-9d02-65a36f820014"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0f6d5d81-b065-439e-9d02-65a36f820014"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f6d5d81-b065-439e-9d02-65a36f820014"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ac8d4eb0-8104-41f5-89c7-60b4a636f6fb {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-39b46636-0e1c-4d91-b8d1-c9f3bb752c79 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-ece69bb5-137e-4cb4-9abf-ce4f768fb9d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(27, 94, 184, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ece69bb5-137e-4cb4-9abf-ce4f768fb9d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ece69bb5-137e-4cb4-9abf-ce4f768fb9d8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ece69bb5-137e-4cb4-9abf-ce4f768fb9d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ece69bb5-137e-4cb4-9abf-ce4f768fb9d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ece69bb5-137e-4cb4-9abf-ce4f768fb9d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ece69bb5-137e-4cb4-9abf-ce4f768fb9d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(54, 12, 1, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a {
  margin-top: 0px;
}
}

  #s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a-root {
    text-align: center;
  }


#s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a-root {
    text-align: center;
  }


#s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a-root {
    text-align: center;
  }


#s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a-root {
    text-align: center;
  }


#s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a-root {
    text-align: center;
  }


#s-1d2e1cc0-0abb-400c-9638-5f1ecdf5a99a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-6756fb77-a0c8-4859-ac2d-ac5cbc56bff5 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-6756fb77-a0c8-4859-ac2d-ac5cbc56bff5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6756fb77-a0c8-4859-ac2d-ac5cbc56bff5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6756fb77-a0c8-4859-ac2d-ac5cbc56bff5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6756fb77-a0c8-4859-ac2d-ac5cbc56bff5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-28320c24-7e38-46bf-b5d8-23f706f392af {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-28320c24-7e38-46bf-b5d8-23f706f392af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28320c24-7e38-46bf-b5d8-23f706f392af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28320c24-7e38-46bf-b5d8-23f706f392af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28320c24-7e38-46bf-b5d8-23f706f392af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
max-width: 5857px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  margin-bottom: 30px;
}
}


.shg-image-margin-container-s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image {
    
    
  }


.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
      position: relative;
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  
  
  
  
}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image {
    
    
  }


.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
      position: relative;
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 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-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  
  
  
  
}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image {
    
    
  }


.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
      position: relative;
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 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-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  
  
  
  
}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image {
    
    
  }


.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
      position: relative;
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  
  
  
  margin-bottom: 30px;
}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image {
    
    
  }


.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container {
      position: relative;
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b7a8ee7-1f94-452c-ba1e-91b230dbaf86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
max-width: 3755px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image {
    
    
  }


.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
      position: relative;
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  
  
  
  
}

#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image {
    
    
  }


.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
      position: relative;
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 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-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  
  
  
  
}

#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image {
    
    
  }


.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
      position: relative;
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 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-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  
  
  
  
}

#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image {
    
    
  }


.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
      position: relative;
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  
  
  
  
}

#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image {
    
    
  }


.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container {
      position: relative;
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c393ae17-5e87-4c68-b7a1-cbac02d18cb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-34ca63ff-783f-4fb8-ba92-86b1975719fe {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-34ca63ff-783f-4fb8-ba92-86b1975719fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34ca63ff-783f-4fb8-ba92-86b1975719fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34ca63ff-783f-4fb8-ba92-86b1975719fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34ca63ff-783f-4fb8-ba92-86b1975719fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-53907ebf-5fba-4518-804f-65beab88672a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
max-width: 3837px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-53907ebf-5fba-4518-804f-65beab88672a {
  margin-bottom: 30px;
}
}


.shg-image-margin-container-s-53907ebf-5fba-4518-804f-65beab88672a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-53907ebf-5fba-4518-804f-65beab88672a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53907ebf-5fba-4518-804f-65beab88672a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-53907ebf-5fba-4518-804f-65beab88672a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53907ebf-5fba-4518-804f-65beab88672a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53907ebf-5fba-4518-804f-65beab88672a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image {
    
    
  }


.s-53907ebf-5fba-4518-804f-65beab88672a .shogun-image-content {
  
    align-items: center;
  
}

.s-53907ebf-5fba-4518-804f-65beab88672a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53907ebf-5fba-4518-804f-65beab88672a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
      position: relative;
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-53907ebf-5fba-4518-804f-65beab88672a {
  
  
  
  
}

#s-53907ebf-5fba-4518-804f-65beab88672a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53907ebf-5fba-4518-804f-65beab88672a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-53907ebf-5fba-4518-804f-65beab88672a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53907ebf-5fba-4518-804f-65beab88672a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53907ebf-5fba-4518-804f-65beab88672a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image {
    
    
  }


.s-53907ebf-5fba-4518-804f-65beab88672a .shogun-image-content {
  
    align-items: center;
  
}

.s-53907ebf-5fba-4518-804f-65beab88672a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53907ebf-5fba-4518-804f-65beab88672a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
      position: relative;
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a 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-53907ebf-5fba-4518-804f-65beab88672a {
  
  
  
  
}

#s-53907ebf-5fba-4518-804f-65beab88672a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53907ebf-5fba-4518-804f-65beab88672a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-53907ebf-5fba-4518-804f-65beab88672a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53907ebf-5fba-4518-804f-65beab88672a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53907ebf-5fba-4518-804f-65beab88672a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image {
    
    
  }


.s-53907ebf-5fba-4518-804f-65beab88672a .shogun-image-content {
  
    align-items: center;
  
}

.s-53907ebf-5fba-4518-804f-65beab88672a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53907ebf-5fba-4518-804f-65beab88672a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
      position: relative;
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a 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-53907ebf-5fba-4518-804f-65beab88672a {
  
  
  
  
}

#s-53907ebf-5fba-4518-804f-65beab88672a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53907ebf-5fba-4518-804f-65beab88672a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-53907ebf-5fba-4518-804f-65beab88672a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53907ebf-5fba-4518-804f-65beab88672a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53907ebf-5fba-4518-804f-65beab88672a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image {
    
    
  }


.s-53907ebf-5fba-4518-804f-65beab88672a .shogun-image-content {
  
    align-items: center;
  
}

.s-53907ebf-5fba-4518-804f-65beab88672a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53907ebf-5fba-4518-804f-65beab88672a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
      position: relative;
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-53907ebf-5fba-4518-804f-65beab88672a {
  
  
  
  margin-bottom: 30px;
}

#s-53907ebf-5fba-4518-804f-65beab88672a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53907ebf-5fba-4518-804f-65beab88672a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-53907ebf-5fba-4518-804f-65beab88672a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53907ebf-5fba-4518-804f-65beab88672a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53907ebf-5fba-4518-804f-65beab88672a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image {
    
    
  }


.s-53907ebf-5fba-4518-804f-65beab88672a .shogun-image-content {
  
    align-items: center;
  
}

.s-53907ebf-5fba-4518-804f-65beab88672a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53907ebf-5fba-4518-804f-65beab88672a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container {
      position: relative;
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53907ebf-5fba-4518-804f-65beab88672a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
max-width: 5915px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image {
    
    
  }


.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shogun-image-content {
  
    align-items: center;
  
}

.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
      position: relative;
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  
  
  
  
}

#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image {
    
    
  }


.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shogun-image-content {
  
    align-items: center;
  
}

.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
      position: relative;
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f 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-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  
  
  
  
}

#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image {
    
    
  }


.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shogun-image-content {
  
    align-items: center;
  
}

.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
      position: relative;
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f 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-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  
  
  
  
}

#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image {
    
    
  }


.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shogun-image-content {
  
    align-items: center;
  
}

.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
      position: relative;
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  
  
  
  
}

#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image {
    
    
  }


.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f .shogun-image-content {
  
    align-items: center;
  
}

.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container {
      position: relative;
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcfe6cc7-93a4-4480-a038-b86c6dd0599f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-eb9cf134-70df-492c-b260-cafc20140680 {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(54, 12, 1, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
