.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-89f18fd7-3b44-46c8-b169-215bc74a921c {
  min-height: 50px;
}








#s-89f18fd7-3b44-46c8-b169-215bc74a921c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89f18fd7-3b44-46c8-b169-215bc74a921c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0b7a17f-56bd-4f32-b971-d9db1edab50d {
  margin-top: 2%;
margin-bottom: 4%;
padding-left: 20%;
padding-right: 20%;
min-height: 50px;
}








#s-a0b7a17f-56bd-4f32-b971-d9db1edab50d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0b7a17f-56bd-4f32-b971-d9db1edab50d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

#s-9de13e3f-22b6-41b1-871b-b386e10e2c67 {
  min-height: 50px;
}








#s-9de13e3f-22b6-41b1-871b-b386e10e2c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9de13e3f-22b6-41b1-871b-b386e10e2c67.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;
}

#s-f50efdc0-42f3-47fe-a029-e9fd96233239 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
background-color: rgba(245, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-f50efdc0-42f3-47fe-a029-e9fd96233239"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f50efdc0-42f3-47fe-a029-e9fd96233239"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f50efdc0-42f3-47fe-a029-e9fd96233239"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f50efdc0-42f3-47fe-a029-e9fd96233239"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.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-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image,
  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
    width: 100%;
    height: auto;
  }

  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image {
    
    
  }


.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df .shogun-image-content {
  
    align-items: center;
  
}

.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container {
      position: relative;
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image,
  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
    width: 100%;
    height: auto;
  }

  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image {
    
    
  }


.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df .shogun-image-content {
  
    align-items: center;
  
}

.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container {
      position: relative;
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image,
  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
    width: 100%;
    height: auto;
  }

  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image {
    
    
  }


.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df .shogun-image-content {
  
    align-items: center;
  
}

.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container {
      position: relative;
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image,
  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
    width: 100%;
    height: auto;
  }

  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image {
    
    
  }


.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df .shogun-image-content {
  
    align-items: center;
  
}

.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container {
      position: relative;
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image,
  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
    width: 100%;
    height: auto;
  }

  #s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image {
    
    
  }


.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df .shogun-image-content {
  
    align-items: center;
  
}

.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container {
      position: relative;
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6308e350-8dfb-4ef7-ac44-c1ba94d971df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e0b60bc3-1cac-4056-9718-27c8394a0979 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-e0b60bc3-1cac-4056-9718-27c8394a0979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0b60bc3-1cac-4056-9718-27c8394a0979.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-325942cb-9116-4924-b9c3-fa14289430d4 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-325942cb-9116-4924-b9c3-fa14289430d4 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-98a74f2d-2108-4c91-8302-2bca4dd9c093 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-98a74f2d-2108-4c91-8302-2bca4dd9c093 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-185d39fb-4908-4d1c-a477-1c33bf71f586 {
  margin-bottom: 20px;
}

#s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image,
  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
    width: 100%;
    height: auto;
  }

  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image {
    
    
  }


.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f .shogun-image-content {
  
    align-items: center;
  
}

.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container {
      position: relative;
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image,
  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
    width: 100%;
    height: auto;
  }

  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image {
    
    
  }


.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f .shogun-image-content {
  
    align-items: center;
  
}

.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container {
      position: relative;
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image,
  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
    width: 100%;
    height: auto;
  }

  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image {
    
    
  }


.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f .shogun-image-content {
  
    align-items: center;
  
}

.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container {
      position: relative;
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image,
  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
    width: 100%;
    height: auto;
  }

  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image {
    
    
  }


.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f .shogun-image-content {
  
    align-items: center;
  
}

.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container {
      position: relative;
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image,
  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
    width: 100%;
    height: auto;
  }

  #s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image {
    
    
  }


.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f .shogun-image-content {
  
    align-items: center;
  
}

