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

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

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

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

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

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

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

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

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

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

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

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

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







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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  max-width: 1920px;
aspect-ratio: 1920/640;
text-align: center;
opacity: 0.9;
}
@media (min-width: 768px) and (max-width: 991px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  display: none;
}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1, #wrap-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 { display: none !important; }}@media (max-width: 767px){#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 {
  display: none;
}
#s-60219d0c-2dfa-4606-9451-8a5e2d775ce1, #wrap-s-60219d0c-2dfa-4606-9451-8a5e2d775ce1 { display: none !important; }}


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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

@media (min-width: 1200px){

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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



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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

@media (min-width: 1200px){

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-e7ec245e-e93d-438f-ae11-109f658fea02 {
  margin-bottom: -24px;
}

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







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

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


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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

@media (min-width: 1200px){

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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


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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

@media (min-width: 1200px){

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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







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

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







#s-04462bea-9eef-46b6-85fb-7198a4d19c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04462bea-9eef-46b6-85fb-7198a4d19c40.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-35d4093b-060c-4b1b-a4fe-006364d53dc2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-35d4093b-060c-4b1b-a4fe-006364d53dc2 {
  display: none;
}
#s-35d4093b-060c-4b1b-a4fe-006364d53dc2, #wrap-s-35d4093b-060c-4b1b-a4fe-006364d53dc2 { display: none !important; }}@media (max-width: 767px){#s-35d4093b-060c-4b1b-a4fe-006364d53dc2 {
  display: none;
}
#s-35d4093b-060c-4b1b-a4fe-006364d53dc2, #wrap-s-35d4093b-060c-4b1b-a4fe-006364d53dc2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-35d4093b-060c-4b1b-a4fe-006364d53dc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

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

}

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

}

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

}

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



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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

@media (min-width: 1200px){

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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








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

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

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

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

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


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


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


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


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


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



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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

@media (min-width: 1200px){

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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








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

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

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

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


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


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


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


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


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



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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

@media (min-width: 1200px){

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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








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

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

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

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


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


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


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


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


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

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

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

#s-c4f42c36-a08f-4d0c-99a0-e7d14821b983 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b76f743e-dcbe-4f3d-b65b-f63e950e074b {
  margin-top: -60px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-b76f743e-dcbe-4f3d-b65b-f63e950e074b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b76f743e-dcbe-4f3d-b65b-f63e950e074b.shg-box.shg-c {
  justify-content: center;
}

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







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

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








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

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

}

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

}

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

}

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

}

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







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

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

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

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

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







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

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


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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

@media (min-width: 1200px){

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

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



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

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

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

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

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



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


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

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

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

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




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

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

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

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

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

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

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

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



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

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

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

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

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



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


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

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

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

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




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

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

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  
  
  
  
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
    
    
  }


.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
      position: relative;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
    
    
  }


.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container {
      position: relative;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea431d50-0e68-4f4f-8af4-4c428bed08c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0e885b55-839f-471c-8acc-421118cc46cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-0e885b55-839f-471c-8acc-421118cc46cd {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-e8335f21-88cc-4536-9f78-f945d8d41d70 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-e8335f21-88cc-4536-9f78-f945d8d41d70 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8335f21-88cc-4536-9f78-f945d8d41d70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin-bottom: 20px;
}
}


.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
    
    
  }


.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
      position: relative;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  
  
  
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
    
    
  }


.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
      position: relative;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  
  
  
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
    
    
  }


.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
      position: relative;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  
  
  
  
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
    
    
  }


.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
      position: relative;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  
  
  
  margin-bottom: 20px;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
    
    
  }


.s-27e7ec29-ff2e-476b-8626-72a2623d6f24 .shogun-image-content {
  
    align-items: center;
  
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container {
      position: relative;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27e7ec29-ff2e-476b-8626-72a2623d6f24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  
  
  
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  
  
  
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  
  
  
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  
  
  
  
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
    
    
  }


.s-56754375-bdc2-4e8f-8f57-73de74a76c51 .shogun-image-content {
  
    align-items: center;
  
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container {
      position: relative;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56754375-bdc2-4e8f-8f57-73de74a76c51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
    
    
  }


.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    align-items: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8877d2db-05e6-477b-8b60-453b6bab571a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
      position: relative;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  
  
  
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
    
    
  }


.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    align-items: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8877d2db-05e6-477b-8b60-453b6bab571a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
      position: relative;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  
  
  
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
    
    
  }


.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    align-items: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8877d2db-05e6-477b-8b60-453b6bab571a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
      position: relative;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  
  
  
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
    
    
  }


.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    align-items: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8877d2db-05e6-477b-8b60-453b6bab571a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
      position: relative;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-8877d2db-05e6-477b-8b60-453b6bab571a {
  
  
  
  
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8877d2db-05e6-477b-8b60-453b6bab571a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
    
    
  }


.s-8877d2db-05e6-477b-8b60-453b6bab571a .shogun-image-content {
  
    align-items: center;
  
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8877d2db-05e6-477b-8b60-453b6bab571a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container {
      position: relative;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8877d2db-05e6-477b-8b60-453b6bab571a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    align-items: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  
  
  
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    align-items: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  
  
  
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    align-items: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  
  
  
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    align-items: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d784a685-2092-43b7-89c9-260315ef0afb {
  
  
  
  
}

#s-d784a685-2092-43b7-89c9-260315ef0afb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d784a685-2092-43b7-89c9-260315ef0afb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
    
    
  }


.s-d784a685-2092-43b7-89c9-260315ef0afb .shogun-image-content {
  
    align-items: center;
  
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d784a685-2092-43b7-89c9-260315ef0afb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container {
      position: relative;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d784a685-2092-43b7-89c9-260315ef0afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bb729bf0-febc-4871-9eaf-8670629c8544 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-bb729bf0-febc-4871-9eaf-8670629c8544 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-bb729bf0-febc-4871-9eaf-8670629c8544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb729bf0-febc-4871-9eaf-8670629c8544.shg-box.shg-c {
  justify-content: center;
}

#s-181466c0-e701-4215-9a5d-59cd6ac6028e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-092d45e1-7622-4e10-8bde-54c698bb8fe5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-092d45e1-7622-4e10-8bde-54c698bb8fe5 {
  margin-top: 0px;
}
}
#s-092d45e1-7622-4e10-8bde-54c698bb8fe5 hr {
  border-top: 1px solid rgba(171, 150, 109, 1);
}

#s-1f8d4865-d59f-4846-87e5-416ffe250319 {
  margin-top: 0px;
margin-bottom: -20px;
}

