.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-982927bd-d69f-44af-bf47-2050f6699b89 {
  margin-top: 10px;
margin-left: 40px;
margin-bottom: 10px;
margin-right: 40px;
min-height: 50px;
}








#s-982927bd-d69f-44af-bf47-2050f6699b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-982927bd-d69f-44af-bf47-2050f6699b89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
}

@media (min-width: 0px) {
[id="s-3c36abb9-eb74-4262-a432-5514ac988789"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c36abb9-eb74-4262-a432-5514ac988789"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3c36abb9-eb74-4262-a432-5514ac988789"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3c36abb9-eb74-4262-a432-5514ac988789"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3c36abb9-eb74-4262-a432-5514ac988789"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c36abb9-eb74-4262-a432-5514ac988789"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3c36abb9-eb74-4262-a432-5514ac988789"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

.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: ;
}

.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-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1440px;
aspect-ratio: 1440/720;
text-align: center;
}





  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image,
  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
    width: 100%;
    height: auto;
  }

  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image {
    
    
  }


.s-299351d6-0b58-46ba-a52b-1b03bcd4d935 .shogun-image-content {
  
    align-items: center;
  
}

.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shg-align-container {
  display: flex;
  justify-content: center
}

.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
      --shg-aspect-ratio: calc(1440/720); 
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container {
      position: relative;
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image,
  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
    width: 100%;
    height: auto;
  }

  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image {
    
    
  }


.s-299351d6-0b58-46ba-a52b-1b03bcd4d935 .shogun-image-content {
  
    align-items: center;
  
}

.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shg-align-container {
  display: flex;
  justify-content: center
}

.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
      --shg-aspect-ratio: calc(1440/720); 
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container {
      position: relative;
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image,
  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
    width: 100%;
    height: auto;
  }

  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image {
    
    
  }


.s-299351d6-0b58-46ba-a52b-1b03bcd4d935 .shogun-image-content {
  
    align-items: center;
  
}

.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shg-align-container {
  display: flex;
  justify-content: center
}

.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
      --shg-aspect-ratio: calc(1440/720); 
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container {
      position: relative;
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image,
  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
    width: 100%;
    height: auto;
  }

  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image {
    
    
  }


.s-299351d6-0b58-46ba-a52b-1b03bcd4d935 .shogun-image-content {
  
    align-items: center;
  
}

.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shg-align-container {
  display: flex;
  justify-content: center
}

.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
      --shg-aspect-ratio: calc(1440/720); 
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container {
      position: relative;
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image,
  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
    width: 100%;
    height: auto;
  }

  #s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image {
    
    
  }


.s-299351d6-0b58-46ba-a52b-1b03bcd4d935 .shogun-image-content {
  
    align-items: center;
  
}

.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shg-align-container {
  display: flex;
  justify-content: center
}

.s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935 {
      --shg-aspect-ratio: calc(1440/720); 
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container {
      position: relative;
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-299351d6-0b58-46ba-a52b-1b03bcd4d935 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-4a6dcd46-aa48-469e-8624-3b5a2511b4a4 hr {
  border-top: 2px solid #ddd;
}

#s-7f193b64-07b2-4434-aa4e-a9f3b67047f5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fb9b0011-05d0-4371-a868-24e9b46b0e0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb9b0011-05d0-4371-a868-24e9b46b0e0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb9b0011-05d0-4371-a868-24e9b46b0e0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fb9b0011-05d0-4371-a868-24e9b46b0e0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb9b0011-05d0-4371-a868-24e9b46b0e0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb9b0011-05d0-4371-a868-24e9b46b0e0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb9b0011-05d0-4371-a868-24e9b46b0e0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-273ecdec-e0ed-433c-8ca1-612c15154c81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-273ecdec-e0ed-433c-8ca1-612c15154c81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-273ecdec-e0ed-433c-8ca1-612c15154c81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-273ecdec-e0ed-433c-8ca1-612c15154c81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image,
  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
    width: 100%;
    height: auto;
  }

  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image {
    
    
  }


.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d .shogun-image-content {
  
    align-items: center;
  
}

.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container {
      position: relative;
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image,
  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
    width: 100%;
    height: auto;
  }

  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image {
    
    
  }


.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d .shogun-image-content {
  
    align-items: center;
  
}

.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container {
      position: relative;
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image,
  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
    width: 100%;
    height: auto;
  }

  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image {
    
    
  }


.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d .shogun-image-content {
  
    align-items: center;
  
}

.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container {
      position: relative;
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image,
  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
    width: 100%;
    height: auto;
  }

  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image {
    
    
  }


.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d .shogun-image-content {
  
    align-items: center;
  
}

.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container {
      position: relative;
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image,
  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
    width: 100%;
    height: auto;
  }

  #s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image {
    
    
  }


.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d .shogun-image-content {
  
    align-items: center;
  
}

.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container {
      position: relative;
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bac6e1d7-5bb0-4507-a5d9-6110723b718d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4fa899f3-1a6b-4486-a766-49bdab5f681f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
  max-width: 3573px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image,
  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
    width: 100%;
    height: auto;
  }

  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image {
    
    
  }


.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e .shogun-image-content {
  
    align-items: center;
  
}

.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container {
      position: relative;
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image,
  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
    width: 100%;
    height: auto;
  }

  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image {
    
    
  }


