.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-0f8e993e-1bb0-4e35-b4f1-1143f504a6ef {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 10px;
background-color: rgba(115, 95, 228, 1);
}
@media (max-width: 767px){#s-0f8e993e-1bb0-4e35-b4f1-1143f504a6ef {
  display: none;
}
#s-0f8e993e-1bb0-4e35-b4f1-1143f504a6ef, #wrap-s-0f8e993e-1bb0-4e35-b4f1-1143f504a6ef { display: none !important; }}







#s-0f8e993e-1bb0-4e35-b4f1-1143f504a6ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f8e993e-1bb0-4e35-b4f1-1143f504a6ef.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(115, 95, 228, 1);
}



.shg-image-margin-container-s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image {
    
    
  }


.s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
      position: relative;
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  
  
  
  
}

#s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image {
    
    
  }


.s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
      position: relative;
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6 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-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  
  
  
  
}

#s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image {
    
    
  }


.s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
      position: relative;
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6 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-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  
  
  
  
}

#s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image {
    
    
  }


.s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
      position: relative;
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  
  
  
  
}

#s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6974a20-dfbb-47c2-944f-4d087e1209b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image {
    
    
  }


.s-f6974a20-dfbb-47c2-944f-4d087e1209b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container {
      position: relative;
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6974a20-dfbb-47c2-944f-4d087e1209b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Poppins";
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-81f05e08-2bfa-4590-bf9f-289a07b890ee {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(115, 95, 228, 1);
}

#s-81f05e08-2bfa-4590-bf9f-289a07b890ee .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-81f05e08-2bfa-4590-bf9f-289a07b890ee .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-391da517-2edb-42a2-b51d-3bc3f456b42c {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 40px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-391da517-2edb-42a2-b51d-3bc3f456b42c {
  display: none;
}
#s-391da517-2edb-42a2-b51d-3bc3f456b42c, #wrap-s-391da517-2edb-42a2-b51d-3bc3f456b42c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-391da517-2edb-42a2-b51d-3bc3f456b42c {
  display: none;
}
#s-391da517-2edb-42a2-b51d-3bc3f456b42c, #wrap-s-391da517-2edb-42a2-b51d-3bc3f456b42c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-391da517-2edb-42a2-b51d-3bc3f456b42c {
  display: none;
}
#s-391da517-2edb-42a2-b51d-3bc3f456b42c, #wrap-s-391da517-2edb-42a2-b51d-3bc3f456b42c { display: none !important; }}
#s-391da517-2edb-42a2-b51d-3bc3f456b42c .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1.2em;
  
  
}


@media (max-width: 767px){#s-391da517-2edb-42a2-b51d-3bc3f456b42c .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}


}
#s-6244b02d-a730-478f-89a6-e29dc92be4b4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(118, 94, 229, 1);
}
@media (max-width: 767px){#s-6244b02d-a730-478f-89a6-e29dc92be4b4 {
  display: none;
}
#s-6244b02d-a730-478f-89a6-e29dc92be4b4, #wrap-s-6244b02d-a730-478f-89a6-e29dc92be4b4 { display: none !important; }}
#s-6244b02d-a730-478f-89a6-e29dc92be4b4 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 0.86);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



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

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

.shg-btn-text {
  font-weight: 400;
  font-family: "Poppins";
}

.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-48adec89-18dd-4ee2-9936-dd023fa87eca {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1000px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(252, 249, 239, 1);
}
#s-48adec89-18dd-4ee2-9936-dd023fa87eca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48adec89-18dd-4ee2-9936-dd023fa87eca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48adec89-18dd-4ee2-9936-dd023fa87eca-root {
    text-align: center;
  }


#s-48adec89-18dd-4ee2-9936-dd023fa87eca.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48adec89-18dd-4ee2-9936-dd023fa87eca-root {
    text-align: center;
  }


#s-48adec89-18dd-4ee2-9936-dd023fa87eca.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48adec89-18dd-4ee2-9936-dd023fa87eca-root {
    text-align: center;
  }


#s-48adec89-18dd-4ee2-9936-dd023fa87eca.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48adec89-18dd-4ee2-9936-dd023fa87eca-root {
    text-align: center;
  }


#s-48adec89-18dd-4ee2-9936-dd023fa87eca.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48adec89-18dd-4ee2-9936-dd023fa87eca-root {
    text-align: center;
  }


#s-48adec89-18dd-4ee2-9936-dd023fa87eca.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-017a116f-d002-420b-9814-0582c520c7e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-017a116f-d002-420b-9814-0582c520c7e8 {
  display: none;
}
#s-017a116f-d002-420b-9814-0582c520c7e8, #wrap-s-017a116f-d002-420b-9814-0582c520c7e8 { display: none !important; }}







#s-017a116f-d002-420b-9814-0582c520c7e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-017a116f-d002-420b-9814-0582c520c7e8.shg-box.shg-c {
  justify-content: center;
}

#s-385e1677-3d0a-49d4-9364-9ec78fbd1905 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
min-height: 50px;
max-width: 350px;
background-color: rgba(51, 51, 51, 0.64);
}








#s-385e1677-3d0a-49d4-9364-9ec78fbd1905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-385e1677-3d0a-49d4-9364-9ec78fbd1905.shg-box.shg-c {
  justify-content: center;
}

#s-fee0d6af-885e-4cd7-8385-c54cc00092c7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}

#s-fee0d6af-885e-4cd7-8385-c54cc00092c7 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-ecb15a91-37b3-4527-a37e-2db46112aec9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-ecb15a91-37b3-4527-a37e-2db46112aec9 {
  display: none;
}
#s-ecb15a91-37b3-4527-a37e-2db46112aec9, #wrap-s-ecb15a91-37b3-4527-a37e-2db46112aec9 { display: none !important; }}
#s-ecb15a91-37b3-4527-a37e-2db46112aec9 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 0.86);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: 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-a8338261-c520-44de-960a-c99c758e50b9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-a8338261-c520-44de-960a-c99c758e50b9 {
  padding-bottom: 0px;
display: none;
}
#s-a8338261-c520-44de-960a-c99c758e50b9, #wrap-s-a8338261-c520-44de-960a-c99c758e50b9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a8338261-c520-44de-960a-c99c758e50b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a8338261-c520-44de-960a-c99c758e50b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8338261-c520-44de-960a-c99c758e50b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8338261-c520-44de-960a-c99c758e50b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-409553a7-b3a5-4ae7-b7da-6f3f405f6383 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 370px;
background-color: rgba(252, 249, 239, 1);
}








#s-409553a7-b3a5-4ae7-b7da-6f3f405f6383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-409553a7-b3a5-4ae7-b7da-6f3f405f6383.shg-box.shg-c {
  justify-content: center;
}

#s-c8694310-7c65-4e97-90a8-c726d7d348db {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8694310-7c65-4e97-90a8-c726d7d348db .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(158, 153, 153, 0);
}



.shg-image-margin-container-s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image {
    
    
  }


.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shogun-image-content {
  
    align-items: center;
  
}

.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
      position: relative;
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  
  
  
  
}

#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image {
    
    
  }


.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shogun-image-content {
  
    align-items: center;
  
}

.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
      position: relative;
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb 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-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  
  
  
  
}

#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image {
    
    
  }


.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shogun-image-content {
  
    align-items: center;
  
}

.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
      position: relative;
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb 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-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  
  
  
  
}

#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image {
    
    
  }


.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shogun-image-content {
  
    align-items: center;
  
}

.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
      position: relative;
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  
  
  
  
}

#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image {
    
    
  }


.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb .shogun-image-content {
  
    align-items: center;
  
}

.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container {
      position: relative;
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a920d6b0-6fee-4bd2-ad8d-705c043b25fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-45157aa2-c958-45b4-8555-1c1bbe83530e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-45157aa2-c958-45b4-8555-1c1bbe83530e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-547d7b77-d558-49d5-bf16-7fada55b96ad {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-547d7b77-d558-49d5-bf16-7fada55b96ad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-2df1d69b-560b-4dfd-a065-b6d06226ff2a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 15%;
padding-bottom: 4px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(252, 249, 239, 1);
}
#s-2df1d69b-560b-4dfd-a065-b6d06226ff2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2df1d69b-560b-4dfd-a065-b6d06226ff2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2df1d69b-560b-4dfd-a065-b6d06226ff2a-root {
    text-align: center;
  }


#s-2df1d69b-560b-4dfd-a065-b6d06226ff2a.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2df1d69b-560b-4dfd-a065-b6d06226ff2a-root {
    text-align: center;
  }


#s-2df1d69b-560b-4dfd-a065-b6d06226ff2a.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2df1d69b-560b-4dfd-a065-b6d06226ff2a-root {
    text-align: center;
  }


#s-2df1d69b-560b-4dfd-a065-b6d06226ff2a.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2df1d69b-560b-4dfd-a065-b6d06226ff2a-root {
    text-align: center;
  }


#s-2df1d69b-560b-4dfd-a065-b6d06226ff2a.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2df1d69b-560b-4dfd-a065-b6d06226ff2a-root {
    text-align: center;
  }


#s-2df1d69b-560b-4dfd-a065-b6d06226ff2a.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #000000;
  font-family: "Poppins";
  font-weight: 700;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Poppins";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: #000000;
  font-family: "Poppins";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Poppins";
  font-weight: 400;
}

#s-2f996260-4479-4856-b708-ed0eb9c81fcf {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}

#s-339f991f-936e-4533-b3e6-eafc94488826 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 15%;
padding-bottom: 4px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(252, 249, 239, 1);
}
#s-339f991f-936e-4533-b3e6-eafc94488826:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-339f991f-936e-4533-b3e6-eafc94488826:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-339f991f-936e-4533-b3e6-eafc94488826-root {
    text-align: center;
  }


#s-339f991f-936e-4533-b3e6-eafc94488826.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-339f991f-936e-4533-b3e6-eafc94488826-root {
    text-align: center;
  }


#s-339f991f-936e-4533-b3e6-eafc94488826.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-339f991f-936e-4533-b3e6-eafc94488826-root {
    text-align: center;
  }


#s-339f991f-936e-4533-b3e6-eafc94488826.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-339f991f-936e-4533-b3e6-eafc94488826-root {
    text-align: center;
  }


#s-339f991f-936e-4533-b3e6-eafc94488826.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-339f991f-936e-4533-b3e6-eafc94488826-root {
    text-align: center;
  }


#s-339f991f-936e-4533-b3e6-eafc94488826.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5b5c8027-83ae-4a45-bb09-9ce7cc5b9875 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}

#s-7bf43d42-f314-42b8-9192-aa88cdf3d2ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 370px;
background-color: rgba(252, 249, 239, 1);
}








#s-7bf43d42-f314-42b8-9192-aa88cdf3d2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7bf43d42-f314-42b8-9192-aa88cdf3d2ab.shg-box.shg-c {
  justify-content: center;
}

#s-7b9e30fa-0903-4a78-9dc2-8665b567fd20 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b9e30fa-0903-4a78-9dc2-8665b567fd20 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(158, 153, 153, 0);
}



.shg-image-margin-container-s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2484d00a-774d-47e7-bb25-4f7b8d426086 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image {
    
    
  }


.s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shogun-image-content {
  
    align-items: center;
  
}

.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
      position: relative;
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  
  
  
  
}

#s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2484d00a-774d-47e7-bb25-4f7b8d426086 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image {
    
    
  }


.s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shogun-image-content {
  
    align-items: center;
  
}

.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
      position: relative;
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086 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-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  
  
  
  
}

#s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2484d00a-774d-47e7-bb25-4f7b8d426086 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image {
    
    
  }


.s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shogun-image-content {
  
    align-items: center;
  
}

.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
      position: relative;
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086 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-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  
  
  
  
}

#s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2484d00a-774d-47e7-bb25-4f7b8d426086 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image {
    
    
  }


.s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shogun-image-content {
  
    align-items: center;
  
}

.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
      position: relative;
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  
  
  
  
}

#s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2484d00a-774d-47e7-bb25-4f7b8d426086 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image {
    
    
  }