#s-327d566d-6d8e-4e26-b75f-346c6749838e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-327d566d-6d8e-4e26-b75f-346c6749838e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-327d566d-6d8e-4e26-b75f-346c6749838e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-327d566d-6d8e-4e26-b75f-346c6749838e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-327d566d-6d8e-4e26-b75f-346c6749838e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  
  
  
  
}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32b54a93-e66f-428a-af60-6bd04aeadb85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image {
    
    
  }


.s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shogun-image-content {
  
    align-items: center;
  
}

.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
      position: relative;
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  
  
  
  
}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32b54a93-e66f-428a-af60-6bd04aeadb85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image {
    
    
  }


.s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shogun-image-content {
  
    align-items: center;
  
}

.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
      position: relative;
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85 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-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  
  
  
  
}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32b54a93-e66f-428a-af60-6bd04aeadb85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image {
    
    
  }


.s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shogun-image-content {
  
    align-items: center;
  
}

.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
      position: relative;
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85 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-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  
  
  
  
}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32b54a93-e66f-428a-af60-6bd04aeadb85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image {
    
    
  }


.s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shogun-image-content {
  
    align-items: center;
  
}

.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
      position: relative;
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  
  
  
  
}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32b54a93-e66f-428a-af60-6bd04aeadb85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image {
    
    
  }


.s-32b54a93-e66f-428a-af60-6bd04aeadb85 .shogun-image-content {
  
    align-items: center;
  
}

.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32b54a93-e66f-428a-af60-6bd04aeadb85 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container {
      position: relative;
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32b54a93-e66f-428a-af60-6bd04aeadb85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3b572145-338f-4539-8640-8d457bb87010 {
  min-height: 50px;
}








#s-3b572145-338f-4539-8640-8d457bb87010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b572145-338f-4539-8640-8d457bb87010.shg-box.shg-c {
  justify-content: center;
}

#s-60892785-194a-480b-b8e6-5834285c9b9d {
  margin-top: 10px;
margin-bottom: -21px;
}

#s-1fa85f4b-a14f-454b-b430-a1ac9f121935 {
  min-height: 50px;
}








#s-1fa85f4b-a14f-454b-b430-a1ac9f121935 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fa85f4b-a14f-454b-b430-a1ac9f121935.shg-box.shg-c {
  justify-content: center;
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  
  
  
  
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image {
    
    
  }


.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
      position: relative;
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  
  
  
  
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image {
    
    
  }


.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
      position: relative;
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 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-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  
  
  
  
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image {
    
    
  }


.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
      position: relative;
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 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-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  
  
  
  
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image {
    
    
  }


.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
      position: relative;
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  
  
  
  
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image {
    
    
  }


.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container {
      position: relative;
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f057265e-2db8-4aa0-ad65-6f4760b9d4b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-28cdb868-b70f-46b7-b5d1-d95814e2c867 {
  min-height: 50px;
}








#s-28cdb868-b70f-46b7-b5d1-d95814e2c867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28cdb868-b70f-46b7-b5d1-d95814e2c867.shg-box.shg-c {
  justify-content: center;
}

#s-8ddead83-6339-46f2-a3ea-27dd971b3e02 {
  margin-top: 10px;
margin-bottom: -21px;
}

#s-c0b84bdf-8187-4062-bbab-b399b1c1c85c {
  min-height: 50px;
}








#s-c0b84bdf-8187-4062-bbab-b399b1c1c85c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0b84bdf-8187-4062-bbab-b399b1c1c85c.shg-box.shg-c {
  justify-content: center;
}

#s-f7eb95d0-4a55-456b-aed1-0ea439738b42 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-f7eb95d0-4a55-456b-aed1-0ea439738b42 {
  margin-top: 0px;
margin-left: 4%;
margin-right: 4%;
}
}







#s-f7eb95d0-4a55-456b-aed1-0ea439738b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7eb95d0-4a55-456b-aed1-0ea439738b42.shg-box.shg-c {
  justify-content: center;
}

#s-92c38bbe-d391-431d-9864-f0b30a607d43 {
  margin-top: 0px;
margin-bottom: -20px;
}

#s-9ce7f77c-9882-4d00-850d-d8e849cd9b8f {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9ce7f77c-9882-4d00-850d-d8e849cd9b8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ce7f77c-9882-4d00-850d-d8e849cd9b8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9ce7f77c-9882-4d00-850d-d8e849cd9b8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ce7f77c-9882-4d00-850d-d8e849cd9b8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  
  
  
  
}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image {
    
    
  }


.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shogun-image-content {
  
    align-items: center;
  
}

.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
      position: relative;
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  
  
  
  
}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image {
    
    
  }


.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shogun-image-content {
  
    align-items: center;
  
}

.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
      position: relative;
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 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-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  
  
  
  
}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image {
    
    
  }


.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shogun-image-content {
  
    align-items: center;
  
}

.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
      position: relative;
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 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-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  
  
  
  
}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image {
    
    
  }


.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shogun-image-content {
  
    align-items: center;
  
}

.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
      position: relative;
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  
  
  
  
}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      width: 100%;
      height: 100%;
    }

    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image {
    
    
  }


.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 .shogun-image-content {
  
    align-items: center;
  
}

.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container {
      position: relative;
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f39c7ad9-27b1-4bb5-8762-67cdca7fb365 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ab532782-09d3-4e81-a005-12453c8032ec {
  min-height: 50px;
}
@media (max-width: 767px){#s-ab532782-09d3-4e81-a005-12453c8032ec {
  margin-bottom: 20px;
}
}







#s-ab532782-09d3-4e81-a005-12453c8032ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab532782-09d3-4e81-a005-12453c8032ec.shg-box.shg-c {
  justify-content: center;
}

#s-74e4b584-029d-427c-af90-a246179460e3 {
  margin-top: 10px;
margin-bottom: -15px;
}

#s-c4112f59-8f80-42d4-9d0b-4ae4eb187299 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c4112f59-8f80-42d4-9d0b-4ae4eb187299 {
  margin-bottom: 0px;
}
}







#s-c4112f59-8f80-42d4-9d0b-4ae4eb187299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4112f59-8f80-42d4-9d0b-4ae4eb187299.shg-box.shg-c {
  justify-content: center;
}

#s-09487972-1e41-4791-8cf3-aeebc87a7ad6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a75822c6-5e05-42cb-81e9-fa95c45afe43 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a75822c6-5e05-42cb-81e9-fa95c45afe43 {
  margin-top: 0px;
}
}
#s-a75822c6-5e05-42cb-81e9-fa95c45afe43 hr {
  border-top: 1px solid rgba(171, 150, 109, 1);
}

#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76600bdf-f231-45bc-b65f-70bdcf0e0dfa.shg-box.shg-c {
  justify-content: center;
}

#s-bc510ef1-b5e5-40b0-9bae-5db3f30d571d {
  margin-top: 0px;
