.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-ace73b49-7568-4faf-8624-32fea5dcb1a2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(251, 232, 239, 1);
}








#s-ace73b49-7568-4faf-8624-32fea5dcb1a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ace73b49-7568-4faf-8624-32fea5dcb1a2 {
  cursor: pointer;
}#s-ace73b49-7568-4faf-8624-32fea5dcb1a2.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-6daa2452-b64a-4350-b887-c6e1cd9babac {
  margin-left: auto;
margin-right: auto;
max-width: 2500px;
aspect-ratio: 2500/124;
text-align: center;
}
@media (max-width: 767px){#s-6daa2452-b64a-4350-b887-c6e1cd9babac {
  display: none;
}
#s-6daa2452-b64a-4350-b887-c6e1cd9babac, #wrap-s-6daa2452-b64a-4350-b887-c6e1cd9babac { display: none !important; }}


.shg-image-margin-container-s-6daa2452-b64a-4350-b887-c6e1cd9babac {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6daa2452-b64a-4350-b887-c6e1cd9babac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shg-image-content-wrapper {
      aspect-ratio: 2500/124;
      width: 100%;
      height: 100%;
    }

    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shogun-image-link {
      aspect-ratio: 2500/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6daa2452-b64a-4350-b887-c6e1cd9babac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image {
    
    
  }


.s-6daa2452-b64a-4350-b887-c6e1cd9babac .shogun-image-content {
  
    align-items: center;
  
}

.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6daa2452-b64a-4350-b887-c6e1cd9babac {
      --shg-aspect-ratio: calc(2500/124); 
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
      position: relative;
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6daa2452-b64a-4350-b887-c6e1cd9babac {
  
  
  
  
}

#s-6daa2452-b64a-4350-b887-c6e1cd9babac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shg-image-content-wrapper {
      aspect-ratio: 2500/124;
      width: 100%;
      height: 100%;
    }

    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shogun-image-link {
      aspect-ratio: 2500/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6daa2452-b64a-4350-b887-c6e1cd9babac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image {
    
    
  }


.s-6daa2452-b64a-4350-b887-c6e1cd9babac .shogun-image-content {
  
    align-items: center;
  
}

.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6daa2452-b64a-4350-b887-c6e1cd9babac {
      --shg-aspect-ratio: calc(2500/124); 
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
      position: relative;
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac 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-6daa2452-b64a-4350-b887-c6e1cd9babac {
  
  
  
  
}

#s-6daa2452-b64a-4350-b887-c6e1cd9babac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shg-image-content-wrapper {
      aspect-ratio: 2500/124;
      width: 100%;
      height: 100%;
    }

    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shogun-image-link {
      aspect-ratio: 2500/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6daa2452-b64a-4350-b887-c6e1cd9babac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image {
    
    
  }


.s-6daa2452-b64a-4350-b887-c6e1cd9babac .shogun-image-content {
  
    align-items: center;
  
}

.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6daa2452-b64a-4350-b887-c6e1cd9babac {
      --shg-aspect-ratio: calc(2500/124); 
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
      position: relative;
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac 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-6daa2452-b64a-4350-b887-c6e1cd9babac {
  
  
  
  
}

#s-6daa2452-b64a-4350-b887-c6e1cd9babac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shg-image-content-wrapper {
      aspect-ratio: 2500/124;
      width: 100%;
      height: 100%;
    }

    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shogun-image-link {
      aspect-ratio: 2500/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6daa2452-b64a-4350-b887-c6e1cd9babac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image {
    
    
  }


.s-6daa2452-b64a-4350-b887-c6e1cd9babac .shogun-image-content {
  
    align-items: center;
  
}

.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6daa2452-b64a-4350-b887-c6e1cd9babac {
      --shg-aspect-ratio: calc(2500/124); 
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
      position: relative;
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6daa2452-b64a-4350-b887-c6e1cd9babac {
  
  
  
  
}

#s-6daa2452-b64a-4350-b887-c6e1cd9babac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shg-image-content-wrapper {
      aspect-ratio: 2500/124;
      width: 100%;
      height: 100%;
    }

    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shogun-image-link {
      aspect-ratio: 2500/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6daa2452-b64a-4350-b887-c6e1cd9babac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6daa2452-b64a-4350-b887-c6e1cd9babac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image {
    
    
  }


.s-6daa2452-b64a-4350-b887-c6e1cd9babac .shogun-image-content {
  
    align-items: center;
  
}

.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6daa2452-b64a-4350-b887-c6e1cd9babac {
      --shg-aspect-ratio: calc(2500/124); 
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container {
      position: relative;
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6daa2452-b64a-4350-b887-c6e1cd9babac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  margin-left: auto;
margin-right: auto;
max-width: 1344px;
aspect-ratio: 1344/124;
text-align: center;
}
@media (min-width: 1200px){#s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  display: none;
}
#s-b2edf286-405a-42da-b1ba-8f0f12133e19, #wrap-s-b2edf286-405a-42da-b1ba-8f0f12133e19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  display: none;
}
#s-b2edf286-405a-42da-b1ba-8f0f12133e19, #wrap-s-b2edf286-405a-42da-b1ba-8f0f12133e19 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  display: none;
}
#s-b2edf286-405a-42da-b1ba-8f0f12133e19, #wrap-s-b2edf286-405a-42da-b1ba-8f0f12133e19 { display: none !important; }}


.shg-image-margin-container-s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shg-image-content-wrapper {
      aspect-ratio: 1344/124;
      width: 100%;
      height: 100%;
    }

    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shogun-image-link {
      aspect-ratio: 1344/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2edf286-405a-42da-b1ba-8f0f12133e19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image {
    
    
  }


.s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
      --shg-aspect-ratio: calc(1344/124); 
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
      position: relative;
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  
  
  
  
}

#s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shg-image-content-wrapper {
      aspect-ratio: 1344/124;
      width: 100%;
      height: 100%;
    }

    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shogun-image-link {
      aspect-ratio: 1344/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2edf286-405a-42da-b1ba-8f0f12133e19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image {
    
    
  }


.s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
      --shg-aspect-ratio: calc(1344/124); 
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
      position: relative;
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19 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-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  
  
  
  
}

#s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shg-image-content-wrapper {
      aspect-ratio: 1344/124;
      width: 100%;
      height: 100%;
    }

    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shogun-image-link {
      aspect-ratio: 1344/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2edf286-405a-42da-b1ba-8f0f12133e19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image {
    
    
  }


.s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
      --shg-aspect-ratio: calc(1344/124); 
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
      position: relative;
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19 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-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  
  
  
  
}

#s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shg-image-content-wrapper {
      aspect-ratio: 1344/124;
      width: 100%;
      height: 100%;
    }

    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shogun-image-link {
      aspect-ratio: 1344/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2edf286-405a-42da-b1ba-8f0f12133e19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image {
    
    
  }


.s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
      --shg-aspect-ratio: calc(1344/124); 
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
      position: relative;
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  
  
  
  
}

#s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shg-image-content-wrapper {
      aspect-ratio: 1344/124;
      width: 100%;
      height: 100%;
    }

    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shogun-image-link {
      aspect-ratio: 1344/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2edf286-405a-42da-b1ba-8f0f12133e19 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image {
    
    
  }


.s-b2edf286-405a-42da-b1ba-8f0f12133e19 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2edf286-405a-42da-b1ba-8f0f12133e19 {
      --shg-aspect-ratio: calc(1344/124); 
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container {
      position: relative;
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2edf286-405a-42da-b1ba-8f0f12133e19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-14ef85f8-1966-417d-ac98-c224086bf2bc {
  margin-left: auto;
margin-right: auto;
}

#s-02010442-059b-4e63-b44e-c7b1c4157574 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-02010442-059b-4e63-b44e-c7b1c4157574 {
  display: none;
}
#s-02010442-059b-4e63-b44e-c7b1c4157574, #wrap-s-02010442-059b-4e63-b44e-c7b1c4157574 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02010442-059b-4e63-b44e-c7b1c4157574 {
  display: none;
}
#s-02010442-059b-4e63-b44e-c7b1c4157574, #wrap-s-02010442-059b-4e63-b44e-c7b1c4157574 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02010442-059b-4e63-b44e-c7b1c4157574 {
  display: none;
}
#s-02010442-059b-4e63-b44e-c7b1c4157574, #wrap-s-02010442-059b-4e63-b44e-c7b1c4157574 { display: none !important; }}
#s-b5fc6a68-5389-4fd7-bca4-4eb927843ba6 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b5fc6a68-5389-4fd7-bca4-4eb927843ba6 {
  display: none;
}
#s-b5fc6a68-5389-4fd7-bca4-4eb927843ba6, #wrap-s-b5fc6a68-5389-4fd7-bca4-4eb927843ba6 { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-d38600c1-7d60-4730-a099-0ad97cd748bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d38600c1-7d60-4730-a099-0ad97cd748bc:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d38600c1-7d60-4730-a099-0ad97cd748bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d38600c1-7d60-4730-a099-0ad97cd748bc-root {
    text-align: center;
  }


#s-d38600c1-7d60-4730-a099-0ad97cd748bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d38600c1-7d60-4730-a099-0ad97cd748bc-root {
    text-align: center;
  }


#s-d38600c1-7d60-4730-a099-0ad97cd748bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d38600c1-7d60-4730-a099-0ad97cd748bc-root {
    text-align: center;
  }


#s-d38600c1-7d60-4730-a099-0ad97cd748bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d38600c1-7d60-4730-a099-0ad97cd748bc-root {
    text-align: center;
  }


#s-d38600c1-7d60-4730-a099-0ad97cd748bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d38600c1-7d60-4730-a099-0ad97cd748bc-root {
    text-align: center;
  }


#s-d38600c1-7d60-4730-a099-0ad97cd748bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9563f132-3c4b-4a4d-968c-48c1c1eb35b4 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  margin-left: auto;
margin-right: auto;
max-width: 2500px;
aspect-ratio: 2500/126;
text-align: center;
}
@media (max-width: 767px){#s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  display: none;
}
#s-1404ae1e-b72e-469e-a4f3-1a16075148fd, #wrap-s-1404ae1e-b72e-469e-a4f3-1a16075148fd { display: none !important; }}