.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e .shogun-image-content {
  
    align-items: center;
  
}

.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container {
      position: relative;
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image,
  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
    width: 100%;
    height: auto;
  }

  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image {
    
    
  }


.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e .shogun-image-content {
  
    align-items: center;
  
}

.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container {
      position: relative;
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image,
  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
    width: 100%;
    height: auto;
  }

  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image {
    
    
  }


.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e .shogun-image-content {
  
    align-items: center;
  
}

.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container {
      position: relative;
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image,
  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
    width: 100%;
    height: auto;
  }

  #s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image {
    
    
  }


.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e .shogun-image-content {
  
    align-items: center;
  
}

.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container {
      position: relative;
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c751945-3d1a-4712-b18c-e08a4a3dc06e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-15ac6421-8f62-4e31-8b1b-58b1c33fc731 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8a6fa078-6f92-455e-8928-07746c5e5b2c hr {
  border-top: 2px solid #ddd;
}

#s-49ccb93c-0c1c-44c4-8c5f-eaa7680e3350 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-45e74f30-6088-44d0-b18e-e56351496db0 {
  max-width: 3604px;
aspect-ratio: 3604/1823;
text-align: center;
}





  #s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image,
  #s-45e74f30-6088-44d0-b18e-e56351496db0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45e74f30-6088-44d0-b18e-e56351496db0 {
    width: 100%;
    height: auto;
  }

  #s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image {
    
    
  }


.s-45e74f30-6088-44d0-b18e-e56351496db0 .shogun-image-content {
  
    align-items: center;
  
}

.s-45e74f30-6088-44d0-b18e-e56351496db0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45e74f30-6088-44d0-b18e-e56351496db0 {
      --shg-aspect-ratio: calc(3604/1823); 
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container {
      position: relative;
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image,
  #s-45e74f30-6088-44d0-b18e-e56351496db0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45e74f30-6088-44d0-b18e-e56351496db0 {
    width: 100%;
    height: auto;
  }

  #s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image {
    
    
  }


.s-45e74f30-6088-44d0-b18e-e56351496db0 .shogun-image-content {
  
    align-items: center;
  
}

.s-45e74f30-6088-44d0-b18e-e56351496db0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45e74f30-6088-44d0-b18e-e56351496db0 {
      --shg-aspect-ratio: calc(3604/1823); 
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container {
      position: relative;
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image,
  #s-45e74f30-6088-44d0-b18e-e56351496db0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45e74f30-6088-44d0-b18e-e56351496db0 {
    width: 100%;
    height: auto;
  }

  #s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image {
    
    
  }


.s-45e74f30-6088-44d0-b18e-e56351496db0 .shogun-image-content {
  
    align-items: center;
  
}

.s-45e74f30-6088-44d0-b18e-e56351496db0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45e74f30-6088-44d0-b18e-e56351496db0 {
      --shg-aspect-ratio: calc(3604/1823); 
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container {
      position: relative;
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image,
  #s-45e74f30-6088-44d0-b18e-e56351496db0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45e74f30-6088-44d0-b18e-e56351496db0 {
    width: 100%;
    height: auto;
  }

  #s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image {
    
    
  }


.s-45e74f30-6088-44d0-b18e-e56351496db0 .shogun-image-content {
  
    align-items: center;
  
}

.s-45e74f30-6088-44d0-b18e-e56351496db0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45e74f30-6088-44d0-b18e-e56351496db0 {
      --shg-aspect-ratio: calc(3604/1823); 
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container {
      position: relative;
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image,
  #s-45e74f30-6088-44d0-b18e-e56351496db0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45e74f30-6088-44d0-b18e-e56351496db0 {
    width: 100%;
    height: auto;
  }

  #s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image {
    
    
  }


.s-45e74f30-6088-44d0-b18e-e56351496db0 .shogun-image-content {
  
    align-items: center;
  
}

.s-45e74f30-6088-44d0-b18e-e56351496db0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45e74f30-6088-44d0-b18e-e56351496db0 {
      --shg-aspect-ratio: calc(3604/1823); 
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container {
      position: relative;
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45e74f30-6088-44d0-b18e-e56351496db0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cab4015b-4748-4093-aa88-5ea47ae4df68 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-248e0cfc-d4e4-4e95-b11c-d9051025b095 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-53b9d6d8-0cd5-46e0-994b-13810e766249"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53b9d6d8-0cd5-46e0-994b-13810e766249"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53b9d6d8-0cd5-46e0-994b-13810e766249"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53b9d6d8-0cd5-46e0-994b-13810e766249"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
  max-width: 870px;
aspect-ratio: 870/1080;
text-align: center;
}





  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image,
  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
    width: 100%;
    height: auto;
  }

  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image {
    
    
  }


.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
      --shg-aspect-ratio: calc(870/1080); 
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container {
      position: relative;
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image,
  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
    width: 100%;
    height: auto;
  }

  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image {
    
    
  }


.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
      --shg-aspect-ratio: calc(870/1080); 
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container {
      position: relative;
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image,
  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
    width: 100%;
    height: auto;
  }

  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image {
    
    
  }


.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
      --shg-aspect-ratio: calc(870/1080); 
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container {
      position: relative;
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image,
  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
    width: 100%;
    height: auto;
  }

  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image {
    
    
  }