margin-bottom: -25px;
}

#s-64afc838-9cbe-488f-99c1-9eb42829a223 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-64afc838-9cbe-488f-99c1-9eb42829a223 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-64afc838-9cbe-488f-99c1-9eb42829a223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64afc838-9cbe-488f-99c1-9eb42829a223.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

#s-c105cb38-12e1-4306-9d35-f58336947206 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 1200px){#s-c105cb38-12e1-4306-9d35-f58336947206 {
  display: none;
}
#s-c105cb38-12e1-4306-9d35-f58336947206, #wrap-s-c105cb38-12e1-4306-9d35-f58336947206 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c105cb38-12e1-4306-9d35-f58336947206 {
  display: none;
}
#s-c105cb38-12e1-4306-9d35-f58336947206, #wrap-s-c105cb38-12e1-4306-9d35-f58336947206 { display: none !important; }}
#s-c105cb38-12e1-4306-9d35-f58336947206 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}
#s-83ef4cf1-b386-411f-882c-a60b453dd007 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2c529f1-c487-4518-852e-1d5384ab9fa2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-b4d62422-44f1-44f8-9796-857c102cc3ca {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b4d62422-44f1-44f8-9796-857c102cc3ca .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-83050266-8f90-4f13-93a8-4a34bc4985c8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-83050266-8f90-4f13-93a8-4a34bc4985c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-83050266-8f90-4f13-93a8-4a34bc4985c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83050266-8f90-4f13-93a8-4a34bc4985c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83050266-8f90-4f13-93a8-4a34bc4985c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83050266-8f90-4f13-93a8-4a34bc4985c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-83050266-8f90-4f13-93a8-4a34bc4985c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-16f42d31-fb81-4f75-98e1-a98ce0f41c89 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff5300ae-c94c-40d4-9a20-edcf00c2b8ba img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-26284f44-8874-4085-bfce-f46e72acf1fa {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-26284f44-8874-4085-bfce-f46e72acf1fa .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-60a29345-7521-4a0c-a60c-9bb99e9d728d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-60a29345-7521-4a0c-a60c-9bb99e9d728d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60a29345-7521-4a0c-a60c-9bb99e9d728d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-60a29345-7521-4a0c-a60c-9bb99e9d728d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60a29345-7521-4a0c-a60c-9bb99e9d728d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60a29345-7521-4a0c-a60c-9bb99e9d728d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-60a29345-7521-4a0c-a60c-9bb99e9d728d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0ecb7d20-9c37-40a2-bf88-2c8bc8ab5ee5 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b1967c3-d0e8-4960-8ea1-67a7ae456596 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7ed382b5-ac9f-420b-ae73-3b8ada612f5e {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7ed382b5-ac9f-420b-ae73-3b8ada612f5e .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-59d82079-304d-4992-866a-4f397a86ac79 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-59d82079-304d-4992-866a-4f397a86ac79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59d82079-304d-4992-866a-4f397a86ac79:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59d82079-304d-4992-866a-4f397a86ac79 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59d82079-304d-4992-866a-4f397a86ac79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59d82079-304d-4992-866a-4f397a86ac79.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-59d82079-304d-4992-866a-4f397a86ac79.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b8324b51-0dc9-496c-b88b-11ebcfeaa506 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8c86b4f-2715-4d2a-8beb-e6bf4c2456dc img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-95dad049-2ac5-40c8-b828-de7762d10afb {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-95dad049-2ac5-40c8-b828-de7762d10afb .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-64f00423-ce4d-4d60-ae46-daa9ed7ee8bb {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-64f00423-ce4d-4d60-ae46-daa9ed7ee8bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64f00423-ce4d-4d60-ae46-daa9ed7ee8bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64f00423-ce4d-4d60-ae46-daa9ed7ee8bb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-64f00423-ce4d-4d60-ae46-daa9ed7ee8bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-64f00423-ce4d-4d60-ae46-daa9ed7ee8bb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-64f00423-ce4d-4d60-ae46-daa9ed7ee8bb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-651dbc84-7d04-40c6-89d8-ce00188a3f98 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-9aef497c-1c1e-4f02-b412-afb0616b3475 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-9aef497c-1c1e-4f02-b412-afb0616b3475 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aef497c-1c1e-4f02-b412-afb0616b3475 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9aef497c-1c1e-4f02-b412-afb0616b3475 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aef497c-1c1e-4f02-b412-afb0616b3475 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9aef497c-1c1e-4f02-b412-afb0616b3475 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aef497c-1c1e-4f02-b412-afb0616b3475 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9aef497c-1c1e-4f02-b412-afb0616b3475 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aef497c-1c1e-4f02-b412-afb0616b3475 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9aef497c-1c1e-4f02-b412-afb0616b3475 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aef497c-1c1e-4f02-b412-afb0616b3475 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5a4990bf-a613-43c6-ad7b-16435c2b8015 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5a4990bf-a613-43c6-ad7b-16435c2b8015 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-747b4aea-b0c0-4655-aa07-5b267005e561 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-747b4aea-b0c0-4655-aa07-5b267005e561:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-747b4aea-b0c0-4655-aa07-5b267005e561:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-747b4aea-b0c0-4655-aa07-5b267005e561 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-747b4aea-b0c0-4655-aa07-5b267005e561.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-747b4aea-b0c0-4655-aa07-5b267005e561.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-747b4aea-b0c0-4655-aa07-5b267005e561.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fca0128d-3798-40e4-947c-38ea09a54099 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-fca0128d-3798-40e4-947c-38ea09a54099 {
  display: none;
}
#s-fca0128d-3798-40e4-947c-38ea09a54099, #wrap-s-fca0128d-3798-40e4-947c-38ea09a54099 { display: none !important; }}@media (max-width: 767px){#s-fca0128d-3798-40e4-947c-38ea09a54099 {
  display: none;
}
#s-fca0128d-3798-40e4-947c-38ea09a54099, #wrap-s-fca0128d-3798-40e4-947c-38ea09a54099 { display: none !important; }}
#s-fca0128d-3798-40e4-947c-38ea09a54099 .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}
#s-d2865200-fe90-4490-b485-232e9e1decda {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c9f10ba1-4cbe-45d7-90a9-33c814bd526a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e91838d3-e17d-4940-98b1-bda20c6e4477 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e91838d3-e17d-4940-98b1-bda20c6e4477 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-3bbd509c-80de-4353-9c1b-1bcf9cb5ba51 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3bbd509c-80de-4353-9c1b-1bcf9cb5ba51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3bbd509c-80de-4353-9c1b-1bcf9cb5ba51:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3bbd509c-80de-4353-9c1b-1bcf9cb5ba51 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3bbd509c-80de-4353-9c1b-1bcf9cb5ba51.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3bbd509c-80de-4353-9c1b-1bcf9cb5ba51.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-3bbd509c-80de-4353-9c1b-1bcf9cb5ba51.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b6710f03-3ed4-4981-8bad-db931f21c7bd {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eac1c7aa-b250-4d14-aa80-11cdb1364be6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-04b4d2eb-b0bc-4774-ad11-0342ea6c6700 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-04b4d2eb-b0bc-4774-ad11-0342ea6c6700 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-4c9e29da-93e6-4bda-a9a7-eab082e1683e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4c9e29da-93e6-4bda-a9a7-eab082e1683e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c9e29da-93e6-4bda-a9a7-eab082e1683e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c9e29da-93e6-4bda-a9a7-eab082e1683e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c9e29da-93e6-4bda-a9a7-eab082e1683e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c9e29da-93e6-4bda-a9a7-eab082e1683e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-4c9e29da-93e6-4bda-a9a7-eab082e1683e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e62a0ee9-1ed2-4846-8724-c45e528097a6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc42a8ef-3715-4bc0-8096-55699c9a7f03 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3f0e6087-f070-4add-9894-95666b7e41a3 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3f0e6087-f070-4add-9894-95666b7e41a3 .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-f72779fe-2cb3-4f14-a836-17d6f07a27b5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f72779fe-2cb3-4f14-a836-17d6f07a27b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f72779fe-2cb3-4f14-a836-17d6f07a27b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f72779fe-2cb3-4f14-a836-17d6f07a27b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f72779fe-2cb3-4f14-a836-17d6f07a27b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f72779fe-2cb3-4f14-a836-17d6f07a27b5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-f72779fe-2cb3-4f14-a836-17d6f07a27b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-37ce950a-24c2-4725-a182-afe559e5b754 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-af47e957-85c7-4a2c-b77f-ac431d38d694 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-af47e957-85c7-4a2c-b77f-ac431d38d694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af47e957-85c7-4a2c-b77f-ac431d38d694 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-af47e957-85c7-4a2c-b77f-ac431d38d694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af47e957-85c7-4a2c-b77f-ac431d38d694 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-af47e957-85c7-4a2c-b77f-ac431d38d694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af47e957-85c7-4a2c-b77f-ac431d38d694 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-af47e957-85c7-4a2c-b77f-ac431d38d694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af47e957-85c7-4a2c-b77f-ac431d38d694 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-af47e957-85c7-4a2c-b77f-ac431d38d694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af47e957-85c7-4a2c-b77f-ac431d38d694 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f2094c06-aaab-4827-9f63-d0b589fd9b8b {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f2094c06-aaab-4827-9f63-d0b589fd9b8b .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-72993230-ef9b-4a73-a1c1-64a1e098517c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-72993230-ef9b-4a73-a1c1-64a1e098517c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72993230-ef9b-4a73-a1c1-64a1e098517c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72993230-ef9b-4a73-a1c1-64a1e098517c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72993230-ef9b-4a73-a1c1-64a1e098517c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72993230-ef9b-4a73-a1c1-64a1e098517c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-72993230-ef9b-4a73-a1c1-64a1e098517c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e88b5e08-9d82-4c4a-a686-9a83eeecf31a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(181, 181, 181, 1);
}