.shg-image-margin-container-s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shg-image-content-wrapper {
      aspect-ratio: 2500/126;
      width: 100%;
      height: 100%;
    }

    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shogun-image-link {
      aspect-ratio: 2500/126;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1404ae1e-b72e-469e-a4f3-1a16075148fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image {
    
    
  }


.s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
      --shg-aspect-ratio: calc(2500/126); 
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
      position: relative;
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  
  
  
  
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shg-image-content-wrapper {
      aspect-ratio: 2500/126;
      width: 100%;
      height: 100%;
    }

    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shogun-image-link {
      aspect-ratio: 2500/126;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1404ae1e-b72e-469e-a4f3-1a16075148fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image {
    
    
  }


.s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
      --shg-aspect-ratio: calc(2500/126); 
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
      position: relative;
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd 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-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  
  
  
  
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shg-image-content-wrapper {
      aspect-ratio: 2500/126;
      width: 100%;
      height: 100%;
    }

    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shogun-image-link {
      aspect-ratio: 2500/126;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1404ae1e-b72e-469e-a4f3-1a16075148fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image {
    
    
  }


.s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
      --shg-aspect-ratio: calc(2500/126); 
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
      position: relative;
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd 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-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  
  
  
  
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shg-image-content-wrapper {
      aspect-ratio: 2500/126;
      width: 100%;
      height: 100%;
    }

    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shogun-image-link {
      aspect-ratio: 2500/126;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1404ae1e-b72e-469e-a4f3-1a16075148fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image {
    
    
  }


.s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
      --shg-aspect-ratio: calc(2500/126); 
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
      position: relative;
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  
  
  
  
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shg-image-content-wrapper {
      aspect-ratio: 2500/126;
      width: 100%;
      height: 100%;
    }

    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shogun-image-link {
      aspect-ratio: 2500/126;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1404ae1e-b72e-469e-a4f3-1a16075148fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image {
    
    
  }


.s-1404ae1e-b72e-469e-a4f3-1a16075148fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd {
      --shg-aspect-ratio: calc(2500/126); 
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container {
      position: relative;
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1404ae1e-b72e-469e-a4f3-1a16075148fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  margin-left: auto;
margin-right: auto;
max-width: 1344px;
aspect-ratio: 1344/126;
text-align: center;
}
@media (min-width: 1200px){#s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  display: none;
}
#s-8a61209e-7f32-43dc-955a-b4fc7935315e, #wrap-s-8a61209e-7f32-43dc-955a-b4fc7935315e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  display: none;
}
#s-8a61209e-7f32-43dc-955a-b4fc7935315e, #wrap-s-8a61209e-7f32-43dc-955a-b4fc7935315e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  display: none;
}
#s-8a61209e-7f32-43dc-955a-b4fc7935315e, #wrap-s-8a61209e-7f32-43dc-955a-b4fc7935315e { display: none !important; }}


.shg-image-margin-container-s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shg-image-content-wrapper {
      aspect-ratio: 1344/126;
      width: 100%;
      height: 100%;
    }

    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shogun-image-link {
      aspect-ratio: 1344/126;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a61209e-7f32-43dc-955a-b4fc7935315e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image {
    
    
  }


.s-8a61209e-7f32-43dc-955a-b4fc7935315e .shogun-image-content {
  
    align-items: center;
  
}

.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a61209e-7f32-43dc-955a-b4fc7935315e {
      --shg-aspect-ratio: calc(1344/126); 
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
      position: relative;
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  
  
  
  
}

#s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shg-image-content-wrapper {
      aspect-ratio: 1344/126;
      width: 100%;
      height: 100%;
    }

    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shogun-image-link {
      aspect-ratio: 1344/126;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a61209e-7f32-43dc-955a-b4fc7935315e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image {
    
    
  }


.s-8a61209e-7f32-43dc-955a-b4fc7935315e .shogun-image-content {
  
    align-items: center;
  
}

.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a61209e-7f32-43dc-955a-b4fc7935315e {
      --shg-aspect-ratio: calc(1344/126); 
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
      position: relative;
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e 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-8a61209e-7f32-43dc-955a-b4fc7935315e {
  
  
  
  
}

#s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shg-image-content-wrapper {
      aspect-ratio: 1344/126;
      width: 100%;
      height: 100%;
    }

    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shogun-image-link {
      aspect-ratio: 1344/126;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a61209e-7f32-43dc-955a-b4fc7935315e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image {
    
    
  }


.s-8a61209e-7f32-43dc-955a-b4fc7935315e .shogun-image-content {
  
    align-items: center;
  
}

.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a61209e-7f32-43dc-955a-b4fc7935315e {
      --shg-aspect-ratio: calc(1344/126); 
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
      position: relative;
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e 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-8a61209e-7f32-43dc-955a-b4fc7935315e {
  
  
  
  
}

#s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shg-image-content-wrapper {
      aspect-ratio: 1344/126;
      width: 100%;
      height: 100%;
    }

    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shogun-image-link {
      aspect-ratio: 1344/126;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a61209e-7f32-43dc-955a-b4fc7935315e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image {
    
    
  }


.s-8a61209e-7f32-43dc-955a-b4fc7935315e .shogun-image-content {
  
    align-items: center;
  
}

.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a61209e-7f32-43dc-955a-b4fc7935315e {
      --shg-aspect-ratio: calc(1344/126); 
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
      position: relative;
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  
  
  
  
}

#s-8a61209e-7f32-43dc-955a-b4fc7935315e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shg-image-content-wrapper {
      aspect-ratio: 1344/126;
      width: 100%;
      height: 100%;
    }

    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shogun-image-link {
      aspect-ratio: 1344/126;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a61209e-7f32-43dc-955a-b4fc7935315e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a61209e-7f32-43dc-955a-b4fc7935315e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image {
    
    
  }


.s-8a61209e-7f32-43dc-955a-b4fc7935315e .shogun-image-content {
  
    align-items: center;
  
}

.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a61209e-7f32-43dc-955a-b4fc7935315e {
      --shg-aspect-ratio: calc(1344/126); 
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container {
      position: relative;
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a61209e-7f32-43dc-955a-b4fc7935315e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-86e2b82b-ede7-4189-a94b-aa1f4540f34c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-86e2b82b-ede7-4189-a94b-aa1f4540f34c {
  display: unset;
}
#s-86e2b82b-ede7-4189-a94b-aa1f4540f34c, #wrap-s-86e2b82b-ede7-4189-a94b-aa1f4540f34c { display: unset !important; }}







#s-86e2b82b-ede7-4189-a94b-aa1f4540f34c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86e2b82b-ede7-4189-a94b-aa1f4540f34c {
  cursor: pointer;
}#s-86e2b82b-ede7-4189-a94b-aa1f4540f34c.shg-box.shg-c {
  justify-content: center;
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/723;
text-align: center;
}
@media (max-width: 767px){#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  display: none;
}
#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47, #wrap-s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 { display: none !important; }}


.shg-image-margin-container-s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shg-image-content-wrapper {
      aspect-ratio: 2048/723;
      width: 100%;
      height: 100%;
    }

    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shogun-image-link {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image {
    
    
  }


.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
      --shg-aspect-ratio: calc(2048/723); 
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
      position: relative;
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  
  
  
  
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shg-image-content-wrapper {
      aspect-ratio: 2048/723;
      width: 100%;
      height: 100%;
    }

    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shogun-image-link {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image {
    
    
  }


.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
      --shg-aspect-ratio: calc(2048/723); 
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
      position: relative;
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 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-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  
  
  
  
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shg-image-content-wrapper {
      aspect-ratio: 2048/723;
      width: 100%;
      height: 100%;
    }

    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shogun-image-link {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image {
    
    
  }


.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
      --shg-aspect-ratio: calc(2048/723); 
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
      position: relative;
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 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-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  
  
  
  
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shg-image-content-wrapper {
      aspect-ratio: 2048/723;
      width: 100%;
      height: 100%;
    }

    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shogun-image-link {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image {
    
    
  }


.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
      --shg-aspect-ratio: calc(2048/723); 
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
      position: relative;
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  
  
  
  
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shg-image-content-wrapper {
      aspect-ratio: 2048/723;
      width: 100%;
      height: 100%;
    }

    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shogun-image-link {
      aspect-ratio: 2048/723;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image {
    
    
  }


.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 {
      --shg-aspect-ratio: calc(2048/723); 
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container {
      position: relative;
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c0a37cc-3645-4162-9799-60bd7ed7ce47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f9ccbdc8-acf4-4011-812e-f02bc863e990 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f9ccbdc8-acf4-4011-812e-f02bc863e990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9ccbdc8-acf4-4011-812e-f02bc863e990.shg-box.shg-c {
  justify-content: center;
}

#s-d9708d51-1fbc-4c2b-9181-50a225807166 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 18px;
padding-bottom: 5px;
padding-right: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(30, 100, 158, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(30, 100, 158, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-d9708d51-1fbc-4c2b-9181-50a225807166:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d9708d51-1fbc-4c2b-9181-50a225807166:active {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-d9708d51-1fbc-4c2b-9181-50a225807166 {
  margin-bottom: 14px;
}
}

  #s-d9708d51-1fbc-4c2b-9181-50a225807166-root {
    text-align: center;
  }


#s-d9708d51-1fbc-4c2b-9181-50a225807166.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9708d51-1fbc-4c2b-9181-50a225807166-root {
    text-align: center;
  }


#s-d9708d51-1fbc-4c2b-9181-50a225807166.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9708d51-1fbc-4c2b-9181-50a225807166-root {
    text-align: center;
  }


#s-d9708d51-1fbc-4c2b-9181-50a225807166.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9708d51-1fbc-4c2b-9181-50a225807166-root {
    text-align: center;
  }


#s-d9708d51-1fbc-4c2b-9181-50a225807166.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9708d51-1fbc-4c2b-9181-50a225807166-root {
    text-align: center;
  }


#s-d9708d51-1fbc-4c2b-9181-50a225807166.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-e57d9f98-ea2c-4303-87ea-5996e44fa800 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e57d9f98-ea2c-4303-87ea-5996e44fa800 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-16877718-daba-4c47-a689-4c1e0830ade9 {
  margin-top: -8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16877718-daba-4c47-a689-4c1e0830ade9 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-ccfa9dc5-50fa-4b77-9c76-4dfa237518e1 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccfa9dc5-50fa-4b77-9c76-4dfa237518e1 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-a883afcd-d430-4e84-acff-b24ce4e085b1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-5298bebc-4766-44a4-8ee7-74a6b191f2df {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-5298bebc-4766-44a4-8ee7-74a6b191f2df {
  display: none;
}
#s-5298bebc-4766-44a4-8ee7-74a6b191f2df, #wrap-s-5298bebc-4766-44a4-8ee7-74a6b191f2df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5298bebc-4766-44a4-8ee7-74a6b191f2df {
  display: none;
}
#s-5298bebc-4766-44a4-8ee7-74a6b191f2df, #wrap-s-5298bebc-4766-44a4-8ee7-74a6b191f2df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5298bebc-4766-44a4-8ee7-74a6b191f2df {
  display: none;
}
#s-5298bebc-4766-44a4-8ee7-74a6b191f2df, #wrap-s-5298bebc-4766-44a4-8ee7-74a6b191f2df { display: none !important; }}







#s-5298bebc-4766-44a4-8ee7-74a6b191f2df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5298bebc-4766-44a4-8ee7-74a6b191f2df.shg-box.shg-c {
  justify-content: center;
}

#s-f132e489-a3bd-426c-811b-91988003ed22 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 18px;
padding-bottom: 5px;
padding-right: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(248, 74, 94, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-f132e489-a3bd-426c-811b-91988003ed22:hover {background-color: rgba(248, 74, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f132e489-a3bd-426c-811b-91988003ed22:active {background-color: rgba(248, 74, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-f132e489-a3bd-426c-811b-91988003ed22 {
  margin-bottom: 14px;
}
}

  #s-f132e489-a3bd-426c-811b-91988003ed22-root {
    text-align: center;
  }


#s-f132e489-a3bd-426c-811b-91988003ed22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f132e489-a3bd-426c-811b-91988003ed22-root {
    text-align: center;
  }


#s-f132e489-a3bd-426c-811b-91988003ed22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f132e489-a3bd-426c-811b-91988003ed22-root {
    text-align: center;
  }


#s-f132e489-a3bd-426c-811b-91988003ed22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f132e489-a3bd-426c-811b-91988003ed22-root {
    text-align: center;
  }


#s-f132e489-a3bd-426c-811b-91988003ed22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f132e489-a3bd-426c-811b-91988003ed22-root {
    text-align: center;
  }


#s-f132e489-a3bd-426c-811b-91988003ed22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}
#s-f761852d-af38-47b0-8140-d3a60ed34fcd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f761852d-af38-47b0-8140-d3a60ed34fcd .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-9a2845cf-32cf-4a8b-a0a5-6fe2321df0fb {
  margin-top: -8px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a2845cf-32cf-4a8b-a0a5-6fe2321df0fb .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-680e3d81-b63a-42ec-a651-2cc3b7c1f234 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-680e3d81-b63a-42ec-a651-2cc3b7c1f234 .shogun-heading-component h3 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-fb941230-088e-49ab-adf2-94fe9863e65e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920 {
  margin-left: auto;
margin-right: auto;
max-width: 1177px;
aspect-ratio: 1177/550;
text-align: center;
}



.shg-image-margin-container-s-9320b3fc-64d8-4513-8430-a017d42cf920 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shg-image-content-wrapper {
      aspect-ratio: 1177/550;
      width: 100%;
      height: 100%;
    }

    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shogun-image-link {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9320b3fc-64d8-4513-8430-a017d42cf920 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image {
    
    
  }


.s-9320b3fc-64d8-4513-8430-a017d42cf920 .shogun-image-content {
  
    align-items: center;
  
}

.s-9320b3fc-64d8-4513-8430-a017d42cf920.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9320b3fc-64d8-4513-8430-a017d42cf920 {
      --shg-aspect-ratio: calc(1177/550); 
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
      position: relative;
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9320b3fc-64d8-4513-8430-a017d42cf920 {
  
  
  
  
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shg-image-content-wrapper {
      aspect-ratio: 1177/550;
      width: 100%;
      height: 100%;
    }

    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shogun-image-link {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9320b3fc-64d8-4513-8430-a017d42cf920 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image {
    
    
  }


.s-9320b3fc-64d8-4513-8430-a017d42cf920 .shogun-image-content {
  
    align-items: center;
  
}

.s-9320b3fc-64d8-4513-8430-a017d42cf920.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9320b3fc-64d8-4513-8430-a017d42cf920 {
      --shg-aspect-ratio: calc(1177/550); 
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
      position: relative;
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920 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-9320b3fc-64d8-4513-8430-a017d42cf920 {
  
  
  
  
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shg-image-content-wrapper {
      aspect-ratio: 1177/550;
      width: 100%;
      height: 100%;
    }

    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shogun-image-link {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9320b3fc-64d8-4513-8430-a017d42cf920 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image {
    
    
  }


.s-9320b3fc-64d8-4513-8430-a017d42cf920 .shogun-image-content {
  
    align-items: center;
  
}

.s-9320b3fc-64d8-4513-8430-a017d42cf920.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9320b3fc-64d8-4513-8430-a017d42cf920 {
      --shg-aspect-ratio: calc(1177/550); 
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
      position: relative;
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920 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-9320b3fc-64d8-4513-8430-a017d42cf920 {
  
  
  
  
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shg-image-content-wrapper {
      aspect-ratio: 1177/550;
      width: 100%;
      height: 100%;
    }

    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shogun-image-link {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9320b3fc-64d8-4513-8430-a017d42cf920 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image {
    
    
  }


.s-9320b3fc-64d8-4513-8430-a017d42cf920 .shogun-image-content {
  
    align-items: center;
  
}

.s-9320b3fc-64d8-4513-8430-a017d42cf920.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9320b3fc-64d8-4513-8430-a017d42cf920 {
      --shg-aspect-ratio: calc(1177/550); 
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
      position: relative;
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9320b3fc-64d8-4513-8430-a017d42cf920 {
  
  
  
  
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shg-image-content-wrapper {
      aspect-ratio: 1177/550;
      width: 100%;
      height: 100%;
    }

    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shogun-image-link {
      aspect-ratio: 1177/550;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9320b3fc-64d8-4513-8430-a017d42cf920 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9320b3fc-64d8-4513-8430-a017d42cf920 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image {
    
    
  }


.s-9320b3fc-64d8-4513-8430-a017d42cf920 .shogun-image-content {
  
    align-items: center;
  
}

.s-9320b3fc-64d8-4513-8430-a017d42cf920.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9320b3fc-64d8-4513-8430-a017d42cf920 {
      --shg-aspect-ratio: calc(1177/550); 
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container {
      position: relative;
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9320b3fc-64d8-4513-8430-a017d42cf920 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fbe0a925-7f8b-4ecd-a575-bff6cc5f38ca {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(241, 231, 217, 1);
}








#s-fbe0a925-7f8b-4ecd-a575-bff6cc5f38ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbe0a925-7f8b-4ecd-a575-bff6cc5f38ca {
  cursor: pointer;
}#s-fbe0a925-7f8b-4ecd-a575-bff6cc5f38ca.shg-box.shg-c {
  justify-content: center;
}

#s-79e00051-3ac6-4f8e-bae2-54bececc6998 {
  margin-top: 17px;
margin-left: auto;
margin-right: auto;
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  margin-left: 13%;
margin-right: 13%;
max-width: 2313px;
aspect-ratio: 2313/425;
text-align: center;
}
@media (max-width: 767px){#s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  margin-left: 2%;
margin-right: 2%;
}
}


.shg-image-margin-container-s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  margin-left: 13%;
  margin-right: 13%;
  
  
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shg-image-content-wrapper {
      aspect-ratio: 2313/425;
      width: 100%;
      height: 100%;
    }

    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shogun-image-link {
      aspect-ratio: 2313/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-315345f5-e41b-4ee1-a8f2-630bacc2622a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image {
    
    
  }


.s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shogun-image-content {
  
    align-items: center;
  
}

.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
      --shg-aspect-ratio: calc(2313/425); 
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
      position: relative;
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  
  
  
  
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shg-image-content-wrapper {
      aspect-ratio: 2313/425;
      width: 100%;
      height: 100%;
    }

    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shogun-image-link {
      aspect-ratio: 2313/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-315345f5-e41b-4ee1-a8f2-630bacc2622a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image {
    
    
  }


.s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shogun-image-content {
  
    align-items: center;
  
}

.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
      --shg-aspect-ratio: calc(2313/425); 
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
      position: relative;
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a 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-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  
  
  
  
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shg-image-content-wrapper {
      aspect-ratio: 2313/425;
      width: 100%;
      height: 100%;
    }

    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shogun-image-link {
      aspect-ratio: 2313/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-315345f5-e41b-4ee1-a8f2-630bacc2622a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image {
    
    
  }


.s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shogun-image-content {
  
    align-items: center;
  
}

.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
      --shg-aspect-ratio: calc(2313/425); 
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
      position: relative;
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a 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-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  
  
  
  
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shg-image-content-wrapper {
      aspect-ratio: 2313/425;
      width: 100%;
      height: 100%;
    }

    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shogun-image-link {
      aspect-ratio: 2313/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-315345f5-e41b-4ee1-a8f2-630bacc2622a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image {
    
    
  }


.s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shogun-image-content {
  
    align-items: center;
  
}

.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
      --shg-aspect-ratio: calc(2313/425); 
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
      position: relative;
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  margin-left: 2%;
  margin-right: 2%;
  
  
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shg-image-content-wrapper {
      aspect-ratio: 2313/425;
      width: 100%;
      height: 100%;
    }

    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shogun-image-link {
      aspect-ratio: 2313/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-315345f5-e41b-4ee1-a8f2-630bacc2622a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image {
    
    
  }


.s-315345f5-e41b-4ee1-a8f2-630bacc2622a .shogun-image-content {
  
    align-items: center;
  
}

.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a {
      --shg-aspect-ratio: calc(2313/425); 
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container {
      position: relative;
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-315345f5-e41b-4ee1-a8f2-630bacc2622a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-eb145b7b-a587-499d-b43d-1411db54322b {
  margin-left: auto;
margin-right: auto;
}

#s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a {
  margin-top: 7px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a {
  margin-bottom: 9px;
}
}

  #s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a-root {
    text-align: center;
  }


#s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a-root {
    text-align: center;
  }


#s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a-root {
    text-align: center;
  }


#s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a-root {
    text-align: center;
  }


#s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a-root {
    text-align: center;
  }


#s-ffa3af9d-12a0-4492-9ce7-bdee615fec5a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  margin-left: auto;
margin-right: auto;
max-width: 2500px;
aspect-ratio: 2500/1633;
text-align: center;
}



.shg-image-margin-container-s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shg-image-content-wrapper {
      aspect-ratio: 2500/1633;
      width: 100%;
      height: 100%;
    }

    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shogun-image-link {
      aspect-ratio: 2500/1633;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image {
    
    
  }


.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shogun-image-content {
  
    align-items: center;
  
}

.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
      --shg-aspect-ratio: calc(2500/1633); 
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
      position: relative;
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  
  
  
  
}

#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shg-image-content-wrapper {
      aspect-ratio: 2500/1633;
      width: 100%;
      height: 100%;
    }

    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shogun-image-link {
      aspect-ratio: 2500/1633;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image {
    
    
  }


.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shogun-image-content {
  
    align-items: center;
  
}

.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
      --shg-aspect-ratio: calc(2500/1633); 
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
      position: relative;
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a 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-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  
  
  
  
}

#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shg-image-content-wrapper {
      aspect-ratio: 2500/1633;
      width: 100%;
      height: 100%;
    }

    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shogun-image-link {
      aspect-ratio: 2500/1633;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image {
    
    
  }


.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shogun-image-content {
  
    align-items: center;
  
}

.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
      --shg-aspect-ratio: calc(2500/1633); 
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
      position: relative;
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a 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-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  
  
  
  
}

#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shg-image-content-wrapper {
      aspect-ratio: 2500/1633;
      width: 100%;
      height: 100%;
    }

    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shogun-image-link {
      aspect-ratio: 2500/1633;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image {
    
    
  }


.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shogun-image-content {
  
    align-items: center;
  
}

.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
      --shg-aspect-ratio: calc(2500/1633); 
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
      position: relative;
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  
  
  
  
}

#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shg-image-content-wrapper {
      aspect-ratio: 2500/1633;
      width: 100%;
      height: 100%;
    }

    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shogun-image-link {
      aspect-ratio: 2500/1633;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image {
    
    
  }


.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a .shogun-image-content {
  
    align-items: center;
  
}

.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a {
      --shg-aspect-ratio: calc(2500/1633); 
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container {
      position: relative;
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d6b7966-c1bb-4b26-ab54-84e3e4d58f4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c202804b-c2e3-4a36-9c27-f95b00dd049b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-c202804b-c2e3-4a36-9c27-f95b00dd049b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c202804b-c2e3-4a36-9c27-f95b00dd049b {
  cursor: pointer;
}#s-c202804b-c2e3-4a36-9c27-f95b00dd049b.shg-box.shg-c {
  justify-content: center;
}

#s-3555cbed-6b63-4877-9b11-32d13ba61649 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-3555cbed-6b63-4877-9b11-32d13ba61649 {
  display: unset;
}
#s-3555cbed-6b63-4877-9b11-32d13ba61649, #wrap-s-3555cbed-6b63-4877-9b11-32d13ba61649 { display: unset !important; }}







#s-3555cbed-6b63-4877-9b11-32d13ba61649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3555cbed-6b63-4877-9b11-32d13ba61649.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-bdd3009b-4047-4897-ba35-74d99d2d6c9d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bdd3009b-4047-4897-ba35-74d99d2d6c9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdd3009b-4047-4897-ba35-74d99d2d6c9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bdd3009b-4047-4897-ba35-74d99d2d6c9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdd3009b-4047-4897-ba35-74d99d2d6c9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-bdd3009b-4047-4897-ba35-74d99d2d6c9d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image {
    
    
  }


.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
      position: relative;
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  
  
  
  
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image {
    
    
  }


.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
      position: relative;
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 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-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  
  
  
  
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image {
    
    
  }


.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
      position: relative;
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 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-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  
  
  
  
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image {
    
    
  }


.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
      position: relative;
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  
  
  
  
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image {
    
    
  }


.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container {
      position: relative;
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e9fa2b9-c78b-46df-8954-a421b4bea7f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c3122307-12e0-472e-81bd-f4ff3ea532d5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c3122307-12e0-472e-81bd-f4ff3ea532d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3122307-12e0-472e-81bd-f4ff3ea532d5.shg-box.shg-c {
  justify-content: center;
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  margin-left: auto;
margin-right: auto;
max-width: 1274px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb5936e-a744-4e66-a054-9a922b8c51ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image {
    
    
  }


.s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
      position: relative;
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  
  
  
  
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb5936e-a744-4e66-a054-9a922b8c51ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image {
    
    
  }


.s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
      position: relative;
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed 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-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  
  
  
  
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb5936e-a744-4e66-a054-9a922b8c51ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image {
    
    
  }


.s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
      position: relative;
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed 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-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  
  
  
  
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb5936e-a744-4e66-a054-9a922b8c51ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image {
    
    
  }


.s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
      position: relative;
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  
  
  
  
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb5936e-a744-4e66-a054-9a922b8c51ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image {
    
    
  }


.s-ebb5936e-a744-4e66-a054-9a922b8c51ed .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container {
      position: relative;
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb5936e-a744-4e66-a054-9a922b8c51ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cc5ead2e-5d93-4cb1-ad5d-589cb22163f8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-c303bbed-684f-406f-8100-36d307c139e7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-c303bbed-684f-406f-8100-36d307c139e7 {
  display: unset;
}
#s-c303bbed-684f-406f-8100-36d307c139e7, #wrap-s-c303bbed-684f-406f-8100-36d307c139e7 { display: unset !important; }}@media (max-width: 767px){#s-c303bbed-684f-406f-8100-36d307c139e7 {
  display: unset;
}
#s-c303bbed-684f-406f-8100-36d307c139e7, #wrap-s-c303bbed-684f-406f-8100-36d307c139e7 { display: unset !important; }}
#s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6 {
  display: none;
}
#s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6, #wrap-s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6 {
  display: none;
}
#s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6, #wrap-s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6 {
  display: unset;
}
#s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6, #wrap-s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6 { display: unset !important; }}@media (max-width: 767px){#s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6 {
  display: none;
}
#s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6, #wrap-s-9f5e839a-ccf9-40b6-9297-2b51d6b627e6 { display: none !important; }}
#s-893f9413-7b4f-481a-b0c8-a2b2b0e9a347 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-893f9413-7b4f-481a-b0c8-a2b2b0e9a347 {
  display: none;
}
#s-893f9413-7b4f-481a-b0c8-a2b2b0e9a347, #wrap-s-893f9413-7b4f-481a-b0c8-a2b2b0e9a347 { display: none !important; }}@media (max-width: 767px){#s-893f9413-7b4f-481a-b0c8-a2b2b0e9a347 {
  display: unset;
}
#s-893f9413-7b4f-481a-b0c8-a2b2b0e9a347, #wrap-s-893f9413-7b4f-481a-b0c8-a2b2b0e9a347 { display: unset !important; }}
#s-b97a31e1-b798-4374-a603-4d17546c91d1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDI5ZDhkMzMtNThkOS00ZGNkLTk4NGMtMzQ0ODNhYmU3NWEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjg0YTVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmI3ZTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjlkOGQzMy01OGQ5LTRkY2QtOTg0Yy0zNDQ4M2FiZTc1YTApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f84a5e"}, {"id"=>2, "pos"=>1, "color"=>"#fb7e00"}];
hover-type: gradient;
}
#s-b97a31e1-b798-4374-a603-4d17546c91d1:hover {background-image: url(https://i.shgcdn.com/cd2c1a53-635d-4c0a-995e-69669421f90f/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;}#s-b97a31e1-b798-4374-a603-4d17546c91d1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b97a31e1-b798-4374-a603-4d17546c91d1-root {
    text-align: center;
  }


#s-b97a31e1-b798-4374-a603-4d17546c91d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b97a31e1-b798-4374-a603-4d17546c91d1-root {
    text-align: center;
  }


#s-b97a31e1-b798-4374-a603-4d17546c91d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b97a31e1-b798-4374-a603-4d17546c91d1-root {
    text-align: center;
  }


#s-b97a31e1-b798-4374-a603-4d17546c91d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b97a31e1-b798-4374-a603-4d17546c91d1-root {
    text-align: center;
  }


#s-b97a31e1-b798-4374-a603-4d17546c91d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b97a31e1-b798-4374-a603-4d17546c91d1-root {
    text-align: center;
  }


#s-b97a31e1-b798-4374-a603-4d17546c91d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d5f7d4ce-3a9c-4e1b-8c8d-92488691edcc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-d5f7d4ce-3a9c-4e1b-8c8d-92488691edcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5f7d4ce-3a9c-4e1b-8c8d-92488691edcc {
  cursor: pointer;
}#s-d5f7d4ce-3a9c-4e1b-8c8d-92488691edcc.shg-box.shg-c {
  justify-content: center;
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1000/427;
text-align: center;
}
@media (min-width: 1200px){#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  display: none;
}
#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d, #wrap-s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  display: none;
}
#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d, #wrap-s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d { display: none !important; }}


.shg-image-margin-container-s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shg-image-content-wrapper {
      aspect-ratio: 1000/427;
      width: 100%;
      height: 100%;
    }

    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shogun-image-link {
      aspect-ratio: 1000/427;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image {
    
    
  }


.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shogun-image-content {
  
    align-items: center;
  
}

.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
      --shg-aspect-ratio: calc(1000/427); 
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
      position: relative;
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  
  
  
  
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shg-image-content-wrapper {
      aspect-ratio: 1000/427;
      width: 100%;
      height: 100%;
    }

    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shogun-image-link {
      aspect-ratio: 1000/427;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image {
    
    
  }


.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shogun-image-content {
  
    align-items: center;
  
}

.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
      --shg-aspect-ratio: calc(1000/427); 
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
      position: relative;
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d 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-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  
  
  
  
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shg-image-content-wrapper {
      aspect-ratio: 1000/427;
      width: 100%;
      height: 100%;
    }

    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shogun-image-link {
      aspect-ratio: 1000/427;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image {
    
    
  }


.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shogun-image-content {
  
    align-items: center;
  
}

.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
      --shg-aspect-ratio: calc(1000/427); 
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
      position: relative;
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d 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-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  
  
  
  
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shg-image-content-wrapper {
      aspect-ratio: 1000/427;
      width: 100%;
      height: 100%;
    }

    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shogun-image-link {
      aspect-ratio: 1000/427;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image {
    
    
  }


.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shogun-image-content {
  
    align-items: center;
  
}

.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
      --shg-aspect-ratio: calc(1000/427); 
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
      position: relative;
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  
  
  
  
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shg-image-content-wrapper {
      aspect-ratio: 1000/427;
      width: 100%;
      height: 100%;
    }

    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shogun-image-link {
      aspect-ratio: 1000/427;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image {
    
    
  }


.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d .shogun-image-content {
  
    align-items: center;
  
}

.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d {
      --shg-aspect-ratio: calc(1000/427); 
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container {
      position: relative;
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff8fefbc-3af6-4e73-b54b-87d6b941ab6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6e59d459-ef5d-480f-9a82-465322794075 {
  margin-top: 32px;
margin-left: 4%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6e59d459-ef5d-480f-9a82-465322794075 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 0.5em;
  
  
}


@media (max-width: 767px){#s-6e59d459-ef5d-480f-9a82-465322794075 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}


}
#s-7da84126-6900-4d15-894d-d91a8e3a9fb7 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7da84126-6900-4d15-894d-d91a8e3a9fb7 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 3px;
  
}


@media (max-width: 767px){#s-7da84126-6900-4d15-894d-d91a8e3a9fb7 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}
#s-fe109d27-74e7-40d9-a236-42e3da775688 {
  margin-left: 4%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe109d27-74e7-40d9-a236-42e3da775688 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728 {
  margin-left: 4%;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728-root {
    text-align: left;
  }


#s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728-root {
    text-align: left;
  }


#s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728-root {
    text-align: left;
  }


#s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728-root {
    text-align: left;
  }


#s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728-root {
    text-align: left;
  }


#s-7ea61b45-dac6-42ff-9e4a-4b6cd2a02728.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/1000;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  display: none;
}
#s-28ab06c6-3f17-49d5-9f41-f1927cef3879, #wrap-s-28ab06c6-3f17-49d5-9f41-f1927cef3879 { display: none !important; }}@media (max-width: 767px){#s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  display: none;
}
#s-28ab06c6-3f17-49d5-9f41-f1927cef3879, #wrap-s-28ab06c6-3f17-49d5-9f41-f1927cef3879 { display: none !important; }}


.shg-image-margin-container-s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shg-image-content-wrapper {
      aspect-ratio: 3000/1000;
      width: 100%;
      height: 100%;
    }

    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shogun-image-link {
      aspect-ratio: 3000/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image {
    
    
  }


.s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
      --shg-aspect-ratio: calc(3000/1000); 
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
      position: relative;
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  
  
  
  
}

#s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shg-image-content-wrapper {
      aspect-ratio: 3000/1000;
      width: 100%;
      height: 100%;
    }

    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shogun-image-link {
      aspect-ratio: 3000/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image {
    
    
  }


.s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
      --shg-aspect-ratio: calc(3000/1000); 
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
      position: relative;
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879 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-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  
  
  
  
}

#s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shg-image-content-wrapper {
      aspect-ratio: 3000/1000;
      width: 100%;
      height: 100%;
    }

    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shogun-image-link {
      aspect-ratio: 3000/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image {
    
    
  }


.s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
      --shg-aspect-ratio: calc(3000/1000); 
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
      position: relative;
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879 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-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  
  
  
  
}

#s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shg-image-content-wrapper {
      aspect-ratio: 3000/1000;
      width: 100%;
      height: 100%;
    }

    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shogun-image-link {
      aspect-ratio: 3000/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image {
    
    
  }


.s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
      --shg-aspect-ratio: calc(3000/1000); 
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
      position: relative;
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  
  
  
  
}

#s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shg-image-content-wrapper {
      aspect-ratio: 3000/1000;
      width: 100%;
      height: 100%;
    }

    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shogun-image-link {
      aspect-ratio: 3000/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28ab06c6-3f17-49d5-9f41-f1927cef3879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image {
    
    
  }


.s-28ab06c6-3f17-49d5-9f41-f1927cef3879 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879 {
      --shg-aspect-ratio: calc(3000/1000); 
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container {
      position: relative;
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28ab06c6-3f17-49d5-9f41-f1927cef3879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fc0de4d2-a628-4166-bb82-8d5c16bdc4f6 {
  margin-top: 32px;
margin-left: 2%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc0de4d2-a628-4166-bb82-8d5c16bdc4f6 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  
  line-height: 0.5em;
  
  
}



#s-1a89197b-857c-44c8-a663-2b25e5112626 {
  margin-left: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a89197b-857c-44c8-a663-2b25e5112626 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 3px;
  
}



#s-cab52165-e1ac-4184-a47f-d7661c1480dd {
  margin-left: 2%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cab52165-e1ac-4184-a47f-d7661c1480dd .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-6c5d75a4-8c0a-4660-bf84-f9183d16400d {
  margin-left: 2%;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c5d75a4-8c0a-4660-bf84-f9183d16400d:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c5d75a4-8c0a-4660-bf84-f9183d16400d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c5d75a4-8c0a-4660-bf84-f9183d16400d-root {
    text-align: left;
  }


#s-6c5d75a4-8c0a-4660-bf84-f9183d16400d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c5d75a4-8c0a-4660-bf84-f9183d16400d-root {
    text-align: left;
  }


#s-6c5d75a4-8c0a-4660-bf84-f9183d16400d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c5d75a4-8c0a-4660-bf84-f9183d16400d-root {
    text-align: left;
  }


#s-6c5d75a4-8c0a-4660-bf84-f9183d16400d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c5d75a4-8c0a-4660-bf84-f9183d16400d-root {
    text-align: left;
  }


