.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-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
background-position: center top;
}
@media (min-width: 1200px){#s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc {
  display: unset;
}
#s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc, #wrap-s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc {
  display: unset;
}
#s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc, #wrap-s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc { display: unset !important; }}@media (max-width: 767px){#s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc {
  display: unset;
}
#s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc, #wrap-s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc { display: unset !important; }}
#s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc {
  background-image: url(https://i.shgcdn.com/7971fc0f-eef8-46dd-9c7a-507228501a03/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e9cfd33-6439-4e28-b38c-3bbcf7e64ecc.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-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
  margin-top: 60px;
margin-bottom: 40px;
max-width: 1160px;
aspect-ratio: 1612/78;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shg-image-content-wrapper {
      aspect-ratio: 1612/78;
      min-width: 100%;
      height: auto;
    }

    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shogun-image-link {
      aspect-ratio: 1612/78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
    width: 100%;
    height: auto;
  }

  #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image {
    
    
  }


.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
      --shg-aspect-ratio: calc(1612/78); 
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container {
      position: relative;
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shg-image-content-wrapper {
      aspect-ratio: 1612/78;
      min-width: 100%;
      height: auto;
    }

    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shogun-image-link {
      aspect-ratio: 1612/78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
    width: 100%;
    height: auto;
  }

  #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image {
    
    
  }


.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
      --shg-aspect-ratio: calc(1612/78); 
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container {
      position: relative;
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shg-image-content-wrapper {
      aspect-ratio: 1612/78;
      min-width: 100%;
      height: auto;
    }

    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shogun-image-link {
      aspect-ratio: 1612/78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
    width: 100%;
    height: auto;
  }

  #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image {
    
    
  }


.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
      --shg-aspect-ratio: calc(1612/78); 
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container {
      position: relative;
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shg-image-content-wrapper {
      aspect-ratio: 1612/78;
      min-width: 100%;
      height: auto;
    }

    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shogun-image-link {
      aspect-ratio: 1612/78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
    width: 100%;
    height: auto;
  }

  #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image {
    
    
  }


.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
      --shg-aspect-ratio: calc(1612/78); 
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container {
      position: relative;
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shg-image-content-wrapper {
      aspect-ratio: 1612/78;
      min-width: 100%;
      height: auto;
    }

    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shogun-image-link {
      aspect-ratio: 1612/78;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
    width: 100%;
    height: auto;
  }

  #s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image {
    
    
  }


.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d {
      --shg-aspect-ratio: calc(1612/78); 
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container {
      position: relative;
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6e03ac5-906c-40d5-adb6-d1c01017cf5d 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-4dbad352-c0a4-4b93-8460-c7e694bdd5f8 {
  margin-left: 14%;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-4dbad352-c0a4-4b93-8460-c7e694bdd5f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dbad352-c0a4-4b93-8460-c7e694bdd5f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4dbad352-c0a4-4b93-8460-c7e694bdd5f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dbad352-c0a4-4b93-8460-c7e694bdd5f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
  max-width: 580px;
aspect-ratio: 827/971;
text-align: center;
}
@media (max-width: 767px){#s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
  margin-bottom: 25px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shg-image-content-wrapper {
      aspect-ratio: 827/971;
      min-width: 100%;
      height: auto;
    }

    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shogun-image-link {
      aspect-ratio: 827/971;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
    width: 100%;
    height: auto;
  }

  #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image {
    
    
  }


.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
      --shg-aspect-ratio: calc(827/971); 
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container {
      position: relative;
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shg-image-content-wrapper {
      aspect-ratio: 827/971;
      min-width: 100%;
      height: auto;
    }

    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shogun-image-link {
      aspect-ratio: 827/971;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
    width: 100%;
    height: auto;
  }

  #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image {
    
    
  }


.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
      --shg-aspect-ratio: calc(827/971); 
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container {
      position: relative;
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shg-image-content-wrapper {
      aspect-ratio: 827/971;
      min-width: 100%;
      height: auto;
    }

    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shogun-image-link {
      aspect-ratio: 827/971;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
    width: 100%;
    height: auto;
  }

  #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image {
    
    
  }


.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
      --shg-aspect-ratio: calc(827/971); 
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container {
      position: relative;
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shg-image-content-wrapper {
      aspect-ratio: 827/971;
      min-width: 100%;
      height: auto;
    }

    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shogun-image-link {
      aspect-ratio: 827/971;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
    width: 100%;
    height: auto;
  }

  #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image {
    
    
  }


.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
      --shg-aspect-ratio: calc(827/971); 
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container {
      position: relative;
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shg-image-content-wrapper {
      aspect-ratio: 827/971;
      min-width: 100%;
      height: auto;
    }

    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shogun-image-link {
      aspect-ratio: 827/971;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
    width: 100%;
    height: auto;
  }

  #s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image {
    
    
  }


.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 {
      --shg-aspect-ratio: calc(827/971); 
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container {
      position: relative;
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-609fa9b9-bdbe-4b47-bce3-90759ab537f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
  max-width: 520px;
aspect-ratio: 2/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
    width: 100%;
    height: auto;
  }

  #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image {
    
    
  }


.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container {
      position: relative;
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
    width: 100%;
    height: auto;
  }

  #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image {
    
    
  }


.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container {
      position: relative;
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
    width: 100%;
    height: auto;
  }

  #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image {
    
    
  }


