.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-f7fb02ac-3d7b-4eef-a04e-4ab034824eec {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7fb02ac-3d7b-4eef-a04e-4ab034824eec {
  display: none;
}
#s-f7fb02ac-3d7b-4eef-a04e-4ab034824eec, #wrap-s-f7fb02ac-3d7b-4eef-a04e-4ab034824eec { display: none !important; }}@media (max-width: 767px){#s-f7fb02ac-3d7b-4eef-a04e-4ab034824eec {
  display: none;
}
#s-f7fb02ac-3d7b-4eef-a04e-4ab034824eec, #wrap-s-f7fb02ac-3d7b-4eef-a04e-4ab034824eec { display: none !important; }}







#s-f7fb02ac-3d7b-4eef-a04e-4ab034824eec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7fb02ac-3d7b-4eef-a04e-4ab034824eec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-03853761-7711-4450-b217-bffeb7489eac {
  margin-left: 20%;
margin-right: 20%;
max-width: 2000px;
aspect-ratio: 2000/1150;
text-align: center;
}
@media (max-width: 767px){#s-03853761-7711-4450-b217-bffeb7489eac {
  display: none;
}
#s-03853761-7711-4450-b217-bffeb7489eac, #wrap-s-03853761-7711-4450-b217-bffeb7489eac { display: none !important; }}




  #s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image,
  #s-03853761-7711-4450-b217-bffeb7489eac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03853761-7711-4450-b217-bffeb7489eac {
    width: 100%;
    height: auto;
  }

  #s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03853761-7711-4450-b217-bffeb7489eac.shogun-image {
    
    
  }


.s-03853761-7711-4450-b217-bffeb7489eac .shogun-image-content {
  
    align-items: center;
  
}

.s-03853761-7711-4450-b217-bffeb7489eac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03853761-7711-4450-b217-bffeb7489eac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03853761-7711-4450-b217-bffeb7489eac {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container {
      position: relative;
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image,
  #s-03853761-7711-4450-b217-bffeb7489eac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03853761-7711-4450-b217-bffeb7489eac {
    width: 100%;
    height: auto;
  }

  #s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03853761-7711-4450-b217-bffeb7489eac.shogun-image {
    
    
  }


.s-03853761-7711-4450-b217-bffeb7489eac .shogun-image-content {
  
    align-items: center;
  
}

.s-03853761-7711-4450-b217-bffeb7489eac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03853761-7711-4450-b217-bffeb7489eac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03853761-7711-4450-b217-bffeb7489eac {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container {
      position: relative;
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image,
  #s-03853761-7711-4450-b217-bffeb7489eac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03853761-7711-4450-b217-bffeb7489eac {
    width: 100%;
    height: auto;
  }

  #s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03853761-7711-4450-b217-bffeb7489eac.shogun-image {
    
    
  }


.s-03853761-7711-4450-b217-bffeb7489eac .shogun-image-content {
  
    align-items: center;
  
}

.s-03853761-7711-4450-b217-bffeb7489eac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03853761-7711-4450-b217-bffeb7489eac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03853761-7711-4450-b217-bffeb7489eac {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container {
      position: relative;
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image,
  #s-03853761-7711-4450-b217-bffeb7489eac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03853761-7711-4450-b217-bffeb7489eac {
    width: 100%;
    height: auto;
  }

  #s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03853761-7711-4450-b217-bffeb7489eac.shogun-image {
    
    
  }


.s-03853761-7711-4450-b217-bffeb7489eac .shogun-image-content {
  
    align-items: center;
  
}

.s-03853761-7711-4450-b217-bffeb7489eac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03853761-7711-4450-b217-bffeb7489eac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03853761-7711-4450-b217-bffeb7489eac {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container {
      position: relative;
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image,
  #s-03853761-7711-4450-b217-bffeb7489eac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03853761-7711-4450-b217-bffeb7489eac {
    width: 100%;
    height: auto;
  }

  #s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03853761-7711-4450-b217-bffeb7489eac.shogun-image {
    
    
  }


.s-03853761-7711-4450-b217-bffeb7489eac .shogun-image-content {
  
    align-items: center;
  
}

.s-03853761-7711-4450-b217-bffeb7489eac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03853761-7711-4450-b217-bffeb7489eac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03853761-7711-4450-b217-bffeb7489eac {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container {
      position: relative;
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03853761-7711-4450-b217-bffeb7489eac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03853761-7711-4450-b217-bffeb7489eac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d9f98b51-3a29-4aa4-a477-cfd3b3cb5855 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9f98b51-3a29-4aa4-a477-cfd3b3cb5855 {
  display: none;
}
#s-d9f98b51-3a29-4aa4-a477-cfd3b3cb5855, #wrap-s-d9f98b51-3a29-4aa4-a477-cfd3b3cb5855 { display: none !important; }}@media (max-width: 767px){#s-d9f98b51-3a29-4aa4-a477-cfd3b3cb5855 {
  display: none;
}
#s-d9f98b51-3a29-4aa4-a477-cfd3b3cb5855, #wrap-s-d9f98b51-3a29-4aa4-a477-cfd3b3cb5855 { display: none !important; }}







#s-d9f98b51-3a29-4aa4-a477-cfd3b3cb5855 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9f98b51-3a29-4aa4-a477-cfd3b3cb5855.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
max-width: 1875px;
aspect-ratio: 1875/156;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
  display: none;
}
#s-7c04b099-e9ee-43a8-a33e-5440710997b2, #wrap-s-7c04b099-e9ee-43a8-a33e-5440710997b2 { display: none !important; }}@media (max-width: 767px){#s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
  display: none;
}
#s-7c04b099-e9ee-43a8-a33e-5440710997b2, #wrap-s-7c04b099-e9ee-43a8-a33e-5440710997b2 { display: none !important; }}




  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image,
  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
    width: 100%;
    height: auto;
  }

  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image {
    
    
  }


.s-7c04b099-e9ee-43a8-a33e-5440710997b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
      --shg-aspect-ratio: calc(1875/156); 
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container {
      position: relative;
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image,
  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
    width: 100%;
    height: auto;
  }

  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image {
    
    
  }


.s-7c04b099-e9ee-43a8-a33e-5440710997b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
      --shg-aspect-ratio: calc(1875/156); 
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container {
      position: relative;
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image,
  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
    width: 100%;
    height: auto;
  }

  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image {
    
    
  }


.s-7c04b099-e9ee-43a8-a33e-5440710997b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
      --shg-aspect-ratio: calc(1875/156); 
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container {
      position: relative;
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image,
  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
    width: 100%;
    height: auto;
  }

  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image {
    
    
  }


.s-7c04b099-e9ee-43a8-a33e-5440710997b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
      --shg-aspect-ratio: calc(1875/156); 
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container {
      position: relative;
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image,
  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
    width: 100%;
    height: auto;
  }

  #s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image {
    
    
  }


.s-7c04b099-e9ee-43a8-a33e-5440710997b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c04b099-e9ee-43a8-a33e-5440710997b2 {
      --shg-aspect-ratio: calc(1875/156); 
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container {
      position: relative;
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c04b099-e9ee-43a8-a33e-5440710997b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-02efb24a-b976-4ce7-9b6b-4e2076b30824 {
  min-height: 50px;
}








#s-02efb24a-b976-4ce7-9b6b-4e2076b30824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02efb24a-b976-4ce7-9b6b-4e2076b30824.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
  margin-left: 20%;
margin-right: 20%;
max-width: 2000px;
aspect-ratio: 2000/1150;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
  margin-left: 0%;
margin-right: 0%;
display: unset;
}
#s-f592b8bf-c6d9-4497-b9fe-1087346a4e38, #wrap-s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 { display: unset !important; }}@media (max-width: 767px){#s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
  display: none;
}
#s-f592b8bf-c6d9-4497-b9fe-1087346a4e38, #wrap-s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 { display: none !important; }}




  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image,
  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
    width: 100%;
    height: auto;
  }

  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image {
    
    
  }


.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 .shogun-image-content {
  
    align-items: center;
  
}

.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container {
      position: relative;
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image,
  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
    width: 100%;
    height: auto;
  }

  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image {
    
    
  }


.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 .shogun-image-content {
  
    align-items: center;
  
}

.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container {
      position: relative;
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image,
  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
    width: 100%;
    height: auto;
  }

  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image {
    
    
  }


.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 .shogun-image-content {
  
    align-items: center;
  
}

.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container {
      position: relative;
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image,
  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
    width: 100%;
    height: auto;
  }

  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image {
    
    
  }


.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 .shogun-image-content {
  
    align-items: center;
  
}

.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container {
      position: relative;
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image,
  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
    width: 100%;
    height: auto;
  }

  #s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image {
    
    
  }


.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 .shogun-image-content {
  
    align-items: center;
  
}

.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container {
      position: relative;
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f592b8bf-c6d9-4497-b9fe-1087346a4e38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
  display: none;
}
#s-7a651c1d-3a71-421d-8f28-4c19f2696e32, #wrap-s-7a651c1d-3a71-421d-8f28-4c19f2696e32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
  display: none;
}
#s-7a651c1d-3a71-421d-8f28-4c19f2696e32, #wrap-s-7a651c1d-3a71-421d-8f28-4c19f2696e32 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
  display: none;
}
#s-7a651c1d-3a71-421d-8f28-4c19f2696e32, #wrap-s-7a651c1d-3a71-421d-8f28-4c19f2696e32 { display: none !important; }}




  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image,
  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
    width: 100%;
    height: auto;
  }

  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image {
    
    
  }