#s-6c5d75a4-8c0a-4660-bf84-f9183d16400d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c5d75a4-8c0a-4660-bf84-f9183d16400d-root {
    text-align: left;
  }


#s-6c5d75a4-8c0a-4660-bf84-f9183d16400d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-ca26e142-7460-4e80-9ff2-b62400602c80 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-ca26e142-7460-4e80-9ff2-b62400602c80"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ca26e142-7460-4e80-9ff2-b62400602c80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ca26e142-7460-4e80-9ff2-b62400602c80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ca26e142-7460-4e80-9ff2-b62400602c80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-325bc544-7e2a-4f8c-849f-91b3eb7ef9ae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-325bc544-7e2a-4f8c-849f-91b3eb7ef9ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-325bc544-7e2a-4f8c-849f-91b3eb7ef9ae {
  cursor: pointer;
}#s-325bc544-7e2a-4f8c-849f-91b3eb7ef9ae.shg-box.shg-c {
  justify-content: center;
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795 {
  margin-left: auto;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f9ece584-d8b1-4187-859f-91e289b3c795 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9ece584-d8b1-4187-859f-91e289b3c795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image {
    
    
  }


.s-f9ece584-d8b1-4187-859f-91e289b3c795 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9ece584-d8b1-4187-859f-91e289b3c795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9ece584-d8b1-4187-859f-91e289b3c795 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
      position: relative;
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f9ece584-d8b1-4187-859f-91e289b3c795 {
  
  
  
  
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9ece584-d8b1-4187-859f-91e289b3c795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image {
    
    
  }


.s-f9ece584-d8b1-4187-859f-91e289b3c795 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9ece584-d8b1-4187-859f-91e289b3c795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9ece584-d8b1-4187-859f-91e289b3c795 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
      position: relative;
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795 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-f9ece584-d8b1-4187-859f-91e289b3c795 {
  
  
  
  
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9ece584-d8b1-4187-859f-91e289b3c795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image {
    
    
  }


.s-f9ece584-d8b1-4187-859f-91e289b3c795 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9ece584-d8b1-4187-859f-91e289b3c795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9ece584-d8b1-4187-859f-91e289b3c795 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
      position: relative;
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795 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-f9ece584-d8b1-4187-859f-91e289b3c795 {
  
  
  
  
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9ece584-d8b1-4187-859f-91e289b3c795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image {
    
    
  }


.s-f9ece584-d8b1-4187-859f-91e289b3c795 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9ece584-d8b1-4187-859f-91e289b3c795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9ece584-d8b1-4187-859f-91e289b3c795 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
      position: relative;
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f9ece584-d8b1-4187-859f-91e289b3c795 {
  
  
  
  
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9ece584-d8b1-4187-859f-91e289b3c795 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9ece584-d8b1-4187-859f-91e289b3c795 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image {
    
    
  }


.s-f9ece584-d8b1-4187-859f-91e289b3c795 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9ece584-d8b1-4187-859f-91e289b3c795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9ece584-d8b1-4187-859f-91e289b3c795 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container {
      position: relative;
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9ece584-d8b1-4187-859f-91e289b3c795 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-990642a7-f5be-42e2-8872-fcf2ecbf53b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-990642a7-f5be-42e2-8872-fcf2ecbf53b6 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d56b57eb-f68e-4ed4-ab2d-8bb744568898 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d56b57eb-f68e-4ed4-ab2d-8bb744568898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d56b57eb-f68e-4ed4-ab2d-8bb744568898 {
  cursor: pointer;
}#s-d56b57eb-f68e-4ed4-ab2d-8bb744568898.shg-box.shg-c {
  justify-content: center;
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  margin-left: auto;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image {
    
    
  }


.s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
      position: relative;
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  
  
  
  
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image {
    
    
  }


.s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
      position: relative;
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497 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-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  
  
  
  
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image {
    
    
  }


.s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
      position: relative;
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497 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-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  
  
  
  
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image {
    
    
  }


.s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
      position: relative;
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  
  
  
  
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a8fd472-0509-4f59-9d2f-d00ea157c497 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image {
    
    
  }


.s-5a8fd472-0509-4f59-9d2f-d00ea157c497 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container {
      position: relative;
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a8fd472-0509-4f59-9d2f-d00ea157c497 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cee92647-7a20-4fcb-ad63-2eb8df657e23 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cee92647-7a20-4fcb-ad63-2eb8df657e23 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-28cf6a20-6d26-4634-9589-ee326c4652d3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-28cf6a20-6d26-4634-9589-ee326c4652d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28cf6a20-6d26-4634-9589-ee326c4652d3 {
  cursor: pointer;
}#s-28cf6a20-6d26-4634-9589-ee326c4652d3.shg-box.shg-c {
  justify-content: center;
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  margin-left: auto;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image {
    
    
  }


.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
      position: relative;
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  
  
  
  
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image {
    
    
  }


.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
      position: relative;
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 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-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  
  
  
  
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image {
    
    
  }


.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
      position: relative;
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 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-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  
  
  
  
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image {
    
    
  }


.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
      position: relative;
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  
  
  
  
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image {
    
    
  }


.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container {
      position: relative;
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5852bd53-43fc-4a6c-a44f-9ce389f093a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4fde3c19-3b26-4e07-a5f7-a19551198133 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fde3c19-3b26-4e07-a5f7-a19551198133 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8bb6792d-0ab2-498b-a31a-9c5d73b71013 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8bb6792d-0ab2-498b-a31a-9c5d73b71013"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-8bb6792d-0ab2-498b-a31a-9c5d73b71013"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8bb6792d-0ab2-498b-a31a-9c5d73b71013"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8bb6792d-0ab2-498b-a31a-9c5d73b71013"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a939b67a-44e3-4c1e-97db-0566e48519f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a939b67a-44e3-4c1e-97db-0566e48519f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a939b67a-44e3-4c1e-97db-0566e48519f2 {
  cursor: pointer;
}#s-a939b67a-44e3-4c1e-97db-0566e48519f2.shg-box.shg-c {
  justify-content: center;
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  margin-left: auto;
margin-right: auto;
max-width: 1210px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image {
    
    
  }


.s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shogun-image-content {
  
    align-items: center;
  
}

.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
      position: relative;
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  
  
  
  
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image {
    
    
  }


.s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shogun-image-content {
  
    align-items: center;
  
}

.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
      position: relative;
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74 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-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  
  
  
  
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image {
    
    
  }


.s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shogun-image-content {
  
    align-items: center;
  
}

.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
      position: relative;
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74 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-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  
  
  
  
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image {
    
    
  }


.s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shogun-image-content {
  
    align-items: center;
  
}

.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
      position: relative;
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  
  
  
  
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b5cb39-943e-4cbf-8e67-81d35e746f74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image {
    
    
  }


.s-86b5cb39-943e-4cbf-8e67-81d35e746f74 .shogun-image-content {
  
    align-items: center;
  
}

.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container {
      position: relative;
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b5cb39-943e-4cbf-8e67-81d35e746f74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0215227a-7274-4c3e-b67d-62b764877db1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0215227a-7274-4c3e-b67d-62b764877db1 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f37daff9-06e9-43a2-b7e2-4b20437d7243 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f37daff9-06e9-43a2-b7e2-4b20437d7243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f37daff9-06e9-43a2-b7e2-4b20437d7243 {
  cursor: pointer;
}#s-f37daff9-06e9-43a2-b7e2-4b20437d7243.shg-box.shg-c {
  justify-content: center;
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6 {
  margin-left: auto;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-94eb0f6d-691c-4342-a932-34634aa317d6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94eb0f6d-691c-4342-a932-34634aa317d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image {
    
    
  }


.s-94eb0f6d-691c-4342-a932-34634aa317d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-94eb0f6d-691c-4342-a932-34634aa317d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94eb0f6d-691c-4342-a932-34634aa317d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
      position: relative;
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-94eb0f6d-691c-4342-a932-34634aa317d6 {
  
  
  
  
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94eb0f6d-691c-4342-a932-34634aa317d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image {
    
    
  }


.s-94eb0f6d-691c-4342-a932-34634aa317d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-94eb0f6d-691c-4342-a932-34634aa317d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94eb0f6d-691c-4342-a932-34634aa317d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
      position: relative;
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6 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-94eb0f6d-691c-4342-a932-34634aa317d6 {
  
  
  
  
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94eb0f6d-691c-4342-a932-34634aa317d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image {
    
    
  }


.s-94eb0f6d-691c-4342-a932-34634aa317d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-94eb0f6d-691c-4342-a932-34634aa317d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94eb0f6d-691c-4342-a932-34634aa317d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
      position: relative;
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6 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-94eb0f6d-691c-4342-a932-34634aa317d6 {
  
  
  
  
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94eb0f6d-691c-4342-a932-34634aa317d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image {
    
    
  }


.s-94eb0f6d-691c-4342-a932-34634aa317d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-94eb0f6d-691c-4342-a932-34634aa317d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94eb0f6d-691c-4342-a932-34634aa317d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
      position: relative;
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-94eb0f6d-691c-4342-a932-34634aa317d6 {
  
  
  
  
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94eb0f6d-691c-4342-a932-34634aa317d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94eb0f6d-691c-4342-a932-34634aa317d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image {
    
    
  }


.s-94eb0f6d-691c-4342-a932-34634aa317d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-94eb0f6d-691c-4342-a932-34634aa317d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94eb0f6d-691c-4342-a932-34634aa317d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container {
      position: relative;
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94eb0f6d-691c-4342-a932-34634aa317d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-772ae211-3682-4b3d-b4db-915c3d458adc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-772ae211-3682-4b3d-b4db-915c3d458adc .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-71c3c00a-e5c1-4eb9-b164-2581cc013114 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-71c3c00a-e5c1-4eb9-b164-2581cc013114 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71c3c00a-e5c1-4eb9-b164-2581cc013114 {
  cursor: pointer;
}#s-71c3c00a-e5c1-4eb9-b164-2581cc013114.shg-box.shg-c {
  justify-content: center;
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2 {
  margin-left: auto;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-64357433-9c76-4755-a2a2-8379d994c9f2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64357433-9c76-4755-a2a2-8379d994c9f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image {
    
    
  }


.s-64357433-9c76-4755-a2a2-8379d994c9f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-64357433-9c76-4755-a2a2-8379d994c9f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64357433-9c76-4755-a2a2-8379d994c9f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
      position: relative;
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-64357433-9c76-4755-a2a2-8379d994c9f2 {
  
  
  
  
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64357433-9c76-4755-a2a2-8379d994c9f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image {
    
    
  }


.s-64357433-9c76-4755-a2a2-8379d994c9f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-64357433-9c76-4755-a2a2-8379d994c9f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64357433-9c76-4755-a2a2-8379d994c9f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
      position: relative;
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2 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-64357433-9c76-4755-a2a2-8379d994c9f2 {
  
  
  
  
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64357433-9c76-4755-a2a2-8379d994c9f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image {
    
    
  }


.s-64357433-9c76-4755-a2a2-8379d994c9f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-64357433-9c76-4755-a2a2-8379d994c9f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64357433-9c76-4755-a2a2-8379d994c9f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
      position: relative;
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2 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-64357433-9c76-4755-a2a2-8379d994c9f2 {
  
  
  
  
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64357433-9c76-4755-a2a2-8379d994c9f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image {
    
    
  }


.s-64357433-9c76-4755-a2a2-8379d994c9f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-64357433-9c76-4755-a2a2-8379d994c9f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64357433-9c76-4755-a2a2-8379d994c9f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
      position: relative;
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-64357433-9c76-4755-a2a2-8379d994c9f2 {
  
  
  
  
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64357433-9c76-4755-a2a2-8379d994c9f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64357433-9c76-4755-a2a2-8379d994c9f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image {
    
    
  }


.s-64357433-9c76-4755-a2a2-8379d994c9f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-64357433-9c76-4755-a2a2-8379d994c9f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64357433-9c76-4755-a2a2-8379d994c9f2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container {
      position: relative;
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64357433-9c76-4755-a2a2-8379d994c9f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cbdeb9fc-14f0-4c80-bc81-43b5e68a3566 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbdeb9fc-14f0-4c80-bc81-43b5e68a3566 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-35eef161-033b-4070-a065-186a44c8d2b2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-35eef161-033b-4070-a065-186a44c8d2b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35eef161-033b-4070-a065-186a44c8d2b2 {
  cursor: pointer;
}#s-35eef161-033b-4070-a065-186a44c8d2b2.shg-box.shg-c {
  justify-content: center;
}

#s-71eadf38-763e-442f-afa5-700d45f41a99 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-71eadf38-763e-442f-afa5-700d45f41a99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71eadf38-763e-442f-afa5-700d45f41a99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-71eadf38-763e-442f-afa5-700d45f41a99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-71eadf38-763e-442f-afa5-700d45f41a99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-71eadf38-763e-442f-afa5-700d45f41a99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-71eadf38-763e-442f-afa5-700d45f41a99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-71eadf38-763e-442f-afa5-700d45f41a99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 2000/1411;
text-align: center;
}



.shg-image-margin-container-s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shg-image-content-wrapper {
      aspect-ratio: 2000/1411;
      width: 100%;
      height: 100%;
    }

    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shogun-image-link {
      aspect-ratio: 2000/1411;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image {
    
    
  }


.s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
      --shg-aspect-ratio: calc(2000/1411); 
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
      position: relative;
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  
  
  
  
}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shg-image-content-wrapper {
      aspect-ratio: 2000/1411;
      width: 100%;
      height: 100%;
    }

    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shogun-image-link {
      aspect-ratio: 2000/1411;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image {
    
    
  }


.s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
      --shg-aspect-ratio: calc(2000/1411); 
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
      position: relative;
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806 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-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  
  
  
  
}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shg-image-content-wrapper {
      aspect-ratio: 2000/1411;
      width: 100%;
      height: 100%;
    }

    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shogun-image-link {
      aspect-ratio: 2000/1411;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image {
    
    
  }


.s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
      --shg-aspect-ratio: calc(2000/1411); 
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
      position: relative;
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806 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-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  
  
  
  
}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shg-image-content-wrapper {
      aspect-ratio: 2000/1411;
      width: 100%;
      height: 100%;
    }

    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shogun-image-link {
      aspect-ratio: 2000/1411;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image {
    
    
  }


.s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
      --shg-aspect-ratio: calc(2000/1411); 
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
      position: relative;
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  
  
  
  
}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shg-image-content-wrapper {
      aspect-ratio: 2000/1411;
      width: 100%;
      height: 100%;
    }

    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shogun-image-link {
      aspect-ratio: 2000/1411;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff2cf215-532a-4435-b11d-b8c3e24eb806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image {
    
    
  }


.s-ff2cf215-532a-4435-b11d-b8c3e24eb806 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806 {
      --shg-aspect-ratio: calc(2000/1411); 
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container {
      position: relative;
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff2cf215-532a-4435-b11d-b8c3e24eb806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-77ccb305-da85-4de7-9b63-3161ed571f9d {
  margin-left: 5%;
margin-right: auto;
padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
text-align: center;
}

#s-77ccb305-da85-4de7-9b63-3161ed571f9d .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-77ccb305-da85-4de7-9b63-3161ed571f9d .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.5em;
  
  text-align: left;
}


}
#s-027f9b39-6baa-4a6e-bf78-fd4298406847 {
  margin-left: 5%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-027f9b39-6baa-4a6e-bf78-fd4298406847 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  line-height: 0.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-027f9b39-6baa-4a6e-bf78-fd4298406847 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.5em;
  
  text-align: left;
}


}
#s-d705ea05-9b75-4c5e-bf07-7e1ddc0ebd3f {
  margin-left: 5%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d705ea05-9b75-4c5e-bf07-7e1ddc0ebd3f .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-d705ea05-9b75-4c5e-bf07-7e1ddc0ebd3f .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-111cb224-7a29-4820-985a-dd3eb1cd5a9a {
  margin-left: 14%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-111cb224-7a29-4820-985a-dd3eb1cd5a9a:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-111cb224-7a29-4820-985a-dd3eb1cd5a9a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-111cb224-7a29-4820-985a-dd3eb1cd5a9a-root {
    text-align: left;
  }


#s-111cb224-7a29-4820-985a-dd3eb1cd5a9a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-111cb224-7a29-4820-985a-dd3eb1cd5a9a-root {
    text-align: left;
  }


#s-111cb224-7a29-4820-985a-dd3eb1cd5a9a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-111cb224-7a29-4820-985a-dd3eb1cd5a9a-root {
    text-align: left;
  }


#s-111cb224-7a29-4820-985a-dd3eb1cd5a9a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-111cb224-7a29-4820-985a-dd3eb1cd5a9a-root {
    text-align: left;
  }


#s-111cb224-7a29-4820-985a-dd3eb1cd5a9a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-111cb224-7a29-4820-985a-dd3eb1cd5a9a-root {
    text-align: left;
  }


#s-111cb224-7a29-4820-985a-dd3eb1cd5a9a.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-8e328136-a25b-4513-8df2-49a41ec530e9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8e328136-a25b-4513-8df2-49a41ec530e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8e328136-a25b-4513-8df2-49a41ec530e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8e328136-a25b-4513-8df2-49a41ec530e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e328136-a25b-4513-8df2-49a41ec530e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-18ed78b8-037e-4b43-80f3-067e364c3394 {
  margin-left: auto;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-18ed78b8-037e-4b43-80f3-067e364c3394 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-18ed78b8-037e-4b43-80f3-067e364c3394 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18ed78b8-037e-4b43-80f3-067e364c3394 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image {
    
    
  }


.s-18ed78b8-037e-4b43-80f3-067e364c3394 .shogun-image-content {
  
    align-items: center;
  
}

.s-18ed78b8-037e-4b43-80f3-067e364c3394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18ed78b8-037e-4b43-80f3-067e364c3394 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
      position: relative;
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-18ed78b8-037e-4b43-80f3-067e364c3394 {
  
  
  
  
}

#s-18ed78b8-037e-4b43-80f3-067e364c3394 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18ed78b8-037e-4b43-80f3-067e364c3394 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image {
    
    
  }


.s-18ed78b8-037e-4b43-80f3-067e364c3394 .shogun-image-content {
  
    align-items: center;
  
}

.s-18ed78b8-037e-4b43-80f3-067e364c3394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18ed78b8-037e-4b43-80f3-067e364c3394 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
      position: relative;
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394 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-18ed78b8-037e-4b43-80f3-067e364c3394 {
  
  
  
  
}

#s-18ed78b8-037e-4b43-80f3-067e364c3394 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18ed78b8-037e-4b43-80f3-067e364c3394 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image {
    
    
  }


.s-18ed78b8-037e-4b43-80f3-067e364c3394 .shogun-image-content {
  
    align-items: center;
  
}

.s-18ed78b8-037e-4b43-80f3-067e364c3394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18ed78b8-037e-4b43-80f3-067e364c3394 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
      position: relative;
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394 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-18ed78b8-037e-4b43-80f3-067e364c3394 {
  
  
  
  
}

#s-18ed78b8-037e-4b43-80f3-067e364c3394 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18ed78b8-037e-4b43-80f3-067e364c3394 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image {
    
    
  }


.s-18ed78b8-037e-4b43-80f3-067e364c3394 .shogun-image-content {
  
    align-items: center;
  
}

.s-18ed78b8-037e-4b43-80f3-067e364c3394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18ed78b8-037e-4b43-80f3-067e364c3394 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
      position: relative;
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-18ed78b8-037e-4b43-80f3-067e364c3394 {
  
  
  
  
}

#s-18ed78b8-037e-4b43-80f3-067e364c3394 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18ed78b8-037e-4b43-80f3-067e364c3394 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18ed78b8-037e-4b43-80f3-067e364c3394 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image {
    
    
  }


.s-18ed78b8-037e-4b43-80f3-067e364c3394 .shogun-image-content {
  
    align-items: center;
  
}

.s-18ed78b8-037e-4b43-80f3-067e364c3394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18ed78b8-037e-4b43-80f3-067e364c3394 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container {
      position: relative;
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18ed78b8-037e-4b43-80f3-067e364c3394 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d5a530ec-1600-455b-9623-c5fe755d4781 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1426px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d5a530ec-1600-455b-9623-c5fe755d4781 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
}

#s-d5a530ec-1600-455b-9623-c5fe755d4781 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5a530ec-1600-455b-9623-c5fe755d4781 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image {
    
    
  }


.s-d5a530ec-1600-455b-9623-c5fe755d4781 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5a530ec-1600-455b-9623-c5fe755d4781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5a530ec-1600-455b-9623-c5fe755d4781 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
      position: relative;
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d5a530ec-1600-455b-9623-c5fe755d4781 {
  
  
  
  
}

#s-d5a530ec-1600-455b-9623-c5fe755d4781 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5a530ec-1600-455b-9623-c5fe755d4781 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image {
    
    
  }


.s-d5a530ec-1600-455b-9623-c5fe755d4781 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5a530ec-1600-455b-9623-c5fe755d4781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5a530ec-1600-455b-9623-c5fe755d4781 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
      position: relative;
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781 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-d5a530ec-1600-455b-9623-c5fe755d4781 {
  
  
  
  
}

#s-d5a530ec-1600-455b-9623-c5fe755d4781 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5a530ec-1600-455b-9623-c5fe755d4781 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image {
    
    
  }


.s-d5a530ec-1600-455b-9623-c5fe755d4781 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5a530ec-1600-455b-9623-c5fe755d4781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5a530ec-1600-455b-9623-c5fe755d4781 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
      position: relative;
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781 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-d5a530ec-1600-455b-9623-c5fe755d4781 {
  
  
  
  
}

#s-d5a530ec-1600-455b-9623-c5fe755d4781 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5a530ec-1600-455b-9623-c5fe755d4781 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image {
    
    
  }


.s-d5a530ec-1600-455b-9623-c5fe755d4781 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5a530ec-1600-455b-9623-c5fe755d4781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5a530ec-1600-455b-9623-c5fe755d4781 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
      position: relative;
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d5a530ec-1600-455b-9623-c5fe755d4781 {
  
  
  
  
}

#s-d5a530ec-1600-455b-9623-c5fe755d4781 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5a530ec-1600-455b-9623-c5fe755d4781 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5a530ec-1600-455b-9623-c5fe755d4781 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image {
    
    
  }


.s-d5a530ec-1600-455b-9623-c5fe755d4781 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5a530ec-1600-455b-9623-c5fe755d4781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5a530ec-1600-455b-9623-c5fe755d4781 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container {
      position: relative;
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5a530ec-1600-455b-9623-c5fe755d4781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  margin-left: auto;
margin-right: auto;
max-width: 682px;
aspect-ratio: 682/1395;
text-align: center;
}



.shg-image-margin-container-s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shg-image-content-wrapper {
      aspect-ratio: 682/1395;
      width: 100%;
      height: 100%;
    }

    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shogun-image-link {
      aspect-ratio: 682/1395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image {
    
    
  }


.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
      --shg-aspect-ratio: calc(682/1395); 
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
      position: relative;
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  
  
  
  
}

#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shg-image-content-wrapper {
      aspect-ratio: 682/1395;
      width: 100%;
      height: 100%;
    }

    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shogun-image-link {
      aspect-ratio: 682/1395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image {
    
    
  }


.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
      --shg-aspect-ratio: calc(682/1395); 
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
      position: relative;
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 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-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  
  
  
  
}

#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shg-image-content-wrapper {
      aspect-ratio: 682/1395;
      width: 100%;
      height: 100%;
    }

    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shogun-image-link {
      aspect-ratio: 682/1395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image {
    
    
  }


.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
      --shg-aspect-ratio: calc(682/1395); 
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
      position: relative;
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 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-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  
  
  
  
}

#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shg-image-content-wrapper {
      aspect-ratio: 682/1395;
      width: 100%;
      height: 100%;
    }

    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shogun-image-link {
      aspect-ratio: 682/1395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image {
    
    
  }


.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
      --shg-aspect-ratio: calc(682/1395); 
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
      position: relative;
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  
  
  
  
}

#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shg-image-content-wrapper {
      aspect-ratio: 682/1395;
      width: 100%;
      height: 100%;
    }

    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shogun-image-link {
      aspect-ratio: 682/1395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image {
    
    
  }


.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 {
      --shg-aspect-ratio: calc(682/1395); 
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container {
      position: relative;
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c820fa-25c7-42b9-99f3-34c2e3c82498 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0739ce0f-0053-4b39-bfb6-a432bb1fa82c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-0739ce0f-0053-4b39-bfb6-a432bb1fa82c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0739ce0f-0053-4b39-bfb6-a432bb1fa82c {
  cursor: pointer;
}#s-0739ce0f-0053-4b39-bfb6-a432bb1fa82c.shg-box.shg-c {
  justify-content: center;
}

#s-7190691d-1b0a-429b-8878-30685e47e134 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7190691d-1b0a-429b-8878-30685e47e134"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7190691d-1b0a-429b-8878-30685e47e134"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7190691d-1b0a-429b-8878-30685e47e134"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7190691d-1b0a-429b-8878-30685e47e134"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7190691d-1b0a-429b-8878-30685e47e134"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7190691d-1b0a-429b-8878-30685e47e134"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7190691d-1b0a-429b-8878-30685e47e134"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-9c3af0d8-99cf-49c0-ab97-641743a70985 {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c3af0d8-99cf-49c0-ab97-641743a70985 {
  display: none;
}
#s-9c3af0d8-99cf-49c0-ab97-641743a70985, #wrap-s-9c3af0d8-99cf-49c0-ab97-641743a70985 { display: none !important; }}
#s-a65234e5-2db0-4017-9919-46a066ce31fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a65234e5-2db0-4017-9919-46a066ce31fc .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  
  line-height: 0.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a65234e5-2db0-4017-9919-46a066ce31fc .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.5em;
  
  
}


}
#s-6f8f3416-d23d-4795-a596-e6b9f76e0617 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f8f3416-d23d-4795-a596-e6b9f76e0617 .shogun-heading-component h1 {
  color: rgba(251, 126, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  line-height: 0.5em;
  
  
}



#s-fedefca5-e2d4-479d-b621-b96cc5811b42 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fedefca5-e2d4-479d-b621-b96cc5811b42 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 0.5em;
  
  
}