.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container {
      position: relative;
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4f12e8-9309-473b-8ca0-8c5798b7950f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-22a131b3-4341-424d-baf9-fb8e7d210a71 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-22a131b3-4341-424d-baf9-fb8e7d210a71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22a131b3-4341-424d-baf9-fb8e7d210a71.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-204c667f-492d-4f67-99d4-e067f6085af3 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-204c667f-492d-4f67-99d4-e067f6085af3 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-3aadf8ad-9c58-4e13-b81b-ed6ddd779bb3 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3aadf8ad-9c58-4e13-b81b-ed6ddd779bb3 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-c0219950-719a-4e0e-b552-f14195f9941c {
  margin-bottom: 20px;
}

#s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image,
  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
    width: 100%;
    height: auto;
  }

  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image {
    
    
  }


.s-4ba7b335-126c-4e76-a6d2-14121edbf846 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container {
      position: relative;
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image,
  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
    width: 100%;
    height: auto;
  }

  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image {
    
    
  }


.s-4ba7b335-126c-4e76-a6d2-14121edbf846 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container {
      position: relative;
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image,
  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
    width: 100%;
    height: auto;
  }

  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image {
    
    
  }


.s-4ba7b335-126c-4e76-a6d2-14121edbf846 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container {
      position: relative;
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image,
  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
    width: 100%;
    height: auto;
  }

  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image {
    
    
  }


.s-4ba7b335-126c-4e76-a6d2-14121edbf846 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container {
      position: relative;
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image,
  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
    width: 100%;
    height: auto;
  }

  #s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image {
    
    
  }


.s-4ba7b335-126c-4e76-a6d2-14121edbf846 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ba7b335-126c-4e76-a6d2-14121edbf846 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container {
      position: relative;
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ba7b335-126c-4e76-a6d2-14121edbf846 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-63297bca-73d4-4fff-8fac-4c3b644e97ae {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-63297bca-73d4-4fff-8fac-4c3b644e97ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63297bca-73d4-4fff-8fac-4c3b644e97ae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-afc3ea56-c06d-402e-9383-14e1a60dded1 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-afc3ea56-c06d-402e-9383-14e1a60dded1 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-576bea38-5297-4097-b019-9a9bd02e55f8 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-576bea38-5297-4097-b019-9a9bd02e55f8 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-387d1af7-ff6c-49f9-8541-b155318aab21 {
  margin-bottom: 20px;
}

#s-80a0005d-614b-42da-9513-ef7a4e1082cc {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  #s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image,
  #s-80a0005d-614b-42da-9513-ef7a4e1082cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80a0005d-614b-42da-9513-ef7a4e1082cc {
    width: 100%;
    height: auto;
  }

  #s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image {
    
    
  }


.s-80a0005d-614b-42da-9513-ef7a4e1082cc .shogun-image-content {
  
    align-items: center;
  
}

.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80a0005d-614b-42da-9513-ef7a4e1082cc {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container {
      position: relative;
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image,
  #s-80a0005d-614b-42da-9513-ef7a4e1082cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80a0005d-614b-42da-9513-ef7a4e1082cc {
    width: 100%;
    height: auto;
  }

  #s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image {
    
    
  }


.s-80a0005d-614b-42da-9513-ef7a4e1082cc .shogun-image-content {
  
    align-items: center;
  
}

.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80a0005d-614b-42da-9513-ef7a4e1082cc {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container {
      position: relative;
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image,
  #s-80a0005d-614b-42da-9513-ef7a4e1082cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80a0005d-614b-42da-9513-ef7a4e1082cc {
    width: 100%;
    height: auto;
  }

  #s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image {
    
    
  }


.s-80a0005d-614b-42da-9513-ef7a4e1082cc .shogun-image-content {
  
    align-items: center;
  
}

.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80a0005d-614b-42da-9513-ef7a4e1082cc {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container {
      position: relative;
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image,
  #s-80a0005d-614b-42da-9513-ef7a4e1082cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80a0005d-614b-42da-9513-ef7a4e1082cc {
    width: 100%;
    height: auto;
  }

  #s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image {
    
    
  }


.s-80a0005d-614b-42da-9513-ef7a4e1082cc .shogun-image-content {
  
    align-items: center;
  
}