.s-7a651c1d-3a71-421d-8f28-4c19f2696e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container {
      position: relative;
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image,
  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
    width: 100%;
    height: auto;
  }

  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image {
    
    
  }


.s-7a651c1d-3a71-421d-8f28-4c19f2696e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container {
      position: relative;
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image,
  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
    width: 100%;
    height: auto;
  }

  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image {
    
    
  }


.s-7a651c1d-3a71-421d-8f28-4c19f2696e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container {
      position: relative;
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image,
  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
    width: 100%;
    height: auto;
  }

  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image {
    
    
  }


.s-7a651c1d-3a71-421d-8f28-4c19f2696e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container {
      position: relative;
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image,
  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
    width: 100%;
    height: auto;
  }

  #s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image {
    
    
  }


.s-7a651c1d-3a71-421d-8f28-4c19f2696e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container {
      position: relative;
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a651c1d-3a71-421d-8f28-4c19f2696e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c161c055-4f31-429a-8dfd-7530ea3d320c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-c161c055-4f31-429a-8dfd-7530ea3d320c {
  display: none;
}
#s-c161c055-4f31-429a-8dfd-7530ea3d320c, #wrap-s-c161c055-4f31-429a-8dfd-7530ea3d320c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c161c055-4f31-429a-8dfd-7530ea3d320c {
  display: none;
}
#s-c161c055-4f31-429a-8dfd-7530ea3d320c, #wrap-s-c161c055-4f31-429a-8dfd-7530ea3d320c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c161c055-4f31-429a-8dfd-7530ea3d320c {
  display: none;
}
#s-c161c055-4f31-429a-8dfd-7530ea3d320c, #wrap-s-c161c055-4f31-429a-8dfd-7530ea3d320c { display: none !important; }}@media (max-width: 767px){#s-c161c055-4f31-429a-8dfd-7530ea3d320c {
  margin-top: 10px;
}
}




  #s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image,
  #s-c161c055-4f31-429a-8dfd-7530ea3d320c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c161c055-4f31-429a-8dfd-7530ea3d320c {
    width: 100%;
    height: auto;
  }

  #s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image {
    
    
  }


.s-c161c055-4f31-429a-8dfd-7530ea3d320c .shogun-image-content {
  
    align-items: center;
  
}

.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c161c055-4f31-429a-8dfd-7530ea3d320c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container {
      position: relative;
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image,
  #s-c161c055-4f31-429a-8dfd-7530ea3d320c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c161c055-4f31-429a-8dfd-7530ea3d320c {
    width: 100%;
    height: auto;
  }

  #s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image {
    
    
  }


.s-c161c055-4f31-429a-8dfd-7530ea3d320c .shogun-image-content {
  
    align-items: center;
  
}

.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c161c055-4f31-429a-8dfd-7530ea3d320c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container {
      position: relative;
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image,
  #s-c161c055-4f31-429a-8dfd-7530ea3d320c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c161c055-4f31-429a-8dfd-7530ea3d320c {
    width: 100%;
    height: auto;
  }

  #s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image {
    
    
  }


.s-c161c055-4f31-429a-8dfd-7530ea3d320c .shogun-image-content {
  
    align-items: center;
  
}

.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c161c055-4f31-429a-8dfd-7530ea3d320c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container {
      position: relative;
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image,
  #s-c161c055-4f31-429a-8dfd-7530ea3d320c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c161c055-4f31-429a-8dfd-7530ea3d320c {
    width: 100%;
    height: auto;
  }

  #s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image {
    
    
  }


.s-c161c055-4f31-429a-8dfd-7530ea3d320c .shogun-image-content {
  
    align-items: center;
  
}

.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c161c055-4f31-429a-8dfd-7530ea3d320c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container {
      position: relative;
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image,
  #s-c161c055-4f31-429a-8dfd-7530ea3d320c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c161c055-4f31-429a-8dfd-7530ea3d320c {
    width: 100%;
    height: auto;
  }

  #s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image {
    
    
  }


.s-c161c055-4f31-429a-8dfd-7530ea3d320c .shogun-image-content {
  
    align-items: center;
  
}

.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c161c055-4f31-429a-8dfd-7530ea3d320c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container {
      position: relative;
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c161c055-4f31-429a-8dfd-7530ea3d320c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f72e8456-b9a8-4651-9650-6df419a5d062 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f72e8456-b9a8-4651-9650-6df419a5d062 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f72e8456-b9a8-4651-9650-6df419a5d062 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f72e8456-b9a8-4651-9650-6df419a5d062 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-f72e8456-b9a8-4651-9650-6df419a5d062 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-f72e8456-b9a8-4651-9650-6df419a5d062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f72e8456-b9a8-4651-9650-6df419a5d062.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1000/200;
text-align: center;
}
@media (min-width: 1200px){#s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
  display: none;
}
#s-17ade0e4-34e7-4958-aba7-6569a60c3e13, #wrap-s-17ade0e4-34e7-4958-aba7-6569a60c3e13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
  display: none;
}
#s-17ade0e4-34e7-4958-aba7-6569a60c3e13, #wrap-s-17ade0e4-34e7-4958-aba7-6569a60c3e13 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
  display: none;
}
#s-17ade0e4-34e7-4958-aba7-6569a60c3e13, #wrap-s-17ade0e4-34e7-4958-aba7-6569a60c3e13 { display: none !important; }}




  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image,
  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
    width: 100%;
    height: auto;
  }

  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image {
    
    
  }


.s-17ade0e4-34e7-4958-aba7-6569a60c3e13 .shogun-image-content {
  
    align-items: center;
  
}

.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
      --shg-aspect-ratio: calc(1000/200); 
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container {
      position: relative;
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image,
  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
    width: 100%;
    height: auto;
  }

  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image {
    
    
  }


.s-17ade0e4-34e7-4958-aba7-6569a60c3e13 .shogun-image-content {
  
    align-items: center;
  
}

.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
      --shg-aspect-ratio: calc(1000/200); 
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container {
      position: relative;
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image,
  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
    width: 100%;
    height: auto;
  }

  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image {
    
    
  }


.s-17ade0e4-34e7-4958-aba7-6569a60c3e13 .shogun-image-content {
  
    align-items: center;
  
}

.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
      --shg-aspect-ratio: calc(1000/200); 
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container {
      position: relative;
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image,
  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
    width: 100%;
    height: auto;
  }

  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image {
    
    
  }


.s-17ade0e4-34e7-4958-aba7-6569a60c3e13 .shogun-image-content {
  
    align-items: center;
  
}

.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
      --shg-aspect-ratio: calc(1000/200); 
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container {
      position: relative;
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image,
  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
    width: 100%;
    height: auto;
  }

  #s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image {
    
    
  }


.s-17ade0e4-34e7-4958-aba7-6569a60c3e13 .shogun-image-content {
  
    align-items: center;
  
}

.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13 {
      --shg-aspect-ratio: calc(1000/200); 
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container {
      position: relative;
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17ade0e4-34e7-4958-aba7-6569a60c3e13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
  padding-bottom: 0px;
max-width: 1999px;
aspect-ratio: 1999/150;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
  display: unset;
}
#s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a, #wrap-s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a { display: unset !important; }}@media (max-width: 767px){#s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
  display: none;
}
#s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a, #wrap-s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a { display: none !important; }}




  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image,
  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
    width: 100%;
    height: auto;
  }

  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image {
    
    
  }


.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a .shogun-image-content {
  
    align-items: center;
  
}

.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
      --shg-aspect-ratio: calc(1999/150); 
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container {
      position: relative;
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image,
  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
    width: 100%;
    height: auto;
  }

  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image {
    
    
  }


.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a .shogun-image-content {
  
    align-items: center;
  
}

.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
      --shg-aspect-ratio: calc(1999/150); 
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container {
      position: relative;
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image,
  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
    width: 100%;
    height: auto;
  }

  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image {
    
    
  }


.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a .shogun-image-content {
  
    align-items: center;
  
}

.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
      --shg-aspect-ratio: calc(1999/150); 
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container {
      position: relative;
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image,
  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
    width: 100%;
    height: auto;
  }

  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image {
    
    
  }


.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a .shogun-image-content {
  
    align-items: center;
  
}

.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
      --shg-aspect-ratio: calc(1999/150); 
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container {
      position: relative;
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image,
  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
    width: 100%;
    height: auto;
  }

  #s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image {
    
    
  }


.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a .shogun-image-content {
  
    align-items: center;
  
}

.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a {
      --shg-aspect-ratio: calc(1999/150); 
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container {
      position: relative;
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-125a09f2-ae02-481c-b6d1-dce0c8b6eb7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-1d6a17c6-988c-4d6e-babd-595751467c64 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1d6a17c6-988c-4d6e-babd-595751467c64 {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-1d6a17c6-988c-4d6e-babd-595751467c64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1d6a17c6-988c-4d6e-babd-595751467c64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1d6a17c6-988c-4d6e-babd-595751467c64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d6a17c6-988c-4d6e-babd-595751467c64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
  margin-bottom: 0px;
max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
  margin-left: 10px;
margin-bottom: 10px;
}
}




  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image,
  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
    width: 100%;
    height: auto;
  }

  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image {
    
    
  }