#s-7a4a31b5-19ab-41f8-ae63-76686f613db1 {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7a4a31b5-19ab-41f8-ae63-76686f613db1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a4a31b5-19ab-41f8-ae63-76686f613db1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a4a31b5-19ab-41f8-ae63-76686f613db1-root {
    text-align: center;
  }


#s-7a4a31b5-19ab-41f8-ae63-76686f613db1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a4a31b5-19ab-41f8-ae63-76686f613db1-root {
    text-align: center;
  }


#s-7a4a31b5-19ab-41f8-ae63-76686f613db1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a4a31b5-19ab-41f8-ae63-76686f613db1-root {
    text-align: center;
  }


#s-7a4a31b5-19ab-41f8-ae63-76686f613db1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a4a31b5-19ab-41f8-ae63-76686f613db1-root {
    text-align: center;
  }


#s-7a4a31b5-19ab-41f8-ae63-76686f613db1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a4a31b5-19ab-41f8-ae63-76686f613db1-root {
    text-align: center;
  }


#s-7a4a31b5-19ab-41f8-ae63-76686f613db1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  margin-left: auto;
margin-right: auto;
max-width: 1776px;
aspect-ratio: 1776/1050;
text-align: center;
}



.shg-image-margin-container-s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  margin: 0 !important;
}





  img.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image {
    
    
  }