.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
      --shg-aspect-ratio: calc(870/1080); 
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container {
      position: relative;
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image,
  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
    width: 100%;
    height: auto;
  }

  #s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image {
    
    
  }


.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f {
      --shg-aspect-ratio: calc(870/1080); 
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container {
      position: relative;
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1f7f7e6-afa6-4766-9cd6-bc0099c1735f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b999ffc0-a397-4b43-ab44-c5f0fa2faddd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
  max-width: 996px;
aspect-ratio: 996/1260;
text-align: center;
}





  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image,
  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
    width: 100%;
    height: auto;
  }

  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image {
    
    
  }


.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
      --shg-aspect-ratio: calc(996/1260); 
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container {
      position: relative;
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image,
  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
    width: 100%;
    height: auto;
  }

  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image {
    
    
  }


.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
      --shg-aspect-ratio: calc(996/1260); 
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container {
      position: relative;
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image,
  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
    width: 100%;
    height: auto;
  }

  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image {
    
    
  }


.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
      --shg-aspect-ratio: calc(996/1260); 
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container {
      position: relative;
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image,
  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
    width: 100%;
    height: auto;
  }

  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image {
    
    
  }


.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
      --shg-aspect-ratio: calc(996/1260); 
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container {
      position: relative;
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image,
  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
    width: 100%;
    height: auto;
  }

  #s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image {
    
    
  }


.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 {
      --shg-aspect-ratio: calc(996/1260); 
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container {
      position: relative;
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1b183a-b8d2-4dbd-8655-cd45772e8fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c8d86048-052d-418d-921c-490b97e0b832 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ad111caf-e687-4425-a2d9-00c627b59435 hr {
  border-top: 2px solid #ddd;
}

#s-5074458f-5691-4467-a0bf-69c2c39701de {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5074458f-5691-4467-a0bf-69c2c39701de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5074458f-5691-4467-a0bf-69c2c39701de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5074458f-5691-4467-a0bf-69c2c39701de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5074458f-5691-4467-a0bf-69c2c39701de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-62e17746-1148-467d-80cb-f01b2d55ed38 {
  max-width: 1200px;
aspect-ratio: 1200/1499;
text-align: center;
}





  #s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image,
  #s-62e17746-1148-467d-80cb-f01b2d55ed38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62e17746-1148-467d-80cb-f01b2d55ed38 {
    width: 100%;
    height: auto;
  }

  #s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image {
    
    
  }


.s-62e17746-1148-467d-80cb-f01b2d55ed38 .shogun-image-content {
  
    align-items: center;
  
}

.s-62e17746-1148-467d-80cb-f01b2d55ed38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62e17746-1148-467d-80cb-f01b2d55ed38 {
      --shg-aspect-ratio: calc(1200/1499); 
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container {
      position: relative;
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image,
  #s-62e17746-1148-467d-80cb-f01b2d55ed38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62e17746-1148-467d-80cb-f01b2d55ed38 {
    width: 100%;
    height: auto;
  }

  #s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image {
    
    
  }


.s-62e17746-1148-467d-80cb-f01b2d55ed38 .shogun-image-content {
  
    align-items: center;
  
}

.s-62e17746-1148-467d-80cb-f01b2d55ed38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62e17746-1148-467d-80cb-f01b2d55ed38 {
      --shg-aspect-ratio: calc(1200/1499); 
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container {
      position: relative;
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image,
  #s-62e17746-1148-467d-80cb-f01b2d55ed38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62e17746-1148-467d-80cb-f01b2d55ed38 {
    width: 100%;
    height: auto;
  }

  #s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image {
    
    
  }


.s-62e17746-1148-467d-80cb-f01b2d55ed38 .shogun-image-content {
  
    align-items: center;
  
}

.s-62e17746-1148-467d-80cb-f01b2d55ed38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62e17746-1148-467d-80cb-f01b2d55ed38 {
      --shg-aspect-ratio: calc(1200/1499); 
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container {
      position: relative;
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image,
  #s-62e17746-1148-467d-80cb-f01b2d55ed38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62e17746-1148-467d-80cb-f01b2d55ed38 {
    width: 100%;
    height: auto;
  }

  #s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image {
    
    
  }


.s-62e17746-1148-467d-80cb-f01b2d55ed38 .shogun-image-content {
  
    align-items: center;
  
}

.s-62e17746-1148-467d-80cb-f01b2d55ed38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62e17746-1148-467d-80cb-f01b2d55ed38 {
      --shg-aspect-ratio: calc(1200/1499); 
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container {
      position: relative;
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image,
  #s-62e17746-1148-467d-80cb-f01b2d55ed38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62e17746-1148-467d-80cb-f01b2d55ed38 {
    width: 100%;
    height: auto;
  }

  #s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image {
    
    
  }


.s-62e17746-1148-467d-80cb-f01b2d55ed38 .shogun-image-content {
  
    align-items: center;
  
}

.s-62e17746-1148-467d-80cb-f01b2d55ed38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62e17746-1148-467d-80cb-f01b2d55ed38 {
      --shg-aspect-ratio: calc(1200/1499); 
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container {
      position: relative;
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62e17746-1148-467d-80cb-f01b2d55ed38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7e6c8de6-b125-4659-8797-abd0e30509d2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
  max-width: 2000px;
aspect-ratio: 2000/2447;
text-align: center;
}





  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image,
  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
    width: 100%;
    height: auto;
  }

  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image {
    
    
  }