.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container {
      position: relative;
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
    width: 100%;
    height: auto;
  }

  #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image {
    
    
  }


.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container {
      position: relative;
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
    width: 100%;
    height: auto;
  }

  #s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image {
    
    
  }


.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container {
      position: relative;
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ffbcffb-c67b-4524-8e39-47436fe3fa08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a4bcf15f-9d31-46b7-b8f9-94ac68713d89 {
  min-height: 50px;
}








#s-a4bcf15f-9d31-46b7-b8f9-94ac68713d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4bcf15f-9d31-46b7-b8f9-94ac68713d89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c003a9b-b020-45aa-89a1-e35c947df720 {
  margin-left: 17%;
margin-right: 14%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-6c003a9b-b020-45aa-89a1-e35c947df720"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c003a9b-b020-45aa-89a1-e35c947df720"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c003a9b-b020-45aa-89a1-e35c947df720"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c003a9b-b020-45aa-89a1-e35c947df720"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 460px;
aspect-ratio: 670/834;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shg-image-content-wrapper {
      aspect-ratio: 670/834;
      min-width: 100%;
      height: auto;
    }

    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shogun-image-link {
      aspect-ratio: 670/834;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
    width: 100%;
    height: auto;
  }

  #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image {
    
    
  }


.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
      --shg-aspect-ratio: calc(670/834); 
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container {
      position: relative;
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shg-image-content-wrapper {
      aspect-ratio: 670/834;
      min-width: 100%;
      height: auto;
    }

    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shogun-image-link {
      aspect-ratio: 670/834;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
    width: 100%;
    height: auto;
  }

  #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image {
    
    
  }


.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
      --shg-aspect-ratio: calc(670/834); 
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container {
      position: relative;
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shg-image-content-wrapper {
      aspect-ratio: 670/834;
      min-width: 100%;
      height: auto;
    }

    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shogun-image-link {
      aspect-ratio: 670/834;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
    width: 100%;
    height: auto;
  }

  #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image {
    
    
  }


.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
      --shg-aspect-ratio: calc(670/834); 
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container {
      position: relative;
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shg-image-content-wrapper {
      aspect-ratio: 670/834;
      min-width: 100%;
      height: auto;
    }

    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shogun-image-link {
      aspect-ratio: 670/834;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
    width: 100%;
    height: auto;
  }

  #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image {
    
    
  }


.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
      --shg-aspect-ratio: calc(670/834); 
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container {
      position: relative;
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shg-image-content-wrapper {
      aspect-ratio: 670/834;
      min-width: 100%;
      height: auto;
    }

    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shogun-image-link {
      aspect-ratio: 670/834;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
    width: 100%;
    height: auto;
  }

  #s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image {
    
    
  }