.s-2484d00a-774d-47e7-bb25-4f7b8d426086 .shogun-image-content {
  
    align-items: center;
  
}

.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2484d00a-774d-47e7-bb25-4f7b8d426086 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container {
      position: relative;
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2484d00a-774d-47e7-bb25-4f7b8d426086 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c7e7b048-b0a9-4cf6-82ed-a9f4265c7d34 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c7e7b048-b0a9-4cf6-82ed-a9f4265c7d34 .shogun-heading-component h1 {
  color: rgba(87, 166, 81, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-58a19260-a05c-4b93-8435-261b08740a6c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-58a19260-a05c-4b93-8435-261b08740a6c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 15%;
padding-bottom: 4px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(87, 166, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(252, 249, 239, 1);
}
#s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c:hover {background-color: rgba(48, 113, 43, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c-root {
    text-align: center;
  }


#s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c-root {
    text-align: center;
  }


#s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c-root {
    text-align: center;
  }


#s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c-root {
    text-align: center;
  }


#s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c-root {
    text-align: center;
  }


#s-16f8b4a4-0f8a-4552-a81a-801e1de29d7c.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-21b95bfd-c734-4021-9307-1e83dc4be23c {
  margin-left: auto;
margin-right: auto;
}

#s-b4f4a6e6-dd03-46a0-b297-9f5ad0a11d8d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 370px;
background-color: rgba(252, 249, 239, 1);
}








#s-b4f4a6e6-dd03-46a0-b297-9f5ad0a11d8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4f4a6e6-dd03-46a0-b297-9f5ad0a11d8d.shg-box.shg-c {
  justify-content: center;
}

#s-4fd7871d-3f5a-4588-913d-f84f2a24a398 {
  margin-top: -4px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4fd7871d-3f5a-4588-913d-f84f2a24a398 {
  margin-top: 0px;
}
}
#s-4fd7871d-3f5a-4588-913d-f84f2a24a398 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-75153bd5-4370-4e58-bf19-d22d1d803edc {
  margin-top: -5px;
margin-left: 0%;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(158, 153, 153, 0);
}



.shg-image-margin-container-s-75153bd5-4370-4e58-bf19-d22d1d803edc {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: -5px;
  
}

#s-75153bd5-4370-4e58-bf19-d22d1d803edc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75153bd5-4370-4e58-bf19-d22d1d803edc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image {
    
    
  }


.s-75153bd5-4370-4e58-bf19-d22d1d803edc .shogun-image-content {
  
    align-items: center;
  
}

.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75153bd5-4370-4e58-bf19-d22d1d803edc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
      position: relative;
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-75153bd5-4370-4e58-bf19-d22d1d803edc {
  
  
  
  
}

#s-75153bd5-4370-4e58-bf19-d22d1d803edc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75153bd5-4370-4e58-bf19-d22d1d803edc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image {
    
    
  }


.s-75153bd5-4370-4e58-bf19-d22d1d803edc .shogun-image-content {
  
    align-items: center;
  
}

.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75153bd5-4370-4e58-bf19-d22d1d803edc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
      position: relative;
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc 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-75153bd5-4370-4e58-bf19-d22d1d803edc {
  
  
  
  
}

#s-75153bd5-4370-4e58-bf19-d22d1d803edc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75153bd5-4370-4e58-bf19-d22d1d803edc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image {
    
    
  }


.s-75153bd5-4370-4e58-bf19-d22d1d803edc .shogun-image-content {
  
    align-items: center;
  
}

.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75153bd5-4370-4e58-bf19-d22d1d803edc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
      position: relative;
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc 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-75153bd5-4370-4e58-bf19-d22d1d803edc {
  
  
  
  
}

#s-75153bd5-4370-4e58-bf19-d22d1d803edc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75153bd5-4370-4e58-bf19-d22d1d803edc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image {
    
    
  }


.s-75153bd5-4370-4e58-bf19-d22d1d803edc .shogun-image-content {
  
    align-items: center;
  
}

.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75153bd5-4370-4e58-bf19-d22d1d803edc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
      position: relative;
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-75153bd5-4370-4e58-bf19-d22d1d803edc {
  
  
  
  
}

#s-75153bd5-4370-4e58-bf19-d22d1d803edc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75153bd5-4370-4e58-bf19-d22d1d803edc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75153bd5-4370-4e58-bf19-d22d1d803edc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image {
    
    
  }


.s-75153bd5-4370-4e58-bf19-d22d1d803edc .shogun-image-content {
  
    align-items: center;
  
}

.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75153bd5-4370-4e58-bf19-d22d1d803edc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container {
      position: relative;
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75153bd5-4370-4e58-bf19-d22d1d803edc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7b8aa67a-5f57-4cce-8d11-10b53fe0c772 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-7b8aa67a-5f57-4cce-8d11-10b53fe0c772 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-ff7c8f30-2e9f-480e-accc-0806a562582b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ff7c8f30-2e9f-480e-accc-0806a562582b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-65106f24-c0e0-445c-9422-86d528863dd5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 15%;
padding-bottom: 4px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(252, 249, 239, 1);
}
#s-65106f24-c0e0-445c-9422-86d528863dd5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65106f24-c0e0-445c-9422-86d528863dd5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65106f24-c0e0-445c-9422-86d528863dd5-root {
    text-align: center;
  }


#s-65106f24-c0e0-445c-9422-86d528863dd5.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65106f24-c0e0-445c-9422-86d528863dd5-root {
    text-align: center;
  }


#s-65106f24-c0e0-445c-9422-86d528863dd5.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65106f24-c0e0-445c-9422-86d528863dd5-root {
    text-align: center;
  }


#s-65106f24-c0e0-445c-9422-86d528863dd5.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65106f24-c0e0-445c-9422-86d528863dd5-root {
    text-align: center;
  }


#s-65106f24-c0e0-445c-9422-86d528863dd5.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65106f24-c0e0-445c-9422-86d528863dd5-root {
    text-align: center;
  }


#s-65106f24-c0e0-445c-9422-86d528863dd5.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-71f1faaa-3c8a-4c68-9e76-b2d4e3c56355 {
  margin-left: auto;
margin-right: auto;
}

#s-6ab9deeb-09bf-469e-9128-8aef2f897933 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
min-height: 50px;
max-width: 350px;
background-color: rgba(51, 51, 51, 0.64);
}








#s-6ab9deeb-09bf-469e-9128-8aef2f897933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ab9deeb-09bf-469e-9128-8aef2f897933.shg-box.shg-c {
  justify-content: center;
}

#s-0f45a5bd-7d5e-49a1-82c0-ec5e77d3e28b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}

#s-0f45a5bd-7d5e-49a1-82c0-ec5e77d3e28b .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-6c1c96c7-d164-471f-a88c-c77a18da8831 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-6c1c96c7-d164-471f-a88c-c77a18da8831 {
  display: none;
}
#s-6c1c96c7-d164-471f-a88c-c77a18da8831, #wrap-s-6c1c96c7-d164-471f-a88c-c77a18da8831 { display: none !important; }}
#s-6c1c96c7-d164-471f-a88c-c77a18da8831 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 0.86);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-db29f01d-ef21-42e8-ac8e-8aebf65b5263 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(252, 249, 239, 1);
}
@media (min-width: 1200px){#s-db29f01d-ef21-42e8-ac8e-8aebf65b5263 {
  display: none;
}
#s-db29f01d-ef21-42e8-ac8e-8aebf65b5263, #wrap-s-db29f01d-ef21-42e8-ac8e-8aebf65b5263 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db29f01d-ef21-42e8-ac8e-8aebf65b5263 {
  display: none;
}
#s-db29f01d-ef21-42e8-ac8e-8aebf65b5263, #wrap-s-db29f01d-ef21-42e8-ac8e-8aebf65b5263 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db29f01d-ef21-42e8-ac8e-8aebf65b5263 {
  display: none;
}
#s-db29f01d-ef21-42e8-ac8e-8aebf65b5263, #wrap-s-db29f01d-ef21-42e8-ac8e-8aebf65b5263 { display: none !important; }}







#s-db29f01d-ef21-42e8-ac8e-8aebf65b5263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db29f01d-ef21-42e8-ac8e-8aebf65b5263.shg-box.shg-c {
  justify-content: center;
}

#s-55a30488-842c-410b-b860-aeaa3b73ec96 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(118, 94, 229, 1);
}

#s-55a30488-842c-410b-b860-aeaa3b73ec96 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820 {
  margin-top: 9px;
margin-left: auto;
margin-bottom: 9px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1000px;
background-color: rgba(118, 94, 229, 0.63);
text-align: center;
text-decoration: none;
}
#s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820-root {
    text-align: center;
  }


#s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820-root {
    text-align: center;
  }


#s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820-root {
    text-align: center;
  }


#s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820-root {
    text-align: center;
  }


#s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820-root {
    text-align: center;
  }


#s-0c60be6b-c390-4aa3-a00a-ee60e1b0b820.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
background-color: rgba(252, 249, 239, 1);
}
@media (min-width: 1200px){#s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8 {
  display: none;
}
#s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8, #wrap-s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8 {
  display: none;
}
#s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8, #wrap-s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8 {
  display: none;
}
#s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8, #wrap-s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8 { display: none !important; }}@media (max-width: 767px){#s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8 {
  padding-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57a254ec-20e0-46d2-9fbb-7d4a0f5820f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d207a938-7741-4233-8bdf-7b15ce5a4049 {
  margin-top: -20px;
margin-bottom: -50px;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-d207a938-7741-4233-8bdf-7b15ce5a4049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d207a938-7741-4233-8bdf-7b15ce5a4049.shg-box.shg-c {
  justify-content: center;
}

#s-f2ddbe47-0ad5-42c5-8307-204d449b7a18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2ddbe47-0ad5-42c5-8307-204d449b7a18 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

#s-b34afcce-3685-45f9-98a6-f469688bfcde {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#slider-v3-s-b34afcce-3685-45f9-98a6-f469688bfcde {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-b34afcce-3685-45f9-98a6-f469688bfcde > .swiper-button-prev,
#slider-v3-s-b34afcce-3685-45f9-98a6-f469688bfcde > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-b34afcce-3685-45f9-98a6-f469688bfcde > .swiper-button-next svg,
#slider-v3-s-b34afcce-3685-45f9-98a6-f469688bfcde > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 200px;
aspect-ratio: 1414/2000;
text-align: center;
}



.shg-image-margin-container-s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image {
    
    
  }


.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
      position: relative;
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  
  
  
  
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image {
    
    
  }


.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
      position: relative;
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 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-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  
  
  
  
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image {
    
    
  }


.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
      position: relative;
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 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-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  
  
  
  
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image {
    
    
  }


.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
      position: relative;
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  
  
  
  
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image {
    
    
  }


.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container {
      position: relative;
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3435d774-9d30-40f4-b0ee-2e67ef0e13a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 200px;
aspect-ratio: 1414/2000;
text-align: center;
}



.shg-image-margin-container-s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image {
    
    
  }


.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
      position: relative;
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  
  
  
  
}

#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image {
    
    
  }


.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
      position: relative;
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f 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-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  
  
  
  
}

#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image {
    
    
  }


.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
      position: relative;
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f 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-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  
  
  
  
}

#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image {
    
    
  }


.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
      position: relative;
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  
  
  
  
}

#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ba8164b-e7b3-493b-a77f-5c6350635e4f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image {
    
    
  }


.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f .shogun-image-content {
  
    align-items: center;
  
}

.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container {
      position: relative;
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ba8164b-e7b3-493b-a77f-5c6350635e4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 200px;
aspect-ratio: 1414/2000;
text-align: center;
}



.shg-image-margin-container-s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8761459-e09b-4c08-985b-34e6cdf4d059 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image {
    
    
  }


.s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
      position: relative;
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  
  
  
  
}

#s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8761459-e09b-4c08-985b-34e6cdf4d059 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image {
    
    
  }


.s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
      position: relative;
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059 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-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  
  
  
  
}