.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 .shogun-image-content {
  
    align-items: center;
  
}

.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
      --shg-aspect-ratio: calc(2000/2447); 
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container {
      position: relative;
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image,
  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
    width: 100%;
    height: auto;
  }

  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image {
    
    
  }


.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 .shogun-image-content {
  
    align-items: center;
  
}

.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
      --shg-aspect-ratio: calc(2000/2447); 
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container {
      position: relative;
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image,
  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
    width: 100%;
    height: auto;
  }

  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image {
    
    
  }


.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 .shogun-image-content {
  
    align-items: center;
  
}

.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
      --shg-aspect-ratio: calc(2000/2447); 
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container {
      position: relative;
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image,
  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
    width: 100%;
    height: auto;
  }

  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image {
    
    
  }


.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 .shogun-image-content {
  
    align-items: center;
  
}

.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
      --shg-aspect-ratio: calc(2000/2447); 
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container {
      position: relative;
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image,
  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
    width: 100%;
    height: auto;
  }

  #s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image {
    
    
  }


.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 .shogun-image-content {
  
    align-items: center;
  
}

.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 {
      --shg-aspect-ratio: calc(2000/2447); 
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container {
      position: relative;
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bed65c25-2d5d-4c6f-a3b0-2548a7736436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-198d4146-ab16-4622-9241-f98f06e02830 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5bddf469-4598-45a6-84ef-fcfb10e8d052 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-27dce583-2f9f-4495-b882-42f8ddd41474"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27dce583-2f9f-4495-b882-42f8ddd41474"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-27dce583-2f9f-4495-b882-42f8ddd41474"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-27dce583-2f9f-4495-b882-42f8ddd41474"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c69bb845-5893-4086-9320-a741eb7a95ad {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image,
  #s-c69bb845-5893-4086-9320-a741eb7a95ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c69bb845-5893-4086-9320-a741eb7a95ad {
    width: 100%;
    height: auto;
  }

  #s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image {
    
    
  }


.s-c69bb845-5893-4086-9320-a741eb7a95ad .shogun-image-content {
  
    align-items: center;
  
}

.s-c69bb845-5893-4086-9320-a741eb7a95ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c69bb845-5893-4086-9320-a741eb7a95ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container {
      position: relative;
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image,
  #s-c69bb845-5893-4086-9320-a741eb7a95ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c69bb845-5893-4086-9320-a741eb7a95ad {
    width: 100%;
    height: auto;
  }

  #s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image {
    
    
  }


.s-c69bb845-5893-4086-9320-a741eb7a95ad .shogun-image-content {
  
    align-items: center;
  
}

.s-c69bb845-5893-4086-9320-a741eb7a95ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c69bb845-5893-4086-9320-a741eb7a95ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container {
      position: relative;
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image,
  #s-c69bb845-5893-4086-9320-a741eb7a95ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c69bb845-5893-4086-9320-a741eb7a95ad {
    width: 100%;
    height: auto;
  }

  #s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image {
    
    
  }


.s-c69bb845-5893-4086-9320-a741eb7a95ad .shogun-image-content {
  
    align-items: center;
  
}

.s-c69bb845-5893-4086-9320-a741eb7a95ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c69bb845-5893-4086-9320-a741eb7a95ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container {
      position: relative;
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image,
  #s-c69bb845-5893-4086-9320-a741eb7a95ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c69bb845-5893-4086-9320-a741eb7a95ad {
    width: 100%;
    height: auto;
  }

  #s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image {
    
    
  }


.s-c69bb845-5893-4086-9320-a741eb7a95ad .shogun-image-content {
  
    align-items: center;
  
}

.s-c69bb845-5893-4086-9320-a741eb7a95ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c69bb845-5893-4086-9320-a741eb7a95ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container {
      position: relative;
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image,
  #s-c69bb845-5893-4086-9320-a741eb7a95ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c69bb845-5893-4086-9320-a741eb7a95ad {
    width: 100%;
    height: auto;
  }

  #s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image {
    
    
  }


.s-c69bb845-5893-4086-9320-a741eb7a95ad .shogun-image-content {
  
    align-items: center;
  
}

.s-c69bb845-5893-4086-9320-a741eb7a95ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c69bb845-5893-4086-9320-a741eb7a95ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container {
      position: relative;
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c69bb845-5893-4086-9320-a741eb7a95ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-eb399c7a-677c-41b8-81c3-51005c448353 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7e616986-c2e8-4001-bb25-3220a53dacc1 hr {
  border-top: 2px solid #ddd;
}

#s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
  max-width: 5297px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image,
  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
    width: 100%;
    height: auto;
  }

  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image {
    
    
  }


.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container {
      position: relative;
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image,
  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
    width: 100%;
    height: auto;
  }

  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image {
    
    
  }


.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container {
      position: relative;
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image,
  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
    width: 100%;
    height: auto;
  }

  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image {
    
    
  }


.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container {
      position: relative;
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image,
  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
    width: 100%;
    height: auto;
  }

  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image {
    
    
  }


.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container {
      position: relative;
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image,
  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
    width: 100%;
    height: auto;
  }

  #s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image {
    
    
  }