.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 {
      --shg-aspect-ratio: calc(670/834); 
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container {
      position: relative;
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b13d924-bc9a-463d-ac81-ba1f0b68cdb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

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

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

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

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

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

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

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

#s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3-root {
    text-align: center;
  }


#s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Helvetica LT Std BlkCond;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3-root {
    text-align: center;
  }


#s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Helvetica LT Std BlkCond;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3-root {
    text-align: center;
  }


#s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Helvetica LT Std BlkCond;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3-root {
    text-align: center;
  }


#s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Helvetica LT Std BlkCond;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3-root {
    text-align: center;
  }


#s-d5c07f01-9b02-4347-86f9-4ba4ad8090a3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Helvetica LT Std BlkCond;
  display:  inline-block ;
}
}
#s-7e84c15e-25dd-450a-9370-df14b042a118 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 460px;
aspect-ratio: 672/838;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shg-image-content-wrapper {
      aspect-ratio: 672/838;
      min-width: 100%;
      height: auto;
    }

    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shogun-image-link {
      aspect-ratio: 672/838;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7e84c15e-25dd-450a-9370-df14b042a118 {
    width: 100%;
    height: auto;
  }

  #s-7e84c15e-25dd-450a-9370-df14b042a118 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image {
    
    
  }


.s-7e84c15e-25dd-450a-9370-df14b042a118 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e84c15e-25dd-450a-9370-df14b042a118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e84c15e-25dd-450a-9370-df14b042a118 {
      --shg-aspect-ratio: calc(672/838); 
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container {
      position: relative;
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shg-image-content-wrapper {
      aspect-ratio: 672/838;
      min-width: 100%;
      height: auto;
    }

    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shogun-image-link {
      aspect-ratio: 672/838;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7e84c15e-25dd-450a-9370-df14b042a118 {
    width: 100%;
    height: auto;
  }

  #s-7e84c15e-25dd-450a-9370-df14b042a118 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image {
    
    
  }


.s-7e84c15e-25dd-450a-9370-df14b042a118 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e84c15e-25dd-450a-9370-df14b042a118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e84c15e-25dd-450a-9370-df14b042a118 {
      --shg-aspect-ratio: calc(672/838); 
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container {
      position: relative;
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shg-image-content-wrapper {
      aspect-ratio: 672/838;
      min-width: 100%;
      height: auto;
    }

    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shogun-image-link {
      aspect-ratio: 672/838;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7e84c15e-25dd-450a-9370-df14b042a118 {
    width: 100%;
    height: auto;
  }

  #s-7e84c15e-25dd-450a-9370-df14b042a118 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image {
    
    
  }


.s-7e84c15e-25dd-450a-9370-df14b042a118 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e84c15e-25dd-450a-9370-df14b042a118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e84c15e-25dd-450a-9370-df14b042a118 {
      --shg-aspect-ratio: calc(672/838); 
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container {
      position: relative;
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shg-image-content-wrapper {
      aspect-ratio: 672/838;
      min-width: 100%;
      height: auto;
    }

    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shogun-image-link {
      aspect-ratio: 672/838;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7e84c15e-25dd-450a-9370-df14b042a118 {
    width: 100%;
    height: auto;
  }

  #s-7e84c15e-25dd-450a-9370-df14b042a118 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image {
    
    
  }


.s-7e84c15e-25dd-450a-9370-df14b042a118 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e84c15e-25dd-450a-9370-df14b042a118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e84c15e-25dd-450a-9370-df14b042a118 {
      --shg-aspect-ratio: calc(672/838); 
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container {
      position: relative;
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shg-image-content-wrapper {
      aspect-ratio: 672/838;
      min-width: 100%;
      height: auto;
    }

    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shogun-image-link {
      aspect-ratio: 672/838;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e84c15e-25dd-450a-9370-df14b042a118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7e84c15e-25dd-450a-9370-df14b042a118 {
    width: 100%;
    height: auto;
  }

  #s-7e84c15e-25dd-450a-9370-df14b042a118 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image {
    
    
  }


.s-7e84c15e-25dd-450a-9370-df14b042a118 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e84c15e-25dd-450a-9370-df14b042a118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e84c15e-25dd-450a-9370-df14b042a118 {
      --shg-aspect-ratio: calc(672/838); 
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container {
      position: relative;
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e84c15e-25dd-450a-9370-df14b042a118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ea41488b-68f3-4bc2-94c2-b85ed1933973 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 13px;
padding-bottom: 10px;
padding-right: 13px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ea41488b-68f3-4bc2-94c2-b85ed1933973:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea41488b-68f3-4bc2-94c2-b85ed1933973:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea41488b-68f3-4bc2-94c2-b85ed1933973-root {
    text-align: center;
  }


#s-ea41488b-68f3-4bc2-94c2-b85ed1933973.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Helvetica LT Std BlkCond;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea41488b-68f3-4bc2-94c2-b85ed1933973-root {
    text-align: center;
  }


#s-ea41488b-68f3-4bc2-94c2-b85ed1933973.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Helvetica LT Std BlkCond;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea41488b-68f3-4bc2-94c2-b85ed1933973-root {
    text-align: center;
  }


#s-ea41488b-68f3-4bc2-94c2-b85ed1933973.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Helvetica LT Std BlkCond;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea41488b-68f3-4bc2-94c2-b85ed1933973-root {
    text-align: center;
  }


#s-ea41488b-68f3-4bc2-94c2-b85ed1933973.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Helvetica LT Std BlkCond;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea41488b-68f3-4bc2-94c2-b85ed1933973-root {
    text-align: center;
  }


#s-ea41488b-68f3-4bc2-94c2-b85ed1933973.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Helvetica LT Std BlkCond;
  display:  inline-block ;
}
}
#s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
  margin-top: 30px;
margin-bottom: 40px;
max-width: 720px;
aspect-ratio: 1770/337;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shg-image-content-wrapper {
      aspect-ratio: 1770/337;
      min-width: 100%;
      height: auto;
    }

    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shogun-image-link {
      aspect-ratio: 1770/337;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
    width: 100%;
    height: auto;
  }

  #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image {
    
    
  }


.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
      --shg-aspect-ratio: calc(1770/337); 
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container {
      position: relative;
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shg-image-content-wrapper {
      aspect-ratio: 1770/337;
      min-width: 100%;
      height: auto;
    }

    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shogun-image-link {
      aspect-ratio: 1770/337;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
    width: 100%;
    height: auto;
  }

  #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image {
    
    
  }


.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
      --shg-aspect-ratio: calc(1770/337); 
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container {
      position: relative;
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shg-image-content-wrapper {
      aspect-ratio: 1770/337;
      min-width: 100%;
      height: auto;
    }

    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shogun-image-link {
      aspect-ratio: 1770/337;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
    width: 100%;
    height: auto;
  }

  #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image {
    
    
  }


.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
      --shg-aspect-ratio: calc(1770/337); 
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container {
      position: relative;
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shg-image-content-wrapper {
      aspect-ratio: 1770/337;
      min-width: 100%;
      height: auto;
    }

    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shogun-image-link {
      aspect-ratio: 1770/337;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
    width: 100%;
    height: auto;
  }

  #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image {
    
    
  }


.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
      --shg-aspect-ratio: calc(1770/337); 
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container {
      position: relative;
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shg-image-content-wrapper {
      aspect-ratio: 1770/337;
      min-width: 100%;
      height: auto;
    }

    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shogun-image-link {
      aspect-ratio: 1770/337;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
    width: 100%;
    height: auto;
  }

  #s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image {
    
    
  }


.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 {
      --shg-aspect-ratio: calc(1770/337); 
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container {
      position: relative;
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f5680c5-c3d7-4d61-a7a1-0923e2366634 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-838cea7c-718d-4281-9ec4-ab9d9612eaac {
  margin-left: -20%;
margin-right: -20%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(43, 43, 43, 1);
}
@media (max-width: 767px){#s-838cea7c-718d-4281-9ec4-ab9d9612eaac {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-838cea7c-718d-4281-9ec4-ab9d9612eaac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-838cea7c-718d-4281-9ec4-ab9d9612eaac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbe5841a-e142-4b3d-8003-b3bac9cc2437 {
  margin-top: 30px;
margin-left: 23%;
margin-bottom: 50px;
margin-right: 23%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}
@media (max-width: 767px){#s-dbe5841a-e142-4b3d-8003-b3bac9cc2437 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-dbe5841a-e142-4b3d-8003-b3bac9cc2437"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbe5841a-e142-4b3d-8003-b3bac9cc2437"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-dbe5841a-e142-4b3d-8003-b3bac9cc2437"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbe5841a-e142-4b3d-8003-b3bac9cc2437"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
  max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
  margin-bottom: 25px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
    width: 100%;
    height: auto;
  }

  #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image {
    
    
  }


.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shogun-image-content {
  
    align-items: center;
  
}

.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container {
      position: relative;
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
    width: 100%;
    height: auto;
  }

  #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image {
    
    
  }


.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shogun-image-content {
  
    align-items: center;
  
}

.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container {
      position: relative;
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
    width: 100%;
    height: auto;
  }

  #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image {
    
    
  }


.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shogun-image-content {
  
    align-items: center;
  
}

.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container {
      position: relative;
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
    width: 100%;
    height: auto;
  }

  #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image {
    
    
  }


.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shogun-image-content {
  
    align-items: center;
  
}

.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container {
      position: relative;
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
    width: 100%;
    height: auto;
  }

  #s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image {
    
    
  }