#s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8761459-e09b-4c08-985b-34e6cdf4d059 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image {
    
    
  }


.s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
      position: relative;
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059 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-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  
  
  
  
}

#s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8761459-e09b-4c08-985b-34e6cdf4d059 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image {
    
    
  }


.s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
      position: relative;
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  
  
  
  
}

#s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8761459-e09b-4c08-985b-34e6cdf4d059 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image {
    
    
  }


.s-c8761459-e09b-4c08-985b-34e6cdf4d059 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8761459-e09b-4c08-985b-34e6cdf4d059 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container {
      position: relative;
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8761459-e09b-4c08-985b-34e6cdf4d059 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-53ddc46d-2fed-4f98-a249-517047c1f63a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 200px;
aspect-ratio: 1414/2000;
text-align: center;
}



.shg-image-margin-container-s-53ddc46d-2fed-4f98-a249-517047c1f63a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-53ddc46d-2fed-4f98-a249-517047c1f63a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53ddc46d-2fed-4f98-a249-517047c1f63a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image {
    
    
  }


.s-53ddc46d-2fed-4f98-a249-517047c1f63a .shogun-image-content {
  
    align-items: center;
  
}

.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53ddc46d-2fed-4f98-a249-517047c1f63a {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
      position: relative;
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-53ddc46d-2fed-4f98-a249-517047c1f63a {
  
  
  
  
}

#s-53ddc46d-2fed-4f98-a249-517047c1f63a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53ddc46d-2fed-4f98-a249-517047c1f63a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image {
    
    
  }


.s-53ddc46d-2fed-4f98-a249-517047c1f63a .shogun-image-content {
  
    align-items: center;
  
}

.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53ddc46d-2fed-4f98-a249-517047c1f63a {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
      position: relative;
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a 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-53ddc46d-2fed-4f98-a249-517047c1f63a {
  
  
  
  
}

#s-53ddc46d-2fed-4f98-a249-517047c1f63a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53ddc46d-2fed-4f98-a249-517047c1f63a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image {
    
    
  }


.s-53ddc46d-2fed-4f98-a249-517047c1f63a .shogun-image-content {
  
    align-items: center;
  
}

.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53ddc46d-2fed-4f98-a249-517047c1f63a {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
      position: relative;
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a 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-53ddc46d-2fed-4f98-a249-517047c1f63a {
  
  
  
  
}

#s-53ddc46d-2fed-4f98-a249-517047c1f63a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53ddc46d-2fed-4f98-a249-517047c1f63a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image {
    
    
  }


.s-53ddc46d-2fed-4f98-a249-517047c1f63a .shogun-image-content {
  
    align-items: center;
  
}

.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53ddc46d-2fed-4f98-a249-517047c1f63a {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
      position: relative;
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-53ddc46d-2fed-4f98-a249-517047c1f63a {
  
  
  
  
}

#s-53ddc46d-2fed-4f98-a249-517047c1f63a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53ddc46d-2fed-4f98-a249-517047c1f63a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53ddc46d-2fed-4f98-a249-517047c1f63a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image {
    
    
  }


.s-53ddc46d-2fed-4f98-a249-517047c1f63a .shogun-image-content {
  
    align-items: center;
  
}

.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53ddc46d-2fed-4f98-a249-517047c1f63a {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container {
      position: relative;
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53ddc46d-2fed-4f98-a249-517047c1f63a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2dca172b-ece1-43ed-87f3-1eee3c6e8e24 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2dca172b-ece1-43ed-87f3-1eee3c6e8e24 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cdc6b845-19c5-4b13-bd4a-0010d25fbf12 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdc6b845-19c5-4b13-bd4a-0010d25fbf12 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-10a3913a-484c-452d-91dd-678293f345bd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10a3913a-484c-452d-91dd-678293f345bd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-409b3c63-ae83-4b1a-9cca-bf1eac52b978 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-409b3c63-ae83-4b1a-9cca-bf1eac52b978 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-753da90f-4811-45d2-a04f-0de0a8e3d28f {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-753da90f-4811-45d2-a04f-0de0a8e3d28f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-8f3944ad-bc01-49ea-8ffc-999598265125 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f3944ad-bc01-49ea-8ffc-999598265125 .shogun-heading-component h1 {
  color: rgba(255, 122, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-e5f879b5-bdb4-4c79-a844-3bf8e08c9738 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5f879b5-bdb4-4c79-a844-3bf8e08c9738 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-b30230cd-45a6-4456-8f9e-8d71dd542ae1 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b30230cd-45a6-4456-8f9e-8d71dd542ae1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-f85a25c9-a025-4a4c-83c9-b7a91a5d58db {
  margin-left: auto;
margin-right: auto;
}

#s-b9918ee7-7a8e-4e35-9058-f0300f82b029 {
  margin-left: auto;
margin-right: auto;
}

#s-f8ca3db2-ec7a-4573-940f-09a083024977 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-601d2d4f-9bd4-4a33-9451-c09ac85f6ab8 {
  margin-left: auto;
margin-right: auto;
}

#s-e8a977cf-6f0f-4e61-9deb-da4d346375c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 70px;
background-color: rgba(255, 122, 0, 1);
text-align: center;
text-decoration: none;
}
#s-e8a977cf-6f0f-4e61-9deb-da4d346375c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8a977cf-6f0f-4e61-9deb-da4d346375c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8a977cf-6f0f-4e61-9deb-da4d346375c8-root {
    text-align: center;
  }


#s-e8a977cf-6f0f-4e61-9deb-da4d346375c8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8a977cf-6f0f-4e61-9deb-da4d346375c8-root {
    text-align: center;
  }


#s-e8a977cf-6f0f-4e61-9deb-da4d346375c8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8a977cf-6f0f-4e61-9deb-da4d346375c8-root {
    text-align: center;
  }


#s-e8a977cf-6f0f-4e61-9deb-da4d346375c8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8a977cf-6f0f-4e61-9deb-da4d346375c8-root {
    text-align: center;
  }


#s-e8a977cf-6f0f-4e61-9deb-da4d346375c8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8a977cf-6f0f-4e61-9deb-da4d346375c8-root {
    text-align: center;
  }


#s-e8a977cf-6f0f-4e61-9deb-da4d346375c8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 70px;
background-color: rgba(255, 122, 0, 1);
text-align: center;
text-decoration: none;
}
#s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2-root {
    text-align: center;
  }


#s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2-root {
    text-align: center;
  }


#s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2-root {
    text-align: center;
  }


#s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2-root {
    text-align: center;
  }


#s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2-root {
    text-align: center;
  }


#s-1a40fb24-a4e3-4781-bee9-5957cf19dbc2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-8c117d0a-ff2b-4c46-864c-df2e971f5059 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 70px;
background-color: rgba(255, 122, 0, 1);
text-align: center;
text-decoration: none;
}
#s-8c117d0a-ff2b-4c46-864c-df2e971f5059:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c117d0a-ff2b-4c46-864c-df2e971f5059:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c117d0a-ff2b-4c46-864c-df2e971f5059-root {
    text-align: center;
  }


#s-8c117d0a-ff2b-4c46-864c-df2e971f5059.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c117d0a-ff2b-4c46-864c-df2e971f5059-root {
    text-align: center;
  }


#s-8c117d0a-ff2b-4c46-864c-df2e971f5059.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c117d0a-ff2b-4c46-864c-df2e971f5059-root {
    text-align: center;
  }


#s-8c117d0a-ff2b-4c46-864c-df2e971f5059.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c117d0a-ff2b-4c46-864c-df2e971f5059-root {
    text-align: center;
  }


#s-8c117d0a-ff2b-4c46-864c-df2e971f5059.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c117d0a-ff2b-4c46-864c-df2e971f5059-root {
    text-align: center;
  }


#s-8c117d0a-ff2b-4c46-864c-df2e971f5059.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-34105370-c226-4da4-b506-afdf9227106a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
border-radius: 70px;
background-color: rgba(255, 122, 0, 1);
text-align: center;
text-decoration: none;
}
#s-34105370-c226-4da4-b506-afdf9227106a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34105370-c226-4da4-b506-afdf9227106a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34105370-c226-4da4-b506-afdf9227106a-root {
    text-align: center;
  }


#s-34105370-c226-4da4-b506-afdf9227106a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34105370-c226-4da4-b506-afdf9227106a-root {
    text-align: center;
  }


#s-34105370-c226-4da4-b506-afdf9227106a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34105370-c226-4da4-b506-afdf9227106a-root {
    text-align: center;
  }


#s-34105370-c226-4da4-b506-afdf9227106a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34105370-c226-4da4-b506-afdf9227106a-root {
    text-align: center;
  }


#s-34105370-c226-4da4-b506-afdf9227106a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34105370-c226-4da4-b506-afdf9227106a-root {
    text-align: center;
  }


#s-34105370-c226-4da4-b506-afdf9227106a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-5bbe75d2-ce74-4f55-8b57-4ee4d812566d {
  margin-left: -20%;
margin-right: -20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bbe75d2-ce74-4f55-8b57-4ee4d812566d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  letter-spacing: 0px;
  
}



#s-09b206cc-1ba4-4ba2-9811-0d29469e5455 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-09b206cc-1ba4-4ba2-9811-0d29469e5455"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09b206cc-1ba4-4ba2-9811-0d29469e5455"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09b206cc-1ba4-4ba2-9811-0d29469e5455"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09b206cc-1ba4-4ba2-9811-0d29469e5455"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f91a08da-d656-4c5f-adb7-6500ebfef98d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-f91a08da-d656-4c5f-adb7-6500ebfef98d {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-f91a08da-d656-4c5f-adb7-6500ebfef98d > .swiper-button-prev,
#slider-v3-s-f91a08da-d656-4c5f-adb7-6500ebfef98d > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-f91a08da-d656-4c5f-adb7-6500ebfef98d > .swiper-button-next svg,
#slider-v3-s-f91a08da-d656-4c5f-adb7-6500ebfef98d > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 200px;
aspect-ratio: 1414/2000;
text-align: center;
}



.shg-image-margin-container-s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image {
    
    
  }


.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
      position: relative;
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  
  
  
  
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image {
    
    
  }


.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
      position: relative;
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 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-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  
  
  
  
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image {
    
    
  }


.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
      position: relative;
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 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-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  
  
  
  
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image {
    
    
  }


.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
      position: relative;
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  
  
  
  
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image {
    
    
  }


.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container {
      position: relative;
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcea105-5cad-4bc8-a3f0-bd0ce1d928a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 200px;
aspect-ratio: 1414/2000;
text-align: center;
}



.shg-image-margin-container-s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6843c8f9-83e0-490c-beb2-be5fe9022642 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image {
    
    
  }


.s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shogun-image-content {
  
    align-items: center;
  
}

.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
      position: relative;
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  
  
  
  
}

#s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6843c8f9-83e0-490c-beb2-be5fe9022642 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image {
    
    
  }


.s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shogun-image-content {
  
    align-items: center;
  
}

.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
      position: relative;
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642 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-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  
  
  
  
}

#s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6843c8f9-83e0-490c-beb2-be5fe9022642 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image {
    
    
  }


.s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shogun-image-content {
  
    align-items: center;
  
}

.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
      position: relative;
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642 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-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  
  
  
  
}

#s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6843c8f9-83e0-490c-beb2-be5fe9022642 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image {
    
    
  }


.s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shogun-image-content {
  
    align-items: center;
  
}

.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
      position: relative;
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  
  
  
  
}

#s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6843c8f9-83e0-490c-beb2-be5fe9022642 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image {
    
    
  }


.s-6843c8f9-83e0-490c-beb2-be5fe9022642 .shogun-image-content {
  
    align-items: center;
  
}

.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6843c8f9-83e0-490c-beb2-be5fe9022642 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container {
      position: relative;
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6843c8f9-83e0-490c-beb2-be5fe9022642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-12def75f-d422-429e-b041-e08ea911ad70 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 200px;
aspect-ratio: 1414/2000;
text-align: center;
}