.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container {
      position: relative;
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image,
  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
    width: 100%;
    height: auto;
  }

  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image {
    
    
  }


.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container {
      position: relative;
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image,
  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
    width: 100%;
    height: auto;
  }

  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image {
    
    
  }


.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container {
      position: relative;
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image,
  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
    width: 100%;
    height: auto;
  }

  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image {
    
    
  }


.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container {
      position: relative;
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image,
  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
    width: 100%;
    height: auto;
  }

  #s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image {
    
    
  }


.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container {
      position: relative;
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f64ae9-0386-4b78-9be3-5d4d2cac7220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
  max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
  margin-bottom: 10px;
padding-top: 0px;
}
}@media (max-width: 767px){#s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
  margin-top: 0px;
margin-bottom: 10px;
margin-right: 10px;
}
}




  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image,
  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
    width: 100%;
    height: auto;
  }

  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image {
    
    
  }


.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container {
      position: relative;
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image,
  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
    width: 100%;
    height: auto;
  }

  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image {
    
    
  }


.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container {
      position: relative;
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image,
  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
    width: 100%;
    height: auto;
  }

  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image {
    
    
  }


.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container {
      position: relative;
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image,
  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
    width: 100%;
    height: auto;
  }

  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image {
    
    
  }


.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container {
      position: relative;
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image,
  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
    width: 100%;
    height: auto;
  }

  #s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image {
    
    
  }


.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container {
      position: relative;
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56e8ef60-e3c1-4343-b321-d6c4ef723ae9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3545a28f-a518-47f9-9c40-93388a95a3ff {
  max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-3545a28f-a518-47f9-9c40-93388a95a3ff {
  margin-left: 10px;
margin-right: 0px;
}
}




  #s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image,
  #s-3545a28f-a518-47f9-9c40-93388a95a3ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3545a28f-a518-47f9-9c40-93388a95a3ff {
    width: 100%;
    height: auto;
  }

  #s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image {
    
    
  }


.s-3545a28f-a518-47f9-9c40-93388a95a3ff .shogun-image-content {
  
    align-items: center;
  
}

.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3545a28f-a518-47f9-9c40-93388a95a3ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container {
      position: relative;
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image,
  #s-3545a28f-a518-47f9-9c40-93388a95a3ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3545a28f-a518-47f9-9c40-93388a95a3ff {
    width: 100%;
    height: auto;
  }

  #s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image {
    
    
  }


.s-3545a28f-a518-47f9-9c40-93388a95a3ff .shogun-image-content {
  
    align-items: center;
  
}

.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3545a28f-a518-47f9-9c40-93388a95a3ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container {
      position: relative;
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image,
  #s-3545a28f-a518-47f9-9c40-93388a95a3ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3545a28f-a518-47f9-9c40-93388a95a3ff {
    width: 100%;
    height: auto;
  }

  #s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image {
    
    
  }


.s-3545a28f-a518-47f9-9c40-93388a95a3ff .shogun-image-content {
  
    align-items: center;
  
}

.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3545a28f-a518-47f9-9c40-93388a95a3ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container {
      position: relative;
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image,
  #s-3545a28f-a518-47f9-9c40-93388a95a3ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3545a28f-a518-47f9-9c40-93388a95a3ff {
    width: 100%;
    height: auto;
  }

  #s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image {
    
    
  }


.s-3545a28f-a518-47f9-9c40-93388a95a3ff .shogun-image-content {
  
    align-items: center;
  
}

.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3545a28f-a518-47f9-9c40-93388a95a3ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container {
      position: relative;
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image,
  #s-3545a28f-a518-47f9-9c40-93388a95a3ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3545a28f-a518-47f9-9c40-93388a95a3ff {
    width: 100%;
    height: auto;
  }

  #s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image {
    
    
  }


.s-3545a28f-a518-47f9-9c40-93388a95a3ff .shogun-image-content {
  
    align-items: center;
  
}

.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3545a28f-a518-47f9-9c40-93388a95a3ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container {
      position: relative;
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3545a28f-a518-47f9-9c40-93388a95a3ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
  max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
  margin-right: 10px;
}
}




  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image,
  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
    width: 100%;
    height: auto;
  }

  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image {
    
    
  }


.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container {
      position: relative;
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image,
  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
    width: 100%;
    height: auto;
  }

  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image {
    
    
  }


.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container {
      position: relative;
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image,
  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
    width: 100%;
    height: auto;
  }

  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image {
    
    
  }


.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container {
      position: relative;
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image,
  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
    width: 100%;
    height: auto;
  }

  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image {
    
    
  }


.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container {
      position: relative;
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image,
  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
    width: 100%;
    height: auto;
  }

  #s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image {
    
    
  }


.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container {
      position: relative;
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf5dabe7-ecf5-42ac-aa53-3dd2a029a6b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2b62e278-f687-46fd-88d0-25184f374f72 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 20px;
max-width: 2000px;
aspect-ratio: 2000/1150;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b62e278-f687-46fd-88d0-25184f374f72 {
  margin-left: 0%;
margin-right: 0%;
display: unset;
}
#s-2b62e278-f687-46fd-88d0-25184f374f72, #wrap-s-2b62e278-f687-46fd-88d0-25184f374f72 { display: unset !important; }}@media (max-width: 767px){#s-2b62e278-f687-46fd-88d0-25184f374f72 {
  display: none;
}
#s-2b62e278-f687-46fd-88d0-25184f374f72, #wrap-s-2b62e278-f687-46fd-88d0-25184f374f72 { display: none !important; }}




  #s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image,
  #s-2b62e278-f687-46fd-88d0-25184f374f72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b62e278-f687-46fd-88d0-25184f374f72 {
    width: 100%;
    height: auto;
  }

  #s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image {
    
    
  }


.s-2b62e278-f687-46fd-88d0-25184f374f72 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b62e278-f687-46fd-88d0-25184f374f72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b62e278-f687-46fd-88d0-25184f374f72 {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container {
      position: relative;
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image,
  #s-2b62e278-f687-46fd-88d0-25184f374f72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b62e278-f687-46fd-88d0-25184f374f72 {
    width: 100%;
    height: auto;
  }

  #s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image {
    
    
  }


.s-2b62e278-f687-46fd-88d0-25184f374f72 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b62e278-f687-46fd-88d0-25184f374f72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b62e278-f687-46fd-88d0-25184f374f72 {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container {
      position: relative;
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image,
  #s-2b62e278-f687-46fd-88d0-25184f374f72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b62e278-f687-46fd-88d0-25184f374f72 {
    width: 100%;
    height: auto;
  }

  #s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image {
    
    
  }


.s-2b62e278-f687-46fd-88d0-25184f374f72 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b62e278-f687-46fd-88d0-25184f374f72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b62e278-f687-46fd-88d0-25184f374f72 {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container {
      position: relative;
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image,
  #s-2b62e278-f687-46fd-88d0-25184f374f72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b62e278-f687-46fd-88d0-25184f374f72 {
    width: 100%;
    height: auto;
  }

  #s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image {
    
    
  }


.s-2b62e278-f687-46fd-88d0-25184f374f72 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b62e278-f687-46fd-88d0-25184f374f72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b62e278-f687-46fd-88d0-25184f374f72 {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container {
      position: relative;
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image,
  #s-2b62e278-f687-46fd-88d0-25184f374f72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b62e278-f687-46fd-88d0-25184f374f72 {
    width: 100%;
    height: auto;
  }

  #s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image {
    
    
  }


.s-2b62e278-f687-46fd-88d0-25184f374f72 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b62e278-f687-46fd-88d0-25184f374f72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b62e278-f687-46fd-88d0-25184f374f72 {
      --shg-aspect-ratio: calc(2000/1150); 
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container {
      position: relative;
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b62e278-f687-46fd-88d0-25184f374f72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4c5dc712-ba3f-4b03-bd53-748ebe181c6d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4c5dc712-ba3f-4b03-bd53-748ebe181c6d {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c5dc712-ba3f-4b03-bd53-748ebe181c6d {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c5dc712-ba3f-4b03-bd53-748ebe181c6d {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-4c5dc712-ba3f-4b03-bd53-748ebe181c6d {
  
}
}







#s-4c5dc712-ba3f-4b03-bd53-748ebe181c6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c5dc712-ba3f-4b03-bd53-748ebe181c6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61448758-3684-4c2f-a476-9f6b8953c41d {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-61448758-3684-4c2f-a476-9f6b8953c41d {
  display: none;
}
#s-61448758-3684-4c2f-a476-9f6b8953c41d, #wrap-s-61448758-3684-4c2f-a476-9f6b8953c41d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61448758-3684-4c2f-a476-9f6b8953c41d {
  display: none;
}
#s-61448758-3684-4c2f-a476-9f6b8953c41d, #wrap-s-61448758-3684-4c2f-a476-9f6b8953c41d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61448758-3684-4c2f-a476-9f6b8953c41d {
  margin-top: 20px;
margin-bottom: 20px;
display: none;
}
#s-61448758-3684-4c2f-a476-9f6b8953c41d, #wrap-s-61448758-3684-4c2f-a476-9f6b8953c41d { display: none !important; }}@media (max-width: 767px){#s-61448758-3684-4c2f-a476-9f6b8953c41d {
  margin-top: 20px;
margin-bottom: 0px;
}
}




  #s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image,
  #s-61448758-3684-4c2f-a476-9f6b8953c41d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61448758-3684-4c2f-a476-9f6b8953c41d {
    width: 100%;
    height: auto;
  }

  #s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image {
    
    
  }