.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80a0005d-614b-42da-9513-ef7a4e1082cc {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container {
      position: relative;
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image,
  #s-80a0005d-614b-42da-9513-ef7a4e1082cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80a0005d-614b-42da-9513-ef7a4e1082cc {
    width: 100%;
    height: auto;
  }

  #s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image {
    
    
  }


.s-80a0005d-614b-42da-9513-ef7a4e1082cc .shogun-image-content {
  
    align-items: center;
  
}

.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80a0005d-614b-42da-9513-ef7a4e1082cc {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container {
      position: relative;
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80a0005d-614b-42da-9513-ef7a4e1082cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-83f77eab-0852-4312-8b3c-7af7994490b1 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-83f77eab-0852-4312-8b3c-7af7994490b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83f77eab-0852-4312-8b3c-7af7994490b1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7183985f-6d9b-4269-8fb6-60f6b0c0e8cf {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7183985f-6d9b-4269-8fb6-60f6b0c0e8cf .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-a27eaf51-15c8-4e15-96b3-c3c7525a898d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a27eaf51-15c8-4e15-96b3-c3c7525a898d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-e5aded4f-210b-4cea-b903-a1927d4381f5 {
  margin-bottom: 20px;
}

#s-ceb3f875-a9f5-4949-87aa-a6e15e5d0eaa {
  min-height: 50px;
}








#s-ceb3f875-a9f5-4949-87aa-a6e15e5d0eaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb3f875-a9f5-4949-87aa-a6e15e5d0eaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
  max-width: 1920px;
aspect-ratio: 1920/731;
text-align: center;
background-color: rgba(209, 207, 207, 1);
}





  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image,
  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
    width: 100%;
    height: auto;
  }

  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image {
    
    
  }


.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
      --shg-aspect-ratio: calc(1920/731); 
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container {
      position: relative;
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image,
  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
    width: 100%;
    height: auto;
  }

  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image {
    
    
  }


.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
      --shg-aspect-ratio: calc(1920/731); 
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container {
      position: relative;
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image,
  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
    width: 100%;
    height: auto;
  }

  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image {
    
    
  }


.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
      --shg-aspect-ratio: calc(1920/731); 
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container {
      position: relative;
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image,
  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
    width: 100%;
    height: auto;
  }

  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image {
    
    
  }


.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
      --shg-aspect-ratio: calc(1920/731); 
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container {
      position: relative;
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image,
  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
    width: 100%;
    height: auto;
  }

  #s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image {
    
    
  }


.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab {
      --shg-aspect-ratio: calc(1920/731); 
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container {
      position: relative;
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7e2fa11-179e-4a0b-b8e6-fd20b33679ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7aa033ca-36f4-4ca0-9600-fdb010397823 {
  min-height: 50px;
}








#s-7aa033ca-36f4-4ca0-9600-fdb010397823 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aa033ca-36f4-4ca0-9600-fdb010397823.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44211c85-6517-40f0-9363-0635a4f817c4 {
  min-height: 50px;
}








#s-44211c85-6517-40f0-9363-0635a4f817c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44211c85-6517-40f0-9363-0635a4f817c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d413d19-3710-4a8c-b5b1-039bbfb606f8 {
  margin-left: 2%;
margin-right: 2%;
min-height: 500px;
}








#s-3d413d19-3710-4a8c-b5b1-039bbfb606f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d413d19-3710-4a8c-b5b1-039bbfb606f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1332fe2-fdd0-4cc1-9cec-6be883a47e61 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-e1332fe2-fdd0-4cc1-9cec-6be883a47e61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e1332fe2-fdd0-4cc1-9cec-6be883a47e61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e1332fe2-fdd0-4cc1-9cec-6be883a47e61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e1332fe2-fdd0-4cc1-9cec-6be883a47e61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3b453534-7808-4f9b-9221-de3910d60f2c {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-3b453534-7808-4f9b-9221-de3910d60f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b453534-7808-4f9b-9221-de3910d60f2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-fbc78a9e-eedd-4639-abc9-d809923984d1 {
  max-width: 526px;