.shg-image-margin-container-s-12def75f-d422-429e-b041-e08ea911ad70 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-12def75f-d422-429e-b041-e08ea911ad70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12def75f-d422-429e-b041-e08ea911ad70 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-12def75f-d422-429e-b041-e08ea911ad70 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12def75f-d422-429e-b041-e08ea911ad70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12def75f-d422-429e-b041-e08ea911ad70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image {
    
    
  }


.s-12def75f-d422-429e-b041-e08ea911ad70 .shogun-image-content {
  
    align-items: center;
  
}

.s-12def75f-d422-429e-b041-e08ea911ad70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12def75f-d422-429e-b041-e08ea911ad70 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
      position: relative;
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-12def75f-d422-429e-b041-e08ea911ad70 {
  
  
  
  
}

#s-12def75f-d422-429e-b041-e08ea911ad70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12def75f-d422-429e-b041-e08ea911ad70 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-12def75f-d422-429e-b041-e08ea911ad70 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12def75f-d422-429e-b041-e08ea911ad70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12def75f-d422-429e-b041-e08ea911ad70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image {
    
    
  }


.s-12def75f-d422-429e-b041-e08ea911ad70 .shogun-image-content {
  
    align-items: center;
  
}

.s-12def75f-d422-429e-b041-e08ea911ad70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12def75f-d422-429e-b041-e08ea911ad70 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
      position: relative;
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70 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-12def75f-d422-429e-b041-e08ea911ad70 {
  
  
  
  
}

#s-12def75f-d422-429e-b041-e08ea911ad70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12def75f-d422-429e-b041-e08ea911ad70 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-12def75f-d422-429e-b041-e08ea911ad70 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12def75f-d422-429e-b041-e08ea911ad70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12def75f-d422-429e-b041-e08ea911ad70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image {
    
    
  }


.s-12def75f-d422-429e-b041-e08ea911ad70 .shogun-image-content {
  
    align-items: center;
  
}

.s-12def75f-d422-429e-b041-e08ea911ad70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12def75f-d422-429e-b041-e08ea911ad70 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
      position: relative;
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70 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-12def75f-d422-429e-b041-e08ea911ad70 {
  
  
  
  
}

#s-12def75f-d422-429e-b041-e08ea911ad70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12def75f-d422-429e-b041-e08ea911ad70 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-12def75f-d422-429e-b041-e08ea911ad70 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12def75f-d422-429e-b041-e08ea911ad70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12def75f-d422-429e-b041-e08ea911ad70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image {
    
    
  }


.s-12def75f-d422-429e-b041-e08ea911ad70 .shogun-image-content {
  
    align-items: center;
  
}

.s-12def75f-d422-429e-b041-e08ea911ad70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12def75f-d422-429e-b041-e08ea911ad70 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
      position: relative;
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-12def75f-d422-429e-b041-e08ea911ad70 {
  
  
  
  
}

#s-12def75f-d422-429e-b041-e08ea911ad70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12def75f-d422-429e-b041-e08ea911ad70 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-12def75f-d422-429e-b041-e08ea911ad70 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12def75f-d422-429e-b041-e08ea911ad70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12def75f-d422-429e-b041-e08ea911ad70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image {
    
    
  }


.s-12def75f-d422-429e-b041-e08ea911ad70 .shogun-image-content {
  
    align-items: center;
  
}

.s-12def75f-d422-429e-b041-e08ea911ad70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12def75f-d422-429e-b041-e08ea911ad70 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container {
      position: relative;
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12def75f-d422-429e-b041-e08ea911ad70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 200px;
aspect-ratio: 1414/2000;
text-align: center;
}



.shg-image-margin-container-s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd6b7d7-6660-428b-a76d-63655a3c29af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image {
    
    
  }


.s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
      position: relative;
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  
  
  
  
}

#s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd6b7d7-6660-428b-a76d-63655a3c29af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image {
    
    
  }


.s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
      position: relative;
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af 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-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  
  
  
  
}

#s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd6b7d7-6660-428b-a76d-63655a3c29af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image {
    
    
  }


.s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
      position: relative;
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af 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-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  
  
  
  
}

#s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd6b7d7-6660-428b-a76d-63655a3c29af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image {
    
    
  }


.s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
      position: relative;
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  
  
  
  
}

#s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cd6b7d7-6660-428b-a76d-63655a3c29af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image {
    
    
  }


.s-8cd6b7d7-6660-428b-a76d-63655a3c29af .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container {
      position: relative;
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cd6b7d7-6660-428b-a76d-63655a3c29af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-07c6aac8-af7d-48e7-b615-cae03bc2444a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07c6aac8-af7d-48e7-b615-cae03bc2444a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5ffeb134-987d-48c7-bfa3-cf488268c135 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ffeb134-987d-48c7-bfa3-cf488268c135 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-47b0b448-4dc2-4d2b-9a93-79cb20e4f67e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47b0b448-4dc2-4d2b-9a93-79cb20e4f67e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6837bbab-1cf9-41b4-a732-91a2798b6834 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6837bbab-1cf9-41b4-a732-91a2798b6834 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-76c83693-b09b-435a-8c46-56e5eebadc9e {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76c83693-b09b-435a-8c46-56e5eebadc9e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-1735866b-1458-4855-8477-82899df26205 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1735866b-1458-4855-8477-82899df26205 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-5a3d5ff7-8a1f-49f4-a31c-5c4e8dedfb12 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a3d5ff7-8a1f-49f4-a31c-5c4e8dedfb12 .shogun-heading-component h1 {
  color: rgba(255, 122, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-528a03f6-2c8b-4d89-a260-5ba5cb47e787 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-528a03f6-2c8b-4d89-a260-5ba5cb47e787 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-03e36b70-70d4-4352-b3ec-1328292579f6 {
  margin-left: auto;
margin-right: auto;
}

#s-5b6ebdc3-0168-4fbd-8a01-5ad0fe5c0a6f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-1955272d-aacc-4dd2-a855-3cd32cc8eaec {
  margin-left: auto;
margin-right: auto;
}

#s-7956ff1a-95e3-4ddc-a46d-89481691ac40 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}

#s-942d6a15-4636-49d2-8ba7-582e7f03b1d1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 70px;
background-color: rgba(255, 122, 0, 1);
text-align: center;
text-decoration: none;
}
#s-942d6a15-4636-49d2-8ba7-582e7f03b1d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-942d6a15-4636-49d2-8ba7-582e7f03b1d1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-942d6a15-4636-49d2-8ba7-582e7f03b1d1-root {
    text-align: center;
  }


#s-942d6a15-4636-49d2-8ba7-582e7f03b1d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-942d6a15-4636-49d2-8ba7-582e7f03b1d1-root {
    text-align: center;
  }


#s-942d6a15-4636-49d2-8ba7-582e7f03b1d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-942d6a15-4636-49d2-8ba7-582e7f03b1d1-root {
    text-align: center;
  }


#s-942d6a15-4636-49d2-8ba7-582e7f03b1d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-942d6a15-4636-49d2-8ba7-582e7f03b1d1-root {
    text-align: center;
  }


#s-942d6a15-4636-49d2-8ba7-582e7f03b1d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-942d6a15-4636-49d2-8ba7-582e7f03b1d1-root {
    text-align: center;
  }


#s-942d6a15-4636-49d2-8ba7-582e7f03b1d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-4637c3a1-2935-4727-a094-65b5dfd91d7d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 70px;
background-color: rgba(255, 122, 0, 1);
text-align: center;
text-decoration: none;
}
#s-4637c3a1-2935-4727-a094-65b5dfd91d7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4637c3a1-2935-4727-a094-65b5dfd91d7d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4637c3a1-2935-4727-a094-65b5dfd91d7d-root {
    text-align: center;
  }


#s-4637c3a1-2935-4727-a094-65b5dfd91d7d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4637c3a1-2935-4727-a094-65b5dfd91d7d-root {
    text-align: center;
  }


#s-4637c3a1-2935-4727-a094-65b5dfd91d7d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4637c3a1-2935-4727-a094-65b5dfd91d7d-root {
    text-align: center;
  }


#s-4637c3a1-2935-4727-a094-65b5dfd91d7d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4637c3a1-2935-4727-a094-65b5dfd91d7d-root {
    text-align: center;
  }


#s-4637c3a1-2935-4727-a094-65b5dfd91d7d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4637c3a1-2935-4727-a094-65b5dfd91d7d-root {
    text-align: center;
  }


#s-4637c3a1-2935-4727-a094-65b5dfd91d7d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-096673de-4e50-4ba3-9d50-78b31e107203 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 70px;
background-color: rgba(255, 122, 0, 1);
text-align: center;
text-decoration: none;
}
#s-096673de-4e50-4ba3-9d50-78b31e107203:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-096673de-4e50-4ba3-9d50-78b31e107203:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-096673de-4e50-4ba3-9d50-78b31e107203-root {
    text-align: center;
  }


#s-096673de-4e50-4ba3-9d50-78b31e107203.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-096673de-4e50-4ba3-9d50-78b31e107203-root {
    text-align: center;
  }


#s-096673de-4e50-4ba3-9d50-78b31e107203.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-096673de-4e50-4ba3-9d50-78b31e107203-root {
    text-align: center;
  }


#s-096673de-4e50-4ba3-9d50-78b31e107203.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-096673de-4e50-4ba3-9d50-78b31e107203-root {
    text-align: center;
  }


#s-096673de-4e50-4ba3-9d50-78b31e107203.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-096673de-4e50-4ba3-9d50-78b31e107203-root {
    text-align: center;
  }


#s-096673de-4e50-4ba3-9d50-78b31e107203.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 70px;
background-color: rgba(255, 122, 0, 1);
text-align: center;
text-decoration: none;
}
#s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b-root {
    text-align: center;
  }


#s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b-root {
    text-align: center;
  }


#s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b-root {
    text-align: center;
  }


#s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b-root {
    text-align: center;
  }


#s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b-root {
    text-align: center;
  }


#s-a8e42a25-7b7f-43a7-8a07-1d2f2d76403b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-74016c91-3320-466e-873a-8e7c7c7d1dee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74016c91-3320-466e-873a-8e7c7c7d1dee .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-78f6470c-9014-4bbc-8fa9-0b2be5d41ab8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-78f6470c-9014-4bbc-8fa9-0b2be5d41ab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78f6470c-9014-4bbc-8fa9-0b2be5d41ab8.shg-box.shg-c {
  justify-content: center;
}

#s-ba09ba96-ec38-494e-af5b-c25bea8d35db {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ba09ba96-ec38-494e-af5b-c25bea8d35db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ba09ba96-ec38-494e-af5b-c25bea8d35db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ba09ba96-ec38-494e-af5b-c25bea8d35db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba09ba96-ec38-494e-af5b-c25bea8d35db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  margin-left: 10%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1414/2000;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  margin-left: 10%;
  margin-right: 0%;
  
  
}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image {
    
    
  }


.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image {
  box-sizing: border-box;
}


.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
      position: relative;
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  
  
  
  
}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image {
    
    
  }


.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image {
  box-sizing: border-box;
}


.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
      position: relative;
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 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-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  
  
  
  
}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image {
    
    
  }


.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image {
  box-sizing: border-box;
}


.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
      position: relative;
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 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-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  
  
  
  
}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image {
    
    
  }


.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image {
  box-sizing: border-box;
}


.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
      position: relative;
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  
  
  
  
}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image {
    
    
  }


.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image {
  box-sizing: border-box;
}


.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container {
      position: relative;
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf4ee9bf-2a59-4e66-8d18-c3d747ea8a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b5e182fe-e379-428c-9e60-99192292cd99 {
  margin-top: 10px;
margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b5e182fe-e379-428c-9e60-99192292cd99 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  text-align: left;
}



#s-8df3c9f7-ac7c-4501-8c83-78f0c72ff72b {
  margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8df3c9f7-ac7c-4501-8c83-78f0c72ff72b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-8df3c9f7-ac7c-4501-8c83-78f0c72ff72b .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-877a9794-10a2-4aff-90b5-56acf7555142 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
}