.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container {
      position: relative;
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc3bdc85-3760-47a5-a5a6-3297cfd8c712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b3f22362-c7bb-4171-a648-3d4f9300a0a4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-acc81a82-e70a-4555-854c-395385b4915a hr {
  border-top: 2px solid #ddd;
}

#s-88c36112-eae5-468c-96d6-0a86832cc479 {
  max-width: 2229px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image,
  #s-88c36112-eae5-468c-96d6-0a86832cc479 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88c36112-eae5-468c-96d6-0a86832cc479 {
    width: 100%;
    height: auto;
  }

  #s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image {
    
    
  }


.s-88c36112-eae5-468c-96d6-0a86832cc479 .shogun-image-content {
  
    align-items: center;
  
}

.s-88c36112-eae5-468c-96d6-0a86832cc479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88c36112-eae5-468c-96d6-0a86832cc479 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container {
      position: relative;
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image,
  #s-88c36112-eae5-468c-96d6-0a86832cc479 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88c36112-eae5-468c-96d6-0a86832cc479 {
    width: 100%;
    height: auto;
  }

  #s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image {
    
    
  }


.s-88c36112-eae5-468c-96d6-0a86832cc479 .shogun-image-content {
  
    align-items: center;
  
}

.s-88c36112-eae5-468c-96d6-0a86832cc479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88c36112-eae5-468c-96d6-0a86832cc479 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container {
      position: relative;
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image,
  #s-88c36112-eae5-468c-96d6-0a86832cc479 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88c36112-eae5-468c-96d6-0a86832cc479 {
    width: 100%;
    height: auto;
  }

  #s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image {
    
    
  }


.s-88c36112-eae5-468c-96d6-0a86832cc479 .shogun-image-content {
  
    align-items: center;
  
}

.s-88c36112-eae5-468c-96d6-0a86832cc479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88c36112-eae5-468c-96d6-0a86832cc479 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container {
      position: relative;
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image,
  #s-88c36112-eae5-468c-96d6-0a86832cc479 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88c36112-eae5-468c-96d6-0a86832cc479 {
    width: 100%;
    height: auto;
  }

  #s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image {
    
    
  }


.s-88c36112-eae5-468c-96d6-0a86832cc479 .shogun-image-content {
  
    align-items: center;
  
}

.s-88c36112-eae5-468c-96d6-0a86832cc479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88c36112-eae5-468c-96d6-0a86832cc479 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container {
      position: relative;
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image,
  #s-88c36112-eae5-468c-96d6-0a86832cc479 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88c36112-eae5-468c-96d6-0a86832cc479 {
    width: 100%;
    height: auto;
  }

  #s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image {
    
    
  }


.s-88c36112-eae5-468c-96d6-0a86832cc479 .shogun-image-content {
  
    align-items: center;
  
}

.s-88c36112-eae5-468c-96d6-0a86832cc479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88c36112-eae5-468c-96d6-0a86832cc479 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container {
      position: relative;
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88c36112-eae5-468c-96d6-0a86832cc479 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-98e0bf17-71a9-4941-9b57-16c93e8d7527 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4728e038-9e51-4f1a-b99c-0e78482077d4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4728e038-9e51-4f1a-b99c-0e78482077d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4728e038-9e51-4f1a-b99c-0e78482077d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4728e038-9e51-4f1a-b99c-0e78482077d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4728e038-9e51-4f1a-b99c-0e78482077d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aa04edd2-ae03-44ae-b541-8d0946b77777 {
  text-align: center;
}







  img.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image {
    
    
  }


.s-aa04edd2-ae03-44ae-b541-8d0946b77777 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image {
    
    
  }


.s-aa04edd2-ae03-44ae-b541-8d0946b77777 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image {
    
    
  }


.s-aa04edd2-ae03-44ae-b541-8d0946b77777 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image {
    
    
  }


.s-aa04edd2-ae03-44ae-b541-8d0946b77777 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image {
    
    
  }


.s-aa04edd2-ae03-44ae-b541-8d0946b77777 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa04edd2-ae03-44ae-b541-8d0946b77777.shogun-image {
  box-sizing: border-box;
}



}
#s-82f5a818-cc37-4fbe-9473-be9f8557c47b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4fca92b7-8b40-4b52-9fe7-85266e8735a2 {
  text-align: center;
}







  img.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image {
    
    
  }


.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image {
    
    
  }


.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image {
    
    
  }


.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image {
    
    
  }


.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image {
    
    
  }


.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fca92b7-8b40-4b52-9fe7-85266e8735a2.shogun-image {
  box-sizing: border-box;
}



}
#s-aa37c224-68a7-483c-8cb0-c8ed5ccab0a3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7c1d6dce-2e77-4223-bb34-07b927f3cf18 {
  text-align: center;
}







  img.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image {
    
    
  }


.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image {
    
    
  }


.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image {
    
    
  }


.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image {
    
    
  }


.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image {
    
    
  }


.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c1d6dce-2e77-4223-bb34-07b927f3cf18.shogun-image {
  box-sizing: border-box;
}



}
#s-9821a439-c850-4956-bb51-a23c62d38803 hr {
  border-top: 2px solid #ddd;
}

#s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d {
  text-align: center;
}







  img.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image {
    
    
  }


.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d .shogun-image-content {
  
    align-items: center;
  
}