.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image {
  box-sizing: border-box;
}


.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



@media (min-width: 1200px){

.shg-image-margin-container-s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  
  
  
  
}

#s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  margin: 0 !important;
}





  img.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image {
    
    
  }


.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image {
  box-sizing: border-box;
}


.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



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

.shg-image-margin-container-s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  
  
  
  
}

#s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  margin: 0 !important;
}





  img.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image {
    
    
  }


.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image {
  box-sizing: border-box;
}


.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



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

.shg-image-margin-container-s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  
  
  
  
}

#s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  margin: 0 !important;
}





  img.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image {
    
    
  }


.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image {
  box-sizing: border-box;
}


.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



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

.shg-image-margin-container-s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  
  
  
  
}

#s-aedab309-0c54-4f84-90ac-d47c73d123f2 {
  margin: 0 !important;
}





  img.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image {
    
    
  }


.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aedab309-0c54-4f84-90ac-d47c73d123f2.shogun-image {
  box-sizing: border-box;
}


.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-aedab309-0c54-4f84-90ac-d47c73d123f2 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



}
#s-3c36cd96-cddd-4274-981c-4638801a185e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c36cd96-cddd-4274-981c-4638801a185e {
  display: unset;
}
#s-3c36cd96-cddd-4274-981c-4638801a185e, #wrap-s-3c36cd96-cddd-4274-981c-4638801a185e { display: unset !important; }}