.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-c5dc8307-e8d3-4a61-a383-a1b79d4aa392 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c5dc8307-e8d3-4a61-a383-a1b79d4aa392:hover {background-color: rgba(255, 122, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5dc8307-e8d3-4a61-a383-a1b79d4aa392:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c5dc8307-e8d3-4a61-a383-a1b79d4aa392 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5dc8307-e8d3-4a61-a383-a1b79d4aa392.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5dc8307-e8d3-4a61-a383-a1b79d4aa392.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c5dc8307-e8d3-4a61-a383-a1b79d4aa392.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  margin-left: 0%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 1414px;
aspect-ratio: 1414/2000;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  margin-left: 0%;
  margin-right: 10%;
  
  
}

#s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image {
    
    
  }


.s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
      position: relative;
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  
  
  
  
}

#s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image {
    
    
  }


.s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
      position: relative;
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760 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-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  
  
  
  
}

#s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image {
    
    
  }


.s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
      position: relative;
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760 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-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  
  
  
  
}

#s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image {
    
    
  }


.s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
      position: relative;
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  
  
  
  
}

#s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8ca163-5990-4981-8ad7-d8552f4fd760 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image {
    
    
  }


.s-5a8ca163-5990-4981-8ad7-d8552f4fd760 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container {
      position: relative;
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8ca163-5990-4981-8ad7-d8552f4fd760 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-115b563e-0fce-4a94-9c83-e51e90e3a4bb {
  margin-top: 10px;
margin-left: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-115b563e-0fce-4a94-9c83-e51e90e3a4bb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  text-align: left;
}



#s-9f8af620-1697-4d05-b573-5027f4914b07 {
  margin-top: 0px;
margin-left: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9f8af620-1697-4d05-b573-5027f4914b07 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-9f8af620-1697-4d05-b573-5027f4914b07 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-59e76d49-cc1c-4617-97f5-91b62b8822d4 {
  margin-left: 0%;
margin-right: 0%;
}

#s-92fea568-6560-49a8-8739-81670e0685d1 {
  margin-top: 10px;
margin-left: 0%;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-92fea568-6560-49a8-8739-81670e0685d1:hover {background-color: rgba(255, 122, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-92fea568-6560-49a8-8739-81670e0685d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92fea568-6560-49a8-8739-81670e0685d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92fea568-6560-49a8-8739-81670e0685d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92fea568-6560-49a8-8739-81670e0685d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-92fea568-6560-49a8-8739-81670e0685d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-de3e3cfe-2978-4e18-9abe-ca607cfd0b5f {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-de3e3cfe-2978-4e18-9abe-ca607cfd0b5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-de3e3cfe-2978-4e18-9abe-ca607cfd0b5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-de3e3cfe-2978-4e18-9abe-ca607cfd0b5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-de3e3cfe-2978-4e18-9abe-ca607cfd0b5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-54737992-822d-4934-8570-1c36a59e3b6f {
  margin-left: 10%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1414/2000;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-54737992-822d-4934-8570-1c36a59e3b6f {
  margin-left: 10%;
  margin-right: 0%;
  
  
}

#s-54737992-822d-4934-8570-1c36a59e3b6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54737992-822d-4934-8570-1c36a59e3b6f .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-54737992-822d-4934-8570-1c36a59e3b6f .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54737992-822d-4934-8570-1c36a59e3b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54737992-822d-4934-8570-1c36a59e3b6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image {
    
    
  }


.s-54737992-822d-4934-8570-1c36a59e3b6f .shogun-image-content {
  
    align-items: center;
  
}

.s-54737992-822d-4934-8570-1c36a59e3b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54737992-822d-4934-8570-1c36a59e3b6f {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
      position: relative;
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-54737992-822d-4934-8570-1c36a59e3b6f {
  
  
  
  
}

#s-54737992-822d-4934-8570-1c36a59e3b6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54737992-822d-4934-8570-1c36a59e3b6f .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-54737992-822d-4934-8570-1c36a59e3b6f .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54737992-822d-4934-8570-1c36a59e3b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54737992-822d-4934-8570-1c36a59e3b6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image {
    
    
  }


.s-54737992-822d-4934-8570-1c36a59e3b6f .shogun-image-content {
  
    align-items: center;
  
}

.s-54737992-822d-4934-8570-1c36a59e3b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54737992-822d-4934-8570-1c36a59e3b6f {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
      position: relative;
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f 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-54737992-822d-4934-8570-1c36a59e3b6f {
  
  
  
  
}

#s-54737992-822d-4934-8570-1c36a59e3b6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54737992-822d-4934-8570-1c36a59e3b6f .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-54737992-822d-4934-8570-1c36a59e3b6f .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54737992-822d-4934-8570-1c36a59e3b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54737992-822d-4934-8570-1c36a59e3b6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image {
    
    
  }


.s-54737992-822d-4934-8570-1c36a59e3b6f .shogun-image-content {
  
    align-items: center;
  
}

.s-54737992-822d-4934-8570-1c36a59e3b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54737992-822d-4934-8570-1c36a59e3b6f {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
      position: relative;
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f 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-54737992-822d-4934-8570-1c36a59e3b6f {
  
  
  
  
}

#s-54737992-822d-4934-8570-1c36a59e3b6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54737992-822d-4934-8570-1c36a59e3b6f .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-54737992-822d-4934-8570-1c36a59e3b6f .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54737992-822d-4934-8570-1c36a59e3b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54737992-822d-4934-8570-1c36a59e3b6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image {
    
    
  }


.s-54737992-822d-4934-8570-1c36a59e3b6f .shogun-image-content {
  
    align-items: center;
  
}

.s-54737992-822d-4934-8570-1c36a59e3b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54737992-822d-4934-8570-1c36a59e3b6f {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
      position: relative;
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-54737992-822d-4934-8570-1c36a59e3b6f {
  
  
  
  
}

#s-54737992-822d-4934-8570-1c36a59e3b6f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54737992-822d-4934-8570-1c36a59e3b6f .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-54737992-822d-4934-8570-1c36a59e3b6f .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54737992-822d-4934-8570-1c36a59e3b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54737992-822d-4934-8570-1c36a59e3b6f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image {
    
    
  }


.s-54737992-822d-4934-8570-1c36a59e3b6f .shogun-image-content {
  
    align-items: center;
  
}

.s-54737992-822d-4934-8570-1c36a59e3b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54737992-822d-4934-8570-1c36a59e3b6f {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container {
      position: relative;
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54737992-822d-4934-8570-1c36a59e3b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a44f7697-5d9d-4923-9781-8e33a1141ef3 {
  margin-top: 10px;
margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a44f7697-5d9d-4923-9781-8e33a1141ef3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  text-align: left;
}



#s-1f1eb06f-d679-40c6-9988-f3c1256ce66e {
  margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f1eb06f-d679-40c6-9988-f3c1256ce66e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-1f1eb06f-d679-40c6-9988-f3c1256ce66e .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-ef746be3-0496-4303-b34b-530f57466b7e {
  margin-left: auto;
margin-right: auto;
}

#s-55c2144b-1836-4147-9849-08608db2dbef {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 100px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-55c2144b-1836-4147-9849-08608db2dbef:hover {background-color: rgba(255, 122, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55c2144b-1836-4147-9849-08608db2dbef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55c2144b-1836-4147-9849-08608db2dbef {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55c2144b-1836-4147-9849-08608db2dbef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55c2144b-1836-4147-9849-08608db2dbef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-55c2144b-1836-4147-9849-08608db2dbef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  margin-left: 0%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1414/2000;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  margin-left: 0%;
  margin-right: 10%;
  
  
}

#s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70a552ff-17a1-4a92-913c-4806eb72ca6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image {
    
    
  }


.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shogun-image-content {
  
    align-items: center;
  
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image {
  box-sizing: border-box;
}


.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
      position: relative;
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  
  
  
  
}

#s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70a552ff-17a1-4a92-913c-4806eb72ca6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image {
    
    
  }


.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shogun-image-content {
  
    align-items: center;
  
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image {
  box-sizing: border-box;
}


.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
      position: relative;
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d 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-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  
  
  
  
}

#s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70a552ff-17a1-4a92-913c-4806eb72ca6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image {
    
    
  }


.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shogun-image-content {
  
    align-items: center;
  
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image {
  box-sizing: border-box;
}


.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
      position: relative;
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d 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-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  
  
  
  
}

#s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70a552ff-17a1-4a92-913c-4806eb72ca6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image {
    
    
  }


.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shogun-image-content {
  
    align-items: center;
  
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image {
  box-sizing: border-box;
}


.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
      position: relative;
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  
  
  
  
}

#s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70a552ff-17a1-4a92-913c-4806eb72ca6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image {
    
    
  }


.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shogun-image-content {
  
    align-items: center;
  
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image {
  box-sizing: border-box;
}


.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-70a552ff-17a1-4a92-913c-4806eb72ca6d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container {
      position: relative;
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70a552ff-17a1-4a92-913c-4806eb72ca6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3412e5bb-b15f-4ece-8e41-020c9389953d {
  margin-top: 10px;
margin-left: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3412e5bb-b15f-4ece-8e41-020c9389953d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  text-align: left;
}



#s-96e182a4-cfaa-45c8-8b90-c203d713826c {
  margin-top: 0px;
margin-left: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-96e182a4-cfaa-45c8-8b90-c203d713826c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-96e182a4-cfaa-45c8-8b90-c203d713826c .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-bd0472b6-13b6-4f58-8e58-d3e7259f743a {
  margin-left: auto;
margin-right: auto;
}

#s-10f286fd-0ec5-447a-ab28-b5fe243c9be6 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-style: none;
border-radius: 100px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-10f286fd-0ec5-447a-ab28-b5fe243c9be6:hover {background-color: rgba(255, 122, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-10f286fd-0ec5-447a-ab28-b5fe243c9be6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-10f286fd-0ec5-447a-ab28-b5fe243c9be6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-10f286fd-0ec5-447a-ab28-b5fe243c9be6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-10f286fd-0ec5-447a-ab28-b5fe243c9be6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-10f286fd-0ec5-447a-ab28-b5fe243c9be6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-22eeeac8-ce79-4a69-aad8-1668174a6baf {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-22eeeac8-ce79-4a69-aad8-1668174a6baf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-22eeeac8-ce79-4a69-aad8-1668174a6baf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-22eeeac8-ce79-4a69-aad8-1668174a6baf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-22eeeac8-ce79-4a69-aad8-1668174a6baf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  margin-left: 10%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1414/2000;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  margin-left: 10%;
  margin-right: 0%;
  
  
}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b05fe153-2482-4d85-ba9a-1f8ac856affc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image {
    
    
  }


.s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shogun-image-content {
  
    align-items: center;
  
}

.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
      position: relative;
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  
  
  
  
}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b05fe153-2482-4d85-ba9a-1f8ac856affc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image {
    
    
  }


.s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shogun-image-content {
  
    align-items: center;
  
}

.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
      position: relative;
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc 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-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  
  
  
  
}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b05fe153-2482-4d85-ba9a-1f8ac856affc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image {
    
    
  }


.s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shogun-image-content {
  
    align-items: center;
  
}

.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
      position: relative;
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc 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-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  
  
  
  
}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b05fe153-2482-4d85-ba9a-1f8ac856affc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image {
    
    
  }


.s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shogun-image-content {
  
    align-items: center;
  
}

.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
      position: relative;
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  
  
  
  
}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b05fe153-2482-4d85-ba9a-1f8ac856affc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image {
    
    
  }


.s-b05fe153-2482-4d85-ba9a-1f8ac856affc .shogun-image-content {
  
    align-items: center;
  
}