.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image {
    
    
  }


.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d .shogun-image-content {
  
    align-items: center;
  
}

.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image {
    
    
  }


.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d .shogun-image-content {
  
    align-items: center;
  
}

.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image {
    
    
  }


.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d .shogun-image-content {
  
    align-items: center;
  
}

.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image {
    
    
  }


.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d .shogun-image-content {
  
    align-items: center;
  
}

.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5750861b-ffd1-4df9-b2a7-6ba469ad1c1d.shogun-image {
  box-sizing: border-box;
}



}
#s-12098483-3bc4-4224-89d6-48c9313e5487 {
  text-align: center;
}







  img.s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image {
    
    
  }


.s-12098483-3bc4-4224-89d6-48c9313e5487 .shogun-image-content {
  
    align-items: center;
  
}

.s-12098483-3bc4-4224-89d6-48c9313e5487.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image {
    
    
  }


.s-12098483-3bc4-4224-89d6-48c9313e5487 .shogun-image-content {
  
    align-items: center;
  
}

.s-12098483-3bc4-4224-89d6-48c9313e5487.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image {
  box-sizing: border-box;
}



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





  img.s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image {
    
    
  }


.s-12098483-3bc4-4224-89d6-48c9313e5487 .shogun-image-content {
  
    align-items: center;
  
}

.s-12098483-3bc4-4224-89d6-48c9313e5487.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image {
  box-sizing: border-box;
}



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





  img.s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image {
    
    
  }


.s-12098483-3bc4-4224-89d6-48c9313e5487 .shogun-image-content {
  
    align-items: center;
  
}

.s-12098483-3bc4-4224-89d6-48c9313e5487.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image {
  box-sizing: border-box;
}



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





  img.s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image {
    
    
  }


.s-12098483-3bc4-4224-89d6-48c9313e5487 .shogun-image-content {
  
    align-items: center;
  
}

.s-12098483-3bc4-4224-89d6-48c9313e5487.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12098483-3bc4-4224-89d6-48c9313e5487.shogun-image {
  box-sizing: border-box;
}



}
#s-aff3839a-1016-478f-9d79-63cb3ecc8562 hr {
  border-top: 2px solid #ddd;
}

#s-d057c437-5e00-4668-a43b-0a32d61fb737 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2f489c00-a147-4c22-8f13-16bc57b78399 hr {
  border-top: 2px solid #ddd;
}

#s-8ea2228b-1811-44a5-bd87-fe8a603d2818 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8ea2228b-1811-44a5-bd87-fe8a603d2818"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ea2228b-1811-44a5-bd87-fe8a603d2818"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ea2228b-1811-44a5-bd87-fe8a603d2818"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ea2228b-1811-44a5-bd87-fe8a603d2818"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ea2228b-1811-44a5-bd87-fe8a603d2818"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ea2228b-1811-44a5-bd87-fe8a603d2818"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ea2228b-1811-44a5-bd87-fe8a603d2818"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-1aa330dc-9d63-4650-a15c-5cfb6a18814c {
  text-align: center;
}







  img.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image {
    
    
  }


.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c .shogun-image-content {
  
    align-items: center;
  
}

.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image {
    
    
  }


.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c .shogun-image-content {
  
    align-items: center;
  
}

.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image {
    
    
  }


.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c .shogun-image-content {
  
    align-items: center;
  
}

.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image {
    
    
  }


.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c .shogun-image-content {
  
    align-items: center;
  
}

.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image {
    
    
  }


.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c .shogun-image-content {
  
    align-items: center;
  
}

.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa330dc-9d63-4650-a15c-5cfb6a18814c.shogun-image {
  box-sizing: border-box;
}



}
#s-dd3ba825-0440-437e-8984-bc468fdb7f99 hr {
  border-top: 2px solid #ddd;
}

#s-98be159f-b47c-47fa-bd59-243f9036ab55 {
  text-align: center;
}







  img.s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image {
    
    
  }


.s-98be159f-b47c-47fa-bd59-243f9036ab55 .shogun-image-content {
  
    align-items: center;
  
}

.s-98be159f-b47c-47fa-bd59-243f9036ab55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image {
    
    
  }


.s-98be159f-b47c-47fa-bd59-243f9036ab55 .shogun-image-content {
  
    align-items: center;
  
}

.s-98be159f-b47c-47fa-bd59-243f9036ab55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image {
  box-sizing: border-box;
}



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





  img.s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image {
    
    
  }


.s-98be159f-b47c-47fa-bd59-243f9036ab55 .shogun-image-content {
  
    align-items: center;
  
}

.s-98be159f-b47c-47fa-bd59-243f9036ab55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image {
  box-sizing: border-box;
}



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





  img.s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image {
    
    
  }


.s-98be159f-b47c-47fa-bd59-243f9036ab55 .shogun-image-content {
  
    align-items: center;
  
}

.s-98be159f-b47c-47fa-bd59-243f9036ab55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image {
  box-sizing: border-box;
}



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





  img.s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image {
    
    
  }


.s-98be159f-b47c-47fa-bd59-243f9036ab55 .shogun-image-content {
  
    align-items: center;
  
}