#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}



.shg-c#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-adb1dc6d-1e8f-453c-88ed-bc39f37d8d45 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-602be363-cb1e-41e4-86da-e7dc85a5346e {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
min-height: 75px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-602be363-cb1e-41e4-86da-e7dc85a5346e .shg-product-title-component h3 {
  color: rgba(24, 24, 24, 1);
  
  font-family: Urbanist;
  
  font-size: 16px;
  
  
  
}

#s-fe9a724d-7b38-4eb3-9e65-8d23df226bf4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fe9a724d-7b38-4eb3-9e65-8d23df226bf4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe9a724d-7b38-4eb3-9e65-8d23df226bf4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe9a724d-7b38-4eb3-9e65-8d23df226bf4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe9a724d-7b38-4eb3-9e65-8d23df226bf4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe9a724d-7b38-4eb3-9e65-8d23df226bf4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}

#s-fe9a724d-7b38-4eb3-9e65-8d23df226bf4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-51029d06-c353-4528-8a40-168cf5bef9be {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-995eff21-6386-47f6-b60e-83fbf3a1b0e2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-995eff21-6386-47f6-b60e-83fbf3a1b0e2 {
  margin-top: -15px;
}
}
#s-995eff21-6386-47f6-b60e-83fbf3a1b0e2 hr {
  border-top: 1px solid rgba(171, 150, 109, 1);
}

#s-193a7dc8-51be-476f-9c20-4334da9c3d05 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-193a7dc8-51be-476f-9c20-4334da9c3d05 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-193a7dc8-51be-476f-9c20-4334da9c3d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-193a7dc8-51be-476f-9c20-4334da9c3d05.shg-box.shg-c {
  justify-content: center;
}

#s-3ad1050e-64a0-49a6-b0b1-d5aca4d64dba {
  margin-top: 0px;
margin-bottom: -20px;
}

#s-bde6b30b-1e0f-4ef8-ad1a-b0c9e7d46400 {
  margin-top: 40px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bde6b30b-1e0f-4ef8-ad1a-b0c9e7d46400"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bde6b30b-1e0f-4ef8-ad1a-b0c9e7d46400"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bde6b30b-1e0f-4ef8-ad1a-b0c9e7d46400"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bde6b30b-1e0f-4ef8-ad1a-b0c9e7d46400"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6ddd8f98-e0ca-48e8-8a2f-7f55133c4521 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(22, 22, 22, 1);
}
@media (max-width: 767px){#s-6ddd8f98-e0ca-48e8-8a2f-7f55133c4521 {
  margin-bottom: 20px;
}
}







#s-6ddd8f98-e0ca-48e8-8a2f-7f55133c4521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ddd8f98-e0ca-48e8-8a2f-7f55133c4521.shg-box.shg-c {
  justify-content: center;
}

#s-fb13746a-944c-4653-88ed-693acd38f97b {
  max-width: 1440px;
aspect-ratio: 3/4;
text-align: center;
}



.shg-image-margin-container-s-fb13746a-944c-4653-88ed-693acd38f97b {
  
  
  
  
}

#s-fb13746a-944c-4653-88ed-693acd38f97b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb13746a-944c-4653-88ed-693acd38f97b .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-fb13746a-944c-4653-88ed-693acd38f97b .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb13746a-944c-4653-88ed-693acd38f97b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb13746a-944c-4653-88ed-693acd38f97b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image {
    
    
  }