.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container {
      position: relative;
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b05fe153-2482-4d85-ba9a-1f8ac856affc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-650d0be2-63c2-412e-8459-c8307a5968ad {
  margin-top: 10px;
margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-650d0be2-63c2-412e-8459-c8307a5968ad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  text-align: left;
}



#s-19628a41-11de-46bf-b632-67ea80e1fd77 {
  margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-19628a41-11de-46bf-b632-67ea80e1fd77 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-19628a41-11de-46bf-b632-67ea80e1fd77 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-e50aeca5-2a97-4627-88cc-d61108e82f6a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b7f5bb2e-49c1-4d83-be85-f3d914caaa78 {
  margin-top: 10px;
margin-left: 0%;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b7f5bb2e-49c1-4d83-be85-f3d914caaa78:hover {background-color: rgba(255, 122, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b7f5bb2e-49c1-4d83-be85-f3d914caaa78:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7f5bb2e-49c1-4d83-be85-f3d914caaa78 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7f5bb2e-49c1-4d83-be85-f3d914caaa78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7f5bb2e-49c1-4d83-be85-f3d914caaa78.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b7f5bb2e-49c1-4d83-be85-f3d914caaa78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  margin-left: 0%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 1414px;
aspect-ratio: 1414/2000;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  margin-left: 0%;
  margin-right: 10%;
  
  
}

#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image {
    
    
  }


.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
      position: relative;
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  
  
  
  
}

#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image {
    
    
  }


.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
      position: relative;
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 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-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  
  
  
  
}

#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image {
    
    
  }


.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
      position: relative;
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 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-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  
  
  
  
}

#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image {
    
    
  }


.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
      position: relative;
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  
  
  
  
}

#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image {
    
    
  }


.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container {
      position: relative;
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0e7df9d-d9e3-466c-ba63-621b14e950c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3f3186c0-4619-4deb-96f7-d4ee9022137a {
  margin-top: 10px;
margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3f3186c0-4619-4deb-96f7-d4ee9022137a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  text-align: left;
}



#s-fdf11b27-7ff9-4a87-bc94-701bdc803398 {
  margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fdf11b27-7ff9-4a87-bc94-701bdc803398 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-fdf11b27-7ff9-4a87-bc94-701bdc803398 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-6a537c6a-a907-4285-aa8e-ac5c65b8d2a6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fff7a3b4-6c22-4545-bac3-b2bd569f588c {
  margin-top: 5px;
margin-left: 0%;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fff7a3b4-6c22-4545-bac3-b2bd569f588c:hover {background-color: rgba(255, 122, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fff7a3b4-6c22-4545-bac3-b2bd569f588c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fff7a3b4-6c22-4545-bac3-b2bd569f588c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fff7a3b4-6c22-4545-bac3-b2bd569f588c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fff7a3b4-6c22-4545-bac3-b2bd569f588c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fff7a3b4-6c22-4545-bac3-b2bd569f588c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b14a2160-6309-4fe1-830f-425b0b66ecaa {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b14a2160-6309-4fe1-830f-425b0b66ecaa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b14a2160-6309-4fe1-830f-425b0b66ecaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b14a2160-6309-4fe1-830f-425b0b66ecaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b14a2160-6309-4fe1-830f-425b0b66ecaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a3921b91-4957-4a98-9471-05df037aed7c {
  margin-left: 10%;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1414/2000;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-a3921b91-4957-4a98-9471-05df037aed7c {
  margin-left: 10%;
  margin-right: auto;
  
  
}

#s-a3921b91-4957-4a98-9471-05df037aed7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3921b91-4957-4a98-9471-05df037aed7c .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-a3921b91-4957-4a98-9471-05df037aed7c .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3921b91-4957-4a98-9471-05df037aed7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3921b91-4957-4a98-9471-05df037aed7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image {
    
    
  }


.s-a3921b91-4957-4a98-9471-05df037aed7c .shogun-image-content {
  
    align-items: center;
  
}

.s-a3921b91-4957-4a98-9471-05df037aed7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3921b91-4957-4a98-9471-05df037aed7c {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
      position: relative;
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a3921b91-4957-4a98-9471-05df037aed7c {
  
  
  
  
}

#s-a3921b91-4957-4a98-9471-05df037aed7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3921b91-4957-4a98-9471-05df037aed7c .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-a3921b91-4957-4a98-9471-05df037aed7c .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3921b91-4957-4a98-9471-05df037aed7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3921b91-4957-4a98-9471-05df037aed7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image {
    
    
  }


.s-a3921b91-4957-4a98-9471-05df037aed7c .shogun-image-content {
  
    align-items: center;
  
}

.s-a3921b91-4957-4a98-9471-05df037aed7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3921b91-4957-4a98-9471-05df037aed7c {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
      position: relative;
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c 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-a3921b91-4957-4a98-9471-05df037aed7c {
  
  
  
  
}

#s-a3921b91-4957-4a98-9471-05df037aed7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3921b91-4957-4a98-9471-05df037aed7c .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-a3921b91-4957-4a98-9471-05df037aed7c .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3921b91-4957-4a98-9471-05df037aed7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3921b91-4957-4a98-9471-05df037aed7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image {
    
    
  }


.s-a3921b91-4957-4a98-9471-05df037aed7c .shogun-image-content {
  
    align-items: center;
  
}

.s-a3921b91-4957-4a98-9471-05df037aed7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3921b91-4957-4a98-9471-05df037aed7c {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
      position: relative;
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c 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-a3921b91-4957-4a98-9471-05df037aed7c {
  
  
  
  
}

#s-a3921b91-4957-4a98-9471-05df037aed7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3921b91-4957-4a98-9471-05df037aed7c .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-a3921b91-4957-4a98-9471-05df037aed7c .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3921b91-4957-4a98-9471-05df037aed7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3921b91-4957-4a98-9471-05df037aed7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image {
    
    
  }


.s-a3921b91-4957-4a98-9471-05df037aed7c .shogun-image-content {
  
    align-items: center;
  
}

.s-a3921b91-4957-4a98-9471-05df037aed7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3921b91-4957-4a98-9471-05df037aed7c {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
      position: relative;
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a3921b91-4957-4a98-9471-05df037aed7c {
  
  
  
  
}

#s-a3921b91-4957-4a98-9471-05df037aed7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a3921b91-4957-4a98-9471-05df037aed7c .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-a3921b91-4957-4a98-9471-05df037aed7c .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a3921b91-4957-4a98-9471-05df037aed7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a3921b91-4957-4a98-9471-05df037aed7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image {
    
    
  }


.s-a3921b91-4957-4a98-9471-05df037aed7c .shogun-image-content {
  
    align-items: center;
  
}

.s-a3921b91-4957-4a98-9471-05df037aed7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3921b91-4957-4a98-9471-05df037aed7c {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container {
      position: relative;
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3921b91-4957-4a98-9471-05df037aed7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5e3213e9-55b2-4a17-a90a-31a2e28f9b7d {
  margin-top: 10px;
margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5e3213e9-55b2-4a17-a90a-31a2e28f9b7d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  text-align: left;
}



#s-b7f55ced-5a92-4550-9728-b9655c377e7c {
  margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b7f55ced-5a92-4550-9728-b9655c377e7c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-b7f55ced-5a92-4550-9728-b9655c377e7c .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-217e5796-5063-48d0-be8c-e5c0296c4e54 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-37a9068b-066f-4c26-81c2-0850173de12b {
  margin-top: 10px;
margin-left: 0%;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-37a9068b-066f-4c26-81c2-0850173de12b:hover {background-color: rgba(255, 122, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-37a9068b-066f-4c26-81c2-0850173de12b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37a9068b-066f-4c26-81c2-0850173de12b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37a9068b-066f-4c26-81c2-0850173de12b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37a9068b-066f-4c26-81c2-0850173de12b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-37a9068b-066f-4c26-81c2-0850173de12b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  margin-left: 0%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 300px;
aspect-ratio: 1414/2000;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  margin-left: 0%;
  margin-right: 10%;
  
  
}

#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image {
    
    
  }


.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
      position: relative;
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  
  
  
  
}

#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image {
    
    
  }


.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
      position: relative;
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 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-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  
  
  
  
}

#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image {
    
    
  }


.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
      position: relative;
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 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-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  
  
  
  
}

#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image {
    
    
  }


.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
      position: relative;
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  
  
  
  
}

#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shg-image-content-wrapper {
      aspect-ratio: 1414/2000;
      width: 100%;
      height: 100%;
    }

    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shogun-image-link {
      aspect-ratio: 1414/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image {
    
    
  }


.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 {
      --shg-aspect-ratio: calc(1414/2000); 
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container {
      position: relative;
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a840b17-3c30-4d25-855b-7f4b2eda2b51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-487dc1d1-172e-45d3-b1d5-b2d7907d6833 {
  margin-top: 10px;
margin-left: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-487dc1d1-172e-45d3-b1d5-b2d7907d6833 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  text-align: left;
}



#s-c59805f1-78fe-45b6-b876-87c69c6f90d6 {
  margin-top: 0px;
margin-left: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c59805f1-78fe-45b6-b876-87c69c6f90d6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


#s-c59805f1-78fe-45b6-b876-87c69c6f90d6 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-435a5733-f49e-48af-842d-c74aea7c6531 {
  margin-left: auto;
margin-right: auto;
}

#s-0e8a1cc5-1835-49d3-945a-3a90ed055470 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-right: auto;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 100px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-0e8a1cc5-1835-49d3-945a-3a90ed055470:hover {background-color: rgba(255, 122, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0e8a1cc5-1835-49d3-945a-3a90ed055470:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e8a1cc5-1835-49d3-945a-3a90ed055470 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e8a1cc5-1835-49d3-945a-3a90ed055470.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e8a1cc5-1835-49d3-945a-3a90ed055470.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0e8a1cc5-1835-49d3-945a-3a90ed055470.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-54a62416-3783-41b9-844b-c18ef25a6503 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-54a62416-3783-41b9-844b-c18ef25a6503 {
  display: none;
}
#s-54a62416-3783-41b9-844b-c18ef25a6503, #wrap-s-54a62416-3783-41b9-844b-c18ef25a6503 { display: none !important; }}
@media (min-width: 0px) {
[id="s-54a62416-3783-41b9-844b-c18ef25a6503"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54a62416-3783-41b9-844b-c18ef25a6503"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-54a62416-3783-41b9-844b-c18ef25a6503"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-54a62416-3783-41b9-844b-c18ef25a6503"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-513159ec-c9c5-419d-8b51-103a9072f298 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 7%;
padding-bottom: 30px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 370px;
background-color: rgba(252, 249, 239, 1);
}








#s-513159ec-c9c5-419d-8b51-103a9072f298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-513159ec-c9c5-419d-8b51-103a9072f298.shg-box.shg-c {
  justify-content: center;
}

#s-d26022ea-6689-4d6c-9e2e-57dc1d849bb5 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d26022ea-6689-4d6c-9e2e-57dc1d849bb5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-8621016d-0883-4d29-b4e3-e7119f47953d {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(158, 153, 153, 0);
}



.shg-image-margin-container-s-8621016d-0883-4d29-b4e3-e7119f47953d {
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  
}

#s-8621016d-0883-4d29-b4e3-e7119f47953d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8621016d-0883-4d29-b4e3-e7119f47953d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image {
    
    
  }


.s-8621016d-0883-4d29-b4e3-e7119f47953d .shogun-image-content {
  
    align-items: center;
  
}

.s-8621016d-0883-4d29-b4e3-e7119f47953d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8621016d-0883-4d29-b4e3-e7119f47953d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
      position: relative;
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8621016d-0883-4d29-b4e3-e7119f47953d {
  
  
  
  
}

#s-8621016d-0883-4d29-b4e3-e7119f47953d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8621016d-0883-4d29-b4e3-e7119f47953d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image {
    
    
  }


.s-8621016d-0883-4d29-b4e3-e7119f47953d .shogun-image-content {
  
    align-items: center;
  
}

.s-8621016d-0883-4d29-b4e3-e7119f47953d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8621016d-0883-4d29-b4e3-e7119f47953d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
      position: relative;
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d 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-8621016d-0883-4d29-b4e3-e7119f47953d {
  
  
  
  
}