.s-98be159f-b47c-47fa-bd59-243f9036ab55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98be159f-b47c-47fa-bd59-243f9036ab55.shogun-image {
  box-sizing: border-box;
}



}
#s-6e3ab30c-62c4-4798-9894-3d41c0cb8055 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4948be05-2e25-4852-9c64-e5945ebe2f25 hr {
  border-top: 2px solid #ddd;
}

#s-05944804-28ed-4dac-babe-02e0d73e9435 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5816f215-1d46-40e7-ad25-44d23080c9a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5816f215-1d46-40e7-ad25-44d23080c9a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5816f215-1d46-40e7-ad25-44d23080c9a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5816f215-1d46-40e7-ad25-44d23080c9a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe {
  text-align: center;
}







  img.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image {
    
    
  }


.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image {
    
    
  }


.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image {
    
    
  }


.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image {
    
    
  }


.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image {
    
    
  }


.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe .shogun-image-content {
  
    align-items: center;
  
}

.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3afe7d1-cb8b-45d8-8e9e-d8d8deef52fe.shogun-image {
  box-sizing: border-box;
}



}
#s-890f3abf-1837-47b0-8620-9f5cb89cfd47 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  img.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image {
    
    
  }


.s-890f3abf-1837-47b0-8620-9f5cb89cfd47 .shogun-image-content {
  
    align-items: center;
  
}

.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image {
    
    
  }


.s-890f3abf-1837-47b0-8620-9f5cb89cfd47 .shogun-image-content {
  
    align-items: center;
  
}

.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image {
  box-sizing: border-box;
}



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





  img.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image {
    
    
  }


.s-890f3abf-1837-47b0-8620-9f5cb89cfd47 .shogun-image-content {
  
    align-items: center;
  
}

.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image {
  box-sizing: border-box;
}



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





  img.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image {
    
    
  }


.s-890f3abf-1837-47b0-8620-9f5cb89cfd47 .shogun-image-content {
  
    align-items: center;
  
}

.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image {
  box-sizing: border-box;
}



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





  img.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image {
    
    
  }


.s-890f3abf-1837-47b0-8620-9f5cb89cfd47 .shogun-image-content {
  
    align-items: center;
  
}

.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-890f3abf-1837-47b0-8620-9f5cb89cfd47.shogun-image {
  box-sizing: border-box;
}



}
#s-244c47ac-3253-4c6d-8620-1a2ae182e7fb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fd86154a-3604-433c-aaff-4755b7be43c0 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-03cf0700-0caf-4318-81ee-b979f7457ec8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03cf0700-0caf-4318-81ee-b979f7457ec8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03cf0700-0caf-4318-81ee-b979f7457ec8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03cf0700-0caf-4318-81ee-b979f7457ec8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2aee1aa4-9bf4-45f0-953b-7deee072c179 {
  text-align: center;
}







  img.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image {
    
    
  }


.s-2aee1aa4-9bf4-45f0-953b-7deee072c179 .shogun-image-content {
  
    align-items: center;
  
}

.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image {
    
    
  }


.s-2aee1aa4-9bf4-45f0-953b-7deee072c179 .shogun-image-content {
  
    align-items: center;
  
}

.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image {
    
    
  }


.s-2aee1aa4-9bf4-45f0-953b-7deee072c179 .shogun-image-content {
  
    align-items: center;
  
}

.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image {
    
    
  }


.s-2aee1aa4-9bf4-45f0-953b-7deee072c179 .shogun-image-content {
  
    align-items: center;
  
}

.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image {
    
    
  }


.s-2aee1aa4-9bf4-45f0-953b-7deee072c179 .shogun-image-content {
  
    align-items: center;
  
}

.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aee1aa4-9bf4-45f0-953b-7deee072c179.shogun-image {
  box-sizing: border-box;
}



}
#s-ba602e59-100c-4ff4-9144-67c20f5f0810 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-181c758f-8668-4907-8123-95774ba68e23 {
  text-align: center;
}







  img.s-181c758f-8668-4907-8123-95774ba68e23.shogun-image {
    
    
  }


.s-181c758f-8668-4907-8123-95774ba68e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-181c758f-8668-4907-8123-95774ba68e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-181c758f-8668-4907-8123-95774ba68e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-181c758f-8668-4907-8123-95774ba68e23.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-181c758f-8668-4907-8123-95774ba68e23.shogun-image {
    
    
  }


.s-181c758f-8668-4907-8123-95774ba68e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-181c758f-8668-4907-8123-95774ba68e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-181c758f-8668-4907-8123-95774ba68e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-181c758f-8668-4907-8123-95774ba68e23.shogun-image {
  box-sizing: border-box;
}



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





  img.s-181c758f-8668-4907-8123-95774ba68e23.shogun-image {
    
    
  }


.s-181c758f-8668-4907-8123-95774ba68e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-181c758f-8668-4907-8123-95774ba68e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-181c758f-8668-4907-8123-95774ba68e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-181c758f-8668-4907-8123-95774ba68e23.shogun-image {
  box-sizing: border-box;
}



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





  img.s-181c758f-8668-4907-8123-95774ba68e23.shogun-image {
    
    
  }


.s-181c758f-8668-4907-8123-95774ba68e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-181c758f-8668-4907-8123-95774ba68e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-181c758f-8668-4907-8123-95774ba68e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-181c758f-8668-4907-8123-95774ba68e23.shogun-image {
  box-sizing: border-box;
}



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





  img.s-181c758f-8668-4907-8123-95774ba68e23.shogun-image {
    
    
  }