.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 .shogun-image-content {
  
    align-items: center;
  
}

.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container {
      position: relative;
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37d58e9a-ddea-4dd3-b47c-b5da49aaf682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
  max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
    width: 100%;
    height: auto;
  }

  #s-0dbf5d31-90e1-4f57-b16d-84024837f613 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image {
    
    
  }


.s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container {
      position: relative;
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
    width: 100%;
    height: auto;
  }

  #s-0dbf5d31-90e1-4f57-b16d-84024837f613 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image {
    
    
  }


.s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container {
      position: relative;
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
    width: 100%;
    height: auto;
  }

  #s-0dbf5d31-90e1-4f57-b16d-84024837f613 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image {
    
    
  }


.s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container {
      position: relative;
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
    width: 100%;
    height: auto;
  }

  #s-0dbf5d31-90e1-4f57-b16d-84024837f613 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image {
    
    
  }


.s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container {
      position: relative;
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
    width: 100%;
    height: auto;
  }

  #s-0dbf5d31-90e1-4f57-b16d-84024837f613 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image {
    
    
  }


.s-0dbf5d31-90e1-4f57-b16d-84024837f613 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dbf5d31-90e1-4f57-b16d-84024837f613 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container {
      position: relative;
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dbf5d31-90e1-4f57-b16d-84024837f613 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bea79433-fa14-4aa5-8ff0-8f81edbef90e {
  margin-top: 30px;
margin-left: 23%;
margin-bottom: 30px;
margin-right: 23%;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-bea79433-fa14-4aa5-8ff0-8f81edbef90e {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-bea79433-fa14-4aa5-8ff0-8f81edbef90e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bea79433-fa14-4aa5-8ff0-8f81edbef90e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bea79433-fa14-4aa5-8ff0-8f81edbef90e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bea79433-fa14-4aa5-8ff0-8f81edbef90e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
  max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
  margin-bottom: 25px;
}
}




  @supports  (aspect-ratio: 1/1) {
    
    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
    width: 100%;
    height: auto;
  }

  #s-16b8e761-f027-4ccf-9a91-22c2681a63bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image {
    
    
  }