#s-8621016d-0883-4d29-b4e3-e7119f47953d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8621016d-0883-4d29-b4e3-e7119f47953d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image {
    
    
  }


.s-8621016d-0883-4d29-b4e3-e7119f47953d .shogun-image-content {
  
    align-items: center;
  
}

.s-8621016d-0883-4d29-b4e3-e7119f47953d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8621016d-0883-4d29-b4e3-e7119f47953d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
      position: relative;
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d 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-8621016d-0883-4d29-b4e3-e7119f47953d {
  
  
  
  
}

#s-8621016d-0883-4d29-b4e3-e7119f47953d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8621016d-0883-4d29-b4e3-e7119f47953d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image {
    
    
  }


.s-8621016d-0883-4d29-b4e3-e7119f47953d .shogun-image-content {
  
    align-items: center;
  
}

.s-8621016d-0883-4d29-b4e3-e7119f47953d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8621016d-0883-4d29-b4e3-e7119f47953d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
      position: relative;
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8621016d-0883-4d29-b4e3-e7119f47953d {
  
  
  
  
}

#s-8621016d-0883-4d29-b4e3-e7119f47953d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8621016d-0883-4d29-b4e3-e7119f47953d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8621016d-0883-4d29-b4e3-e7119f47953d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image {
    
    
  }


.s-8621016d-0883-4d29-b4e3-e7119f47953d .shogun-image-content {
  
    align-items: center;
  
}

.s-8621016d-0883-4d29-b4e3-e7119f47953d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8621016d-0883-4d29-b4e3-e7119f47953d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container {
      position: relative;
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8621016d-0883-4d29-b4e3-e7119f47953d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-956837c6-7d61-405e-943b-355627e4c6f4 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-956837c6-7d61-405e-943b-355627e4c6f4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-41861335-65a4-4b4e-aaee-644017e777e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-41861335-65a4-4b4e-aaee-644017e777e5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 15%;
padding-bottom: 4px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(252, 249, 239, 1);
}
#s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1-root {
    text-align: center;
  }


#s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1-root {
    text-align: center;
  }


#s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1-root {
    text-align: center;
  }


#s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1-root {
    text-align: center;
  }


#s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1-root {
    text-align: center;
  }


#s-d5eb8527-6dd4-40f7-97e6-4f00779c5fe1.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-55cbb385-ea6a-4afc-bec0-97b30fe06ad6 {
  margin-top: -14px;
margin-left: auto;
margin-bottom: -14px;
margin-right: auto;
}

#s-22926994-4328-40a3-b6bb-b69650f9f387 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 15%;
padding-bottom: 4px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(252, 249, 239, 1);
}
#s-22926994-4328-40a3-b6bb-b69650f9f387:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22926994-4328-40a3-b6bb-b69650f9f387:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22926994-4328-40a3-b6bb-b69650f9f387-root {
    text-align: center;
  }


#s-22926994-4328-40a3-b6bb-b69650f9f387.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22926994-4328-40a3-b6bb-b69650f9f387-root {
    text-align: center;
  }


#s-22926994-4328-40a3-b6bb-b69650f9f387.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22926994-4328-40a3-b6bb-b69650f9f387-root {
    text-align: center;
  }


#s-22926994-4328-40a3-b6bb-b69650f9f387.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22926994-4328-40a3-b6bb-b69650f9f387-root {
    text-align: center;
  }


#s-22926994-4328-40a3-b6bb-b69650f9f387.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22926994-4328-40a3-b6bb-b69650f9f387-root {
    text-align: center;
  }


#s-22926994-4328-40a3-b6bb-b69650f9f387.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-65dcf528-0833-4398-be80-bd9f2da45bdd {
  margin-top: -14px;
margin-left: auto;
margin-bottom: -14px;
margin-right: auto;
}

#s-f430c181-2a8d-40d9-b6e9-eb527e9dbbbf {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 7%;
padding-bottom: 30px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 370px;
background-color: rgba(252, 249, 239, 1);
}








#s-f430c181-2a8d-40d9-b6e9-eb527e9dbbbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f430c181-2a8d-40d9-b6e9-eb527e9dbbbf.shg-box.shg-c {
  justify-content: center;
}

#s-c0420b3d-0a82-4559-971f-76c7f9e5cda8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c0420b3d-0a82-4559-971f-76c7f9e5cda8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(158, 153, 153, 0);
}



.shg-image-margin-container-s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca930e9f-2838-4e12-9720-98a3dcc04913 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image {
    
    
  }


.s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
      position: relative;
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  
  
  
  
}

#s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca930e9f-2838-4e12-9720-98a3dcc04913 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image {
    
    
  }


.s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
      position: relative;
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913 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-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  
  
  
  
}

#s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca930e9f-2838-4e12-9720-98a3dcc04913 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image {
    
    
  }


.s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
      position: relative;
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913 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-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  
  
  
  
}

#s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca930e9f-2838-4e12-9720-98a3dcc04913 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image {
    
    
  }


.s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
      position: relative;
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  
  
  
  
}

#s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca930e9f-2838-4e12-9720-98a3dcc04913 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image {
    
    
  }


.s-ca930e9f-2838-4e12-9720-98a3dcc04913 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca930e9f-2838-4e12-9720-98a3dcc04913 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container {
      position: relative;
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca930e9f-2838-4e12-9720-98a3dcc04913 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6f21bd4c-835a-4ca7-bb15-ac754d740379 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-6f21bd4c-835a-4ca7-bb15-ac754d740379 .shogun-heading-component h1 {
  color: rgba(255, 84, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-1531af88-b62e-4ec8-83b1-e0275ee1acff {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1531af88-b62e-4ec8-83b1-e0275ee1acff .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 15%;
padding-bottom: 4px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(255, 84, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(252, 249, 239, 1);
}
#s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972:hover {background-color: rgba(198, 64, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972-root {
    text-align: center;
  }


#s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972-root {
    text-align: center;
  }


#s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972-root {
    text-align: center;
  }


#s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972-root {
    text-align: center;
  }


#s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972-root {
    text-align: center;
  }


#s-e5ce46a5-d26d-4d86-83e3-32cb4a3ac972.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a1209990-60cc-4bfa-83bc-6bfd61e5e4d7 {
  margin-left: auto;
margin-right: auto;
}

#s-a6ac8941-32d8-4a8b-9164-4fa22613ea7a {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 7%;
padding-bottom: 30px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 370px;
background-color: rgba(252, 249, 239, 1);
}








#s-a6ac8941-32d8-4a8b-9164-4fa22613ea7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6ac8941-32d8-4a8b-9164-4fa22613ea7a.shg-box.shg-c {
  justify-content: center;
}

#s-2b4ef78c-16a4-4ce7-9053-6aeea064ffca {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-2b4ef78c-16a4-4ce7-9053-6aeea064ffca .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-75afb572-faa8-42dd-a015-fe47e50956bc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(158, 153, 153, 0);
}



.shg-image-margin-container-s-75afb572-faa8-42dd-a015-fe47e50956bc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-75afb572-faa8-42dd-a015-fe47e50956bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75afb572-faa8-42dd-a015-fe47e50956bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image {
    
    
  }


.s-75afb572-faa8-42dd-a015-fe47e50956bc .shogun-image-content {
  
    align-items: center;
  
}

.s-75afb572-faa8-42dd-a015-fe47e50956bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75afb572-faa8-42dd-a015-fe47e50956bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
      position: relative;
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-75afb572-faa8-42dd-a015-fe47e50956bc {
  
  
  
  
}

#s-75afb572-faa8-42dd-a015-fe47e50956bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75afb572-faa8-42dd-a015-fe47e50956bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image {
    
    
  }


.s-75afb572-faa8-42dd-a015-fe47e50956bc .shogun-image-content {
  
    align-items: center;
  
}

.s-75afb572-faa8-42dd-a015-fe47e50956bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75afb572-faa8-42dd-a015-fe47e50956bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
      position: relative;
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc 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-75afb572-faa8-42dd-a015-fe47e50956bc {
  
  
  
  
}

#s-75afb572-faa8-42dd-a015-fe47e50956bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75afb572-faa8-42dd-a015-fe47e50956bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image {
    
    
  }


.s-75afb572-faa8-42dd-a015-fe47e50956bc .shogun-image-content {
  
    align-items: center;
  
}

.s-75afb572-faa8-42dd-a015-fe47e50956bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75afb572-faa8-42dd-a015-fe47e50956bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
      position: relative;
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc 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-75afb572-faa8-42dd-a015-fe47e50956bc {
  
  
  
  
}

#s-75afb572-faa8-42dd-a015-fe47e50956bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75afb572-faa8-42dd-a015-fe47e50956bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image {
    
    
  }


.s-75afb572-faa8-42dd-a015-fe47e50956bc .shogun-image-content {
  
    align-items: center;
  
}

.s-75afb572-faa8-42dd-a015-fe47e50956bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75afb572-faa8-42dd-a015-fe47e50956bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
      position: relative;
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-75afb572-faa8-42dd-a015-fe47e50956bc {
  
  
  
  
}

#s-75afb572-faa8-42dd-a015-fe47e50956bc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75afb572-faa8-42dd-a015-fe47e50956bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75afb572-faa8-42dd-a015-fe47e50956bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image {
    
    
  }


.s-75afb572-faa8-42dd-a015-fe47e50956bc .shogun-image-content {
  
    align-items: center;
  
}

.s-75afb572-faa8-42dd-a015-fe47e50956bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75afb572-faa8-42dd-a015-fe47e50956bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container {
      position: relative;
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75afb572-faa8-42dd-a015-fe47e50956bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-590caa36-f1ca-421e-916f-0182d9c10270 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-590caa36-f1ca-421e-916f-0182d9c10270 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-aaf17705-7a80-41cb-bcb7-c60c5941c2f8 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-aaf17705-7a80-41cb-bcb7-c60c5941c2f8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-6b238b22-a484-4d48-9b8d-cbf66b41e961 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-left: 15%;
padding-bottom: 4px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(252, 249, 239, 1);
}
#s-6b238b22-a484-4d48-9b8d-cbf66b41e961:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b238b22-a484-4d48-9b8d-cbf66b41e961:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b238b22-a484-4d48-9b8d-cbf66b41e961-root {
    text-align: center;
  }


#s-6b238b22-a484-4d48-9b8d-cbf66b41e961.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b238b22-a484-4d48-9b8d-cbf66b41e961-root {
    text-align: center;
  }


#s-6b238b22-a484-4d48-9b8d-cbf66b41e961.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b238b22-a484-4d48-9b8d-cbf66b41e961-root {
    text-align: center;
  }


#s-6b238b22-a484-4d48-9b8d-cbf66b41e961.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b238b22-a484-4d48-9b8d-cbf66b41e961-root {
    text-align: center;
  }


#s-6b238b22-a484-4d48-9b8d-cbf66b41e961.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b238b22-a484-4d48-9b8d-cbf66b41e961-root {
    text-align: center;
  }


#s-6b238b22-a484-4d48-9b8d-cbf66b41e961.shg-btn {
  color: rgba(252, 249, 239, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b9eb2575-43e3-47b5-868d-c54016ca0387 {
  margin-left: auto;
margin-right: auto;
}

#s-1455e6c2-a2f6-4c3a-95be-1535a87b1751 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-1455e6c2-a2f6-4c3a-95be-1535a87b1751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1455e6c2-a2f6-4c3a-95be-1535a87b1751.shg-box.shg-c {
  justify-content: center;
}

#s-c7b9f77b-4281-42cc-88a6-899dab4b5a7b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
min-height: 50px;
max-width: 350px;
background-color: rgba(51, 51, 51, 0.64);
}
@media (max-width: 767px){#s-c7b9f77b-4281-42cc-88a6-899dab4b5a7b {
  display: none;
}
#s-c7b9f77b-4281-42cc-88a6-899dab4b5a7b, #wrap-s-c7b9f77b-4281-42cc-88a6-899dab4b5a7b { display: none !important; }}