.s-61448758-3684-4c2f-a476-9f6b8953c41d .shogun-image-content {
  
    align-items: center;
  
}

.s-61448758-3684-4c2f-a476-9f6b8953c41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61448758-3684-4c2f-a476-9f6b8953c41d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container {
      position: relative;
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image,
  #s-61448758-3684-4c2f-a476-9f6b8953c41d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61448758-3684-4c2f-a476-9f6b8953c41d {
    width: 100%;
    height: auto;
  }

  #s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image {
    
    
  }


.s-61448758-3684-4c2f-a476-9f6b8953c41d .shogun-image-content {
  
    align-items: center;
  
}

.s-61448758-3684-4c2f-a476-9f6b8953c41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61448758-3684-4c2f-a476-9f6b8953c41d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container {
      position: relative;
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image,
  #s-61448758-3684-4c2f-a476-9f6b8953c41d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61448758-3684-4c2f-a476-9f6b8953c41d {
    width: 100%;
    height: auto;
  }

  #s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image {
    
    
  }


.s-61448758-3684-4c2f-a476-9f6b8953c41d .shogun-image-content {
  
    align-items: center;
  
}

.s-61448758-3684-4c2f-a476-9f6b8953c41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61448758-3684-4c2f-a476-9f6b8953c41d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container {
      position: relative;
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image,
  #s-61448758-3684-4c2f-a476-9f6b8953c41d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61448758-3684-4c2f-a476-9f6b8953c41d {
    width: 100%;
    height: auto;
  }

  #s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image {
    
    
  }


.s-61448758-3684-4c2f-a476-9f6b8953c41d .shogun-image-content {
  
    align-items: center;
  
}

.s-61448758-3684-4c2f-a476-9f6b8953c41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61448758-3684-4c2f-a476-9f6b8953c41d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container {
      position: relative;
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image,
  #s-61448758-3684-4c2f-a476-9f6b8953c41d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61448758-3684-4c2f-a476-9f6b8953c41d {
    width: 100%;
    height: auto;
  }

  #s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image {
    
    
  }


.s-61448758-3684-4c2f-a476-9f6b8953c41d .shogun-image-content {
  
    align-items: center;
  
}

.s-61448758-3684-4c2f-a476-9f6b8953c41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61448758-3684-4c2f-a476-9f6b8953c41d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container {
      position: relative;
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61448758-3684-4c2f-a476-9f6b8953c41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
  padding-bottom: 0px;
max-width: 2000px;
aspect-ratio: 2000/302;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
  display: unset;
}
#s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88, #wrap-s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 { display: unset !important; }}@media (max-width: 767px){#s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
  display: none;
}
#s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88, #wrap-s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 { display: none !important; }}




  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image,
  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
    width: 100%;
    height: auto;
  }

  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image {
    
    
  }


.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
      --shg-aspect-ratio: calc(2000/302); 
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container {
      position: relative;
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image,
  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
    width: 100%;
    height: auto;
  }

  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image {
    
    
  }


.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
      --shg-aspect-ratio: calc(2000/302); 
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container {
      position: relative;
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image,
  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
    width: 100%;
    height: auto;
  }

  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image {
    
    
  }


.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
      --shg-aspect-ratio: calc(2000/302); 
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container {
      position: relative;
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image,
  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
    width: 100%;
    height: auto;
  }

  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image {
    
    
  }


.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
      --shg-aspect-ratio: calc(2000/302); 
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container {
      position: relative;
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image,
  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
    width: 100%;
    height: auto;
  }

  #s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image {
    
    
  }


.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 {
      --shg-aspect-ratio: calc(2000/302); 
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container {
      position: relative;
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3d7a219-4c76-40c8-8ee6-7fc116fa9b88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e41d3c12-fad3-4019-8673-2df74973ed78 {
  padding-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1000/302;
text-align: center;
}
@media (min-width: 1200px){#s-e41d3c12-fad3-4019-8673-2df74973ed78 {
  display: none;
}
#s-e41d3c12-fad3-4019-8673-2df74973ed78, #wrap-s-e41d3c12-fad3-4019-8673-2df74973ed78 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e41d3c12-fad3-4019-8673-2df74973ed78 {
  display: none;
}
#s-e41d3c12-fad3-4019-8673-2df74973ed78, #wrap-s-e41d3c12-fad3-4019-8673-2df74973ed78 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e41d3c12-fad3-4019-8673-2df74973ed78 {
  display: none;
}
#s-e41d3c12-fad3-4019-8673-2df74973ed78, #wrap-s-e41d3c12-fad3-4019-8673-2df74973ed78 { display: none !important; }}




  #s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image,
  #s-e41d3c12-fad3-4019-8673-2df74973ed78 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e41d3c12-fad3-4019-8673-2df74973ed78 {
    width: 100%;
    height: auto;
  }

  #s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image {
    
    
  }


.s-e41d3c12-fad3-4019-8673-2df74973ed78 .shogun-image-content {
  
    align-items: center;
  
}

.s-e41d3c12-fad3-4019-8673-2df74973ed78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e41d3c12-fad3-4019-8673-2df74973ed78 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container {
      position: relative;
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image,
  #s-e41d3c12-fad3-4019-8673-2df74973ed78 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e41d3c12-fad3-4019-8673-2df74973ed78 {
    width: 100%;
    height: auto;
  }

  #s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image {
    
    
  }


.s-e41d3c12-fad3-4019-8673-2df74973ed78 .shogun-image-content {
  
    align-items: center;
  
}

.s-e41d3c12-fad3-4019-8673-2df74973ed78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e41d3c12-fad3-4019-8673-2df74973ed78 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container {
      position: relative;
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image,
  #s-e41d3c12-fad3-4019-8673-2df74973ed78 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e41d3c12-fad3-4019-8673-2df74973ed78 {
    width: 100%;
    height: auto;
  }

  #s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image {
    
    
  }


.s-e41d3c12-fad3-4019-8673-2df74973ed78 .shogun-image-content {
  
    align-items: center;
  
}

.s-e41d3c12-fad3-4019-8673-2df74973ed78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e41d3c12-fad3-4019-8673-2df74973ed78 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container {
      position: relative;
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image,
  #s-e41d3c12-fad3-4019-8673-2df74973ed78 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e41d3c12-fad3-4019-8673-2df74973ed78 {
    width: 100%;
    height: auto;
  }

  #s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image {
    
    
  }


.s-e41d3c12-fad3-4019-8673-2df74973ed78 .shogun-image-content {
  
    align-items: center;
  
}

.s-e41d3c12-fad3-4019-8673-2df74973ed78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e41d3c12-fad3-4019-8673-2df74973ed78 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container {
      position: relative;
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image,
  #s-e41d3c12-fad3-4019-8673-2df74973ed78 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e41d3c12-fad3-4019-8673-2df74973ed78 {
    width: 100%;
    height: auto;
  }

  #s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image {
    
    
  }


.s-e41d3c12-fad3-4019-8673-2df74973ed78 .shogun-image-content {
  
    align-items: center;
  
}

.s-e41d3c12-fad3-4019-8673-2df74973ed78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e41d3c12-fad3-4019-8673-2df74973ed78 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container {
      position: relative;
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e41d3c12-fad3-4019-8673-2df74973ed78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5516541c-44d7-4b44-b37f-d0c10e302716 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5516541c-44d7-4b44-b37f-d0c10e302716 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-5516541c-44d7-4b44-b37f-d0c10e302716 {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-5516541c-44d7-4b44-b37f-d0c10e302716"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5516541c-44d7-4b44-b37f-d0c10e302716"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5516541c-44d7-4b44-b37f-d0c10e302716"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5516541c-44d7-4b44-b37f-d0c10e302716"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
  max-width: 377px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
  margin-top: 0px;
margin-bottom: 10px;
}
}




  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image,
  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
    width: 100%;
    height: auto;
  }

  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image {
    
    
  }


.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e .shogun-image-content {
  
    align-items: center;
  
}

.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container {
      position: relative;
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image,
  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
    width: 100%;
    height: auto;
  }

  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image {
    
    
  }


.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e .shogun-image-content {
  
    align-items: center;
  
}

.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container {
      position: relative;
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image,
  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
    width: 100%;
    height: auto;
  }

  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image {
    
    
  }


.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e .shogun-image-content {
  
    align-items: center;
  
}

.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container {
      position: relative;
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image,
  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
    width: 100%;
    height: auto;
  }

  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image {
    
    
  }


.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e .shogun-image-content {
  
    align-items: center;
  
}