aspect-ratio: 526/350;
text-align: center;
}





  #s-fbc78a9e-eedd-4639-abc9-d809923984d1 img.shogun-image,
  #s-fbc78a9e-eedd-4639-abc9-d809923984d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fbc78a9e-eedd-4639-abc9-d809923984d1 {
    width: 100%;
    height: auto;
  }



  #s-fbc78a9e-eedd-4639-abc9-d809923984d1 img.shogun-image {
    

    
    
    
  }


#s-fbc78a9e-eedd-4639-abc9-d809923984d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fc2fe70-9de1-45c6-bd95-6db1e0b5a581 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1fc2fe70-9de1-45c6-bd95-6db1e0b5a581 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-401e11f0-014e-4edf-9187-2aea75ded719 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-401e11f0-014e-4edf-9187-2aea75ded719 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-3b56d25e-b80e-443f-8a27-30a7ab24440d {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-3b56d25e-b80e-443f-8a27-30a7ab24440d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b56d25e-b80e-443f-8a27-30a7ab24440d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37f8029c-fb77-41c4-bcd4-c85706a724aa {
  max-width: 524px;
aspect-ratio: 524/351;
text-align: center;
}





  #s-37f8029c-fb77-41c4-bcd4-c85706a724aa img.shogun-image,
  #s-37f8029c-fb77-41c4-bcd4-c85706a724aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37f8029c-fb77-41c4-bcd4-c85706a724aa {
    width: 100%;
    height: auto;
  }



  #s-37f8029c-fb77-41c4-bcd4-c85706a724aa img.shogun-image {
    

    
    
    
  }


#s-37f8029c-fb77-41c4-bcd4-c85706a724aa .shogun-image-content {
  
    align-items: center;
  
}

#s-8ba78f6e-265e-4b67-8dec-c3810bcc01f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ba78f6e-265e-4b67-8dec-c3810bcc01f7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f1d0916a-ca8c-4ace-b3ba-5ce839f2e64e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1d0916a-ca8c-4ace-b3ba-5ce839f2e64e .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-740a123e-5c4c-4b05-9a64-1be475dc2584 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-740a123e-5c4c-4b05-9a64-1be475dc2584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-740a123e-5c4c-4b05-9a64-1be475dc2584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ff166f8-a575-4950-8be5-5fed86fe9beb {
  max-width: 526px;
aspect-ratio: 526/348;
text-align: center;
}





  #s-1ff166f8-a575-4950-8be5-5fed86fe9beb img.shogun-image,
  #s-1ff166f8-a575-4950-8be5-5fed86fe9beb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ff166f8-a575-4950-8be5-5fed86fe9beb {
    width: 100%;
    height: auto;
  }



  #s-1ff166f8-a575-4950-8be5-5fed86fe9beb img.shogun-image {
    

    
    
    
  }


#s-1ff166f8-a575-4950-8be5-5fed86fe9beb .shogun-image-content {
  
    align-items: center;
  
}

#s-7a989d9a-2875-446e-8597-cbdc3a1aa16f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a989d9a-2875-446e-8597-cbdc3a1aa16f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0abf9154-ee94-4637-a76d-8282a4969cc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0abf9154-ee94-4637-a76d-8282a4969cc8 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-ed909b48-11f7-4ae5-a952-8b56defc0bff {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-ed909b48-11f7-4ae5-a952-8b56defc0bff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed909b48-11f7-4ae5-a952-8b56defc0bff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42c1f054-2429-4bc7-a8b1-f153a33d1143 {
  max-width: 522px;
aspect-ratio: 522/349;
text-align: center;
}





  #s-42c1f054-2429-4bc7-a8b1-f153a33d1143 img.shogun-image,
  #s-42c1f054-2429-4bc7-a8b1-f153a33d1143 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42c1f054-2429-4bc7-a8b1-f153a33d1143 {
    width: 100%;
    height: auto;
  }



  #s-42c1f054-2429-4bc7-a8b1-f153a33d1143 img.shogun-image {
    

    
    
    
  }