.s-fb13746a-944c-4653-88ed-693acd38f97b .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb13746a-944c-4653-88ed-693acd38f97b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb13746a-944c-4653-88ed-693acd38f97b {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
      position: relative;
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fb13746a-944c-4653-88ed-693acd38f97b {
  
  
  
  
}

#s-fb13746a-944c-4653-88ed-693acd38f97b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb13746a-944c-4653-88ed-693acd38f97b .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-fb13746a-944c-4653-88ed-693acd38f97b .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb13746a-944c-4653-88ed-693acd38f97b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb13746a-944c-4653-88ed-693acd38f97b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image {
    
    
  }


.s-fb13746a-944c-4653-88ed-693acd38f97b .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb13746a-944c-4653-88ed-693acd38f97b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb13746a-944c-4653-88ed-693acd38f97b {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
      position: relative;
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b 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-fb13746a-944c-4653-88ed-693acd38f97b {
  
  
  
  
}

#s-fb13746a-944c-4653-88ed-693acd38f97b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb13746a-944c-4653-88ed-693acd38f97b .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-fb13746a-944c-4653-88ed-693acd38f97b .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb13746a-944c-4653-88ed-693acd38f97b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb13746a-944c-4653-88ed-693acd38f97b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image {
    
    
  }


.s-fb13746a-944c-4653-88ed-693acd38f97b .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb13746a-944c-4653-88ed-693acd38f97b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb13746a-944c-4653-88ed-693acd38f97b {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
      position: relative;
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b 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-fb13746a-944c-4653-88ed-693acd38f97b {
  
  
  
  
}

#s-fb13746a-944c-4653-88ed-693acd38f97b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb13746a-944c-4653-88ed-693acd38f97b .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-fb13746a-944c-4653-88ed-693acd38f97b .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb13746a-944c-4653-88ed-693acd38f97b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb13746a-944c-4653-88ed-693acd38f97b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image {
    
    
  }


.s-fb13746a-944c-4653-88ed-693acd38f97b .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb13746a-944c-4653-88ed-693acd38f97b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb13746a-944c-4653-88ed-693acd38f97b {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
      position: relative;
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-fb13746a-944c-4653-88ed-693acd38f97b {
  
  
  
  
}

#s-fb13746a-944c-4653-88ed-693acd38f97b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb13746a-944c-4653-88ed-693acd38f97b .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-fb13746a-944c-4653-88ed-693acd38f97b .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb13746a-944c-4653-88ed-693acd38f97b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb13746a-944c-4653-88ed-693acd38f97b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image {
    
    
  }


.s-fb13746a-944c-4653-88ed-693acd38f97b .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb13746a-944c-4653-88ed-693acd38f97b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb13746a-944c-4653-88ed-693acd38f97b {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container {
      position: relative;
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb13746a-944c-4653-88ed-693acd38f97b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-55c21dd6-0268-41b8-925d-97a5c4ec78ad {
  margin-bottom: -15px;
}

#s-8e01f210-1eec-4e8a-ab11-de849b062a4a {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 10px;
margin-right: 6%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-8e01f210-1eec-4e8a-ab11-de849b062a4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e01f210-1eec-4e8a-ab11-de849b062a4a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8e01f210-1eec-4e8a-ab11-de849b062a4a {
  line-height: 1.5em;
}
}

  #s-8e01f210-1eec-4e8a-ab11-de849b062a4a-root {
    text-align: center;
  }


#s-8e01f210-1eec-4e8a-ab11-de849b062a4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e01f210-1eec-4e8a-ab11-de849b062a4a-root {
    text-align: center;
  }


#s-8e01f210-1eec-4e8a-ab11-de849b062a4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e01f210-1eec-4e8a-ab11-de849b062a4a-root {
    text-align: center;
  }


#s-8e01f210-1eec-4e8a-ab11-de849b062a4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e01f210-1eec-4e8a-ab11-de849b062a4a-root {
    text-align: center;
  }


#s-8e01f210-1eec-4e8a-ab11-de849b062a4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e01f210-1eec-4e8a-ab11-de849b062a4a-root {
    text-align: center;
  }


#s-8e01f210-1eec-4e8a-ab11-de849b062a4a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}
#s-6153fc59-5696-4325-a7ac-f221aa74d1ce {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-6153fc59-5696-4325-a7ac-f221aa74d1ce:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6153fc59-5696-4325-a7ac-f221aa74d1ce:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6153fc59-5696-4325-a7ac-f221aa74d1ce-root {
    text-align: center;
  }


#s-6153fc59-5696-4325-a7ac-f221aa74d1ce.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6153fc59-5696-4325-a7ac-f221aa74d1ce-root {
    text-align: center;
  }


#s-6153fc59-5696-4325-a7ac-f221aa74d1ce.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6153fc59-5696-4325-a7ac-f221aa74d1ce-root {
    text-align: center;
  }


#s-6153fc59-5696-4325-a7ac-f221aa74d1ce.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6153fc59-5696-4325-a7ac-f221aa74d1ce-root {
    text-align: center;
  }


#s-6153fc59-5696-4325-a7ac-f221aa74d1ce.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6153fc59-5696-4325-a7ac-f221aa74d1ce-root {
    text-align: center;
  }


#s-6153fc59-5696-4325-a7ac-f221aa74d1ce.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-17ad16db-036e-4f6b-9332-607f00e249c9 {
  min-height: 50px;
}








#s-17ad16db-036e-4f6b-9332-607f00e249c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17ad16db-036e-4f6b-9332-607f00e249c9.shg-box.shg-c {
  justify-content: center;
}

#s-80f2d4fe-c81f-472a-aa6e-3c43bac6eaa7 {
  min-height: 50px;
}








#s-80f2d4fe-c81f-472a-aa6e-3c43bac6eaa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80f2d4fe-c81f-472a-aa6e-3c43bac6eaa7.shg-box.shg-c {
  justify-content: center;
}

#s-409dcb72-c12c-4fd4-8900-78ce03c8bada {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(22, 22, 22, 1);
}
@media (max-width: 767px){#s-409dcb72-c12c-4fd4-8900-78ce03c8bada {
  margin-bottom: 20px;
}
}







#s-409dcb72-c12c-4fd4-8900-78ce03c8bada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-409dcb72-c12c-4fd4-8900-78ce03c8bada.shg-box.shg-c {
  justify-content: center;
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77 {
  max-width: 1440px;
aspect-ratio: 3/4;
text-align: center;
}