#s-3c36cd96-cddd-4274-981c-4638801a185e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c36cd96-cddd-4274-981c-4638801a185e {
  cursor: pointer;
}#s-3c36cd96-cddd-4274-981c-4638801a185e.shg-box.shg-c {
  justify-content: center;
}

#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2e0868e9-f735-408d-86ae-507bb5386950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e0868e9-f735-408d-86ae-507bb5386950.shg-box.shg-c {
  justify-content: center;
}

#s-92a52304-3e91-4fc2-9f20-a4602ea8d953 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-92a52304-3e91-4fc2-9f20-a4602ea8d953 {
  margin-top: 34px;
margin-bottom: -1px;
}
}
#s-92a52304-3e91-4fc2-9f20-a4602ea8d953 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  800 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 48.8px;
  line-height: 0.5em;
  
  
}


@media (max-width: 767px){#s-92a52304-3e91-4fc2-9f20-a4602ea8d953 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  800 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 31.799999999999997px;
  line-height: 0.5em;
  
  
}


}
#s-d5170205-5717-40e7-90f9-4d61df36bf61 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: -6px;
margin-right: auto;
}
@media (max-width: 767px){#s-d5170205-5717-40e7-90f9-4d61df36bf61 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8 {
  margin-left: -3%;
margin-right: -3%;
}
}

  #s-3bdb81b5-58e7-4a95-a678-39a077b71ca8-root {
    text-align: center;
  }


#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bdb81b5-58e7-4a95-a678-39a077b71ca8-root {
    text-align: center;
  }


#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bdb81b5-58e7-4a95-a678-39a077b71ca8-root {
    text-align: center;
  }


#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bdb81b5-58e7-4a95-a678-39a077b71ca8-root {
    text-align: center;
  }


#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bdb81b5-58e7-4a95-a678-39a077b71ca8-root {
    text-align: center;
  }


#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-d8f9ee6c-49d2-4f43-82b9-2d828ae8b2e3 {
  text-align: center;
}

#s-2c025109-b6fc-4eb9-8e31-32881bbee2a1 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2c025109-b6fc-4eb9-8e31-32881bbee2a1 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-2c025109-b6fc-4eb9-8e31-32881bbee2a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c025109-b6fc-4eb9-8e31-32881bbee2a1.shg-box.shg-c {
  justify-content: center;
}

#s-a5a2ebfe-a6ef-4e4a-b2a1-c7a81569f20c {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-0a6d59fe-1c55-4a14-9ea9-542535a9eacb {
  min-height: 50px;
}








#s-0a6d59fe-1c55-4a14-9ea9-542535a9eacb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a6d59fe-1c55-4a14-9ea9-542535a9eacb.shg-box.shg-c {
  justify-content: center;
}

#s-bb1cabf0-b923-4b8e-80f7-4b9cb0824efc {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bb1cabf0-b923-4b8e-80f7-4b9cb0824efc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-bb1cabf0-b923-4b8e-80f7-4b9cb0824efc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.25px);
}

}

@media (min-width: 992px) {
[id="s-bb1cabf0-b923-4b8e-80f7-4b9cb0824efc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.25px);
}

}

@media (min-width: 1200px) {
[id="s-bb1cabf0-b923-4b8e-80f7-4b9cb0824efc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.25px);
}

}

#s-24740ad1-f43e-40cb-9bcc-62c2eb0dffaa {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-24740ad1-f43e-40cb-9bcc-62c2eb0dffaa {
  background-image: url();
}








#s-24740ad1-f43e-40cb-9bcc-62c2eb0dffaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24740ad1-f43e-40cb-9bcc-62c2eb0dffaa {
  cursor: pointer;
}#s-24740ad1-f43e-40cb-9bcc-62c2eb0dffaa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc {
  margin-left: 3%;
margin-right: 3%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-059bdd04-a222-425f-bf64-9685157b3cbc {
  margin-left: 3%;
  margin-right: 3%;
  
  
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-059bdd04-a222-425f-bf64-9685157b3cbc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image {
    
    
  }


.s-059bdd04-a222-425f-bf64-9685157b3cbc .shogun-image-content {
  
    align-items: center;
  
}

.s-059bdd04-a222-425f-bf64-9685157b3cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-059bdd04-a222-425f-bf64-9685157b3cbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
      position: relative;
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-059bdd04-a222-425f-bf64-9685157b3cbc {
  
  
  
  
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-059bdd04-a222-425f-bf64-9685157b3cbc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image {
    
    
  }


.s-059bdd04-a222-425f-bf64-9685157b3cbc .shogun-image-content {
  
    align-items: center;
  
}

.s-059bdd04-a222-425f-bf64-9685157b3cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-059bdd04-a222-425f-bf64-9685157b3cbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
      position: relative;
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc 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-059bdd04-a222-425f-bf64-9685157b3cbc {
  
  
  
  
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-059bdd04-a222-425f-bf64-9685157b3cbc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image {
    
    
  }


.s-059bdd04-a222-425f-bf64-9685157b3cbc .shogun-image-content {
  
    align-items: center;
  
}

.s-059bdd04-a222-425f-bf64-9685157b3cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-059bdd04-a222-425f-bf64-9685157b3cbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
      position: relative;
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc 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-059bdd04-a222-425f-bf64-9685157b3cbc {
  
  
  
  
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-059bdd04-a222-425f-bf64-9685157b3cbc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image {
    
    
  }


.s-059bdd04-a222-425f-bf64-9685157b3cbc .shogun-image-content {
  
    align-items: center;
  
}

.s-059bdd04-a222-425f-bf64-9685157b3cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-059bdd04-a222-425f-bf64-9685157b3cbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
      position: relative;
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-059bdd04-a222-425f-bf64-9685157b3cbc {
  
  
  
  
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-059bdd04-a222-425f-bf64-9685157b3cbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-059bdd04-a222-425f-bf64-9685157b3cbc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image {
    
    
  }


.s-059bdd04-a222-425f-bf64-9685157b3cbc .shogun-image-content {
  
    align-items: center;
  
}

.s-059bdd04-a222-425f-bf64-9685157b3cbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-059bdd04-a222-425f-bf64-9685157b3cbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container {
      position: relative;
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-059bdd04-a222-425f-bf64-9685157b3cbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d9bf449d-44ec-4493-b887-b53564f26112 {
  margin-left: 30%;
margin-bottom: 4px;
margin-right: 30%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}



.shg-image-margin-container-s-d9bf449d-44ec-4493-b887-b53564f26112 {
  margin-left: 30%;
  margin-right: 30%;
  
  margin-bottom: 4px;
}

#s-d9bf449d-44ec-4493-b887-b53564f26112 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9bf449d-44ec-4493-b887-b53564f26112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image {
    
    
  }


.s-d9bf449d-44ec-4493-b887-b53564f26112 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9bf449d-44ec-4493-b887-b53564f26112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9bf449d-44ec-4493-b887-b53564f26112 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
      position: relative;
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d9bf449d-44ec-4493-b887-b53564f26112 {
  
  
  
  
}

#s-d9bf449d-44ec-4493-b887-b53564f26112 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9bf449d-44ec-4493-b887-b53564f26112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image {
    
    
  }


.s-d9bf449d-44ec-4493-b887-b53564f26112 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9bf449d-44ec-4493-b887-b53564f26112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9bf449d-44ec-4493-b887-b53564f26112 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
      position: relative;
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112 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-d9bf449d-44ec-4493-b887-b53564f26112 {
  
  
  
  
}

#s-d9bf449d-44ec-4493-b887-b53564f26112 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9bf449d-44ec-4493-b887-b53564f26112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image {
    
    
  }


.s-d9bf449d-44ec-4493-b887-b53564f26112 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9bf449d-44ec-4493-b887-b53564f26112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9bf449d-44ec-4493-b887-b53564f26112 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
      position: relative;
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112 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-d9bf449d-44ec-4493-b887-b53564f26112 {
  
  
  
  
}

#s-d9bf449d-44ec-4493-b887-b53564f26112 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9bf449d-44ec-4493-b887-b53564f26112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image {
    
    
  }


.s-d9bf449d-44ec-4493-b887-b53564f26112 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9bf449d-44ec-4493-b887-b53564f26112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9bf449d-44ec-4493-b887-b53564f26112 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
      position: relative;
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d9bf449d-44ec-4493-b887-b53564f26112 {
  
  
  
  
}

#s-d9bf449d-44ec-4493-b887-b53564f26112 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9bf449d-44ec-4493-b887-b53564f26112 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9bf449d-44ec-4493-b887-b53564f26112 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image {
    
    
  }


.s-d9bf449d-44ec-4493-b887-b53564f26112 .shogun-image-content {
  
    align-items: center;
  
}

.s-d9bf449d-44ec-4493-b887-b53564f26112.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d9bf449d-44ec-4493-b887-b53564f26112 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container {
      position: relative;
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9bf449d-44ec-4493-b887-b53564f26112 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6153b4c4-a643-4b66-8547-8d4f649ad04d {
  margin-left: 0%;
margin-right: 0%;
}

#s-f3a8d10e-9139-4440-80f1-1e696e4d834a {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-f3a8d10e-9139-4440-80f1-1e696e4d834a {
  background-image: url();
}








#s-f3a8d10e-9139-4440-80f1-1e696e4d834a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3a8d10e-9139-4440-80f1-1e696e4d834a {
  cursor: pointer;
}#s-f3a8d10e-9139-4440-80f1-1e696e4d834a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  margin-left: 3%;
  margin-right: 3%;
  
  
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image {
    
    
  }