.s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shogun-image-content {
  
    align-items: center;
  
}

.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container {
      position: relative;
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
    width: 100%;
    height: auto;
  }

  #s-16b8e761-f027-4ccf-9a91-22c2681a63bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image {
    
    
  }


.s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shogun-image-content {
  
    align-items: center;
  
}

.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container {
      position: relative;
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
    width: 100%;
    height: auto;
  }

  #s-16b8e761-f027-4ccf-9a91-22c2681a63bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image {
    
    
  }


.s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shogun-image-content {
  
    align-items: center;
  
}

.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container {
      position: relative;
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
    width: 100%;
    height: auto;
  }

  #s-16b8e761-f027-4ccf-9a91-22c2681a63bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image {
    
    
  }


.s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shogun-image-content {
  
    align-items: center;
  
}

.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container {
      position: relative;
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
    width: 100%;
    height: auto;
  }

  #s-16b8e761-f027-4ccf-9a91-22c2681a63bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image {
    
    
  }


.s-16b8e761-f027-4ccf-9a91-22c2681a63bd .shogun-image-content {
  
    align-items: center;
  
}

.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container {
      position: relative;
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16b8e761-f027-4ccf-9a91-22c2681a63bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-928293c6-e565-4959-9bef-6896626f2399 {
  max-width: 640px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-928293c6-e565-4959-9bef-6896626f2399 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-928293c6-e565-4959-9bef-6896626f2399 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-928293c6-e565-4959-9bef-6896626f2399 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-928293c6-e565-4959-9bef-6896626f2399 {
    width: 100%;
    height: auto;
  }

  #s-928293c6-e565-4959-9bef-6896626f2399 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-928293c6-e565-4959-9bef-6896626f2399.shogun-image {
    
    
  }


.s-928293c6-e565-4959-9bef-6896626f2399 .shogun-image-content {
  
    align-items: center;
  
}

.s-928293c6-e565-4959-9bef-6896626f2399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-928293c6-e565-4959-9bef-6896626f2399.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-928293c6-e565-4959-9bef-6896626f2399 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container {
      position: relative;
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-928293c6-e565-4959-9bef-6896626f2399 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-928293c6-e565-4959-9bef-6896626f2399 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-928293c6-e565-4959-9bef-6896626f2399 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-928293c6-e565-4959-9bef-6896626f2399 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-928293c6-e565-4959-9bef-6896626f2399 {
    width: 100%;
    height: auto;
  }

  #s-928293c6-e565-4959-9bef-6896626f2399 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-928293c6-e565-4959-9bef-6896626f2399.shogun-image {
    
    
  }


.s-928293c6-e565-4959-9bef-6896626f2399 .shogun-image-content {
  
    align-items: center;
  
}

.s-928293c6-e565-4959-9bef-6896626f2399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-928293c6-e565-4959-9bef-6896626f2399.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-928293c6-e565-4959-9bef-6896626f2399 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container {
      position: relative;
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-928293c6-e565-4959-9bef-6896626f2399 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-928293c6-e565-4959-9bef-6896626f2399 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-928293c6-e565-4959-9bef-6896626f2399 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-928293c6-e565-4959-9bef-6896626f2399 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-928293c6-e565-4959-9bef-6896626f2399 {
    width: 100%;
    height: auto;
  }

  #s-928293c6-e565-4959-9bef-6896626f2399 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-928293c6-e565-4959-9bef-6896626f2399.shogun-image {
    
    
  }


.s-928293c6-e565-4959-9bef-6896626f2399 .shogun-image-content {
  
    align-items: center;
  
}

.s-928293c6-e565-4959-9bef-6896626f2399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-928293c6-e565-4959-9bef-6896626f2399.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-928293c6-e565-4959-9bef-6896626f2399 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container {
      position: relative;
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-928293c6-e565-4959-9bef-6896626f2399 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-928293c6-e565-4959-9bef-6896626f2399 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-928293c6-e565-4959-9bef-6896626f2399 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-928293c6-e565-4959-9bef-6896626f2399 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-928293c6-e565-4959-9bef-6896626f2399 {
    width: 100%;
    height: auto;
  }

  #s-928293c6-e565-4959-9bef-6896626f2399 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-928293c6-e565-4959-9bef-6896626f2399.shogun-image {
    
    
  }


.s-928293c6-e565-4959-9bef-6896626f2399 .shogun-image-content {
  
    align-items: center;
  
}

.s-928293c6-e565-4959-9bef-6896626f2399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-928293c6-e565-4959-9bef-6896626f2399.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-928293c6-e565-4959-9bef-6896626f2399 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container {
      position: relative;
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-928293c6-e565-4959-9bef-6896626f2399 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-928293c6-e565-4959-9bef-6896626f2399 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-928293c6-e565-4959-9bef-6896626f2399 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-928293c6-e565-4959-9bef-6896626f2399 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-928293c6-e565-4959-9bef-6896626f2399 {
    width: 100%;
    height: auto;
  }

  #s-928293c6-e565-4959-9bef-6896626f2399 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-928293c6-e565-4959-9bef-6896626f2399.shogun-image {
    
    
  }


.s-928293c6-e565-4959-9bef-6896626f2399 .shogun-image-content {
  
    align-items: center;
  
}

.s-928293c6-e565-4959-9bef-6896626f2399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-928293c6-e565-4959-9bef-6896626f2399.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-928293c6-e565-4959-9bef-6896626f2399 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container {
      position: relative;
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-928293c6-e565-4959-9bef-6896626f2399.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-928293c6-e565-4959-9bef-6896626f2399 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
  margin-top: 40px;
margin-bottom: 20px;
max-width: 640px;
aspect-ratio: 1649/624;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shg-image-content-wrapper {
      aspect-ratio: 1649/624;
      min-width: 100%;
      height: auto;
    }

    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shogun-image-link {
      aspect-ratio: 1649/624;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
    width: 100%;
    height: auto;
  }

  #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image {
    
    
  }


.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
      --shg-aspect-ratio: calc(1649/624); 
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container {
      position: relative;
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shg-image-content-wrapper {
      aspect-ratio: 1649/624;
      min-width: 100%;
      height: auto;
    }

    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shogun-image-link {
      aspect-ratio: 1649/624;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
    width: 100%;
    height: auto;
  }

  #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image {
    
    
  }


.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
      --shg-aspect-ratio: calc(1649/624); 
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container {
      position: relative;
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shg-image-content-wrapper {
      aspect-ratio: 1649/624;
      min-width: 100%;
      height: auto;
    }

    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shogun-image-link {
      aspect-ratio: 1649/624;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
    width: 100%;
    height: auto;
  }

  #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image {
    
    
  }


.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
      --shg-aspect-ratio: calc(1649/624); 
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container {
      position: relative;
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shg-image-content-wrapper {
      aspect-ratio: 1649/624;
      min-width: 100%;
      height: auto;
    }

    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shogun-image-link {
      aspect-ratio: 1649/624;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
    width: 100%;
    height: auto;
  }

  #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image {
    
    
  }


.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
      --shg-aspect-ratio: calc(1649/624); 
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container {
      position: relative;
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shg-image-content-wrapper {
      aspect-ratio: 1649/624;
      min-width: 100%;
      height: auto;
    }

    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shogun-image-link {
      aspect-ratio: 1649/624;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
    width: 100%;
    height: auto;
  }

  #s-51cd65f7-aabb-44bb-847c-748d77a1c7fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image {
    
    
  }


.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe .shogun-image-content {
  
    align-items: center;
  
}

.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe {
      --shg-aspect-ratio: calc(1649/624); 
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container {
      position: relative;
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51cd65f7-aabb-44bb-847c-748d77a1c7fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-98d4e4e9-f326-4679-9e63-c38bd10e34ab {
  margin-top: 40px;
margin-left: 20%;
margin-bottom: 40px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-98d4e4e9-f326-4679-9e63-c38bd10e34ab {
  display: none;
}
#s-98d4e4e9-f326-4679-9e63-c38bd10e34ab, #wrap-s-98d4e4e9-f326-4679-9e63-c38bd10e34ab { display: none !important; }}@media (max-width: 767px){#s-98d4e4e9-f326-4679-9e63-c38bd10e34ab {
  display: none;
}
#s-98d4e4e9-f326-4679-9e63-c38bd10e34ab, #wrap-s-98d4e4e9-f326-4679-9e63-c38bd10e34ab { display: none !important; }}
#s-c7c68935-bd6e-4702-a4b8-ed233588585b {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 40px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-c7c68935-bd6e-4702-a4b8-ed233588585b {
  display: none;
}
#s-c7c68935-bd6e-4702-a4b8-ed233588585b, #wrap-s-c7c68935-bd6e-4702-a4b8-ed233588585b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7c68935-bd6e-4702-a4b8-ed233588585b {
  display: none;
}
#s-c7c68935-bd6e-4702-a4b8-ed233588585b, #wrap-s-c7c68935-bd6e-4702-a4b8-ed233588585b { display: none !important; }}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf {
  display: none;
}
#s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf, #wrap-s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf {
  display: none;
}
#s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf, #wrap-s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf {
  display: none;
}
#s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf, #wrap-s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf { display: none !important; }}@media (max-width: 767px){#s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf {
  display: none;
}
#s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf, #wrap-s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf { display: none !important; }}
#s-9d9dd77e-4db7-4d6b-afa7-645e9ded93bf .shogun-heading-component h1 {
  color: rgba(240, 242, 245, 1);
  font-weight:  900 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.25em;
  letter-spacing: -2px;
  text-align: center;
}