.shg-image-margin-container-s-3985f387-7922-4f68-a09b-18db3fe92a77 {
  
  
  
  
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3985f387-7922-4f68-a09b-18db3fe92a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image {
    
    
  }


.s-3985f387-7922-4f68-a09b-18db3fe92a77 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3985f387-7922-4f68-a09b-18db3fe92a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3985f387-7922-4f68-a09b-18db3fe92a77 {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
      position: relative;
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3985f387-7922-4f68-a09b-18db3fe92a77 {
  
  
  
  
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3985f387-7922-4f68-a09b-18db3fe92a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image {
    
    
  }


.s-3985f387-7922-4f68-a09b-18db3fe92a77 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3985f387-7922-4f68-a09b-18db3fe92a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3985f387-7922-4f68-a09b-18db3fe92a77 {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
      position: relative;
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77 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-3985f387-7922-4f68-a09b-18db3fe92a77 {
  
  
  
  
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3985f387-7922-4f68-a09b-18db3fe92a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image {
    
    
  }


.s-3985f387-7922-4f68-a09b-18db3fe92a77 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3985f387-7922-4f68-a09b-18db3fe92a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3985f387-7922-4f68-a09b-18db3fe92a77 {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
      position: relative;
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77 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-3985f387-7922-4f68-a09b-18db3fe92a77 {
  
  
  
  
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3985f387-7922-4f68-a09b-18db3fe92a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image {
    
    
  }


.s-3985f387-7922-4f68-a09b-18db3fe92a77 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3985f387-7922-4f68-a09b-18db3fe92a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3985f387-7922-4f68-a09b-18db3fe92a77 {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
      position: relative;
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3985f387-7922-4f68-a09b-18db3fe92a77 {
  
  
  
  
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3985f387-7922-4f68-a09b-18db3fe92a77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3985f387-7922-4f68-a09b-18db3fe92a77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image {
    
    
  }


.s-3985f387-7922-4f68-a09b-18db3fe92a77 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3985f387-7922-4f68-a09b-18db3fe92a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3985f387-7922-4f68-a09b-18db3fe92a77 {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container {
      position: relative;
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3985f387-7922-4f68-a09b-18db3fe92a77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e172d146-ad2c-49e1-bdfd-23c55f7fb755 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 10px;
margin-right: 6%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-e172d146-ad2c-49e1-bdfd-23c55f7fb755:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e172d146-ad2c-49e1-bdfd-23c55f7fb755:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e172d146-ad2c-49e1-bdfd-23c55f7fb755 {
  line-height: 1.5em;
}
}

  #s-e172d146-ad2c-49e1-bdfd-23c55f7fb755-root {
    text-align: center;
  }


#s-e172d146-ad2c-49e1-bdfd-23c55f7fb755.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e172d146-ad2c-49e1-bdfd-23c55f7fb755-root {
    text-align: center;
  }


#s-e172d146-ad2c-49e1-bdfd-23c55f7fb755.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e172d146-ad2c-49e1-bdfd-23c55f7fb755-root {
    text-align: center;
  }


#s-e172d146-ad2c-49e1-bdfd-23c55f7fb755.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e172d146-ad2c-49e1-bdfd-23c55f7fb755-root {
    text-align: center;
  }


#s-e172d146-ad2c-49e1-bdfd-23c55f7fb755.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e172d146-ad2c-49e1-bdfd-23c55f7fb755-root {
    text-align: center;
  }


#s-e172d146-ad2c-49e1-bdfd-23c55f7fb755.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}
#s-267fe7a7-b31c-4c09-98c2-c0807be130ee {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-267fe7a7-b31c-4c09-98c2-c0807be130ee:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-267fe7a7-b31c-4c09-98c2-c0807be130ee:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-267fe7a7-b31c-4c09-98c2-c0807be130ee-root {
    text-align: center;
  }


#s-267fe7a7-b31c-4c09-98c2-c0807be130ee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-267fe7a7-b31c-4c09-98c2-c0807be130ee-root {
    text-align: center;
  }


#s-267fe7a7-b31c-4c09-98c2-c0807be130ee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-267fe7a7-b31c-4c09-98c2-c0807be130ee-root {
    text-align: center;
  }


#s-267fe7a7-b31c-4c09-98c2-c0807be130ee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-267fe7a7-b31c-4c09-98c2-c0807be130ee-root {
    text-align: center;
  }


#s-267fe7a7-b31c-4c09-98c2-c0807be130ee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-267fe7a7-b31c-4c09-98c2-c0807be130ee-root {
    text-align: center;
  }


#s-267fe7a7-b31c-4c09-98c2-c0807be130ee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-367d0414-61ca-46d0-8732-0c06f0934398 {
  min-height: 50px;
}








#s-367d0414-61ca-46d0-8732-0c06f0934398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-367d0414-61ca-46d0-8732-0c06f0934398.shg-box.shg-c {
  justify-content: center;
}

#s-48270853-1826-4d8e-99c7-c984e74a616e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(22, 22, 22, 1);
}
@media (max-width: 767px){#s-48270853-1826-4d8e-99c7-c984e74a616e {
  margin-bottom: 20px;
}
}







#s-48270853-1826-4d8e-99c7-c984e74a616e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48270853-1826-4d8e-99c7-c984e74a616e.shg-box.shg-c {
  justify-content: center;
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  max-width: 1440px;
aspect-ratio: 3/4;
text-align: center;
}



.shg-image-margin-container-s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  
  
  
  
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image {
    
    
  }


.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
      position: relative;
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  
  
  
  
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image {
    
    
  }


.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
      position: relative;
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 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-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  
  
  
  
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image {
    
    
  }


.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
      position: relative;
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 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-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  
  
  
  
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image {
    
    
  }


.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
      position: relative;
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  
  
  
  
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image {
    
    
  }


.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container {
      position: relative;
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-394eec4a-6e94-4c85-89ca-c4ddcb40e964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-63bcf68c-c504-43f2-9e4e-6cbfd399830a {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 10px;
margin-right: 6%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-63bcf68c-c504-43f2-9e4e-6cbfd399830a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63bcf68c-c504-43f2-9e4e-6cbfd399830a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-63bcf68c-c504-43f2-9e4e-6cbfd399830a {
  line-height: 1.5em;
}
}

  #s-63bcf68c-c504-43f2-9e4e-6cbfd399830a-root {
    text-align: center;
  }


#s-63bcf68c-c504-43f2-9e4e-6cbfd399830a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
@media (min-width: 1200px){
  #s-63bcf68c-c504-43f2-9e4e-6cbfd399830a-root {
    text-align: center;
  }


#s-63bcf68c-c504-43f2-9e4e-6cbfd399830a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63bcf68c-c504-43f2-9e4e-6cbfd399830a-root {
    text-align: center;
  }


#s-63bcf68c-c504-43f2-9e4e-6cbfd399830a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63bcf68c-c504-43f2-9e4e-6cbfd399830a-root {
    text-align: center;
  }


#s-63bcf68c-c504-43f2-9e4e-6cbfd399830a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (max-width: 767px){
  #s-63bcf68c-c504-43f2-9e4e-6cbfd399830a-root {
    text-align: center;
  }