.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
      position: relative;
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  
  
  
  
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image {
    
    
  }


.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
      position: relative;
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 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-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  
  
  
  
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image {
    
    
  }


.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
      position: relative;
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 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-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  
  
  
  
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image {
    
    
  }


.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
      position: relative;
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  
  
  
  
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image {
    
    
  }


.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container {
      position: relative;
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cc73fa0-8fd9-4635-b881-8dbf102fd7f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  margin-left: 30%;
margin-bottom: 4px;
margin-right: 30%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}



.shg-image-margin-container-s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  margin-left: 30%;
  margin-right: 30%;
  
  margin-bottom: 4px;
}

#s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image {
    
    
  }


.s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
      position: relative;
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  
  
  
  
}

#s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image {
    
    
  }


.s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
      position: relative;
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8 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-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  
  
  
  
}

#s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image {
    
    
  }


.s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
      position: relative;
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8 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-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  
  
  
  
}

#s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image {
    
    
  }


.s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
      position: relative;
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  
  
  
  
}

#s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51562f1d-9a45-445f-baac-ea9efb14b7f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image {
    
    
  }


.s-51562f1d-9a45-445f-baac-ea9efb14b7f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container {
      position: relative;
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51562f1d-9a45-445f-baac-ea9efb14b7f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-07d09c31-860c-4c85-8ea3-b298c110683f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 1px;
margin-right: 0%;
}

#s-45992edd-b34e-4e13-af6b-00e1f156f6e9 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-45992edd-b34e-4e13-af6b-00e1f156f6e9 {
  background-image: url();
}








#s-45992edd-b34e-4e13-af6b-00e1f156f6e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45992edd-b34e-4e13-af6b-00e1f156f6e9 {
  cursor: pointer;
}#s-45992edd-b34e-4e13-af6b-00e1f156f6e9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a7141429-e695-46ff-9529-15a8362b995b {
  margin-left: 3%;
margin-right: 3%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a7141429-e695-46ff-9529-15a8362b995b {
  margin-left: 3%;
  margin-right: 3%;
  
  
}

#s-a7141429-e695-46ff-9529-15a8362b995b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7141429-e695-46ff-9529-15a8362b995b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a7141429-e695-46ff-9529-15a8362b995b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7141429-e695-46ff-9529-15a8362b995b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7141429-e695-46ff-9529-15a8362b995b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image {
    
    
  }


.s-a7141429-e695-46ff-9529-15a8362b995b .shogun-image-content {
  
    align-items: center;
  
}

.s-a7141429-e695-46ff-9529-15a8362b995b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7141429-e695-46ff-9529-15a8362b995b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
      position: relative;
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a7141429-e695-46ff-9529-15a8362b995b {
  
  
  
  
}

#s-a7141429-e695-46ff-9529-15a8362b995b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7141429-e695-46ff-9529-15a8362b995b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a7141429-e695-46ff-9529-15a8362b995b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7141429-e695-46ff-9529-15a8362b995b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7141429-e695-46ff-9529-15a8362b995b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image {
    
    
  }


.s-a7141429-e695-46ff-9529-15a8362b995b .shogun-image-content {
  
    align-items: center;
  
}

.s-a7141429-e695-46ff-9529-15a8362b995b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7141429-e695-46ff-9529-15a8362b995b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
      position: relative;
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b 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-a7141429-e695-46ff-9529-15a8362b995b {
  
  
  
  
}

#s-a7141429-e695-46ff-9529-15a8362b995b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7141429-e695-46ff-9529-15a8362b995b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a7141429-e695-46ff-9529-15a8362b995b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7141429-e695-46ff-9529-15a8362b995b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7141429-e695-46ff-9529-15a8362b995b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image {
    
    
  }


.s-a7141429-e695-46ff-9529-15a8362b995b .shogun-image-content {
  
    align-items: center;
  
}

.s-a7141429-e695-46ff-9529-15a8362b995b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7141429-e695-46ff-9529-15a8362b995b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
      position: relative;
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b 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-a7141429-e695-46ff-9529-15a8362b995b {
  
  
  
  
}

#s-a7141429-e695-46ff-9529-15a8362b995b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7141429-e695-46ff-9529-15a8362b995b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a7141429-e695-46ff-9529-15a8362b995b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7141429-e695-46ff-9529-15a8362b995b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7141429-e695-46ff-9529-15a8362b995b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image {
    
    
  }


.s-a7141429-e695-46ff-9529-15a8362b995b .shogun-image-content {
  
    align-items: center;
  
}

.s-a7141429-e695-46ff-9529-15a8362b995b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7141429-e695-46ff-9529-15a8362b995b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
      position: relative;
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a7141429-e695-46ff-9529-15a8362b995b {
  
  
  
  
}

#s-a7141429-e695-46ff-9529-15a8362b995b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7141429-e695-46ff-9529-15a8362b995b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a7141429-e695-46ff-9529-15a8362b995b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7141429-e695-46ff-9529-15a8362b995b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7141429-e695-46ff-9529-15a8362b995b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image {
    
    
  }


.s-a7141429-e695-46ff-9529-15a8362b995b .shogun-image-content {
  
    align-items: center;
  
}

.s-a7141429-e695-46ff-9529-15a8362b995b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7141429-e695-46ff-9529-15a8362b995b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container {
      position: relative;
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7141429-e695-46ff-9529-15a8362b995b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  margin-left: 30%;
margin-bottom: 4px;
margin-right: 30%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}



.shg-image-margin-container-s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  margin-left: 30%;
  margin-right: 30%;
  
  margin-bottom: 4px;
}

#s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image {
    
    
  }


.s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shogun-image-content {
  
    align-items: center;
  
}

.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
      position: relative;
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  
  
  
  
}

#s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image {
    
    
  }


.s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shogun-image-content {
  
    align-items: center;
  
}

.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
      position: relative;
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959 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-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  
  
  
  
}

#s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image {
    
    
  }


.s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shogun-image-content {
  
    align-items: center;
  
}

.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
      position: relative;
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959 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-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  
  
  
  
}

#s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image {
    
    
  }


.s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shogun-image-content {
  
    align-items: center;
  
}

.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
      position: relative;
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  
  
  
  
}

#s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65f7bdf9-aee1-44b9-906f-31e4b3774959 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image {
    
    
  }


.s-65f7bdf9-aee1-44b9-906f-31e4b3774959 .shogun-image-content {
  
    align-items: center;
  
}

.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container {
      position: relative;
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65f7bdf9-aee1-44b9-906f-31e4b3774959 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8c5df794-18cb-4d6b-bf63-ef84eac477f7 {
  margin-left: 0%;
margin-right: 0%;
}

#s-3b53712d-cb21-48cb-ba3b-18e3ba4fde76 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-3b53712d-cb21-48cb-ba3b-18e3ba4fde76 {
  background-image: url();
}








#s-3b53712d-cb21-48cb-ba3b-18e3ba4fde76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b53712d-cb21-48cb-ba3b-18e3ba4fde76 {
  cursor: pointer;
}#s-3b53712d-cb21-48cb-ba3b-18e3ba4fde76.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  margin-left: 3%;
margin-right: 3%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  margin-left: 3%;
  margin-right: 3%;
  
  
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image {
    
    
  }


.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shogun-image-content {
  
    align-items: center;
  
}

.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
      position: relative;
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  
  
  
  
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image {
    
    
  }


.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shogun-image-content {
  
    align-items: center;
  
}

.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
      position: relative;
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd 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-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  
  
  
  
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image {
    
    
  }


.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shogun-image-content {
  
    align-items: center;
  
}

.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
      position: relative;
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd 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-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  
  
  
  
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image {
    
    
  }


.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shogun-image-content {
  
    align-items: center;
  
}

.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
      position: relative;
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  
  
  
  
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image {
    
    
  }


.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd .shogun-image-content {
  
    align-items: center;
  
}

.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container {
      position: relative;
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f661e06b-e9bf-4ef1-8c55-9eaac39914cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  margin-left: 30%;
margin-bottom: 4px;
margin-right: 30%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}



.shg-image-margin-container-s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  margin-left: 30%;
  margin-right: 30%;
  
  margin-bottom: 4px;
}

#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image {
    
    
  }


.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
      position: relative;
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  
  
  
  
}

#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image {
    
    
  }


.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
      position: relative;
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 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-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  
  
  
  
}

#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image {
    
    
  }


.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
      position: relative;
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 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-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  
  
  
  
}

#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image {
    
    
  }


.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
      position: relative;
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  
  
  
  
}

#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      width: 100%;
      height: 100%;
    }

    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image {
    
    
  }


.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container {
      position: relative;
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9a1b07e-009c-46ac-aa33-6180dcef1c98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0bb9d38a-1824-4cde-b4f6-bde91952bc35 {
  margin-left: 0%;
margin-bottom: 24px;
margin-right: 0%;
}

#s-aec1e6fd-08f9-4ccb-96ea-88bce3e85eb7 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-aec1e6fd-08f9-4ccb-96ea-88bce3e85eb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aec1e6fd-08f9-4ccb-96ea-88bce3e85eb7.shg-box.shg-c {
  justify-content: center;
}

#s-b4d19d8b-5184-4cef-a220-b325215148d3 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-b4d19d8b-5184-4cef-a220-b325215148d3 {
  
}
}
@media (min-width: 0px) {
[id="s-03c4af14-38fa-4c94-a278-7fc6a7153e94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-03c4af14-38fa-4c94-a278-7fc6a7153e94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-03c4af14-38fa-4c94-a278-7fc6a7153e94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-03c4af14-38fa-4c94-a278-7fc6a7153e94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f885f519-2ec9-4eef-935f-4c52c9d98e6b {
  min-height: 50px;
}








#s-f885f519-2ec9-4eef-935f-4c52c9d98e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f885f519-2ec9-4eef-935f-4c52c9d98e6b {
  cursor: pointer;
}#s-f885f519-2ec9-4eef-935f-4c52c9d98e6b.shg-box.shg-c {
  justify-content: center;
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  
  
  
  
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image {
    
    
  }


.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
      position: relative;
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  
  
  
  
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image {
    
    
  }


.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
      position: relative;
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f 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-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  
  
  
  
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image {
    
    
  }


.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
      position: relative;
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f 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-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  
  
  
  
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image {
    
    
  }


.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
      position: relative;
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  
  
  
  
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602f181f-961b-42a1-b89d-1f4ad2c8e89f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image {
    
    
  }


.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container {
      position: relative;
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602f181f-961b-42a1-b89d-1f4ad2c8e89f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5ac3c87c-4fde-44f8-b4d6-497d01b58344 {
  min-height: 50px;
}








#s-5ac3c87c-4fde-44f8-b4d6-497d01b58344 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ac3c87c-4fde-44f8-b4d6-497d01b58344 {
  cursor: pointer;
}#s-5ac3c87c-4fde-44f8-b4d6-497d01b58344.shg-box.shg-c {
  justify-content: center;
}

#s-4370f677-a7c1-4511-8210-19b85d485b09 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-4370f677-a7c1-4511-8210-19b85d485b09 {
  margin-top: 0px;