#s-42c1f054-2429-4bc7-a8b1-f153a33d1143 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad2508bf-52d7-409d-942c-ac5081bcf352 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad2508bf-52d7-409d-942c-ac5081bcf352 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7fa220ea-1c90-47ba-84c9-a597c0fb6dd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7fa220ea-1c90-47ba-84c9-a597c0fb6dd2 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-42f8b7a3-0daf-4166-b84f-fa28cead0475 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-42f8b7a3-0daf-4166-b84f-fa28cead0475"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-42f8b7a3-0daf-4166-b84f-fa28cead0475"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-42f8b7a3-0daf-4166-b84f-fa28cead0475"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-42f8b7a3-0daf-4166-b84f-fa28cead0475"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-b72e1af3-a9f3-48b0-852e-fde967a90728 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-b72e1af3-a9f3-48b0-852e-fde967a90728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b72e1af3-a9f3-48b0-852e-fde967a90728.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7effe283-5fc9-4ca3-afb9-08cb29d6538f {
  max-width: 424px;
aspect-ratio: 424/282;
text-align: center;
}





  #s-7effe283-5fc9-4ca3-afb9-08cb29d6538f img.shogun-image,
  #s-7effe283-5fc9-4ca3-afb9-08cb29d6538f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7effe283-5fc9-4ca3-afb9-08cb29d6538f {
    width: 100%;
    height: auto;
  }



  #s-7effe283-5fc9-4ca3-afb9-08cb29d6538f img.shogun-image {
    

    
    
    
  }


#s-7effe283-5fc9-4ca3-afb9-08cb29d6538f .shogun-image-content {
  
    align-items: center;
  
}

#s-0b6f82fe-e3ef-487d-b39f-b1704bcd3c9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b6f82fe-e3ef-487d-b39f-b1704bcd3c9f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-322bef1f-8a60-4f9a-963b-b0486b570fd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-322bef1f-8a60-4f9a-963b-b0486b570fd7 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-38abf7e8-ebaa-4a93-b09b-4db0d9e89056 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-38abf7e8-ebaa-4a93-b09b-4db0d9e89056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38abf7e8-ebaa-4a93-b09b-4db0d9e89056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de891e88-ae58-4219-a3c4-1582fad18b51 {
  max-width: 523px;
aspect-ratio: 523/348;
text-align: center;
}





  #s-de891e88-ae58-4219-a3c4-1582fad18b51 img.shogun-image,
  #s-de891e88-ae58-4219-a3c4-1582fad18b51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de891e88-ae58-4219-a3c4-1582fad18b51 {
    width: 100%;
    height: auto;
  }



  #s-de891e88-ae58-4219-a3c4-1582fad18b51 img.shogun-image {
    

    
    
    
  }


#s-de891e88-ae58-4219-a3c4-1582fad18b51 .shogun-image-content {
  
    align-items: center;
  
}

#s-cebf666d-d3e4-4527-a112-355ba8810ce2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cebf666d-d3e4-4527-a112-355ba8810ce2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-41bd3ad2-9ec6-450c-8f09-d42a479cdec2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41bd3ad2-9ec6-450c-8f09-d42a479cdec2 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-c992cc03-ba39-447f-925d-7a90a500b468 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-c992cc03-ba39-447f-925d-7a90a500b468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c992cc03-ba39-447f-925d-7a90a500b468.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f45c44a5-ffb6-40e8-a53a-21fdefad3ee7 {
  max-width: 363px;
aspect-ratio: 363/239;
text-align: center;
}





  #s-f45c44a5-ffb6-40e8-a53a-21fdefad3ee7 img.shogun-image,
  #s-f45c44a5-ffb6-40e8-a53a-21fdefad3ee7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f45c44a5-ffb6-40e8-a53a-21fdefad3ee7 {
    width: 100%;
    height: auto;
  }



  #s-f45c44a5-ffb6-40e8-a53a-21fdefad3ee7 img.shogun-image {
    

    
    
    
  }