.s-181c758f-8668-4907-8123-95774ba68e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-181c758f-8668-4907-8123-95774ba68e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-181c758f-8668-4907-8123-95774ba68e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-181c758f-8668-4907-8123-95774ba68e23.shogun-image {
  box-sizing: border-box;
}



}
#s-3fd28191-b545-44ea-a238-6d248013ffae {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-98343e97-d746-4b5c-990d-b8910688f8ab hr {
  border-top: 2px solid #ddd;
}

#s-d53ac632-59db-487c-add2-aad5cf33d07e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4f54b57c-0fc0-4af3-8c7f-022a6b155e36 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-73530fe2-bac2-46b4-8441-97c8d0aeaf68 {
  text-align: center;
}







  img.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image {
    
    
  }


.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68 .shogun-image-content {
  
    align-items: center;
  
}

.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image {
    
    
  }


.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68 .shogun-image-content {
  
    align-items: center;
  
}

.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image {
  box-sizing: border-box;
}



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





  img.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image {
    
    
  }


.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68 .shogun-image-content {
  
    align-items: center;
  
}

.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image {
  box-sizing: border-box;
}



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





  img.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image {
    
    
  }


.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68 .shogun-image-content {
  
    align-items: center;
  
}

.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image {
  box-sizing: border-box;
}



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





  img.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image {
    
    
  }


.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68 .shogun-image-content {
  
    align-items: center;
  
}

.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73530fe2-bac2-46b4-8441-97c8d0aeaf68.shogun-image {
  box-sizing: border-box;
}



}
#s-788e83d5-f1e0-45d8-87d3-69ba4c38eae7 hr {
  border-top: 2px solid #ddd;
}

#s-25002adf-4b13-428a-9b11-bda5c739dd1f hr {
  border-top: 2px solid #ddd;
}

#s-0d60fdcf-76f5-4fda-a93a-6570e0f44e56 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0d60fdcf-76f5-4fda-a93a-6570e0f44e56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d60fdcf-76f5-4fda-a93a-6570e0f44e56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d60fdcf-76f5-4fda-a93a-6570e0f44e56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d60fdcf-76f5-4fda-a93a-6570e0f44e56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shogun-image-container {
  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;
}

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

.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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-a60bad09-4e93-4a2f-b474-5b0e6ab52600 {
  text-align: center;
}







  #s-a60bad09-4e93-4a2f-b474-5b0e6ab52600 img.shogun-image {
    

    
    
    
  }


#s-a60bad09-4e93-4a2f-b474-5b0e6ab52600 .shogun-image-content {
  
    align-items: center;
  
}

#s-906d8529-3329-4fe2-a421-a744d6f3fb27 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-398760ec-105b-45d0-846b-daefa511130f {
  text-align: center;
}







  #s-398760ec-105b-45d0-846b-daefa511130f img.shogun-image {
    

    
    
    
  }


#s-398760ec-105b-45d0-846b-daefa511130f .shogun-image-content {
  
    align-items: center;
  
}

#s-7701cd67-c7c1-442a-b7ce-517e2921b8da {
  text-align: center;
}







  #s-7701cd67-c7c1-442a-b7ce-517e2921b8da img.shogun-image {
    

    
    
    
  }


#s-7701cd67-c7c1-442a-b7ce-517e2921b8da .shogun-image-content {
  
    align-items: center;
  
}

#s-f4969d60-7f0a-4740-9e56-3d8728532709 {
  text-align: center;
}







  #s-f4969d60-7f0a-4740-9e56-3d8728532709 img.shogun-image {
    

    
    
    
  }


#s-f4969d60-7f0a-4740-9e56-3d8728532709 .shogun-image-content {
  
    align-items: center;
  
}

#s-9abfc06b-c7f8-4044-a6a4-4706ad1964b4 hr {
  border-top: 2px solid #ddd;
}

#s-147aa7b5-d8ed-442f-be8b-07a072363daa {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 28px;
padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 60px;
min-height: 0px;
background-position: center center;
background-color: rgba(236, 236, 240, 1);
}








#s-147aa7b5-d8ed-442f-be8b-07a072363daa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-147aa7b5-d8ed-442f-be8b-07a072363daa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7cbd2cf9-4329-4bed-a044-2a52b115b174"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cbd2cf9-4329-4bed-a044-2a52b115b174"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7cbd2cf9-4329-4bed-a044-2a52b115b174"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cbd2cf9-4329-4bed-a044-2a52b115b174"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-35c1f508-ba8a-4a5c-9a3a-73675749e109 {
  
}

#s-de12a222-d976-428e-91a1-6f3b4450003e {
  
}

#s-c1ea643a-8fd6-4ec7-b6b1-6d0dadb2ab02 {
  margin-top: 10px;
margin-left: -100px;
margin-right: -100px;
}

#s-c1ea643a-8fd6-4ec7-b6b1-6d0dadb2ab02 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-061d0f78-df70-454e-b52e-ec092871815f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-061d0f78-df70-454e-b52e-ec092871815f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-061d0f78-df70-454e-b52e-ec092871815f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-061d0f78-df70-454e-b52e-ec092871815f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

/*
  $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}