#s-63bcf68c-c504-43f2-9e4e-6cbfd399830a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}
#s-71c69ff1-dc11-400a-8252-346d6d4bab48 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-71c69ff1-dc11-400a-8252-346d6d4bab48:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-71c69ff1-dc11-400a-8252-346d6d4bab48:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-71c69ff1-dc11-400a-8252-346d6d4bab48-root {
    text-align: center;
  }


#s-71c69ff1-dc11-400a-8252-346d6d4bab48.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71c69ff1-dc11-400a-8252-346d6d4bab48-root {
    text-align: center;
  }


#s-71c69ff1-dc11-400a-8252-346d6d4bab48.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71c69ff1-dc11-400a-8252-346d6d4bab48-root {
    text-align: center;
  }


#s-71c69ff1-dc11-400a-8252-346d6d4bab48.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71c69ff1-dc11-400a-8252-346d6d4bab48-root {
    text-align: center;
  }


#s-71c69ff1-dc11-400a-8252-346d6d4bab48.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71c69ff1-dc11-400a-8252-346d6d4bab48-root {
    text-align: center;
  }


#s-71c69ff1-dc11-400a-8252-346d6d4bab48.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-cba1d822-4b1c-47a4-95a6-fb62411e23de {
  margin-top: 40px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-cba1d822-4b1c-47a4-95a6-fb62411e23de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cba1d822-4b1c-47a4-95a6-fb62411e23de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cba1d822-4b1c-47a4-95a6-fb62411e23de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cba1d822-4b1c-47a4-95a6-fb62411e23de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b5803357-bad8-4c01-b1a4-94e5d45548da {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(22, 22, 22, 1);
}
@media (max-width: 767px){#s-b5803357-bad8-4c01-b1a4-94e5d45548da {
  margin-bottom: 20px;
}
}







#s-b5803357-bad8-4c01-b1a4-94e5d45548da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5803357-bad8-4c01-b1a4-94e5d45548da.shg-box.shg-c {
  justify-content: center;
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  max-width: 1440px;
aspect-ratio: 3/4;
text-align: center;
}



.shg-image-margin-container-s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  
  
  
  
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af312dd7-e6e2-494c-b341-51c0010d8f9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image {
    
    
  }


.s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
      position: relative;
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  
  
  
  
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af312dd7-e6e2-494c-b341-51c0010d8f9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image {
    
    
  }


.s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
      position: relative;
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f 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-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  
  
  
  
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af312dd7-e6e2-494c-b341-51c0010d8f9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image {
    
    
  }


.s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
      position: relative;
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f 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-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  
  
  
  
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af312dd7-e6e2-494c-b341-51c0010d8f9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image {
    
    
  }


.s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
      position: relative;
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  
  
  
  
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af312dd7-e6e2-494c-b341-51c0010d8f9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image {
    
    
  }


.s-af312dd7-e6e2-494c-b341-51c0010d8f9f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container {
      position: relative;
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af312dd7-e6e2-494c-b341-51c0010d8f9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f048119f-a1ba-45fc-b03e-de909e1cae0c {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 10px;
margin-right: 6%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-f048119f-a1ba-45fc-b03e-de909e1cae0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f048119f-a1ba-45fc-b03e-de909e1cae0c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f048119f-a1ba-45fc-b03e-de909e1cae0c {
  line-height: 1.5em;
}
}

  #s-f048119f-a1ba-45fc-b03e-de909e1cae0c-root {
    text-align: center;
  }


#s-f048119f-a1ba-45fc-b03e-de909e1cae0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f048119f-a1ba-45fc-b03e-de909e1cae0c-root {
    text-align: center;
  }


#s-f048119f-a1ba-45fc-b03e-de909e1cae0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f048119f-a1ba-45fc-b03e-de909e1cae0c-root {
    text-align: center;
  }


#s-f048119f-a1ba-45fc-b03e-de909e1cae0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f048119f-a1ba-45fc-b03e-de909e1cae0c-root {
    text-align: center;
  }


#s-f048119f-a1ba-45fc-b03e-de909e1cae0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f048119f-a1ba-45fc-b03e-de909e1cae0c-root {
    text-align: center;
  }


#s-f048119f-a1ba-45fc-b03e-de909e1cae0c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}
#s-51bfadd1-cf37-4983-8eee-3925950c9472 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-51bfadd1-cf37-4983-8eee-3925950c9472:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51bfadd1-cf37-4983-8eee-3925950c9472:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-51bfadd1-cf37-4983-8eee-3925950c9472-root {
    text-align: center;
  }


#s-51bfadd1-cf37-4983-8eee-3925950c9472.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51bfadd1-cf37-4983-8eee-3925950c9472-root {
    text-align: center;
  }


#s-51bfadd1-cf37-4983-8eee-3925950c9472.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51bfadd1-cf37-4983-8eee-3925950c9472-root {
    text-align: center;
  }


#s-51bfadd1-cf37-4983-8eee-3925950c9472.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51bfadd1-cf37-4983-8eee-3925950c9472-root {
    text-align: center;
  }


#s-51bfadd1-cf37-4983-8eee-3925950c9472.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51bfadd1-cf37-4983-8eee-3925950c9472-root {
    text-align: center;
  }


#s-51bfadd1-cf37-4983-8eee-3925950c9472.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-fc10e161-4b4e-4c63-955a-928430ac6391 {
  min-height: 50px;
}








#s-fc10e161-4b4e-4c63-955a-928430ac6391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc10e161-4b4e-4c63-955a-928430ac6391.shg-box.shg-c {
  justify-content: center;
}

#s-c9052992-f023-49cc-a62e-653084ee7ac5 {
  min-height: 50px;
}








#s-c9052992-f023-49cc-a62e-653084ee7ac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9052992-f023-49cc-a62e-653084ee7ac5.shg-box.shg-c {
  justify-content: center;
}

#s-6b466485-6cc1-4510-994f-f6d40c9713f9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(22, 22, 22, 1);
}
@media (max-width: 767px){#s-6b466485-6cc1-4510-994f-f6d40c9713f9 {
  margin-bottom: 20px;
}
}







#s-6b466485-6cc1-4510-994f-f6d40c9713f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b466485-6cc1-4510-994f-f6d40c9713f9.shg-box.shg-c {
  justify-content: center;
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed {
  max-width: 1440px;
aspect-ratio: 3/4;
text-align: center;
}