.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container {
      position: relative;
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image,
  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
    width: 100%;
    height: auto;
  }

  #s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image {
    
    
  }


.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e .shogun-image-content {
  
    align-items: center;
  
}

.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container {
      position: relative;
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a524b8a-f2cb-4d26-bbbe-1b408d0eac1e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
  max-width: 377px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
  margin-bottom: 10px;
}
}




  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image,
  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
    width: 100%;
    height: auto;
  }

  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image {
    
    
  }


.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e .shogun-image-content {
  
    align-items: center;
  
}

.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container {
      position: relative;
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image,
  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
    width: 100%;
    height: auto;
  }

  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image {
    
    
  }


.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e .shogun-image-content {
  
    align-items: center;
  
}

.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container {
      position: relative;
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image,
  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
    width: 100%;
    height: auto;
  }

  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image {
    
    
  }


.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e .shogun-image-content {
  
    align-items: center;
  
}

.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container {
      position: relative;
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image,
  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
    width: 100%;
    height: auto;
  }

  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image {
    
    
  }


.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e .shogun-image-content {
  
    align-items: center;
  
}

.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container {
      position: relative;
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image,
  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
    width: 100%;
    height: auto;
  }

  #s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image {
    
    
  }


.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e .shogun-image-content {
  
    align-items: center;
  
}

.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container {
      position: relative;
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bfcb00a-a8e8-4df9-bd90-6d214c57d44e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
  max-width: 377px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image,
  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
    width: 100%;
    height: auto;
  }

  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image {
    
    
  }


.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a .shogun-image-content {
  
    align-items: center;
  
}

.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container {
      position: relative;
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image,
  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
    width: 100%;
    height: auto;
  }

  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image {
    
    
  }


.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a .shogun-image-content {
  
    align-items: center;
  
}

.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container {
      position: relative;
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image,
  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
    width: 100%;
    height: auto;
  }

  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image {
    
    
  }


.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a .shogun-image-content {
  
    align-items: center;
  
}

.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container {
      position: relative;
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image,
  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
    width: 100%;
    height: auto;
  }

  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image {
    
    
  }


.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a .shogun-image-content {
  
    align-items: center;
  
}

.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container {
      position: relative;
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image,
  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
    width: 100%;
    height: auto;
  }

  #s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image {
    
    
  }


.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a .shogun-image-content {
  
    align-items: center;
  
}

.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container {
      position: relative;
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e09bf3dd-8a30-4cca-b3f9-effb87709d3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
  max-width: 377px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
  padding-top: 0px;
padding-bottom: 0px;
}
}




  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image,
  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
    width: 100%;
    height: auto;
  }

  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image {
    
    
  }


.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container {
      position: relative;
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image,
  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
    width: 100%;
    height: auto;
  }

  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image {
    
    
  }


.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container {
      position: relative;
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image,
  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
    width: 100%;
    height: auto;
  }

  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image {
    
    
  }


.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container {
      position: relative;
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image,
  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
    width: 100%;
    height: auto;
  }

  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image {
    
    
  }


.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container {
      position: relative;
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image,
  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
    width: 100%;
    height: auto;
  }

  #s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image {
    
    
  }


.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container {
      position: relative;
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f31c9b-3c04-40b7-81eb-1e10afb8aba5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-79342595-b9ee-47aa-a3fe-0c58e638e910 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-79342595-b9ee-47aa-a3fe-0c58e638e910 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79342595-b9ee-47aa-a3fe-0c58e638e910 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-79342595-b9ee-47aa-a3fe-0c58e638e910 {
  
}
}@media (max-width: 767px){#s-79342595-b9ee-47aa-a3fe-0c58e638e910 {
  
}
}







#s-79342595-b9ee-47aa-a3fe-0c58e638e910 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79342595-b9ee-47aa-a3fe-0c58e638e910.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e5643a39-08f3-455e-828c-fca488955940 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 1999px;
aspect-ratio: 1999/302;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5643a39-08f3-455e-828c-fca488955940 {
  display: unset;
}
#s-e5643a39-08f3-455e-828c-fca488955940, #wrap-s-e5643a39-08f3-455e-828c-fca488955940 { display: unset !important; }}@media (max-width: 767px){#s-e5643a39-08f3-455e-828c-fca488955940 {
  display: none;
}
#s-e5643a39-08f3-455e-828c-fca488955940, #wrap-s-e5643a39-08f3-455e-828c-fca488955940 { display: none !important; }}




  #s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image,
  #s-e5643a39-08f3-455e-828c-fca488955940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5643a39-08f3-455e-828c-fca488955940 {
    width: 100%;
    height: auto;
  }

  #s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5643a39-08f3-455e-828c-fca488955940.shogun-image {
    
    
  }


.s-e5643a39-08f3-455e-828c-fca488955940 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5643a39-08f3-455e-828c-fca488955940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5643a39-08f3-455e-828c-fca488955940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5643a39-08f3-455e-828c-fca488955940 {
      --shg-aspect-ratio: calc(1999/302); 
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container {
      position: relative;
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image,
  #s-e5643a39-08f3-455e-828c-fca488955940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5643a39-08f3-455e-828c-fca488955940 {
    width: 100%;
    height: auto;
  }

  #s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5643a39-08f3-455e-828c-fca488955940.shogun-image {
    
    
  }


.s-e5643a39-08f3-455e-828c-fca488955940 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5643a39-08f3-455e-828c-fca488955940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5643a39-08f3-455e-828c-fca488955940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5643a39-08f3-455e-828c-fca488955940 {
      --shg-aspect-ratio: calc(1999/302); 
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container {
      position: relative;
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image,
  #s-e5643a39-08f3-455e-828c-fca488955940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5643a39-08f3-455e-828c-fca488955940 {
    width: 100%;
    height: auto;
  }

  #s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5643a39-08f3-455e-828c-fca488955940.shogun-image {
    
    
  }


.s-e5643a39-08f3-455e-828c-fca488955940 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5643a39-08f3-455e-828c-fca488955940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5643a39-08f3-455e-828c-fca488955940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5643a39-08f3-455e-828c-fca488955940 {
      --shg-aspect-ratio: calc(1999/302); 
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container {
      position: relative;
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image,
  #s-e5643a39-08f3-455e-828c-fca488955940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5643a39-08f3-455e-828c-fca488955940 {
    width: 100%;
    height: auto;
  }

  #s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5643a39-08f3-455e-828c-fca488955940.shogun-image {
    
    
  }


.s-e5643a39-08f3-455e-828c-fca488955940 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5643a39-08f3-455e-828c-fca488955940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5643a39-08f3-455e-828c-fca488955940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5643a39-08f3-455e-828c-fca488955940 {
      --shg-aspect-ratio: calc(1999/302); 
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container {
      position: relative;
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image,
  #s-e5643a39-08f3-455e-828c-fca488955940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5643a39-08f3-455e-828c-fca488955940 {
    width: 100%;
    height: auto;
  }

  #s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5643a39-08f3-455e-828c-fca488955940.shogun-image {
    
    
  }


.s-e5643a39-08f3-455e-828c-fca488955940 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5643a39-08f3-455e-828c-fca488955940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5643a39-08f3-455e-828c-fca488955940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5643a39-08f3-455e-828c-fca488955940 {
      --shg-aspect-ratio: calc(1999/302); 
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container {
      position: relative;
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5643a39-08f3-455e-828c-fca488955940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5643a39-08f3-455e-828c-fca488955940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a42124b5-afa2-4034-acc4-417f65cdf579 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1000/302;
text-align: center;
}
@media (min-width: 1200px){#s-a42124b5-afa2-4034-acc4-417f65cdf579 {
  display: none;
}
#s-a42124b5-afa2-4034-acc4-417f65cdf579, #wrap-s-a42124b5-afa2-4034-acc4-417f65cdf579 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a42124b5-afa2-4034-acc4-417f65cdf579 {
  display: none;
}
#s-a42124b5-afa2-4034-acc4-417f65cdf579, #wrap-s-a42124b5-afa2-4034-acc4-417f65cdf579 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a42124b5-afa2-4034-acc4-417f65cdf579 {
  display: none;
}
#s-a42124b5-afa2-4034-acc4-417f65cdf579, #wrap-s-a42124b5-afa2-4034-acc4-417f65cdf579 { display: none !important; }}




  #s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image,
  #s-a42124b5-afa2-4034-acc4-417f65cdf579 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a42124b5-afa2-4034-acc4-417f65cdf579 {
    width: 100%;
    height: auto;
  }

  #s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image {
    
    
  }


.s-a42124b5-afa2-4034-acc4-417f65cdf579 .shogun-image-content {
  
    align-items: center;
  
}

.s-a42124b5-afa2-4034-acc4-417f65cdf579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42124b5-afa2-4034-acc4-417f65cdf579 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container {
      position: relative;
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image,
  #s-a42124b5-afa2-4034-acc4-417f65cdf579 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a42124b5-afa2-4034-acc4-417f65cdf579 {
    width: 100%;
    height: auto;
  }

  #s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image {
    
    
  }


.s-a42124b5-afa2-4034-acc4-417f65cdf579 .shogun-image-content {
  
    align-items: center;
  
}