#s-289bd10c-22d4-4f25-be65-7ce1d7629cd2 {
  text-align: left;
}
@media (min-width: 1200px){#s-289bd10c-22d4-4f25-be65-7ce1d7629cd2 {
  display: none;
}
#s-289bd10c-22d4-4f25-be65-7ce1d7629cd2, #wrap-s-289bd10c-22d4-4f25-be65-7ce1d7629cd2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-289bd10c-22d4-4f25-be65-7ce1d7629cd2 {
  display: none;
}
#s-289bd10c-22d4-4f25-be65-7ce1d7629cd2, #wrap-s-289bd10c-22d4-4f25-be65-7ce1d7629cd2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-289bd10c-22d4-4f25-be65-7ce1d7629cd2 {
  display: none;
}
#s-289bd10c-22d4-4f25-be65-7ce1d7629cd2, #wrap-s-289bd10c-22d4-4f25-be65-7ce1d7629cd2 { display: none !important; }}@media (max-width: 767px){#s-289bd10c-22d4-4f25-be65-7ce1d7629cd2 {
  display: none;
}
#s-289bd10c-22d4-4f25-be65-7ce1d7629cd2, #wrap-s-289bd10c-22d4-4f25-be65-7ce1d7629cd2 { display: none !important; }}
#s-c3263983-633f-488c-8d9f-ee7d3645b9fe {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-c3263983-633f-488c-8d9f-ee7d3645b9fe {
  display: none;
}
#s-c3263983-633f-488c-8d9f-ee7d3645b9fe, #wrap-s-c3263983-633f-488c-8d9f-ee7d3645b9fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3263983-633f-488c-8d9f-ee7d3645b9fe {
  display: none;
}
#s-c3263983-633f-488c-8d9f-ee7d3645b9fe, #wrap-s-c3263983-633f-488c-8d9f-ee7d3645b9fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3263983-633f-488c-8d9f-ee7d3645b9fe {
  display: none;
}
#s-c3263983-633f-488c-8d9f-ee7d3645b9fe, #wrap-s-c3263983-633f-488c-8d9f-ee7d3645b9fe { display: none !important; }}@media (max-width: 767px){#s-c3263983-633f-488c-8d9f-ee7d3645b9fe {
  display: none;
}
#s-c3263983-633f-488c-8d9f-ee7d3645b9fe, #wrap-s-c3263983-633f-488c-8d9f-ee7d3645b9fe { display: none !important; }}
/*
  $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}