#s-c7b9f77b-4281-42cc-88a6-899dab4b5a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7b9f77b-4281-42cc-88a6-899dab4b5a7b.shg-box.shg-c {
  justify-content: center;
}

#s-464e5d54-57fa-461e-8e58-451d0e2eb8c2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}

#s-464e5d54-57fa-461e-8e58-451d0e2eb8c2 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-85824a11-f3a0-47cf-bdae-93e05b7a6847 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-85824a11-f3a0-47cf-bdae-93e05b7a6847 {
  display: none;
}
#s-85824a11-f3a0-47cf-bdae-93e05b7a6847, #wrap-s-85824a11-f3a0-47cf-bdae-93e05b7a6847 { display: none !important; }}
@media (min-width: 0px) {
[id="s-85824a11-f3a0-47cf-bdae-93e05b7a6847"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85824a11-f3a0-47cf-bdae-93e05b7a6847"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-85824a11-f3a0-47cf-bdae-93e05b7a6847"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-85824a11-f3a0-47cf-bdae-93e05b7a6847"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 300px;
aspect-ratio: 2298/3250;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-038bc378-948b-4e3e-a16d-c8d3891f7775 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image {
    
    
  }


.s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shogun-image-content {
  
    align-items: center;
  
}

.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
      position: relative;
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  
  
  
  
}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-038bc378-948b-4e3e-a16d-c8d3891f7775 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image {
    
    
  }


.s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shogun-image-content {
  
    align-items: center;
  
}

.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
      position: relative;
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775 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-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  
  
  
  
}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-038bc378-948b-4e3e-a16d-c8d3891f7775 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image {
    
    
  }


.s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shogun-image-content {
  
    align-items: center;
  
}

.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
      position: relative;
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775 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-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  
  
  
  
}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-038bc378-948b-4e3e-a16d-c8d3891f7775 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image {
    
    
  }


.s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shogun-image-content {
  
    align-items: center;
  
}

.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
      position: relative;
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  
  
  
  
}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-038bc378-948b-4e3e-a16d-c8d3891f7775 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image {
    
    
  }


.s-038bc378-948b-4e3e-a16d-c8d3891f7775 .shogun-image-content {
  
    align-items: center;
  
}

.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-038bc378-948b-4e3e-a16d-c8d3891f7775 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container {
      position: relative;
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-038bc378-948b-4e3e-a16d-c8d3891f7775 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1efe3348-2ffe-455b-bb0a-d14a02755892 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1efe3348-2ffe-455b-bb0a-d14a02755892 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-4a3144fd-2f7e-45fd-a025-dbbea5a1b4d3 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4a3144fd-2f7e-45fd-a025-dbbea5a1b4d3 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-e7763b8b-75f0-4660-ae2d-df6429739ad7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e7763b8b-75f0-4660-ae2d-df6429739ad7 .shogun-heading-component h2 {
  color: rgba(252, 249, 239, 0.7);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-5b80a5d3-55ab-497f-a613-4add9e08be22 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 7px;
padding-left: 18%;
padding-bottom: 7px;
padding-right: 18%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(252, 249, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5b80a5d3-55ab-497f-a613-4add9e08be22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b80a5d3-55ab-497f-a613-4add9e08be22:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b80a5d3-55ab-497f-a613-4add9e08be22-root {
    text-align: center;
  }


#s-5b80a5d3-55ab-497f-a613-4add9e08be22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b80a5d3-55ab-497f-a613-4add9e08be22-root {
    text-align: center;
  }


#s-5b80a5d3-55ab-497f-a613-4add9e08be22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b80a5d3-55ab-497f-a613-4add9e08be22-root {
    text-align: center;
  }


#s-5b80a5d3-55ab-497f-a613-4add9e08be22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b80a5d3-55ab-497f-a613-4add9e08be22-root {
    text-align: center;
  }


#s-5b80a5d3-55ab-497f-a613-4add9e08be22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b80a5d3-55ab-497f-a613-4add9e08be22-root {
    text-align: center;
  }


#s-5b80a5d3-55ab-497f-a613-4add9e08be22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2ea76dbd-6d17-42f1-bace-3ff9d550a706 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 7px;
padding-left: 20%;
padding-bottom: 7px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 104, 208, 1);
}
#s-2ea76dbd-6d17-42f1-bace-3ff9d550a706:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(19, 82, 168, 1) !important;}#s-2ea76dbd-6d17-42f1-bace-3ff9d550a706:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ea76dbd-6d17-42f1-bace-3ff9d550a706-root {
    text-align: center;
  }


#s-2ea76dbd-6d17-42f1-bace-3ff9d550a706.shg-btn {
  color: rgba(27, 104, 208, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ea76dbd-6d17-42f1-bace-3ff9d550a706-root {
    text-align: center;
  }


#s-2ea76dbd-6d17-42f1-bace-3ff9d550a706.shg-btn {
  color: rgba(27, 104, 208, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ea76dbd-6d17-42f1-bace-3ff9d550a706-root {
    text-align: center;
  }


#s-2ea76dbd-6d17-42f1-bace-3ff9d550a706.shg-btn {
  color: rgba(27, 104, 208, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ea76dbd-6d17-42f1-bace-3ff9d550a706-root {
    text-align: center;
  }


#s-2ea76dbd-6d17-42f1-bace-3ff9d550a706.shg-btn {
  color: rgba(27, 104, 208, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ea76dbd-6d17-42f1-bace-3ff9d550a706-root {
    text-align: center;
  }


#s-2ea76dbd-6d17-42f1-bace-3ff9d550a706.shg-btn {
  color: rgba(27, 104, 208, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 300px;
aspect-ratio: 2298/3250;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image {
    
    
  }


.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
      position: relative;
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  
  
  
  
}

#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image {
    
    
  }


.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
      position: relative;
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 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-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  
  
  
  
}

#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image {
    
    
  }


.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
      position: relative;
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 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-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  
  
  
  
}

#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image {
    
    
  }


.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
      position: relative;
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  
  
  
  
}

#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image {
    
    
  }


.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container {
      position: relative;
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-783eb9ed-8745-4da2-9e20-83bc3bc021d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3bbfa273-cda3-41ea-a817-bd2a51278def {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3bbfa273-cda3-41ea-a817-bd2a51278def .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-1cd35fa7-3a97-4709-93c2-09815d5d6c43 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1cd35fa7-3a97-4709-93c2-09815d5d6c43 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-3bf79b03-d747-443b-973d-fc35fd7f8547 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3bf79b03-d747-443b-973d-fc35fd7f8547 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 0.7);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-1772f5a2-c097-4be9-b51b-18c10cbb709f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 7px;
padding-left: 18%;
padding-bottom: 7px;
padding-right: 18%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(252, 249, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1772f5a2-c097-4be9-b51b-18c10cbb709f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1772f5a2-c097-4be9-b51b-18c10cbb709f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1772f5a2-c097-4be9-b51b-18c10cbb709f-root {
    text-align: center;
  }


#s-1772f5a2-c097-4be9-b51b-18c10cbb709f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1772f5a2-c097-4be9-b51b-18c10cbb709f-root {
    text-align: center;
  }


#s-1772f5a2-c097-4be9-b51b-18c10cbb709f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1772f5a2-c097-4be9-b51b-18c10cbb709f-root {
    text-align: center;
  }


#s-1772f5a2-c097-4be9-b51b-18c10cbb709f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1772f5a2-c097-4be9-b51b-18c10cbb709f-root {
    text-align: center;
  }


#s-1772f5a2-c097-4be9-b51b-18c10cbb709f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1772f5a2-c097-4be9-b51b-18c10cbb709f-root {
    text-align: center;
  }


#s-1772f5a2-c097-4be9-b51b-18c10cbb709f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d59c982d-d033-4539-a276-18726e57f497 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 7px;
padding-left: 20%;
padding-bottom: 7px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(87, 166, 81, 1);
}
#s-d59c982d-d033-4539-a276-18726e57f497:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(55, 110, 51, 1) !important;}#s-d59c982d-d033-4539-a276-18726e57f497:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d59c982d-d033-4539-a276-18726e57f497-root {
    text-align: center;
  }


#s-d59c982d-d033-4539-a276-18726e57f497.shg-btn {
  color: rgba(87, 166, 81, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d59c982d-d033-4539-a276-18726e57f497-root {
    text-align: center;
  }


#s-d59c982d-d033-4539-a276-18726e57f497.shg-btn {
  color: rgba(87, 166, 81, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d59c982d-d033-4539-a276-18726e57f497-root {
    text-align: center;
  }


#s-d59c982d-d033-4539-a276-18726e57f497.shg-btn {
  color: rgba(87, 166, 81, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d59c982d-d033-4539-a276-18726e57f497-root {
    text-align: center;
  }


#s-d59c982d-d033-4539-a276-18726e57f497.shg-btn {
  color: rgba(87, 166, 81, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d59c982d-d033-4539-a276-18726e57f497-root {
    text-align: center;
  }


#s-d59c982d-d033-4539-a276-18726e57f497.shg-btn {
  color: rgba(87, 166, 81, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
max-width: 300px;
aspect-ratio: 2298/3250;
text-align: center;
background-color: rgba(158, 153, 153, 1);
}



.shg-image-margin-container-s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image {
    
    
  }


.s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shogun-image-content {
  
    align-items: center;
  
}

.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
      position: relative;
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  
  
  
  
}

#s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image {
    
    
  }


.s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shogun-image-content {
  
    align-items: center;
  
}

.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
      position: relative;
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806 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-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  
  
  
  
}

#s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image {
    
    
  }


.s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shogun-image-content {
  
    align-items: center;
  
}

.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
      position: relative;
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806 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-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  
  
  
  
}

#s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image {
    
    
  }


.s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shogun-image-content {
  
    align-items: center;
  
}

.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
      position: relative;
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  
  
  
  
}

#s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shg-image-content-wrapper {
      aspect-ratio: 2298/3250;
      width: 100%;
      height: 100%;
    }

    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shogun-image-link {
      aspect-ratio: 2298/3250;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67924f7a-19d9-4012-bcfa-8a3df47b4806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image {
    
    
  }


.s-67924f7a-19d9-4012-bcfa-8a3df47b4806 .shogun-image-content {
  
    align-items: center;
  
}

.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806 {
      --shg-aspect-ratio: calc(2298/3250); 
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container {
      position: relative;
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67924f7a-19d9-4012-bcfa-8a3df47b4806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e2802f6b-d9c2-453d-9b29-b6c9c2860a67 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e2802f6b-d9c2-453d-9b29-b6c9c2860a67 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-d064f026-98dc-447c-8096-ceecd6c74097 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d064f026-98dc-447c-8096-ceecd6c74097 .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-90ee4eb6-a4b2-4a19-8461-b0e53c506a2a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-90ee4eb6-a4b2-4a19-8461-b0e53c506a2a .shogun-heading-component h1 {
  color: rgba(252, 249, 239, 0.7);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}



#s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 7px;
padding-left: 18%;
padding-bottom: 7px;
padding-right: 18%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(252, 249, 239, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2-root {
    text-align: center;
  }


#s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2-root {
    text-align: center;
  }


#s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2-root {
    text-align: center;
  }


#s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2-root {
    text-align: center;
  }


#s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2-root {
    text-align: center;
  }


#s-7f342067-a7d8-4d5f-9a56-5ed89480fdb2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 7px;
padding-left: 20%;
padding-bottom: 7px;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 84, 0, 1);
}
#s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(185, 63, 3, 1) !important;}#s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28-root {
    text-align: center;
  }


#s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28.shg-btn {
  color: rgba(255, 84, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28-root {
    text-align: center;
  }


#s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28.shg-btn {
  color: rgba(255, 84, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28-root {
    text-align: center;
  }


#s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28.shg-btn {
  color: rgba(255, 84, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28-root {
    text-align: center;
  }


#s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28.shg-btn {
  color: rgba(255, 84, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28-root {
    text-align: center;
  }


#s-5297ee31-b82c-45fd-bae3-d60fe1f6ca28.shg-btn {
  color: rgba(255, 84, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