.s-a42124b5-afa2-4034-acc4-417f65cdf579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42124b5-afa2-4034-acc4-417f65cdf579 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container {
      position: relative;
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image,
  #s-a42124b5-afa2-4034-acc4-417f65cdf579 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a42124b5-afa2-4034-acc4-417f65cdf579 {
    width: 100%;
    height: auto;
  }

  #s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image {
    
    
  }


.s-a42124b5-afa2-4034-acc4-417f65cdf579 .shogun-image-content {
  
    align-items: center;
  
}

.s-a42124b5-afa2-4034-acc4-417f65cdf579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42124b5-afa2-4034-acc4-417f65cdf579 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container {
      position: relative;
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image,
  #s-a42124b5-afa2-4034-acc4-417f65cdf579 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a42124b5-afa2-4034-acc4-417f65cdf579 {
    width: 100%;
    height: auto;
  }

  #s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image {
    
    
  }


.s-a42124b5-afa2-4034-acc4-417f65cdf579 .shogun-image-content {
  
    align-items: center;
  
}

.s-a42124b5-afa2-4034-acc4-417f65cdf579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42124b5-afa2-4034-acc4-417f65cdf579 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container {
      position: relative;
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image,
  #s-a42124b5-afa2-4034-acc4-417f65cdf579 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a42124b5-afa2-4034-acc4-417f65cdf579 {
    width: 100%;
    height: auto;
  }

  #s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image {
    
    
  }


.s-a42124b5-afa2-4034-acc4-417f65cdf579 .shogun-image-content {
  
    align-items: center;
  
}

.s-a42124b5-afa2-4034-acc4-417f65cdf579.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42124b5-afa2-4034-acc4-417f65cdf579 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container {
      position: relative;
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42124b5-afa2-4034-acc4-417f65cdf579 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ac555757-4a5a-48f7-9769-0893d868f911 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ac555757-4a5a-48f7-9769-0893d868f911 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-ac555757-4a5a-48f7-9769-0893d868f911 {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-ac555757-4a5a-48f7-9769-0893d868f911"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ac555757-4a5a-48f7-9769-0893d868f911"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ac555757-4a5a-48f7-9769-0893d868f911"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ac555757-4a5a-48f7-9769-0893d868f911"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
  margin-bottom: 0px;
max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
  margin-bottom: 10px;
}
}




  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image,
  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
    width: 100%;
    height: auto;
  }

  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image {
    
    
  }


.s-b64948c3-9ecd-4106-9b97-6264af83a5b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container {
      position: relative;
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image,
  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
    width: 100%;
    height: auto;
  }

  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image {
    
    
  }


.s-b64948c3-9ecd-4106-9b97-6264af83a5b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container {
      position: relative;
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image,
  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
    width: 100%;
    height: auto;
  }

  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image {
    
    
  }


.s-b64948c3-9ecd-4106-9b97-6264af83a5b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container {
      position: relative;
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image,
  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
    width: 100%;
    height: auto;
  }

  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image {
    
    
  }


.s-b64948c3-9ecd-4106-9b97-6264af83a5b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container {
      position: relative;
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image,
  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
    width: 100%;
    height: auto;
  }

  #s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image {
    
    
  }


.s-b64948c3-9ecd-4106-9b97-6264af83a5b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container {
      position: relative;
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b64948c3-9ecd-4106-9b97-6264af83a5b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
  max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
  margin-top: 0px;
margin-bottom: 10px;
}
}




  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image,
  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
    width: 100%;
    height: auto;
  }

  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image {
    
    
  }


.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container {
      position: relative;
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image,
  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
    width: 100%;
    height: auto;
  }

  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image {
    
    
  }


.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container {
      position: relative;
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image,
  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
    width: 100%;
    height: auto;
  }

  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image {
    
    
  }


.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container {
      position: relative;
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image,
  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
    width: 100%;
    height: auto;
  }

  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image {
    
    
  }


.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container {
      position: relative;
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image,
  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
    width: 100%;
    height: auto;
  }

  #s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image {
    
    
  }


.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container {
      position: relative;
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-238f8e3e-96d6-4efa-afc9-62ef0b729eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-97162237-71c2-461a-b339-f29a52064357 {
  max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image,
  #s-97162237-71c2-461a-b339-f29a52064357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97162237-71c2-461a-b339-f29a52064357 {
    width: 100%;
    height: auto;
  }

  #s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97162237-71c2-461a-b339-f29a52064357.shogun-image {
    
    
  }


.s-97162237-71c2-461a-b339-f29a52064357 .shogun-image-content {
  
    align-items: center;
  
}

.s-97162237-71c2-461a-b339-f29a52064357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97162237-71c2-461a-b339-f29a52064357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97162237-71c2-461a-b339-f29a52064357 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container {
      position: relative;
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image,
  #s-97162237-71c2-461a-b339-f29a52064357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97162237-71c2-461a-b339-f29a52064357 {
    width: 100%;
    height: auto;
  }

  #s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97162237-71c2-461a-b339-f29a52064357.shogun-image {
    
    
  }


.s-97162237-71c2-461a-b339-f29a52064357 .shogun-image-content {
  
    align-items: center;
  
}

.s-97162237-71c2-461a-b339-f29a52064357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97162237-71c2-461a-b339-f29a52064357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97162237-71c2-461a-b339-f29a52064357 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container {
      position: relative;
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image,
  #s-97162237-71c2-461a-b339-f29a52064357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97162237-71c2-461a-b339-f29a52064357 {
    width: 100%;
    height: auto;
  }

  #s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97162237-71c2-461a-b339-f29a52064357.shogun-image {
    
    
  }


.s-97162237-71c2-461a-b339-f29a52064357 .shogun-image-content {
  
    align-items: center;
  
}

.s-97162237-71c2-461a-b339-f29a52064357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97162237-71c2-461a-b339-f29a52064357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97162237-71c2-461a-b339-f29a52064357 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container {
      position: relative;
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image,
  #s-97162237-71c2-461a-b339-f29a52064357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97162237-71c2-461a-b339-f29a52064357 {
    width: 100%;
    height: auto;
  }

  #s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97162237-71c2-461a-b339-f29a52064357.shogun-image {
    
    
  }


.s-97162237-71c2-461a-b339-f29a52064357 .shogun-image-content {
  
    align-items: center;
  
}

.s-97162237-71c2-461a-b339-f29a52064357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97162237-71c2-461a-b339-f29a52064357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97162237-71c2-461a-b339-f29a52064357 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container {
      position: relative;
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image,
  #s-97162237-71c2-461a-b339-f29a52064357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97162237-71c2-461a-b339-f29a52064357 {
    width: 100%;
    height: auto;
  }

  #s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97162237-71c2-461a-b339-f29a52064357.shogun-image {
    
    
  }


.s-97162237-71c2-461a-b339-f29a52064357 .shogun-image-content {
  
    align-items: center;
  
}

.s-97162237-71c2-461a-b339-f29a52064357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97162237-71c2-461a-b339-f29a52064357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97162237-71c2-461a-b339-f29a52064357 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container {
      position: relative;
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97162237-71c2-461a-b339-f29a52064357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97162237-71c2-461a-b339-f29a52064357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-24af2dc1-2743-4339-9e1f-8af80b503896 {
  max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image,
  #s-24af2dc1-2743-4339-9e1f-8af80b503896 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24af2dc1-2743-4339-9e1f-8af80b503896 {
    width: 100%;
    height: auto;
  }

  #s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image {
    
    
  }


.s-24af2dc1-2743-4339-9e1f-8af80b503896 .shogun-image-content {
  
    align-items: center;
  
}

.s-24af2dc1-2743-4339-9e1f-8af80b503896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24af2dc1-2743-4339-9e1f-8af80b503896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container {
      position: relative;
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image,
  #s-24af2dc1-2743-4339-9e1f-8af80b503896 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24af2dc1-2743-4339-9e1f-8af80b503896 {
    width: 100%;
    height: auto;
  }

  #s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image {
    
    
  }


.s-24af2dc1-2743-4339-9e1f-8af80b503896 .shogun-image-content {
  
    align-items: center;
  
}

.s-24af2dc1-2743-4339-9e1f-8af80b503896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24af2dc1-2743-4339-9e1f-8af80b503896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container {
      position: relative;
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image,
  #s-24af2dc1-2743-4339-9e1f-8af80b503896 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24af2dc1-2743-4339-9e1f-8af80b503896 {
    width: 100%;
    height: auto;
  }

  #s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image {
    
    
  }


.s-24af2dc1-2743-4339-9e1f-8af80b503896 .shogun-image-content {
  
    align-items: center;
  
}

.s-24af2dc1-2743-4339-9e1f-8af80b503896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24af2dc1-2743-4339-9e1f-8af80b503896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container {
      position: relative;
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image,
  #s-24af2dc1-2743-4339-9e1f-8af80b503896 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24af2dc1-2743-4339-9e1f-8af80b503896 {
    width: 100%;
    height: auto;
  }

  #s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image {
    
    
  }


.s-24af2dc1-2743-4339-9e1f-8af80b503896 .shogun-image-content {
  
    align-items: center;
  
}