margin-bottom: 15px;
}
}


.shg-image-margin-container-s-4370f677-a7c1-4511-8210-19b85d485b09 {
  
  
  
  
}

#s-4370f677-a7c1-4511-8210-19b85d485b09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4370f677-a7c1-4511-8210-19b85d485b09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image {
    
    
  }


.s-4370f677-a7c1-4511-8210-19b85d485b09 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4370f677-a7c1-4511-8210-19b85d485b09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4370f677-a7c1-4511-8210-19b85d485b09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
      position: relative;
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4370f677-a7c1-4511-8210-19b85d485b09 {
  
  
  
  
}

#s-4370f677-a7c1-4511-8210-19b85d485b09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4370f677-a7c1-4511-8210-19b85d485b09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image {
    
    
  }


.s-4370f677-a7c1-4511-8210-19b85d485b09 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4370f677-a7c1-4511-8210-19b85d485b09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4370f677-a7c1-4511-8210-19b85d485b09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
      position: relative;
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09 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-4370f677-a7c1-4511-8210-19b85d485b09 {
  
  
  
  
}

#s-4370f677-a7c1-4511-8210-19b85d485b09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4370f677-a7c1-4511-8210-19b85d485b09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image {
    
    
  }


.s-4370f677-a7c1-4511-8210-19b85d485b09 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4370f677-a7c1-4511-8210-19b85d485b09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4370f677-a7c1-4511-8210-19b85d485b09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
      position: relative;
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09 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-4370f677-a7c1-4511-8210-19b85d485b09 {
  
  
  
  
}

#s-4370f677-a7c1-4511-8210-19b85d485b09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4370f677-a7c1-4511-8210-19b85d485b09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image {
    
    
  }


.s-4370f677-a7c1-4511-8210-19b85d485b09 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4370f677-a7c1-4511-8210-19b85d485b09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4370f677-a7c1-4511-8210-19b85d485b09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
      position: relative;
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4370f677-a7c1-4511-8210-19b85d485b09 {
  
  
  margin-top: 0px;
  margin-bottom: 15px;
}

#s-4370f677-a7c1-4511-8210-19b85d485b09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4370f677-a7c1-4511-8210-19b85d485b09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4370f677-a7c1-4511-8210-19b85d485b09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image {
    
    
  }


.s-4370f677-a7c1-4511-8210-19b85d485b09 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4370f677-a7c1-4511-8210-19b85d485b09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4370f677-a7c1-4511-8210-19b85d485b09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container {
      position: relative;
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4370f677-a7c1-4511-8210-19b85d485b09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f3388271-cfab-45ad-9f65-031ab8b69007 {
  min-height: 50px;
}








#s-f3388271-cfab-45ad-9f65-031ab8b69007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3388271-cfab-45ad-9f65-031ab8b69007 {
  cursor: pointer;
}#s-f3388271-cfab-45ad-9f65-031ab8b69007.shg-box.shg-c {
  justify-content: center;
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9456e10-0a26-4c34-9daf-9734209d0b1f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image {
    
    
  }


.s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
      position: relative;
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  
  
  
  
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9456e10-0a26-4c34-9daf-9734209d0b1f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image {
    
    
  }


.s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
      position: relative;
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f 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-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  
  
  
  
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9456e10-0a26-4c34-9daf-9734209d0b1f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image {
    
    
  }


.s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
      position: relative;
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f 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-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  
  
  
  
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9456e10-0a26-4c34-9daf-9734209d0b1f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image {
    
    
  }


.s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
      position: relative;
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  
  
  
  
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9456e10-0a26-4c34-9daf-9734209d0b1f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image {
    
    
  }


.s-a9456e10-0a26-4c34-9daf-9734209d0b1f .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container {
      position: relative;
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9456e10-0a26-4c34-9daf-9734209d0b1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a98dcb86-20ed-4d15-99c6-4b73b8c34113 {
  min-height: 50px;
}








#s-a98dcb86-20ed-4d15-99c6-4b73b8c34113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a98dcb86-20ed-4d15-99c6-4b73b8c34113 {
  cursor: pointer;
}#s-a98dcb86-20ed-4d15-99c6-4b73b8c34113.shg-box.shg-c {
  justify-content: center;
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  
  
  
  
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image {
    
    
  }


.s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
      position: relative;
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  
  
  
  
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image {
    
    
  }


.s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
      position: relative;
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28 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-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  
  
  
  
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image {
    
    
  }


.s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
      position: relative;
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28 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-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  
  
  
  
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image {
    
    
  }


.s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
      position: relative;
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  
  
  
  
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fef10b9d-3039-478c-a4d0-7f14e356cb28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image {
    
    
  }


.s-fef10b9d-3039-478c-a4d0-7f14e356cb28 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container {
      position: relative;
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fef10b9d-3039-478c-a4d0-7f14e356cb28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(245, 174, 86, 1);
}








#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad {
  cursor: pointer;
}#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad.shg-box.shg-c {
  justify-content: center;
}

#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140 {
  min-height: 0px;
}








#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140.shg-box.shg-c {
  justify-content: center;
}

#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  margin-left: 8%;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792 {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-19234c03-aec9-4b7e-b723-cf5958b0b059 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
}
@media (max-width: 767px){#s-19234c03-aec9-4b7e-b723-cf5958b0b059 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-82a9d77b-d8fb-484c-8202-d4fbf8a0c805 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
background-color: rgba(249, 248, 248, 1);
}








#s-82a9d77b-d8fb-484c-8202-d4fbf8a0c805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82a9d77b-d8fb-484c-8202-d4fbf8a0c805.shg-box.shg-c {
  justify-content: center;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin-top: 10px;
margin-left: 46%;
margin-bottom: 11px;
margin-right: 46%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin-left: 46%;
  margin-right: 46%;
  margin-top: 10px;
  margin-bottom: 11px;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
    
    
  }


.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
      position: relative;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  
  
  
  
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
    
    
  }


.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
      position: relative;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 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-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  
  
  
  
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
    
    
  }


.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
      position: relative;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 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-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  
  
  
  
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
    
    
  }


.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
      position: relative;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  
  
  
  
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
    
    
  }


.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container {
      position: relative;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fdc03e1-ed00-44cd-8c37-a2a81c302c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cf99c362-cbf0-4bf3-ab84-c31a48e11871 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cf99c362-cbf0-4bf3-ab84-c31a48e11871 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-63a4f935-e58d-43ce-afa0-7ae3ed3c954a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-63a4f935-e58d-43ce-afa0-7ae3ed3c954a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 37px;
  line-height: 0.5em;
  
  
}


@media (max-width: 767px){#s-63a4f935-e58d-43ce-afa0-7ae3ed3c954a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}
#s-1ed7fdd6-edc1-4a89-bd98-f5463b219665 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (max-width: 767px){#s-1ed7fdd6-edc1-4a89-bd98-f5463b219665 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099-root {
    text-align: center;
  }


#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099-root {
    text-align: center;
  }


#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099-root {
    text-align: center;
  }


#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099-root {
    text-align: center;
  }


#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099-root {
    text-align: center;
  }


#s-ac9c7c73-6f9f-41ca-9ea7-82ecef863099.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-2fd9c256-36cf-4106-a06d-73ce2903523f {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2fd9c256-36cf-4106-a06d-73ce2903523f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fd9c256-36cf-4106-a06d-73ce2903523f {
  cursor: pointer;
}#s-2fd9c256-36cf-4106-a06d-73ce2903523f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c042bccd-4162-4756-961e-83e97d762229"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c042bccd-4162-4756-961e-83e97d762229"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c042bccd-4162-4756-961e-83e97d762229"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c042bccd-4162-4756-961e-83e97d762229"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (max-width: 767px) {
  [id="s-c042bccd-4162-4756-961e-83e97d762229"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6dd181d2-ec9f-4edd-bc47-4ec389be2fa7 {
  min-height: 50px;
}








#s-6dd181d2-ec9f-4edd-bc47-4ec389be2fa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dd181d2-ec9f-4edd-bc47-4ec389be2fa7.shg-box.shg-c {
  justify-content: center;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 5%;
margin-right: 5%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 0%;
margin-right: 0%;
}
}


.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c 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-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c 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-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b2422b93-a630-44dd-ac9c-1d54670f9661 {
  min-height: 50px;
}








#s-b2422b93-a630-44dd-ac9c-1d54670f9661 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2422b93-a630-44dd-ac9c-1d54670f9661.shg-box.shg-c {
  justify-content: center;
}

#s-64262123-ef90-4c49-b901-166895e82dd8 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-64262123-ef90-4c49-b901-166895e82dd8 {
  margin-left: 8%;
margin-right: 8%;
}
}


.shg-image-margin-container-s-64262123-ef90-4c49-b901-166895e82dd8 {
  margin-left: 20%;
  margin-right: 20%;
  
  
}

#s-64262123-ef90-4c49-b901-166895e82dd8 {
  margin: 0 !important;
}





  img.s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image {
    
    
  }


.s-64262123-ef90-4c49-b901-166895e82dd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-64262123-ef90-4c49-b901-166895e82dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-64262123-ef90-4c49-b901-166895e82dd8 {
  
  
  
  
}

#s-64262123-ef90-4c49-b901-166895e82dd8 {
  margin: 0 !important;
}





  img.s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image {
    
    
  }


.s-64262123-ef90-4c49-b901-166895e82dd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-64262123-ef90-4c49-b901-166895e82dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-64262123-ef90-4c49-b901-166895e82dd8 {
  
  
  
  
}

#s-64262123-ef90-4c49-b901-166895e82dd8 {
  margin: 0 !important;
}





  img.s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image {
    
    
  }


.s-64262123-ef90-4c49-b901-166895e82dd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-64262123-ef90-4c49-b901-166895e82dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-64262123-ef90-4c49-b901-166895e82dd8 {
  
  
  
  
}

#s-64262123-ef90-4c49-b901-166895e82dd8 {
  margin: 0 !important;
}





  img.s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image {
    
    
  }


.s-64262123-ef90-4c49-b901-166895e82dd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-64262123-ef90-4c49-b901-166895e82dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-64262123-ef90-4c49-b901-166895e82dd8 {
  margin-left: 8%;
  margin-right: 8%;
  
  
}

#s-64262123-ef90-4c49-b901-166895e82dd8 {
  margin: 0 !important;
}





  img.s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image {
    
    
  }


.s-64262123-ef90-4c49-b901-166895e82dd8 .shogun-image-content {
  
    align-items: center;
  
}

.s-64262123-ef90-4c49-b901-166895e82dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64262123-ef90-4c49-b901-166895e82dd8.shogun-image {
  box-sizing: border-box;
}




}
#s-5b2dca13-2391-453d-83e1-42e2613d3952 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (max-width: 767px){#s-5b2dca13-2391-453d-83e1-42e2613d3952 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8d77adf3-7989-4473-822b-f730907c336f {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8d77adf3-7989-4473-822b-f730907c336f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d77adf3-7989-4473-822b-f730907c336f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d77adf3-7989-4473-822b-f730907c336f-root {
    text-align: center;
  }


#s-8d77adf3-7989-4473-822b-f730907c336f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d77adf3-7989-4473-822b-f730907c336f-root {
    text-align: center;
  }


#s-8d77adf3-7989-4473-822b-f730907c336f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d77adf3-7989-4473-822b-f730907c336f-root {
    text-align: center;
  }


#s-8d77adf3-7989-4473-822b-f730907c336f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d77adf3-7989-4473-822b-f730907c336f-root {
    text-align: center;
  }


#s-8d77adf3-7989-4473-822b-f730907c336f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d77adf3-7989-4473-822b-f730907c336f-root {
    text-align: center;
  }


#s-8d77adf3-7989-4473-822b-f730907c336f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 26%;
margin-right: 26%;
max-width: 2048px;
aspect-ratio: 2000/635;
text-align: center;
}
@media (max-width: 767px){#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 16%;
margin-right: 16%;
}
}


.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 26%;
  margin-right: 26%;
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e 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-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e 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-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 16%;
  margin-right: 16%;
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4faff114-1713-4b2c-9466-6f17e22d4d76 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4faff114-1713-4b2c-9466-6f17e22d4d76 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-4faff114-1713-4b2c-9466-6f17e22d4d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4faff114-1713-4b2c-9466-6f17e22d4d76.shg-box.shg-c {
  justify-content: center;
}

#s-01ff7565-57d6-4f68-819c-c8083ba4b682 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-56d025cd-e36a-4844-bbf5-7380578214ff {
  min-height: 50px;
}








#s-56d025cd-e36a-4844-bbf5-7380578214ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56d025cd-e36a-4844-bbf5-7380578214ff.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f {
  min-height: 50px;
}








#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f {
  cursor: pointer;
}#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f.shg-box.shg-c {
  justify-content: center;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 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-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 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-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-11732bae-3de7-467a-9f91-bdf274bf82fe {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-63f6e8aa-719c-4314-874e-0a9571556f1f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-63f6e8aa-719c-4314-874e-0a9571556f1f {
  padding-bottom: 15px;
}
}
#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe {
  min-height: 50px;
}








#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe {
  cursor: pointer;
}#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe.shg-box.shg-c {
  justify-content: center;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd 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-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd 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-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-64fa248b-03aa-4e5b-a9ec-2cb44b0a4c78 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-88f3ed44-86b7-47a0-a513-34c278deac5b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-88f3ed44-86b7-47a0-a513-34c278deac5b {
  padding-bottom: 15px;
}
}
#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 {
  min-height: 50px;
}








#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 {
  cursor: pointer;
}#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866.shg-box.shg-c {
  justify-content: center;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 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-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 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-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fb794dc6-424f-45ba-b5a9-038b1095036e {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-fb2a9ce4-308b-47a2-ac74-4c26ad6c22c6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