.shg-image-margin-container-s-fb54a81f-b326-43f9-8538-0917f1700fed {
  
  
  
  
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb54a81f-b326-43f9-8538-0917f1700fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image {
    
    
  }


.s-fb54a81f-b326-43f9-8538-0917f1700fed .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb54a81f-b326-43f9-8538-0917f1700fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb54a81f-b326-43f9-8538-0917f1700fed {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
      position: relative;
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fb54a81f-b326-43f9-8538-0917f1700fed {
  
  
  
  
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb54a81f-b326-43f9-8538-0917f1700fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image {
    
    
  }


.s-fb54a81f-b326-43f9-8538-0917f1700fed .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb54a81f-b326-43f9-8538-0917f1700fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb54a81f-b326-43f9-8538-0917f1700fed {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
      position: relative;
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed 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-fb54a81f-b326-43f9-8538-0917f1700fed {
  
  
  
  
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb54a81f-b326-43f9-8538-0917f1700fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image {
    
    
  }


.s-fb54a81f-b326-43f9-8538-0917f1700fed .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb54a81f-b326-43f9-8538-0917f1700fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb54a81f-b326-43f9-8538-0917f1700fed {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
      position: relative;
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed 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-fb54a81f-b326-43f9-8538-0917f1700fed {
  
  
  
  
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb54a81f-b326-43f9-8538-0917f1700fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image {
    
    
  }


.s-fb54a81f-b326-43f9-8538-0917f1700fed .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb54a81f-b326-43f9-8538-0917f1700fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb54a81f-b326-43f9-8538-0917f1700fed {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
      position: relative;
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-fb54a81f-b326-43f9-8538-0917f1700fed {
  
  
  
  
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shg-image-content-wrapper {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
    }

    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shogun-image-link {
      aspect-ratio: 3/4;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb54a81f-b326-43f9-8538-0917f1700fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb54a81f-b326-43f9-8538-0917f1700fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image {
    
    
  }


.s-fb54a81f-b326-43f9-8538-0917f1700fed .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb54a81f-b326-43f9-8538-0917f1700fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb54a81f-b326-43f9-8538-0917f1700fed {
      --shg-aspect-ratio: calc(3/4); 
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container {
      position: relative;
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb54a81f-b326-43f9-8538-0917f1700fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-144caf07-27e8-440c-90b3-4ba5873e2aeb {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 10px;
margin-right: 6%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-144caf07-27e8-440c-90b3-4ba5873e2aeb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-144caf07-27e8-440c-90b3-4ba5873e2aeb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-144caf07-27e8-440c-90b3-4ba5873e2aeb {
  line-height: 1.5em;
}
}

  #s-144caf07-27e8-440c-90b3-4ba5873e2aeb-root {
    text-align: center;
  }


#s-144caf07-27e8-440c-90b3-4ba5873e2aeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
@media (min-width: 1200px){
  #s-144caf07-27e8-440c-90b3-4ba5873e2aeb-root {
    text-align: center;
  }


#s-144caf07-27e8-440c-90b3-4ba5873e2aeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-144caf07-27e8-440c-90b3-4ba5873e2aeb-root {
    text-align: center;
  }


#s-144caf07-27e8-440c-90b3-4ba5873e2aeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-144caf07-27e8-440c-90b3-4ba5873e2aeb-root {
    text-align: center;
  }


#s-144caf07-27e8-440c-90b3-4ba5873e2aeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}@media (max-width: 767px){
  #s-144caf07-27e8-440c-90b3-4ba5873e2aeb-root {
    text-align: center;
  }


#s-144caf07-27e8-440c-90b3-4ba5873e2aeb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  block ;
}
}
#s-ff162244-24e3-4f35-b44b-b2726d334ee4 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-ff162244-24e3-4f35-b44b-b2726d334ee4:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff162244-24e3-4f35-b44b-b2726d334ee4:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ff162244-24e3-4f35-b44b-b2726d334ee4-root {
    text-align: center;
  }


#s-ff162244-24e3-4f35-b44b-b2726d334ee4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff162244-24e3-4f35-b44b-b2726d334ee4-root {
    text-align: center;
  }


#s-ff162244-24e3-4f35-b44b-b2726d334ee4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff162244-24e3-4f35-b44b-b2726d334ee4-root {
    text-align: center;
  }


#s-ff162244-24e3-4f35-b44b-b2726d334ee4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff162244-24e3-4f35-b44b-b2726d334ee4-root {
    text-align: center;
  }


#s-ff162244-24e3-4f35-b44b-b2726d334ee4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff162244-24e3-4f35-b44b-b2726d334ee4-root {
    text-align: center;
  }


#s-ff162244-24e3-4f35-b44b-b2726d334ee4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Urbanist;
  display:  inline-block ;
}
}
#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7c3a6e4-65ac-4f57-a210-b56c97f1d68b.shg-box.shg-c {
  justify-content: center;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1200px;
aspect-ratio: 1200/149;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  display: none;
}
#s-f320c1f9-67dc-40f2-be52-daeeb6110069, #wrap-s-f320c1f9-67dc-40f2-be52-daeeb6110069 { display: none !important; }}@media (max-width: 767px){#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  display: none;
}
#s-f320c1f9-67dc-40f2-be52-daeeb6110069, #wrap-s-f320c1f9-67dc-40f2-be52-daeeb6110069 { display: none !important; }}


.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1200/149;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1200/149;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1200/149); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1200/149;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1200/149;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1200/149); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1200/149;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1200/149;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1200/149); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1200/149;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1200/149;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1200/149); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  
  
  
  
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      aspect-ratio: 1200/149;
      width: 100%;
      height: 100%;
    }

    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-link {
      aspect-ratio: 1200/149;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
    
    
  }


.s-f320c1f9-67dc-40f2-be52-daeeb6110069 .shogun-image-content {
  
    align-items: center;
  
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 {
      --shg-aspect-ratio: calc(1200/149); 
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container {
      position: relative;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f320c1f9-67dc-40f2-be52-daeeb6110069 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1440px;
aspect-ratio: 1440/1920;
text-align: center;
}
@media (min-width: 1200px){#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  display: none;
}
#s-67b357b8-6218-4e50-bd8f-1c100c8522ab, #wrap-s-67b357b8-6218-4e50-bd8f-1c100c8522ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  display: none;
}
#s-67b357b8-6218-4e50-bd8f-1c100c8522ab, #wrap-s-67b357b8-6218-4e50-bd8f-1c100c8522ab { display: none !important; }}


.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  
  
  
  
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      aspect-ratio: 1440/1920;
      width: 100%;
      height: 100%;
    }

    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-link {
      aspect-ratio: 1440/1920;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
    
    
  }


.s-67b357b8-6218-4e50-bd8f-1c100c8522ab .shogun-image-content {
  
    align-items: center;
  
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab {
      --shg-aspect-ratio: calc(1440/1920); 
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container {
      position: relative;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67b357b8-6218-4e50-bd8f-1c100c8522ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
/*
  $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}