.s-24af2dc1-2743-4339-9e1f-8af80b503896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24af2dc1-2743-4339-9e1f-8af80b503896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container {
      position: relative;
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image,
  #s-24af2dc1-2743-4339-9e1f-8af80b503896 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24af2dc1-2743-4339-9e1f-8af80b503896 {
    width: 100%;
    height: auto;
  }

  #s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image {
    
    
  }


.s-24af2dc1-2743-4339-9e1f-8af80b503896 .shogun-image-content {
  
    align-items: center;
  
}

.s-24af2dc1-2743-4339-9e1f-8af80b503896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24af2dc1-2743-4339-9e1f-8af80b503896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container {
      position: relative;
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af2dc1-2743-4339-9e1f-8af80b503896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3ef3ad3c-9d87-4f5a-beaa-173a8b2ad61b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3ef3ad3c-9d87-4f5a-beaa-173a8b2ad61b {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ef3ad3c-9d87-4f5a-beaa-173a8b2ad61b {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ef3ad3c-9d87-4f5a-beaa-173a8b2ad61b {
  
}
}@media (max-width: 767px){#s-3ef3ad3c-9d87-4f5a-beaa-173a8b2ad61b {
  
}
}







#s-3ef3ad3c-9d87-4f5a-beaa-173a8b2ad61b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ef3ad3c-9d87-4f5a-beaa-173a8b2ad61b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-efa26b2b-4b05-449b-b9de-8257314d23bd {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 1999px;
aspect-ratio: 1999/302;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-efa26b2b-4b05-449b-b9de-8257314d23bd {
  display: unset;
}
#s-efa26b2b-4b05-449b-b9de-8257314d23bd, #wrap-s-efa26b2b-4b05-449b-b9de-8257314d23bd { display: unset !important; }}@media (max-width: 767px){#s-efa26b2b-4b05-449b-b9de-8257314d23bd {
  display: none;
}
#s-efa26b2b-4b05-449b-b9de-8257314d23bd, #wrap-s-efa26b2b-4b05-449b-b9de-8257314d23bd { display: none !important; }}




  #s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image,
  #s-efa26b2b-4b05-449b-b9de-8257314d23bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-efa26b2b-4b05-449b-b9de-8257314d23bd {
    width: 100%;
    height: auto;
  }

  #s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image {
    
    
  }


.s-efa26b2b-4b05-449b-b9de-8257314d23bd .shogun-image-content {
  
    align-items: center;
  
}

.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efa26b2b-4b05-449b-b9de-8257314d23bd {
      --shg-aspect-ratio: calc(1999/302); 
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container {
      position: relative;
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image,
  #s-efa26b2b-4b05-449b-b9de-8257314d23bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-efa26b2b-4b05-449b-b9de-8257314d23bd {
    width: 100%;
    height: auto;
  }

  #s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image {
    
    
  }


.s-efa26b2b-4b05-449b-b9de-8257314d23bd .shogun-image-content {
  
    align-items: center;
  
}

.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efa26b2b-4b05-449b-b9de-8257314d23bd {
      --shg-aspect-ratio: calc(1999/302); 
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container {
      position: relative;
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image,
  #s-efa26b2b-4b05-449b-b9de-8257314d23bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-efa26b2b-4b05-449b-b9de-8257314d23bd {
    width: 100%;
    height: auto;
  }

  #s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image {
    
    
  }


.s-efa26b2b-4b05-449b-b9de-8257314d23bd .shogun-image-content {
  
    align-items: center;
  
}

.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efa26b2b-4b05-449b-b9de-8257314d23bd {
      --shg-aspect-ratio: calc(1999/302); 
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container {
      position: relative;
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image,
  #s-efa26b2b-4b05-449b-b9de-8257314d23bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-efa26b2b-4b05-449b-b9de-8257314d23bd {
    width: 100%;
    height: auto;
  }

  #s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image {
    
    
  }


.s-efa26b2b-4b05-449b-b9de-8257314d23bd .shogun-image-content {
  
    align-items: center;
  
}

.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efa26b2b-4b05-449b-b9de-8257314d23bd {
      --shg-aspect-ratio: calc(1999/302); 
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container {
      position: relative;
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image,
  #s-efa26b2b-4b05-449b-b9de-8257314d23bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-efa26b2b-4b05-449b-b9de-8257314d23bd {
    width: 100%;
    height: auto;
  }

  #s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image {
    
    
  }


.s-efa26b2b-4b05-449b-b9de-8257314d23bd .shogun-image-content {
  
    align-items: center;
  
}

.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efa26b2b-4b05-449b-b9de-8257314d23bd {
      --shg-aspect-ratio: calc(1999/302); 
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container {
      position: relative;
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efa26b2b-4b05-449b-b9de-8257314d23bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1000/302;
text-align: center;
}
@media (min-width: 1200px){#s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
  display: none;
}
#s-e1df115f-d786-4f64-b3d5-33e390fd3587, #wrap-s-e1df115f-d786-4f64-b3d5-33e390fd3587 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
  display: none;
}
#s-e1df115f-d786-4f64-b3d5-33e390fd3587, #wrap-s-e1df115f-d786-4f64-b3d5-33e390fd3587 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
  display: none;
}
#s-e1df115f-d786-4f64-b3d5-33e390fd3587, #wrap-s-e1df115f-d786-4f64-b3d5-33e390fd3587 { display: none !important; }}




  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image,
  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
    width: 100%;
    height: auto;
  }

  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image {
    
    
  }


.s-e1df115f-d786-4f64-b3d5-33e390fd3587 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container {
      position: relative;
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image,
  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
    width: 100%;
    height: auto;
  }

  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image {
    
    
  }


.s-e1df115f-d786-4f64-b3d5-33e390fd3587 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container {
      position: relative;
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image,
  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
    width: 100%;
    height: auto;
  }

  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image {
    
    
  }


.s-e1df115f-d786-4f64-b3d5-33e390fd3587 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container {
      position: relative;
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image,
  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
    width: 100%;
    height: auto;
  }

  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image {
    
    
  }


.s-e1df115f-d786-4f64-b3d5-33e390fd3587 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container {
      position: relative;
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image,
  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
    width: 100%;
    height: auto;
  }

  #s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image {
    
    
  }


.s-e1df115f-d786-4f64-b3d5-33e390fd3587 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1df115f-d786-4f64-b3d5-33e390fd3587 {
      --shg-aspect-ratio: calc(1000/302); 
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container {
      position: relative;
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1df115f-d786-4f64-b3d5-33e390fd3587 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d64ed047-c87b-43cd-b240-33061dff3282 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d64ed047-c87b-43cd-b240-33061dff3282 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-d64ed047-c87b-43cd-b240-33061dff3282 {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-d64ed047-c87b-43cd-b240-33061dff3282"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d64ed047-c87b-43cd-b240-33061dff3282"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d64ed047-c87b-43cd-b240-33061dff3282"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d64ed047-c87b-43cd-b240-33061dff3282"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
  max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
  margin-top: 0px;
margin-bottom: 10px;
}
}




  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image,
  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
    width: 100%;
    height: auto;
  }

  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image {
    
    
  }


.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a .shogun-image-content {
  
    align-items: center;
  
}

.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container {
      position: relative;
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image,
  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
    width: 100%;
    height: auto;
  }

  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image {
    
    
  }


.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a .shogun-image-content {
  
    align-items: center;
  
}

.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container {
      position: relative;
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image,
  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
    width: 100%;
    height: auto;
  }

  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image {
    
    
  }


.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a .shogun-image-content {
  
    align-items: center;
  
}

.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container {
      position: relative;
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image,
  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
    width: 100%;
    height: auto;
  }

  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image {
    
    
  }


.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a .shogun-image-content {
  
    align-items: center;
  
}

.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container {
      position: relative;
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image,
  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
    width: 100%;
    height: auto;
  }

  #s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image {
    
    
  }


.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a .shogun-image-content {
  
    align-items: center;
  
}

.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container {
      position: relative;
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-419e8b9e-8c41-45b3-99a4-47f3d054d88a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
  max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
  margin-bottom: 10px;
}
}




  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image,
  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
    width: 100%;
    height: auto;
  }

  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image {
    
    
  }


.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af .shogun-image-content {
  
    align-items: center;
  
}

.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container {
      position: relative;
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image,
  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
    width: 100%;
    height: auto;
  }

  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image {
    
    
  }


.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af .shogun-image-content {
  
    align-items: center;
  
}

.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container {
      position: relative;
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image,
  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
    width: 100%;
    height: auto;
  }

  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image {
    
    
  }


.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af .shogun-image-content {
  
    align-items: center;
  
}

.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container {
      position: relative;
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image,
  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
    width: 100%;
    height: auto;
  }

  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image {
    
    
  }


.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af .shogun-image-content {
  
    align-items: center;
  
}

.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container {
      position: relative;
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image,
  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
    width: 100%;
    height: auto;
  }

  #s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image {
    
    
  }


.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af .shogun-image-content {
  
    align-items: center;
  
}

.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container {
      position: relative;
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16958ee2-5e69-4cd3-9f5a-50fcbe77c4af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-061f15f3-5307-4827-9c9e-1810f163d92c {
  max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image,
  #s-061f15f3-5307-4827-9c9e-1810f163d92c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-061f15f3-5307-4827-9c9e-1810f163d92c {
    width: 100%;
    height: auto;
  }

  #s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image {
    
    
  }