#s-f45c44a5-ffb6-40e8-a53a-21fdefad3ee7 .shogun-image-content {
  
    align-items: center;
  
}

#s-940ec188-a389-476e-a70a-f3ae7e3389b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-940ec188-a389-476e-a70a-f3ae7e3389b6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0ac5dec8-5802-471e-a93c-754caa4fd67c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ac5dec8-5802-471e-a93c-754caa4fd67c .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-16de2b21-1c39-4f1c-9022-d06e5f3d887a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-16de2b21-1c39-4f1c-9022-d06e5f3d887a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16de2b21-1c39-4f1c-9022-d06e5f3d887a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4da8c43a-b2bf-4e79-bfe2-0ba9db13fd88 {
  max-width: 359px;
aspect-ratio: 359/242;
text-align: center;
}





  #s-4da8c43a-b2bf-4e79-bfe2-0ba9db13fd88 img.shogun-image,
  #s-4da8c43a-b2bf-4e79-bfe2-0ba9db13fd88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4da8c43a-b2bf-4e79-bfe2-0ba9db13fd88 {
    width: 100%;
    height: auto;
  }



  #s-4da8c43a-b2bf-4e79-bfe2-0ba9db13fd88 img.shogun-image {
    

    
    
    
  }


#s-4da8c43a-b2bf-4e79-bfe2-0ba9db13fd88 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc392321-56a1-44ca-bed4-ae3c0c3ce84a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cc392321-56a1-44ca-bed4-ae3c0c3ce84a .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-53bbe939-d78c-45f6-973b-d139f2eee2cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-53bbe939-d78c-45f6-973b-d139f2eee2cc .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-7f762136-0490-4b7e-8bac-63167a8956a4 {
  padding-top: 6px;
padding-left: 8%;
padding-bottom: 6px;
padding-right: 8%;
min-height: 500px;
}








#s-7f762136-0490-4b7e-8bac-63167a8956a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f762136-0490-4b7e-8bac-63167a8956a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7e85f47-f866-4c84-8e42-0c3bff15b632 {
  max-width: 360px;
aspect-ratio: 360/239;
text-align: center;
}





  #s-f7e85f47-f866-4c84-8e42-0c3bff15b632 img.shogun-image,
  #s-f7e85f47-f866-4c84-8e42-0c3bff15b632 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7e85f47-f866-4c84-8e42-0c3bff15b632 {
    width: 100%;
    height: auto;
  }



  #s-f7e85f47-f866-4c84-8e42-0c3bff15b632 img.shogun-image {
    

    
    
    
  }


#s-f7e85f47-f866-4c84-8e42-0c3bff15b632 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6ac8962-3b53-4a06-98a8-8536b10c462c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6ac8962-3b53-4a06-98a8-8536b10c462c .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c58cd839-269b-404d-9b8b-169e7bffac96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c58cd839-269b-404d-9b8b-169e7bffac96 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
  max-width: 1153px;
aspect-ratio: 1153/705;
text-align: center;
}





  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image,
  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
    width: 100%;
    height: auto;
  }

  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image {
    
    
  }


.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
      --shg-aspect-ratio: calc(1153/705); 
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container {
      position: relative;
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image,
  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
    width: 100%;
    height: auto;
  }

  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image {
    
    
  }


.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
      --shg-aspect-ratio: calc(1153/705); 
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container {
      position: relative;
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image,
  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
    width: 100%;
    height: auto;
  }

  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image {
    
    
  }


.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
      --shg-aspect-ratio: calc(1153/705); 
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container {
      position: relative;
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image,
  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
    width: 100%;
    height: auto;
  }

  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image {
    
    
  }


.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
      --shg-aspect-ratio: calc(1153/705); 
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container {
      position: relative;
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image,
  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
    width: 100%;
    height: auto;
  }

  #s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image {
    
    
  }


.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a {
      --shg-aspect-ratio: calc(1153/705); 
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container {
      position: relative;
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3047b294-f6b8-47dd-b394-fa6bb0f10e7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