.s-061f15f3-5307-4827-9c9e-1810f163d92c .shogun-image-content {
  
    align-items: center;
  
}

.s-061f15f3-5307-4827-9c9e-1810f163d92c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-061f15f3-5307-4827-9c9e-1810f163d92c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container {
      position: relative;
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image,
  #s-061f15f3-5307-4827-9c9e-1810f163d92c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-061f15f3-5307-4827-9c9e-1810f163d92c {
    width: 100%;
    height: auto;
  }

  #s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image {
    
    
  }


.s-061f15f3-5307-4827-9c9e-1810f163d92c .shogun-image-content {
  
    align-items: center;
  
}

.s-061f15f3-5307-4827-9c9e-1810f163d92c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-061f15f3-5307-4827-9c9e-1810f163d92c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container {
      position: relative;
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image,
  #s-061f15f3-5307-4827-9c9e-1810f163d92c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-061f15f3-5307-4827-9c9e-1810f163d92c {
    width: 100%;
    height: auto;
  }

  #s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image {
    
    
  }


.s-061f15f3-5307-4827-9c9e-1810f163d92c .shogun-image-content {
  
    align-items: center;
  
}

.s-061f15f3-5307-4827-9c9e-1810f163d92c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-061f15f3-5307-4827-9c9e-1810f163d92c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container {
      position: relative;
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image,
  #s-061f15f3-5307-4827-9c9e-1810f163d92c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-061f15f3-5307-4827-9c9e-1810f163d92c {
    width: 100%;
    height: auto;
  }

  #s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image {
    
    
  }


.s-061f15f3-5307-4827-9c9e-1810f163d92c .shogun-image-content {
  
    align-items: center;
  
}

.s-061f15f3-5307-4827-9c9e-1810f163d92c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-061f15f3-5307-4827-9c9e-1810f163d92c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container {
      position: relative;
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image,
  #s-061f15f3-5307-4827-9c9e-1810f163d92c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-061f15f3-5307-4827-9c9e-1810f163d92c {
    width: 100%;
    height: auto;
  }

  #s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image {
    
    
  }


.s-061f15f3-5307-4827-9c9e-1810f163d92c .shogun-image-content {
  
    align-items: center;
  
}

.s-061f15f3-5307-4827-9c9e-1810f163d92c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-061f15f3-5307-4827-9c9e-1810f163d92c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container {
      position: relative;
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-061f15f3-5307-4827-9c9e-1810f163d92c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4e7da8e8-083f-432f-882f-69e6f30259df {
  max-width: 1181px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image,
  #s-4e7da8e8-083f-432f-882f-69e6f30259df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7da8e8-083f-432f-882f-69e6f30259df {
    width: 100%;
    height: auto;
  }

  #s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image {
    
    
  }


.s-4e7da8e8-083f-432f-882f-69e6f30259df .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7da8e8-083f-432f-882f-69e6f30259df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7da8e8-083f-432f-882f-69e6f30259df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container {
      position: relative;
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image,
  #s-4e7da8e8-083f-432f-882f-69e6f30259df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7da8e8-083f-432f-882f-69e6f30259df {
    width: 100%;
    height: auto;
  }

  #s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image {
    
    
  }


.s-4e7da8e8-083f-432f-882f-69e6f30259df .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7da8e8-083f-432f-882f-69e6f30259df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7da8e8-083f-432f-882f-69e6f30259df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container {
      position: relative;
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image,
  #s-4e7da8e8-083f-432f-882f-69e6f30259df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7da8e8-083f-432f-882f-69e6f30259df {
    width: 100%;
    height: auto;
  }

  #s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image {
    
    
  }


.s-4e7da8e8-083f-432f-882f-69e6f30259df .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7da8e8-083f-432f-882f-69e6f30259df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7da8e8-083f-432f-882f-69e6f30259df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container {
      position: relative;
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image,
  #s-4e7da8e8-083f-432f-882f-69e6f30259df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7da8e8-083f-432f-882f-69e6f30259df {
    width: 100%;
    height: auto;
  }

  #s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image {
    
    
  }


.s-4e7da8e8-083f-432f-882f-69e6f30259df .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7da8e8-083f-432f-882f-69e6f30259df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7da8e8-083f-432f-882f-69e6f30259df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container {
      position: relative;
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image,
  #s-4e7da8e8-083f-432f-882f-69e6f30259df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7da8e8-083f-432f-882f-69e6f30259df {
    width: 100%;
    height: auto;
  }

  #s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image {
    
    
  }


.s-4e7da8e8-083f-432f-882f-69e6f30259df .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7da8e8-083f-432f-882f-69e6f30259df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7da8e8-083f-432f-882f-69e6f30259df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container {
      position: relative;
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7da8e8-083f-432f-882f-69e6f30259df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-43c2c740-3773-4907-9ce8-8e6d01ebcc2f {
  min-height: 50px;
}








#s-43c2c740-3773-4907-9ce8-8e6d01ebcc2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43c2c740-3773-4907-9ce8-8e6d01ebcc2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef76414c-bfe1-4af5-adfb-19164ba989ee {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef76414c-bfe1-4af5-adfb-19164ba989ee {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-ef76414c-bfe1-4af5-adfb-19164ba989ee {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-ef76414c-bfe1-4af5-adfb-19164ba989ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef76414c-bfe1-4af5-adfb-19164ba989ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ef76414c-bfe1-4af5-adfb-19164ba989ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef76414c-bfe1-4af5-adfb-19164ba989ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-71d43613-15a2-4e68-85fa-8826173adcf8 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-71d43613-15a2-4e68-85fa-8826173adcf8 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-71d43613-15a2-4e68-85fa-8826173adcf8 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}
}




  #s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image,
  #s-71d43613-15a2-4e68-85fa-8826173adcf8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71d43613-15a2-4e68-85fa-8826173adcf8 {
    width: 100%;
    height: auto;
  }

  #s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image {
    
    
  }


.s-71d43613-15a2-4e68-85fa-8826173adcf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-71d43613-15a2-4e68-85fa-8826173adcf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71d43613-15a2-4e68-85fa-8826173adcf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container {
      position: relative;
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image,
  #s-71d43613-15a2-4e68-85fa-8826173adcf8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71d43613-15a2-4e68-85fa-8826173adcf8 {
    width: 100%;
    height: auto;
  }

  #s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image {
    
    
  }


.s-71d43613-15a2-4e68-85fa-8826173adcf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-71d43613-15a2-4e68-85fa-8826173adcf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71d43613-15a2-4e68-85fa-8826173adcf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container {
      position: relative;
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image,
  #s-71d43613-15a2-4e68-85fa-8826173adcf8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71d43613-15a2-4e68-85fa-8826173adcf8 {
    width: 100%;
    height: auto;
  }

  #s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image {
    
    
  }


.s-71d43613-15a2-4e68-85fa-8826173adcf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-71d43613-15a2-4e68-85fa-8826173adcf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71d43613-15a2-4e68-85fa-8826173adcf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container {
      position: relative;
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image,
  #s-71d43613-15a2-4e68-85fa-8826173adcf8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71d43613-15a2-4e68-85fa-8826173adcf8 {
    width: 100%;
    height: auto;
  }

  #s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image {
    
    
  }


.s-71d43613-15a2-4e68-85fa-8826173adcf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-71d43613-15a2-4e68-85fa-8826173adcf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71d43613-15a2-4e68-85fa-8826173adcf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container {
      position: relative;
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image,
  #s-71d43613-15a2-4e68-85fa-8826173adcf8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71d43613-15a2-4e68-85fa-8826173adcf8 {
    width: 100%;
    height: auto;
  }

  #s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image {
    
    
  }


.s-71d43613-15a2-4e68-85fa-8826173adcf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-71d43613-15a2-4e68-85fa-8826173adcf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71d43613-15a2-4e68-85fa-8826173adcf8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container {
      position: relative;
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71d43613-15a2-4e68-85fa-8826173adcf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
  margin-left: 10px;
margin-right: 10px;
}
}




  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image,
  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
    width: 100%;
    height: auto;
  }

  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image {
    
    
  }


.s-3ab0ce41-5b26-44cc-9315-69730a7392f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container {
      position: relative;
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image,
  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
    width: 100%;
    height: auto;
  }

  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image {
    
    
  }


.s-3ab0ce41-5b26-44cc-9315-69730a7392f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container {
      position: relative;
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image,
  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
    width: 100%;
    height: auto;
  }

  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image {
    
    
  }


.s-3ab0ce41-5b26-44cc-9315-69730a7392f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container {
      position: relative;
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image,
  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
    width: 100%;
    height: auto;
  }

  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image {
    
    
  }


.s-3ab0ce41-5b26-44cc-9315-69730a7392f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container {
      position: relative;
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image,
  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
    width: 100%;
    height: auto;
  }

  #s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image {
    
    
  }


.s-3ab0ce41-5b26-44cc-9315-69730a7392f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container {
      position: relative;
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ab0ce41-5b26-44cc-9315-69730a7392f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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-lazyload-bg-image {
  display: none;
}

.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 {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
