.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-6168466e-5e30-4488-870b-bd32673ed576 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6168466e-5e30-4488-870b-bd32673ed576 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6168466e-5e30-4488-870b-bd32673ed576 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6168466e-5e30-4488-870b-bd32673ed576 {
  
}
}@media (max-width: 767px){#s-6168466e-5e30-4488-870b-bd32673ed576 {
  
}
}
@media (min-width: 0px) {
[id="s-6168466e-5e30-4488-870b-bd32673ed576"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6168466e-5e30-4488-870b-bd32673ed576"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6168466e-5e30-4488-870b-bd32673ed576"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6168466e-5e30-4488-870b-bd32673ed576"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6168466e-5e30-4488-870b-bd32673ed576"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-960353c2-2ada-4ef4-b8f0-078cbecd8113 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-960353c2-2ada-4ef4-b8f0-078cbecd8113 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 31px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (max-width: 767px){#s-960353c2-2ada-4ef4-b8f0-078cbecd8113 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 31px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-ad43fbe8-6e8c-4eaf-9cda-e8b1024707a4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ad43fbe8-6e8c-4eaf-9cda-e8b1024707a4 .shogun-heading-component h4 {
  color: rgba(12, 3, 2, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ad43fbe8-6e8c-4eaf-9cda-e8b1024707a4 .shogun-heading-component h4 {
  color: rgba(12, 3, 2, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-ad43fbe8-6e8c-4eaf-9cda-e8b1024707a4 .shogun-heading-component h4 {
  color: rgba(12, 3, 2, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  min-height: 360px;
}
}
#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  background-image: url(https://i.shgcdn.com/8989e09b-450a-4f51-ac92-7c9581c04be0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0d114cab-c037-429c-90a2-c9c64f36af19 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0d114cab-c037-429c-90a2-c9c64f36af19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92e24744-91ff-4630-8376-c55e4ad0e460 {
  min-height: 50px;
}








#s-92e24744-91ff-4630-8376-c55e4ad0e460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92e24744-91ff-4630-8376-c55e4ad0e460.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-675e88db-7ec9-4222-92ff-411d1f5d2778 {
  margin-top: 51px;
margin-bottom: 4px;
padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-675e88db-7ec9-4222-92ff-411d1f5d2778 {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-675e88db-7ec9-4222-92ff-411d1f5d2778 {
  padding-bottom: 40px;
}
}
#s-675e88db-7ec9-4222-92ff-411d1f5d2778 .shogun-heading-component h2 {
  color: rgba(12, 1, 1, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-675e88db-7ec9-4222-92ff-411d1f5d2778 .shogun-heading-component h2 {
  color: rgba(12, 1, 1, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-675e88db-7ec9-4222-92ff-411d1f5d2778 .shogun-heading-component h2 {
  color: rgba(12, 1, 1, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-92031be7-5de0-42e1-8411-3d351670f009 {
  padding-top: 11px;
padding-left: 10%;
padding-bottom: 11px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-92031be7-5de0-42e1-8411-3d351670f009 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-92031be7-5de0-42e1-8411-3d351670f009 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-92031be7-5de0-42e1-8411-3d351670f009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92031be7-5de0-42e1-8411-3d351670f009.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-847b1f12-671e-492f-bb55-23afff545e33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-847b1f12-671e-492f-bb55-23afff545e33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-847b1f12-671e-492f-bb55-23afff545e33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-847b1f12-671e-492f-bb55-23afff545e33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-bfb2fb85-9782-4f10-b284-5fdf263bd2c5 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-bfb2fb85-9782-4f10-b284-5fdf263bd2c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfb2fb85-9782-4f10-b284-5fdf263bd2c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-1be3a799-c083-45ff-b060-fc6a36d2963d {
  max-width: 371px;
aspect-ratio: 371/480;
text-align: center;
}





  #s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image,
  #s-1be3a799-c083-45ff-b060-fc6a36d2963d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be3a799-c083-45ff-b060-fc6a36d2963d {
    width: 100%;
    height: auto;
  }

  #s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image {
    
    
  }


.s-1be3a799-c083-45ff-b060-fc6a36d2963d .shogun-image-content {
  
    align-items: center;
  
}

.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1be3a799-c083-45ff-b060-fc6a36d2963d {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container {
      position: relative;
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image,
  #s-1be3a799-c083-45ff-b060-fc6a36d2963d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be3a799-c083-45ff-b060-fc6a36d2963d {
    width: 100%;
    height: auto;
  }

  #s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image {
    
    
  }


.s-1be3a799-c083-45ff-b060-fc6a36d2963d .shogun-image-content {
  
    align-items: center;
  
}

.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1be3a799-c083-45ff-b060-fc6a36d2963d {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container {
      position: relative;
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image,
  #s-1be3a799-c083-45ff-b060-fc6a36d2963d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be3a799-c083-45ff-b060-fc6a36d2963d {
    width: 100%;
    height: auto;
  }

  #s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image {
    
    
  }


.s-1be3a799-c083-45ff-b060-fc6a36d2963d .shogun-image-content {
  
    align-items: center;
  
}

.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1be3a799-c083-45ff-b060-fc6a36d2963d {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container {
      position: relative;
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image,
  #s-1be3a799-c083-45ff-b060-fc6a36d2963d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be3a799-c083-45ff-b060-fc6a36d2963d {
    width: 100%;
    height: auto;
  }

  #s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image {
    
    
  }


.s-1be3a799-c083-45ff-b060-fc6a36d2963d .shogun-image-content {
  
    align-items: center;
  
}

.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1be3a799-c083-45ff-b060-fc6a36d2963d {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container {
      position: relative;
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image,
  #s-1be3a799-c083-45ff-b060-fc6a36d2963d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be3a799-c083-45ff-b060-fc6a36d2963d {
    width: 100%;
    height: auto;
  }

  #s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image {
    
    
  }


.s-1be3a799-c083-45ff-b060-fc6a36d2963d .shogun-image-content {
  
    align-items: center;
  
}

.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1be3a799-c083-45ff-b060-fc6a36d2963d {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container {
      position: relative;
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1be3a799-c083-45ff-b060-fc6a36d2963d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-adb98e0e-113f-4e70-be04-a8a39527a656 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-adb98e0e-113f-4e70-be04-a8a39527a656 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-adb98e0e-113f-4e70-be04-a8a39527a656 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-adb98e0e-113f-4e70-be04-a8a39527a656 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
@media (max-width: 767px){#s-92301637-27b2-4def-b446-0165bd1604eb {
  margin-bottom: 60px;
}
}







#s-92301637-27b2-4def-b446-0165bd1604eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92301637-27b2-4def-b446-0165bd1604eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
  max-width: 371px;
aspect-ratio: 371/480;
text-align: center;
}





  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image,
  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
    width: 100%;
    height: auto;
  }

  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image {
    
    
  }


.s-054218be-5cad-4f1e-80b8-fec27c6fb134 .shogun-image-content {
  
    align-items: center;
  
}

.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container {
      position: relative;
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image,
  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
    width: 100%;
    height: auto;
  }

  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image {
    
    
  }


.s-054218be-5cad-4f1e-80b8-fec27c6fb134 .shogun-image-content {
  
    align-items: center;
  
}

.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container {
      position: relative;
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image,
  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
    width: 100%;
    height: auto;
  }

  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image {
    
    
  }


.s-054218be-5cad-4f1e-80b8-fec27c6fb134 .shogun-image-content {
  
    align-items: center;
  
}

.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container {
      position: relative;
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image,
  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
    width: 100%;
    height: auto;
  }

  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image {
    
    
  }


.s-054218be-5cad-4f1e-80b8-fec27c6fb134 .shogun-image-content {
  
    align-items: center;
  
}

.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container {
      position: relative;
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image,
  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
    width: 100%;
    height: auto;
  }

  #s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image {
    
    
  }


.s-054218be-5cad-4f1e-80b8-fec27c6fb134 .shogun-image-content {
  
    align-items: center;
  
}

.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shg-align-container {
  display: flex;
  justify-content: center
}

.s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-054218be-5cad-4f1e-80b8-fec27c6fb134 {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container {
      position: relative;
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-054218be-5cad-4f1e-80b8-fec27c6fb134 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7fda8880-224b-4d45-8441-09c3fbc1cea8 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7fda8880-224b-4d45-8441-09c3fbc1cea8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7fda8880-224b-4d45-8441-09c3fbc1cea8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-7fda8880-224b-4d45-8441-09c3fbc1cea8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-9648e55c-9473-4b84-ab5a-956a8f47e6d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9648e55c-9473-4b84-ab5a-956a8f47e6d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
  max-width: 371px;
aspect-ratio: 371/480;
text-align: center;
}





  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image,
  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
    width: 100%;
    height: auto;
  }

  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image {
    
    
  }


.s-8657f038-f3d1-4e3a-a91c-f81b60928829 .shogun-image-content {
  
    align-items: center;
  
}

.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container {
      position: relative;
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image,
  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
    width: 100%;
    height: auto;
  }

  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image {
    
    
  }


.s-8657f038-f3d1-4e3a-a91c-f81b60928829 .shogun-image-content {
  
    align-items: center;
  
}

.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container {
      position: relative;
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image,
  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
    width: 100%;
    height: auto;
  }

  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image {
    
    
  }


.s-8657f038-f3d1-4e3a-a91c-f81b60928829 .shogun-image-content {
  
    align-items: center;
  
}

.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container {
      position: relative;
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image,
  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
    width: 100%;
    height: auto;
  }

  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image {
    
    
  }


.s-8657f038-f3d1-4e3a-a91c-f81b60928829 .shogun-image-content {
  
    align-items: center;
  
}

.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container {
      position: relative;
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image,
  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
    width: 100%;
    height: auto;
  }

  #s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image {
    
    
  }


.s-8657f038-f3d1-4e3a-a91c-f81b60928829 .shogun-image-content {
  
    align-items: center;
  
}

.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8657f038-f3d1-4e3a-a91c-f81b60928829 {
      --shg-aspect-ratio: calc(371/480); 
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container {
      position: relative;
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8657f038-f3d1-4e3a-a91c-f81b60928829 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-64c09bd6-647e-4a9d-bec4-0f724d0be6a4 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-64c09bd6-647e-4a9d-bec4-0f724d0be6a4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-64c09bd6-647e-4a9d-bec4-0f724d0be6a4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-64c09bd6-647e-4a9d-bec4-0f724d0be6a4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-c1cd1bf7-86df-4513-9cf6-8051a154b9f8 {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c1cd1bf7-86df-4513-9cf6-8051a154b9f8 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c1cd1bf7-86df-4513-9cf6-8051a154b9f8 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-c1cd1bf7-86df-4513-9cf6-8051a154b9f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1cd1bf7-86df-4513-9cf6-8051a154b9f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ca68fee8-58cd-4c14-9434-91d103ec7e7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca68fee8-58cd-4c14-9434-91d103ec7e7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ca68fee8-58cd-4c14-9434-91d103ec7e7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca68fee8-58cd-4c14-9434-91d103ec7e7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-0424c87a-6ed9-42c3-a40e-e39373cd461f {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-0424c87a-6ed9-42c3-a40e-e39373cd461f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0424c87a-6ed9-42c3-a40e-e39373cd461f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
  max-width: 481px;
aspect-ratio: 481/560;
text-align: center;
}





  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image,
  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
    width: 100%;
    height: auto;
  }

  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image {
    
    
  }


.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf .shogun-image-content {
  
    align-items: center;
  
}

.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
      --shg-aspect-ratio: calc(481/560); 
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container {
      position: relative;
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image,
  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
    width: 100%;
    height: auto;
  }

  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image {
    
    
  }


.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf .shogun-image-content {
  
    align-items: center;
  
}

.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
      --shg-aspect-ratio: calc(481/560); 
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container {
      position: relative;
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image,
  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
    width: 100%;
    height: auto;
  }

  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image {
    
    
  }


.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf .shogun-image-content {
  
    align-items: center;
  
}

.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
      --shg-aspect-ratio: calc(481/560); 
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container {
      position: relative;
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image,
  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
    width: 100%;
    height: auto;
  }

  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image {
    
    
  }


.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf .shogun-image-content {
  
    align-items: center;
  
}

.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
      --shg-aspect-ratio: calc(481/560); 
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container {
      position: relative;
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image,
  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
    width: 100%;
    height: auto;
  }

  #s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image {
    
    
  }


.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf .shogun-image-content {
  
    align-items: center;
  
}

.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf {
      --shg-aspect-ratio: calc(481/560); 
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container {
      position: relative;
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-714b8bfb-6d4a-4a08-9b05-9ca3699899cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-51a5bc99-1fde-450a-972c-ef27bb06581e {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-51a5bc99-1fde-450a-972c-ef27bb06581e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-51a5bc99-1fde-450a-972c-ef27bb06581e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-51a5bc99-1fde-450a-972c-ef27bb06581e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
  max-width: 1535px;
aspect-ratio: 1535/2046;
text-align: center;
}





  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image,
  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
    width: 100%;
    height: auto;
  }

  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image {
    
    
  }


.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
      --shg-aspect-ratio: calc(1535/2046); 
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container {
      position: relative;
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image,
  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
    width: 100%;
    height: auto;
  }

  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image {
    
    
  }


.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
      --shg-aspect-ratio: calc(1535/2046); 
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container {
      position: relative;
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image,
  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
    width: 100%;
    height: auto;
  }

  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image {
    
    
  }


.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
      --shg-aspect-ratio: calc(1535/2046); 
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container {
      position: relative;
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image,
  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
    width: 100%;
    height: auto;
  }

  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image {
    
    
  }


.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
      --shg-aspect-ratio: calc(1535/2046); 
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container {
      position: relative;
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image,
  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
    width: 100%;
    height: auto;
  }

  #s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image {
    
    
  }


.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 {
      --shg-aspect-ratio: calc(1535/2046); 
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container {
      position: relative;
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84f23d62-bb0a-4d34-89d4-e35b85d7c8a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-1443e32a-bb15-412b-9c40-112ee9e43b67 {
  margin-bottom: 60px;
}
}







#s-1443e32a-bb15-412b-9c40-112ee9e43b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1443e32a-bb15-412b-9c40-112ee9e43b67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1422f8b8-e358-47b9-b2e4-3823cf4a79df {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1422f8b8-e358-47b9-b2e4-3823cf4a79df .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1422f8b8-e358-47b9-b2e4-3823cf4a79df .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-1422f8b8-e358-47b9-b2e4-3823cf4a79df .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-6256c115-8d36-4363-87ba-c2879b3f2937 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6256c115-8d36-4363-87ba-c2879b3f2937.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
  max-width: 480px;
aspect-ratio: 480/600;
text-align: center;
}





  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image,
  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
    width: 100%;
    height: auto;
  }

  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image {
    
    
  }


.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf .shogun-image-content {
  
    align-items: center;
  
}

.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
      --shg-aspect-ratio: calc(480/600); 
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container {
      position: relative;
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image,
  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
    width: 100%;
    height: auto;
  }

  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image {
    
    
  }


.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf .shogun-image-content {
  
    align-items: center;
  
}

.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
      --shg-aspect-ratio: calc(480/600); 
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container {
      position: relative;
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image,
  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
    width: 100%;
    height: auto;
  }

  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image {
    
    
  }


.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf .shogun-image-content {
  
    align-items: center;
  
}

.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
      --shg-aspect-ratio: calc(480/600); 
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container {
      position: relative;
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image,
  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
    width: 100%;
    height: auto;
  }

  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image {
    
    
  }


.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf .shogun-image-content {
  
    align-items: center;
  
}

.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
      --shg-aspect-ratio: calc(480/600); 
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container {
      position: relative;
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image,
  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
    width: 100%;
    height: auto;
  }

  #s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image {
    
    
  }


.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf .shogun-image-content {
  
    align-items: center;
  
}

.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf {
      --shg-aspect-ratio: calc(480/600); 
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container {
      position: relative;
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11b163f1-ee7e-478d-acc8-0ff9806d86bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3968d2b5-9da7-4fdf-9471-3163c9edea09 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3968d2b5-9da7-4fdf-9471-3163c9edea09 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3968d2b5-9da7-4fdf-9471-3163c9edea09 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-3968d2b5-9da7-4fdf-9471-3163c9edea09 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-e550570b-1e7a-41b4-a253-a0efbabe3d4c {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e550570b-1e7a-41b4-a253-a0efbabe3d4c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e550570b-1e7a-41b4-a253-a0efbabe3d4c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-e550570b-1e7a-41b4-a253-a0efbabe3d4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e550570b-1e7a-41b4-a253-a0efbabe3d4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a879c0a2-3034-43cd-a20f-a84b9ce2b19b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a879c0a2-3034-43cd-a20f-a84b9ce2b19b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a879c0a2-3034-43cd-a20f-a84b9ce2b19b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a879c0a2-3034-43cd-a20f-a84b9ce2b19b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-6435d1eb-65de-47df-b19c-0aa142ea3812 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-6435d1eb-65de-47df-b19c-0aa142ea3812 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6435d1eb-65de-47df-b19c-0aa142ea3812.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
  max-width: 1200px;
aspect-ratio: 1200/1600;
text-align: center;
}





  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image,
  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
    width: 100%;
    height: auto;
  }

  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image {
    
    
  }


.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd .shogun-image-content {
  
    align-items: center;
  
}

.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
      --shg-aspect-ratio: calc(1200/1600); 
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container {
      position: relative;
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image,
  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
    width: 100%;
    height: auto;
  }

  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image {
    
    
  }


.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd .shogun-image-content {
  
    align-items: center;
  
}

.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
      --shg-aspect-ratio: calc(1200/1600); 
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container {
      position: relative;
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image,
  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
    width: 100%;
    height: auto;
  }

  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image {
    
    
  }


.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd .shogun-image-content {
  
    align-items: center;
  
}

.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
      --shg-aspect-ratio: calc(1200/1600); 
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container {
      position: relative;
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image,
  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
    width: 100%;
    height: auto;
  }

  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image {
    
    
  }


.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd .shogun-image-content {
  
    align-items: center;
  
}

.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
      --shg-aspect-ratio: calc(1200/1600); 
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container {
      position: relative;
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image,
  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
    width: 100%;
    height: auto;
  }

  #s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image {
    
    
  }


.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd .shogun-image-content {
  
    align-items: center;
  
}

.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd {
      --shg-aspect-ratio: calc(1200/1600); 
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container {
      position: relative;
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c25fc7bb-1b51-40eb-91a7-063279c1ddbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4b595b24-67cb-4073-852b-563566b32b58 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4b595b24-67cb-4073-852b-563566b32b58 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4b595b24-67cb-4073-852b-563566b32b58 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-4b595b24-67cb-4073-852b-563566b32b58 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
  max-width: 768px;
aspect-ratio: 768/1024;
text-align: center;
}





  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image,
  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
    width: 100%;
    height: auto;
  }

  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image {
    
    
  }


.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f .shogun-image-content {
  
    align-items: center;
  
}

.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
      --shg-aspect-ratio: calc(768/1024); 
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container {
      position: relative;
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image,
  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
    width: 100%;
    height: auto;
  }

  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image {
    
    
  }


.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f .shogun-image-content {
  
    align-items: center;
  
}

.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
      --shg-aspect-ratio: calc(768/1024); 
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container {
      position: relative;
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image,
  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
    width: 100%;
    height: auto;
  }

  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image {
    
    
  }


.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f .shogun-image-content {
  
    align-items: center;
  
}

.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
      --shg-aspect-ratio: calc(768/1024); 
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container {
      position: relative;
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image,
  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
    width: 100%;
    height: auto;
  }

  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image {
    
    
  }


.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f .shogun-image-content {
  
    align-items: center;
  
}

.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
      --shg-aspect-ratio: calc(768/1024); 
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container {
      position: relative;
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image,
  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
    width: 100%;
    height: auto;
  }

  #s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image {
    
    
  }


.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f .shogun-image-content {
  
    align-items: center;
  
}

.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f {
      --shg-aspect-ratio: calc(768/1024); 
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container {
      position: relative;
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b36f39c4-48cf-4ef2-b2bd-06951f97b81f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-dee3103f-2ba5-4258-b66b-0be3e4ce9e8e {
  margin-bottom: 60px;
}
}







#s-dee3103f-2ba5-4258-b66b-0be3e4ce9e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dee3103f-2ba5-4258-b66b-0be3e4ce9e8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e36d0fdf-1d75-4a7f-91c9-cf27a4c232cf {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e36d0fdf-1d75-4a7f-91c9-cf27a4c232cf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e36d0fdf-1d75-4a7f-91c9-cf27a4c232cf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-e36d0fdf-1d75-4a7f-91c9-cf27a4c232cf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-dcb34e0b-21a4-4521-870d-4e8491c8809f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcb34e0b-21a4-4521-870d-4e8491c8809f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image,
  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
    width: 100%;
    height: auto;
  }

  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image {
    
    
  }


.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container {
      position: relative;
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image,
  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
    width: 100%;
    height: auto;
  }

  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image {
    
    
  }


.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container {
      position: relative;
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image,
  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
    width: 100%;
    height: auto;
  }

  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image {
    
    
  }


.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container {
      position: relative;
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image,
  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
    width: 100%;
    height: auto;
  }

  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image {
    
    
  }


.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container {
      position: relative;
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image,
  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
    width: 100%;
    height: auto;
  }

  #s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image {
    
    
  }


.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container {
      position: relative;
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce484e02-645e-4f9b-86dc-2b3c0cdc0385 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6c79e5aa-0c17-4d0c-8ce5-56909be6c996 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6c79e5aa-0c17-4d0c-8ce5-56909be6c996 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6c79e5aa-0c17-4d0c-8ce5-56909be6c996 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-6c79e5aa-0c17-4d0c-8ce5-56909be6c996 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-227c73bd-a4b3-402e-aeae-68184e508759 {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-227c73bd-a4b3-402e-aeae-68184e508759 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-227c73bd-a4b3-402e-aeae-68184e508759 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-227c73bd-a4b3-402e-aeae-68184e508759 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-227c73bd-a4b3-402e-aeae-68184e508759.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6017c354-b0c3-4eb1-bce4-210c0702931b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6017c354-b0c3-4eb1-bce4-210c0702931b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6017c354-b0c3-4eb1-bce4-210c0702931b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6017c354-b0c3-4eb1-bce4-210c0702931b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-ca3cd5cf-076d-47cc-9ba9-74ecbb3d729e {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-ca3cd5cf-076d-47cc-9ba9-74ecbb3d729e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca3cd5cf-076d-47cc-9ba9-74ecbb3d729e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
  max-width: 480px;
aspect-ratio: 480/640;
text-align: center;
}





  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image,
  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
    width: 100%;
    height: auto;
  }

  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image {
    
    
  }


.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 .shogun-image-content {
  
    align-items: center;
  
}

.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container {
      position: relative;
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image,
  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
    width: 100%;
    height: auto;
  }

  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image {
    
    
  }


.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 .shogun-image-content {
  
    align-items: center;
  
}

.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container {
      position: relative;
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image,
  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
    width: 100%;
    height: auto;
  }

  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image {
    
    
  }


.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 .shogun-image-content {
  
    align-items: center;
  
}

.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container {
      position: relative;
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image,
  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
    width: 100%;
    height: auto;
  }

  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image {
    
    
  }


.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 .shogun-image-content {
  
    align-items: center;
  
}

.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container {
      position: relative;
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image,
  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
    width: 100%;
    height: auto;
  }

  #s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image {
    
    
  }


.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 .shogun-image-content {
  
    align-items: center;
  
}

.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container {
      position: relative;
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efb6044-48b5-49c5-bbd0-9a6cfe306940 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c06ece61-184f-4b19-af45-850ab8fef39c {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c06ece61-184f-4b19-af45-850ab8fef39c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c06ece61-184f-4b19-af45-850ab8fef39c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-c06ece61-184f-4b19-af45-850ab8fef39c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-69934570-f90a-4609-a334-b36d82799f91 {
  max-width: 767px;
aspect-ratio: 767/1024;
text-align: center;
}





  #s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image,
  #s-69934570-f90a-4609-a334-b36d82799f91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69934570-f90a-4609-a334-b36d82799f91 {
    width: 100%;
    height: auto;
  }

  #s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69934570-f90a-4609-a334-b36d82799f91.shogun-image {
    
    
  }


.s-69934570-f90a-4609-a334-b36d82799f91 .shogun-image-content {
  
    align-items: center;
  
}

.s-69934570-f90a-4609-a334-b36d82799f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69934570-f90a-4609-a334-b36d82799f91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69934570-f90a-4609-a334-b36d82799f91 {
      --shg-aspect-ratio: calc(767/1024); 
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container {
      position: relative;
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image,
  #s-69934570-f90a-4609-a334-b36d82799f91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69934570-f90a-4609-a334-b36d82799f91 {
    width: 100%;
    height: auto;
  }

  #s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69934570-f90a-4609-a334-b36d82799f91.shogun-image {
    
    
  }


.s-69934570-f90a-4609-a334-b36d82799f91 .shogun-image-content {
  
    align-items: center;
  
}

.s-69934570-f90a-4609-a334-b36d82799f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69934570-f90a-4609-a334-b36d82799f91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69934570-f90a-4609-a334-b36d82799f91 {
      --shg-aspect-ratio: calc(767/1024); 
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container {
      position: relative;
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image,
  #s-69934570-f90a-4609-a334-b36d82799f91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69934570-f90a-4609-a334-b36d82799f91 {
    width: 100%;
    height: auto;
  }

  #s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69934570-f90a-4609-a334-b36d82799f91.shogun-image {
    
    
  }


.s-69934570-f90a-4609-a334-b36d82799f91 .shogun-image-content {
  
    align-items: center;
  
}

.s-69934570-f90a-4609-a334-b36d82799f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69934570-f90a-4609-a334-b36d82799f91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69934570-f90a-4609-a334-b36d82799f91 {
      --shg-aspect-ratio: calc(767/1024); 
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container {
      position: relative;
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image,
  #s-69934570-f90a-4609-a334-b36d82799f91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69934570-f90a-4609-a334-b36d82799f91 {
    width: 100%;
    height: auto;
  }

  #s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69934570-f90a-4609-a334-b36d82799f91.shogun-image {
    
    
  }


.s-69934570-f90a-4609-a334-b36d82799f91 .shogun-image-content {
  
    align-items: center;
  
}

.s-69934570-f90a-4609-a334-b36d82799f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69934570-f90a-4609-a334-b36d82799f91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69934570-f90a-4609-a334-b36d82799f91 {
      --shg-aspect-ratio: calc(767/1024); 
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container {
      position: relative;
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image,
  #s-69934570-f90a-4609-a334-b36d82799f91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69934570-f90a-4609-a334-b36d82799f91 {
    width: 100%;
    height: auto;
  }

  #s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69934570-f90a-4609-a334-b36d82799f91.shogun-image {
    
    
  }


.s-69934570-f90a-4609-a334-b36d82799f91 .shogun-image-content {
  
    align-items: center;
  
}

.s-69934570-f90a-4609-a334-b36d82799f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69934570-f90a-4609-a334-b36d82799f91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69934570-f90a-4609-a334-b36d82799f91 {
      --shg-aspect-ratio: calc(767/1024); 
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container {
      position: relative;
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69934570-f90a-4609-a334-b36d82799f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69934570-f90a-4609-a334-b36d82799f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-4e9101bf-2a7d-4ed8-acf0-925b00df575e {
  margin-bottom: 60px;
}
}







#s-4e9101bf-2a7d-4ed8-acf0-925b00df575e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e9101bf-2a7d-4ed8-acf0-925b00df575e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c22b174-8314-48fe-998c-ea316e08c941 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2c22b174-8314-48fe-998c-ea316e08c941 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2c22b174-8314-48fe-998c-ea316e08c941 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-2c22b174-8314-48fe-998c-ea316e08c941 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-041be33d-b720-4348-aed3-516ce00fcc6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-041be33d-b720-4348-aed3-516ce00fcc6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
  max-width: 959px;
aspect-ratio: 959/1280;
text-align: center;
}





  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image,
  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
    width: 100%;
    height: auto;
  }

  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image {
    
    
  }


.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 .shogun-image-content {
  
    align-items: center;
  
}

.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
      --shg-aspect-ratio: calc(959/1280); 
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container {
      position: relative;
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image,
  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
    width: 100%;
    height: auto;
  }

  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image {
    
    
  }


.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 .shogun-image-content {
  
    align-items: center;
  
}

.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
      --shg-aspect-ratio: calc(959/1280); 
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container {
      position: relative;
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image,
  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
    width: 100%;
    height: auto;
  }

  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image {
    
    
  }


.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 .shogun-image-content {
  
    align-items: center;
  
}

.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
      --shg-aspect-ratio: calc(959/1280); 
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container {
      position: relative;
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image,
  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
    width: 100%;
    height: auto;
  }

  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image {
    
    
  }


.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 .shogun-image-content {
  
    align-items: center;
  
}

.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
      --shg-aspect-ratio: calc(959/1280); 
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container {
      position: relative;
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image,
  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
    width: 100%;
    height: auto;
  }

  #s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image {
    
    
  }


.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 .shogun-image-content {
  
    align-items: center;
  
}

.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 {
      --shg-aspect-ratio: calc(959/1280); 
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container {
      position: relative;
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07222602-7cb4-4db8-aab1-b7d8c76b0ed7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1f50e749-b024-4f74-87cf-d7deb33f0c92 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f50e749-b024-4f74-87cf-d7deb33f0c92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1f50e749-b024-4f74-87cf-d7deb33f0c92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-1f50e749-b024-4f74-87cf-d7deb33f0c92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-71d8e457-44bd-444c-9bcc-dfda2e950767 {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-71d8e457-44bd-444c-9bcc-dfda2e950767 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-71d8e457-44bd-444c-9bcc-dfda2e950767 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-71d8e457-44bd-444c-9bcc-dfda2e950767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71d8e457-44bd-444c-9bcc-dfda2e950767.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6b40a800-3d63-4dc1-92fd-767bd88ca5a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b40a800-3d63-4dc1-92fd-767bd88ca5a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6b40a800-3d63-4dc1-92fd-767bd88ca5a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b40a800-3d63-4dc1-92fd-767bd88ca5a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-4a6e1eb1-3a49-4ae7-8862-9f6450481860 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-4a6e1eb1-3a49-4ae7-8862-9f6450481860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a6e1eb1-3a49-4ae7-8862-9f6450481860.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
  max-width: 1535px;
aspect-ratio: 1535/2046;
text-align: center;
}





  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image,
  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
    width: 100%;
    height: auto;
  }

  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image {
    
    
  }


.s-4e7c3f6f-229b-4058-936c-e0c3df771402 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
      --shg-aspect-ratio: calc(1535/2046); 
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container {
      position: relative;
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image,
  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
    width: 100%;
    height: auto;
  }

  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image {
    
    
  }


.s-4e7c3f6f-229b-4058-936c-e0c3df771402 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
      --shg-aspect-ratio: calc(1535/2046); 
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container {
      position: relative;
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image,
  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
    width: 100%;
    height: auto;
  }

  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image {
    
    
  }


.s-4e7c3f6f-229b-4058-936c-e0c3df771402 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
      --shg-aspect-ratio: calc(1535/2046); 
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container {
      position: relative;
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image,
  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
    width: 100%;
    height: auto;
  }

  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image {
    
    
  }


.s-4e7c3f6f-229b-4058-936c-e0c3df771402 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
      --shg-aspect-ratio: calc(1535/2046); 
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container {
      position: relative;
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image,
  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
    width: 100%;
    height: auto;
  }

  #s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image {
    
    
  }


.s-4e7c3f6f-229b-4058-936c-e0c3df771402 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7c3f6f-229b-4058-936c-e0c3df771402 {
      --shg-aspect-ratio: calc(1535/2046); 
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container {
      position: relative;
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7c3f6f-229b-4058-936c-e0c3df771402 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-26f17595-63bb-4b96-bfb0-d08f74e09d08 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-26f17595-63bb-4b96-bfb0-d08f74e09d08 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-26f17595-63bb-4b96-bfb0-d08f74e09d08 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-26f17595-63bb-4b96-bfb0-d08f74e09d08 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
  max-width: 768px;
aspect-ratio: 768/1022;
text-align: center;
}





  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image,
  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
    width: 100%;
    height: auto;
  }

  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image {
    
    
  }


.s-54def7b2-663a-406f-9ca7-392f7ce98a68 .shogun-image-content {
  
    align-items: center;
  
}

.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
      --shg-aspect-ratio: calc(768/1022); 
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container {
      position: relative;
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image,
  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
    width: 100%;
    height: auto;
  }

  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image {
    
    
  }


.s-54def7b2-663a-406f-9ca7-392f7ce98a68 .shogun-image-content {
  
    align-items: center;
  
}

.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
      --shg-aspect-ratio: calc(768/1022); 
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container {
      position: relative;
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image,
  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
    width: 100%;
    height: auto;
  }

  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image {
    
    
  }


.s-54def7b2-663a-406f-9ca7-392f7ce98a68 .shogun-image-content {
  
    align-items: center;
  
}

.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
      --shg-aspect-ratio: calc(768/1022); 
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container {
      position: relative;
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image,
  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
    width: 100%;
    height: auto;
  }

  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image {
    
    
  }


.s-54def7b2-663a-406f-9ca7-392f7ce98a68 .shogun-image-content {
  
    align-items: center;
  
}

.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
      --shg-aspect-ratio: calc(768/1022); 
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container {
      position: relative;
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image,
  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
    width: 100%;
    height: auto;
  }

  #s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image {
    
    
  }


.s-54def7b2-663a-406f-9ca7-392f7ce98a68 .shogun-image-content {
  
    align-items: center;
  
}

.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-54def7b2-663a-406f-9ca7-392f7ce98a68 {
      --shg-aspect-ratio: calc(768/1022); 
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container {
      position: relative;
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54def7b2-663a-406f-9ca7-392f7ce98a68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-45a5f00f-63a7-4256-b2d7-e330361e7161 {
  margin-bottom: 60px;
}
}







#s-45a5f00f-63a7-4256-b2d7-e330361e7161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45a5f00f-63a7-4256-b2d7-e330361e7161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0456c62-35cd-432b-9547-e3bbadc63f07 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b0456c62-35cd-432b-9547-e3bbadc63f07 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b0456c62-35cd-432b-9547-e3bbadc63f07 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-b0456c62-35cd-432b-9547-e3bbadc63f07 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-42322dc8-b060-4e8f-84f8-be75b79bada9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42322dc8-b060-4e8f-84f8-be75b79bada9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
  max-width: 959px;
aspect-ratio: 959/1280;
text-align: center;
}





  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image,
  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
    width: 100%;
    height: auto;
  }

  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image {
    
    
  }


.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e .shogun-image-content {
  
    align-items: center;
  
}

.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
      --shg-aspect-ratio: calc(959/1280); 
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container {
      position: relative;
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image,
  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
    width: 100%;
    height: auto;
  }

  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image {
    
    
  }


.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e .shogun-image-content {
  
    align-items: center;
  
}

.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
      --shg-aspect-ratio: calc(959/1280); 
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container {
      position: relative;
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image,
  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
    width: 100%;
    height: auto;
  }

  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image {
    
    
  }


.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e .shogun-image-content {
  
    align-items: center;
  
}

.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
      --shg-aspect-ratio: calc(959/1280); 
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container {
      position: relative;
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image,
  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
    width: 100%;
    height: auto;
  }

  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image {
    
    
  }


.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e .shogun-image-content {
  
    align-items: center;
  
}

.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
      --shg-aspect-ratio: calc(959/1280); 
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container {
      position: relative;
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image,
  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
    width: 100%;
    height: auto;
  }

  #s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image {
    
    
  }


.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e .shogun-image-content {
  
    align-items: center;
  
}

.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e {
      --shg-aspect-ratio: calc(959/1280); 
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container {
      position: relative;
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1bd96d9e-923d-469e-9ab4-dbbd8b01187e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0b720810-a6be-42f2-b033-f672aa32bcbf {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0b720810-a6be-42f2-b033-f672aa32bcbf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0b720810-a6be-42f2-b033-f672aa32bcbf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-0b720810-a6be-42f2-b033-f672aa32bcbf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-d139a5c7-3aa7-412a-b98b-37de6796fd61 {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d139a5c7-3aa7-412a-b98b-37de6796fd61 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d139a5c7-3aa7-412a-b98b-37de6796fd61 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-d139a5c7-3aa7-412a-b98b-37de6796fd61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d139a5c7-3aa7-412a-b98b-37de6796fd61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8cef3a06-17ca-4348-96e2-bea55db3833b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cef3a06-17ca-4348-96e2-bea55db3833b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8cef3a06-17ca-4348-96e2-bea55db3833b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cef3a06-17ca-4348-96e2-bea55db3833b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-76c5b6b0-2737-4326-91a5-68bb5ec53854 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-76c5b6b0-2737-4326-91a5-68bb5ec53854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76c5b6b0-2737-4326-91a5-68bb5ec53854.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image,
  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
    width: 100%;
    height: auto;
  }

  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image {
    
    
  }


.s-70ade635-7c20-43ff-9adf-f24e82b76a97 .shogun-image-content {
  
    align-items: center;
  
}

.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container {
      position: relative;
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image,
  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
    width: 100%;
    height: auto;
  }

  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image {
    
    
  }


.s-70ade635-7c20-43ff-9adf-f24e82b76a97 .shogun-image-content {
  
    align-items: center;
  
}

.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container {
      position: relative;
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image,
  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
    width: 100%;
    height: auto;
  }

  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image {
    
    
  }


.s-70ade635-7c20-43ff-9adf-f24e82b76a97 .shogun-image-content {
  
    align-items: center;
  
}

.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container {
      position: relative;
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image,
  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
    width: 100%;
    height: auto;
  }

  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image {
    
    
  }


.s-70ade635-7c20-43ff-9adf-f24e82b76a97 .shogun-image-content {
  
    align-items: center;
  
}

.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container {
      position: relative;
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image,
  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
    width: 100%;
    height: auto;
  }

  #s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image {
    
    
  }


.s-70ade635-7c20-43ff-9adf-f24e82b76a97 .shogun-image-content {
  
    align-items: center;
  
}

.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70ade635-7c20-43ff-9adf-f24e82b76a97 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container {
      position: relative;
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70ade635-7c20-43ff-9adf-f24e82b76a97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e2156f27-c44e-410b-8652-9d8574166034 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e2156f27-c44e-410b-8652-9d8574166034 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e2156f27-c44e-410b-8652-9d8574166034 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-e2156f27-c44e-410b-8652-9d8574166034 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
  max-width: 1535px;
aspect-ratio: 1535/2048;
text-align: center;
}





  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image,
  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
    width: 100%;
    height: auto;
  }

  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image {
    
    
  }


.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
      --shg-aspect-ratio: calc(1535/2048); 
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container {
      position: relative;
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image,
  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
    width: 100%;
    height: auto;
  }

  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image {
    
    
  }


.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
      --shg-aspect-ratio: calc(1535/2048); 
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container {
      position: relative;
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image,
  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
    width: 100%;
    height: auto;
  }

  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image {
    
    
  }


.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
      --shg-aspect-ratio: calc(1535/2048); 
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container {
      position: relative;
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image,
  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
    width: 100%;
    height: auto;
  }

  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image {
    
    
  }


.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
      --shg-aspect-ratio: calc(1535/2048); 
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container {
      position: relative;
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image,
  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
    width: 100%;
    height: auto;
  }

  #s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image {
    
    
  }


.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 {
      --shg-aspect-ratio: calc(1535/2048); 
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container {
      position: relative;
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae806935-b004-4c3e-9b5d-cf7afa9898d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-2c61f28a-a6ee-4e11-82b5-6000cc8bf8af {
  margin-bottom: 60px;
}
}







#s-2c61f28a-a6ee-4e11-82b5-6000cc8bf8af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c61f28a-a6ee-4e11-82b5-6000cc8bf8af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c54fa9fc-7b6d-4bc9-b5b5-1dd06b7227c4 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c54fa9fc-7b6d-4bc9-b5b5-1dd06b7227c4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c54fa9fc-7b6d-4bc9-b5b5-1dd06b7227c4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-c54fa9fc-7b6d-4bc9-b5b5-1dd06b7227c4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-9064ebd2-8aa3-4466-93e0-2c7cec38fb51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9064ebd2-8aa3-4466-93e0-2c7cec38fb51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
  max-width: 1536px;
aspect-ratio: 1536/2048;
text-align: center;
}





  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image,
  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
    width: 100%;
    height: auto;
  }

  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image {
    
    
  }


.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f .shogun-image-content {
  
    align-items: center;
  
}

.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
      --shg-aspect-ratio: calc(1536/2048); 
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container {
      position: relative;
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image,
  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
    width: 100%;
    height: auto;
  }

  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image {
    
    
  }


.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f .shogun-image-content {
  
    align-items: center;
  
}

.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
      --shg-aspect-ratio: calc(1536/2048); 
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container {
      position: relative;
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image,
  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
    width: 100%;
    height: auto;
  }

  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image {
    
    
  }


.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f .shogun-image-content {
  
    align-items: center;
  
}

.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
      --shg-aspect-ratio: calc(1536/2048); 
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container {
      position: relative;
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image,
  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
    width: 100%;
    height: auto;
  }

  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image {
    
    
  }


.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f .shogun-image-content {
  
    align-items: center;
  
}

.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
      --shg-aspect-ratio: calc(1536/2048); 
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container {
      position: relative;
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image,
  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
    width: 100%;
    height: auto;
  }

  #s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image {
    
    
  }


.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f .shogun-image-content {
  
    align-items: center;
  
}

.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f {
      --shg-aspect-ratio: calc(1536/2048); 
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container {
      position: relative;
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7367972-d7a0-4b6d-ae4a-5156cc8c2e0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-172405c6-653a-4488-bcbc-d007dec1d4d4 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-172405c6-653a-4488-bcbc-d007dec1d4d4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-172405c6-653a-4488-bcbc-d007dec1d4d4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-172405c6-653a-4488-bcbc-d007dec1d4d4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-4e0e63d4-cd09-446f-a1c8-6ce59ad080cb {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4e0e63d4-cd09-446f-a1c8-6ce59ad080cb {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-4e0e63d4-cd09-446f-a1c8-6ce59ad080cb {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-4e0e63d4-cd09-446f-a1c8-6ce59ad080cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e0e63d4-cd09-446f-a1c8-6ce59ad080cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3443c9d1-873c-4d54-936d-ca57e8719268"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3443c9d1-873c-4d54-936d-ca57e8719268"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3443c9d1-873c-4d54-936d-ca57e8719268"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3443c9d1-873c-4d54-936d-ca57e8719268"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-a6303556-0773-4d3d-b13d-27918499cb68 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-a6303556-0773-4d3d-b13d-27918499cb68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6303556-0773-4d3d-b13d-27918499cb68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9638fa01-989f-42d0-91b1-76d808a03c47 {
  max-width: 1535px;
aspect-ratio: 1535/2048;
text-align: center;
}





  #s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image,
  #s-9638fa01-989f-42d0-91b1-76d808a03c47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9638fa01-989f-42d0-91b1-76d808a03c47 {
    width: 100%;
    height: auto;
  }

  #s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image {
    
    
  }


.s-9638fa01-989f-42d0-91b1-76d808a03c47 .shogun-image-content {
  
    align-items: center;
  
}

.s-9638fa01-989f-42d0-91b1-76d808a03c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9638fa01-989f-42d0-91b1-76d808a03c47 {
      --shg-aspect-ratio: calc(1535/2048); 
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container {
      position: relative;
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image,
  #s-9638fa01-989f-42d0-91b1-76d808a03c47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9638fa01-989f-42d0-91b1-76d808a03c47 {
    width: 100%;
    height: auto;
  }

  #s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image {
    
    
  }


.s-9638fa01-989f-42d0-91b1-76d808a03c47 .shogun-image-content {
  
    align-items: center;
  
}

.s-9638fa01-989f-42d0-91b1-76d808a03c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9638fa01-989f-42d0-91b1-76d808a03c47 {
      --shg-aspect-ratio: calc(1535/2048); 
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container {
      position: relative;
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image,
  #s-9638fa01-989f-42d0-91b1-76d808a03c47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9638fa01-989f-42d0-91b1-76d808a03c47 {
    width: 100%;
    height: auto;
  }

  #s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image {
    
    
  }


.s-9638fa01-989f-42d0-91b1-76d808a03c47 .shogun-image-content {
  
    align-items: center;
  
}

.s-9638fa01-989f-42d0-91b1-76d808a03c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9638fa01-989f-42d0-91b1-76d808a03c47 {
      --shg-aspect-ratio: calc(1535/2048); 
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container {
      position: relative;
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image,
  #s-9638fa01-989f-42d0-91b1-76d808a03c47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9638fa01-989f-42d0-91b1-76d808a03c47 {
    width: 100%;
    height: auto;
  }

  #s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image {
    
    
  }


.s-9638fa01-989f-42d0-91b1-76d808a03c47 .shogun-image-content {
  
    align-items: center;
  
}

.s-9638fa01-989f-42d0-91b1-76d808a03c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9638fa01-989f-42d0-91b1-76d808a03c47 {
      --shg-aspect-ratio: calc(1535/2048); 
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container {
      position: relative;
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image,
  #s-9638fa01-989f-42d0-91b1-76d808a03c47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9638fa01-989f-42d0-91b1-76d808a03c47 {
    width: 100%;
    height: auto;
  }

  #s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image {
    
    
  }


.s-9638fa01-989f-42d0-91b1-76d808a03c47 .shogun-image-content {
  
    align-items: center;
  
}

.s-9638fa01-989f-42d0-91b1-76d808a03c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9638fa01-989f-42d0-91b1-76d808a03c47 {
      --shg-aspect-ratio: calc(1535/2048); 
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container {
      position: relative;
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9638fa01-989f-42d0-91b1-76d808a03c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c85bd9b5-a19a-4c4a-835b-e971f6905beb {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c85bd9b5-a19a-4c4a-835b-e971f6905beb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c85bd9b5-a19a-4c4a-835b-e971f6905beb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-c85bd9b5-a19a-4c4a-835b-e971f6905beb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
  max-width: 960px;
aspect-ratio: 960/1280;
text-align: center;
}





  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image,
  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
    width: 100%;
    height: auto;
  }

  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image {
    
    
  }


.s-c1ae28cb-1408-423a-93a7-d238edfcee3f .shogun-image-content {
  
    align-items: center;
  
}

.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
      --shg-aspect-ratio: calc(960/1280); 
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container {
      position: relative;
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image,
  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
    width: 100%;
    height: auto;
  }

  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image {
    
    
  }


.s-c1ae28cb-1408-423a-93a7-d238edfcee3f .shogun-image-content {
  
    align-items: center;
  
}

.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
      --shg-aspect-ratio: calc(960/1280); 
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container {
      position: relative;
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image,
  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
    width: 100%;
    height: auto;
  }

  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image {
    
    
  }


.s-c1ae28cb-1408-423a-93a7-d238edfcee3f .shogun-image-content {
  
    align-items: center;
  
}

.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
      --shg-aspect-ratio: calc(960/1280); 
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container {
      position: relative;
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image,
  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
    width: 100%;
    height: auto;
  }

  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image {
    
    
  }


.s-c1ae28cb-1408-423a-93a7-d238edfcee3f .shogun-image-content {
  
    align-items: center;
  
}

.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
      --shg-aspect-ratio: calc(960/1280); 
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container {
      position: relative;
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image,
  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
    width: 100%;
    height: auto;
  }

  #s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image {
    
    
  }


.s-c1ae28cb-1408-423a-93a7-d238edfcee3f .shogun-image-content {
  
    align-items: center;
  
}

.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f {
      --shg-aspect-ratio: calc(960/1280); 
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container {
      position: relative;
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1ae28cb-1408-423a-93a7-d238edfcee3f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-e268cc91-2e88-4b83-9076-61cf9d27bc77 {
  margin-bottom: 60px;
}
}







#s-e268cc91-2e88-4b83-9076-61cf9d27bc77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e268cc91-2e88-4b83-9076-61cf9d27bc77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb2a01d6-8977-40b9-be28-b316343a4fde {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eb2a01d6-8977-40b9-be28-b316343a4fde .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-eb2a01d6-8977-40b9-be28-b316343a4fde .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-eb2a01d6-8977-40b9-be28-b316343a4fde .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-585d9539-ab50-4a62-ba13-61ed15286179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-585d9539-ab50-4a62-ba13-61ed15286179.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21590776-473f-494c-af83-ce1708810ad1 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image,
  #s-21590776-473f-494c-af83-ce1708810ad1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21590776-473f-494c-af83-ce1708810ad1 {
    width: 100%;
    height: auto;
  }

  #s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21590776-473f-494c-af83-ce1708810ad1.shogun-image {
    
    
  }


.s-21590776-473f-494c-af83-ce1708810ad1 .shogun-image-content {
  
    align-items: center;
  
}

.s-21590776-473f-494c-af83-ce1708810ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21590776-473f-494c-af83-ce1708810ad1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21590776-473f-494c-af83-ce1708810ad1 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container {
      position: relative;
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image,
  #s-21590776-473f-494c-af83-ce1708810ad1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21590776-473f-494c-af83-ce1708810ad1 {
    width: 100%;
    height: auto;
  }

  #s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21590776-473f-494c-af83-ce1708810ad1.shogun-image {
    
    
  }


.s-21590776-473f-494c-af83-ce1708810ad1 .shogun-image-content {
  
    align-items: center;
  
}

.s-21590776-473f-494c-af83-ce1708810ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21590776-473f-494c-af83-ce1708810ad1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21590776-473f-494c-af83-ce1708810ad1 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container {
      position: relative;
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image,
  #s-21590776-473f-494c-af83-ce1708810ad1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21590776-473f-494c-af83-ce1708810ad1 {
    width: 100%;
    height: auto;
  }

  #s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21590776-473f-494c-af83-ce1708810ad1.shogun-image {
    
    
  }


.s-21590776-473f-494c-af83-ce1708810ad1 .shogun-image-content {
  
    align-items: center;
  
}

.s-21590776-473f-494c-af83-ce1708810ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21590776-473f-494c-af83-ce1708810ad1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21590776-473f-494c-af83-ce1708810ad1 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container {
      position: relative;
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image,
  #s-21590776-473f-494c-af83-ce1708810ad1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21590776-473f-494c-af83-ce1708810ad1 {
    width: 100%;
    height: auto;
  }

  #s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21590776-473f-494c-af83-ce1708810ad1.shogun-image {
    
    
  }


.s-21590776-473f-494c-af83-ce1708810ad1 .shogun-image-content {
  
    align-items: center;
  
}

.s-21590776-473f-494c-af83-ce1708810ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21590776-473f-494c-af83-ce1708810ad1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21590776-473f-494c-af83-ce1708810ad1 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container {
      position: relative;
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image,
  #s-21590776-473f-494c-af83-ce1708810ad1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21590776-473f-494c-af83-ce1708810ad1 {
    width: 100%;
    height: auto;
  }

  #s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-21590776-473f-494c-af83-ce1708810ad1.shogun-image {
    
    
  }


.s-21590776-473f-494c-af83-ce1708810ad1 .shogun-image-content {
  
    align-items: center;
  
}

.s-21590776-473f-494c-af83-ce1708810ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21590776-473f-494c-af83-ce1708810ad1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21590776-473f-494c-af83-ce1708810ad1 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container {
      position: relative;
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21590776-473f-494c-af83-ce1708810ad1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21590776-473f-494c-af83-ce1708810ad1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-72284d53-477b-46cf-b921-b130b9d8bbd9 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-72284d53-477b-46cf-b921-b130b9d8bbd9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-72284d53-477b-46cf-b921-b130b9d8bbd9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-72284d53-477b-46cf-b921-b130b9d8bbd9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-9c3a3d9a-d5b1-471d-801b-a6c964f5f8ad {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9c3a3d9a-d5b1-471d-801b-a6c964f5f8ad {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-9c3a3d9a-d5b1-471d-801b-a6c964f5f8ad {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-9c3a3d9a-d5b1-471d-801b-a6c964f5f8ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c3a3d9a-d5b1-471d-801b-a6c964f5f8ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e340b011-6be7-4b21-8c69-844a5e3662fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e340b011-6be7-4b21-8c69-844a5e3662fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e340b011-6be7-4b21-8c69-844a5e3662fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e340b011-6be7-4b21-8c69-844a5e3662fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-90d15ca5-3d7b-4b9a-bfa7-0b62d623bb30 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-90d15ca5-3d7b-4b9a-bfa7-0b62d623bb30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90d15ca5-3d7b-4b9a-bfa7-0b62d623bb30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b504797a-befa-4769-ac0a-07f028c7367c {
  max-width: 480px;
aspect-ratio: 480/640;
text-align: center;
}





  #s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image,
  #s-b504797a-befa-4769-ac0a-07f028c7367c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b504797a-befa-4769-ac0a-07f028c7367c {
    width: 100%;
    height: auto;
  }

  #s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image {
    
    
  }


.s-b504797a-befa-4769-ac0a-07f028c7367c .shogun-image-content {
  
    align-items: center;
  
}

.s-b504797a-befa-4769-ac0a-07f028c7367c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b504797a-befa-4769-ac0a-07f028c7367c {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container {
      position: relative;
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image,
  #s-b504797a-befa-4769-ac0a-07f028c7367c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b504797a-befa-4769-ac0a-07f028c7367c {
    width: 100%;
    height: auto;
  }

  #s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image {
    
    
  }


.s-b504797a-befa-4769-ac0a-07f028c7367c .shogun-image-content {
  
    align-items: center;
  
}

.s-b504797a-befa-4769-ac0a-07f028c7367c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b504797a-befa-4769-ac0a-07f028c7367c {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container {
      position: relative;
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image,
  #s-b504797a-befa-4769-ac0a-07f028c7367c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b504797a-befa-4769-ac0a-07f028c7367c {
    width: 100%;
    height: auto;
  }

  #s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image {
    
    
  }


.s-b504797a-befa-4769-ac0a-07f028c7367c .shogun-image-content {
  
    align-items: center;
  
}

.s-b504797a-befa-4769-ac0a-07f028c7367c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b504797a-befa-4769-ac0a-07f028c7367c {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container {
      position: relative;
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image,
  #s-b504797a-befa-4769-ac0a-07f028c7367c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b504797a-befa-4769-ac0a-07f028c7367c {
    width: 100%;
    height: auto;
  }

  #s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image {
    
    
  }


.s-b504797a-befa-4769-ac0a-07f028c7367c .shogun-image-content {
  
    align-items: center;
  
}

.s-b504797a-befa-4769-ac0a-07f028c7367c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b504797a-befa-4769-ac0a-07f028c7367c {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container {
      position: relative;
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image,
  #s-b504797a-befa-4769-ac0a-07f028c7367c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b504797a-befa-4769-ac0a-07f028c7367c {
    width: 100%;
    height: auto;
  }

  #s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image {
    
    
  }


.s-b504797a-befa-4769-ac0a-07f028c7367c .shogun-image-content {
  
    align-items: center;
  
}

.s-b504797a-befa-4769-ac0a-07f028c7367c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b504797a-befa-4769-ac0a-07f028c7367c {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container {
      position: relative;
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b504797a-befa-4769-ac0a-07f028c7367c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9166ea85-5dcd-4aef-91b9-2e54ee0f8aef {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9166ea85-5dcd-4aef-91b9-2e54ee0f8aef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9166ea85-5dcd-4aef-91b9-2e54ee0f8aef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-9166ea85-5dcd-4aef-91b9-2e54ee0f8aef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
  max-width: 1199px;
aspect-ratio: 1199/1600;
text-align: center;
}





  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image,
  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
    width: 100%;
    height: auto;
  }

  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image {
    
    
  }


.s-7f6b7280-fd73-408b-aaab-f3e275781dd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
      --shg-aspect-ratio: calc(1199/1600); 
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container {
      position: relative;
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image,
  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
    width: 100%;
    height: auto;
  }

  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image {
    
    
  }


.s-7f6b7280-fd73-408b-aaab-f3e275781dd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
      --shg-aspect-ratio: calc(1199/1600); 
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container {
      position: relative;
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image,
  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
    width: 100%;
    height: auto;
  }

  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image {
    
    
  }


.s-7f6b7280-fd73-408b-aaab-f3e275781dd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
      --shg-aspect-ratio: calc(1199/1600); 
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container {
      position: relative;
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image,
  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
    width: 100%;
    height: auto;
  }

  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image {
    
    
  }


.s-7f6b7280-fd73-408b-aaab-f3e275781dd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
      --shg-aspect-ratio: calc(1199/1600); 
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container {
      position: relative;
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image,
  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
    width: 100%;
    height: auto;
  }

  #s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image {
    
    
  }


.s-7f6b7280-fd73-408b-aaab-f3e275781dd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2 {
      --shg-aspect-ratio: calc(1199/1600); 
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container {
      position: relative;
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f6b7280-fd73-408b-aaab-f3e275781dd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-d001382d-a86c-4249-ac7d-eaa92f84e932 {
  margin-bottom: 60px;
}
}







#s-d001382d-a86c-4249-ac7d-eaa92f84e932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d001382d-a86c-4249-ac7d-eaa92f84e932.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-babf701c-9a2e-45e7-825d-2e82a977c3f8 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-babf701c-9a2e-45e7-825d-2e82a977c3f8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-babf701c-9a2e-45e7-825d-2e82a977c3f8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-babf701c-9a2e-45e7-825d-2e82a977c3f8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-321b5df0-815d-4d36-abd9-bc3fb25c5079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-321b5df0-815d-4d36-abd9-bc3fb25c5079.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d50750c9-c412-4e1b-b8ec-68835445869a {
  max-width: 768px;
aspect-ratio: 768/1024;
text-align: center;
}





  #s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image,
  #s-d50750c9-c412-4e1b-b8ec-68835445869a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d50750c9-c412-4e1b-b8ec-68835445869a {
    width: 100%;
    height: auto;
  }

  #s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image {
    
    
  }


.s-d50750c9-c412-4e1b-b8ec-68835445869a .shogun-image-content {
  
    align-items: center;
  
}

.s-d50750c9-c412-4e1b-b8ec-68835445869a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d50750c9-c412-4e1b-b8ec-68835445869a {
      --shg-aspect-ratio: calc(768/1024); 
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container {
      position: relative;
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image,
  #s-d50750c9-c412-4e1b-b8ec-68835445869a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d50750c9-c412-4e1b-b8ec-68835445869a {
    width: 100%;
    height: auto;
  }

  #s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image {
    
    
  }


.s-d50750c9-c412-4e1b-b8ec-68835445869a .shogun-image-content {
  
    align-items: center;
  
}

.s-d50750c9-c412-4e1b-b8ec-68835445869a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d50750c9-c412-4e1b-b8ec-68835445869a {
      --shg-aspect-ratio: calc(768/1024); 
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container {
      position: relative;
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image,
  #s-d50750c9-c412-4e1b-b8ec-68835445869a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d50750c9-c412-4e1b-b8ec-68835445869a {
    width: 100%;
    height: auto;
  }

  #s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image {
    
    
  }


.s-d50750c9-c412-4e1b-b8ec-68835445869a .shogun-image-content {
  
    align-items: center;
  
}

.s-d50750c9-c412-4e1b-b8ec-68835445869a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d50750c9-c412-4e1b-b8ec-68835445869a {
      --shg-aspect-ratio: calc(768/1024); 
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container {
      position: relative;
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image,
  #s-d50750c9-c412-4e1b-b8ec-68835445869a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d50750c9-c412-4e1b-b8ec-68835445869a {
    width: 100%;
    height: auto;
  }

  #s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image {
    
    
  }


.s-d50750c9-c412-4e1b-b8ec-68835445869a .shogun-image-content {
  
    align-items: center;
  
}

.s-d50750c9-c412-4e1b-b8ec-68835445869a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d50750c9-c412-4e1b-b8ec-68835445869a {
      --shg-aspect-ratio: calc(768/1024); 
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container {
      position: relative;
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image,
  #s-d50750c9-c412-4e1b-b8ec-68835445869a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d50750c9-c412-4e1b-b8ec-68835445869a {
    width: 100%;
    height: auto;
  }

  #s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image {
    
    
  }


.s-d50750c9-c412-4e1b-b8ec-68835445869a .shogun-image-content {
  
    align-items: center;
  
}

.s-d50750c9-c412-4e1b-b8ec-68835445869a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d50750c9-c412-4e1b-b8ec-68835445869a {
      --shg-aspect-ratio: calc(768/1024); 
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container {
      position: relative;
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d50750c9-c412-4e1b-b8ec-68835445869a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5f2d12ee-085b-4088-8e08-1d7748bec2e0 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f2d12ee-085b-4088-8e08-1d7748bec2e0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5f2d12ee-085b-4088-8e08-1d7748bec2e0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-5f2d12ee-085b-4088-8e08-1d7748bec2e0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-d0c8d72d-142a-4cc1-be09-5f0219ed494c {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d0c8d72d-142a-4cc1-be09-5f0219ed494c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d0c8d72d-142a-4cc1-be09-5f0219ed494c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-d0c8d72d-142a-4cc1-be09-5f0219ed494c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0c8d72d-142a-4cc1-be09-5f0219ed494c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bd3d30a0-508a-4519-b67f-a896357a414a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd3d30a0-508a-4519-b67f-a896357a414a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd3d30a0-508a-4519-b67f-a896357a414a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd3d30a0-508a-4519-b67f-a896357a414a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-2f2ae7e3-a1f7-444c-bd52-6f6d3cd56abd {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-2f2ae7e3-a1f7-444c-bd52-6f6d3cd56abd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f2ae7e3-a1f7-444c-bd52-6f6d3cd56abd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
  max-width: 481px;
aspect-ratio: 481/560;
text-align: center;
}





  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image,
  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
    width: 100%;
    height: auto;
  }

  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image {
    
    
  }


.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad .shogun-image-content {
  
    align-items: center;
  
}

.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
      --shg-aspect-ratio: calc(481/560); 
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container {
      position: relative;
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image,
  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
    width: 100%;
    height: auto;
  }

  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image {
    
    
  }


.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad .shogun-image-content {
  
    align-items: center;
  
}

.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
      --shg-aspect-ratio: calc(481/560); 
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container {
      position: relative;
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image,
  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
    width: 100%;
    height: auto;
  }

  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image {
    
    
  }


.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad .shogun-image-content {
  
    align-items: center;
  
}

.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
      --shg-aspect-ratio: calc(481/560); 
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container {
      position: relative;
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image,
  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
    width: 100%;
    height: auto;
  }

  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image {
    
    
  }


.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad .shogun-image-content {
  
    align-items: center;
  
}

.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
      --shg-aspect-ratio: calc(481/560); 
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container {
      position: relative;
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image,
  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
    width: 100%;
    height: auto;
  }

  #s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image {
    
    
  }


.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad .shogun-image-content {
  
    align-items: center;
  
}

.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad {
      --shg-aspect-ratio: calc(481/560); 
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container {
      position: relative;
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26e2249d-2d10-4cdd-a16f-0c4d9eaa8bad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d4c43f34-d7c2-44b5-b306-dafe935b94e1 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d4c43f34-d7c2-44b5-b306-dafe935b94e1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d4c43f34-d7c2-44b5-b306-dafe935b94e1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-d4c43f34-d7c2-44b5-b306-dafe935b94e1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
  max-width: 600px;
aspect-ratio: 600/800;
text-align: center;
}





  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image,
  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
    width: 100%;
    height: auto;
  }

  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image {
    
    
  }


.s-7e875042-9850-4aaa-a68d-fc3bf8535678 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container {
      position: relative;
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image,
  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
    width: 100%;
    height: auto;
  }

  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image {
    
    
  }


.s-7e875042-9850-4aaa-a68d-fc3bf8535678 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container {
      position: relative;
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image,
  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
    width: 100%;
    height: auto;
  }

  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image {
    
    
  }


.s-7e875042-9850-4aaa-a68d-fc3bf8535678 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container {
      position: relative;
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image,
  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
    width: 100%;
    height: auto;
  }

  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image {
    
    
  }


.s-7e875042-9850-4aaa-a68d-fc3bf8535678 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container {
      position: relative;
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image,
  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
    width: 100%;
    height: auto;
  }

  #s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image {
    
    
  }


.s-7e875042-9850-4aaa-a68d-fc3bf8535678 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e875042-9850-4aaa-a68d-fc3bf8535678 {
      --shg-aspect-ratio: calc(600/800); 
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container {
      position: relative;
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e875042-9850-4aaa-a68d-fc3bf8535678 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-7b438f21-ad98-40e0-9269-ec6fb7c21a1e {
  margin-bottom: 60px;
}
}







#s-7b438f21-ad98-40e0-9269-ec6fb7c21a1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b438f21-ad98-40e0-9269-ec6fb7c21a1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6f8bc83-7376-4a77-bbff-1896c4d119fd {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b6f8bc83-7376-4a77-bbff-1896c4d119fd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b6f8bc83-7376-4a77-bbff-1896c4d119fd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-b6f8bc83-7376-4a77-bbff-1896c4d119fd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-6a05a369-1f75-4311-8b10-9473d6710a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a05a369-1f75-4311-8b10-9473d6710a8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13b80473-7469-40ff-8222-da22d751e335 {
  max-width: 480px;
aspect-ratio: 480/640;
text-align: center;
}





  #s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image,
  #s-13b80473-7469-40ff-8222-da22d751e335 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13b80473-7469-40ff-8222-da22d751e335 {
    width: 100%;
    height: auto;
  }

  #s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13b80473-7469-40ff-8222-da22d751e335.shogun-image {
    
    
  }


.s-13b80473-7469-40ff-8222-da22d751e335 .shogun-image-content {
  
    align-items: center;
  
}

.s-13b80473-7469-40ff-8222-da22d751e335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13b80473-7469-40ff-8222-da22d751e335.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13b80473-7469-40ff-8222-da22d751e335 {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container {
      position: relative;
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image,
  #s-13b80473-7469-40ff-8222-da22d751e335 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13b80473-7469-40ff-8222-da22d751e335 {
    width: 100%;
    height: auto;
  }

  #s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13b80473-7469-40ff-8222-da22d751e335.shogun-image {
    
    
  }


.s-13b80473-7469-40ff-8222-da22d751e335 .shogun-image-content {
  
    align-items: center;
  
}

.s-13b80473-7469-40ff-8222-da22d751e335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13b80473-7469-40ff-8222-da22d751e335.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13b80473-7469-40ff-8222-da22d751e335 {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container {
      position: relative;
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image,
  #s-13b80473-7469-40ff-8222-da22d751e335 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13b80473-7469-40ff-8222-da22d751e335 {
    width: 100%;
    height: auto;
  }

  #s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13b80473-7469-40ff-8222-da22d751e335.shogun-image {
    
    
  }


.s-13b80473-7469-40ff-8222-da22d751e335 .shogun-image-content {
  
    align-items: center;
  
}

.s-13b80473-7469-40ff-8222-da22d751e335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13b80473-7469-40ff-8222-da22d751e335.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13b80473-7469-40ff-8222-da22d751e335 {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container {
      position: relative;
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image,
  #s-13b80473-7469-40ff-8222-da22d751e335 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13b80473-7469-40ff-8222-da22d751e335 {
    width: 100%;
    height: auto;
  }

  #s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13b80473-7469-40ff-8222-da22d751e335.shogun-image {
    
    
  }


.s-13b80473-7469-40ff-8222-da22d751e335 .shogun-image-content {
  
    align-items: center;
  
}

.s-13b80473-7469-40ff-8222-da22d751e335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13b80473-7469-40ff-8222-da22d751e335.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13b80473-7469-40ff-8222-da22d751e335 {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container {
      position: relative;
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image,
  #s-13b80473-7469-40ff-8222-da22d751e335 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13b80473-7469-40ff-8222-da22d751e335 {
    width: 100%;
    height: auto;
  }

  #s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13b80473-7469-40ff-8222-da22d751e335.shogun-image {
    
    
  }


.s-13b80473-7469-40ff-8222-da22d751e335 .shogun-image-content {
  
    align-items: center;
  
}

.s-13b80473-7469-40ff-8222-da22d751e335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13b80473-7469-40ff-8222-da22d751e335.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13b80473-7469-40ff-8222-da22d751e335 {
      --shg-aspect-ratio: calc(480/640); 
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container {
      position: relative;
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13b80473-7469-40ff-8222-da22d751e335.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13b80473-7469-40ff-8222-da22d751e335 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5fd437c7-c053-44f6-9aee-4bea3e2cf537 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5fd437c7-c053-44f6-9aee-4bea3e2cf537 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5fd437c7-c053-44f6-9aee-4bea3e2cf537 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-5fd437c7-c053-44f6-9aee-4bea3e2cf537 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-c86bf4a3-31ae-4506-8b02-f66857922764 {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c86bf4a3-31ae-4506-8b02-f66857922764 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c86bf4a3-31ae-4506-8b02-f66857922764 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-c86bf4a3-31ae-4506-8b02-f66857922764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c86bf4a3-31ae-4506-8b02-f66857922764.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-091b62f8-73ed-4c9e-8198-12b1525a69c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-091b62f8-73ed-4c9e-8198-12b1525a69c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-091b62f8-73ed-4c9e-8198-12b1525a69c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-091b62f8-73ed-4c9e-8198-12b1525a69c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-0729aba9-d32c-47a8-9b0d-a2f89ae3c792 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-0729aba9-d32c-47a8-9b0d-a2f89ae3c792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0729aba9-d32c-47a8-9b0d-a2f89ae3c792.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image,
  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
    width: 100%;
    height: auto;
  }

  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image {
    
    
  }


.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container {
      position: relative;
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image,
  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
    width: 100%;
    height: auto;
  }

  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image {
    
    
  }


.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container {
      position: relative;
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image,
  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
    width: 100%;
    height: auto;
  }

  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image {
    
    
  }


.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container {
      position: relative;
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image,
  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
    width: 100%;
    height: auto;
  }

  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image {
    
    
  }


.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container {
      position: relative;
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image,
  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
    width: 100%;
    height: auto;
  }

  #s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image {
    
    
  }


.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container {
      position: relative;
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e0fd1b1-9635-48bd-8752-0ad3687b39c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-43ef8711-690f-4c9d-a3ac-d592f0251909 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-43ef8711-690f-4c9d-a3ac-d592f0251909 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-43ef8711-690f-4c9d-a3ac-d592f0251909 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-43ef8711-690f-4c9d-a3ac-d592f0251909 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-6baa4346-53cd-46f0-b67e-264fa500df0d {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image,
  #s-6baa4346-53cd-46f0-b67e-264fa500df0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6baa4346-53cd-46f0-b67e-264fa500df0d {
    width: 100%;
    height: auto;
  }

  #s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image {
    
    
  }


.s-6baa4346-53cd-46f0-b67e-264fa500df0d .shogun-image-content {
  
    align-items: center;
  
}

.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6baa4346-53cd-46f0-b67e-264fa500df0d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container {
      position: relative;
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image,
  #s-6baa4346-53cd-46f0-b67e-264fa500df0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6baa4346-53cd-46f0-b67e-264fa500df0d {
    width: 100%;
    height: auto;
  }

  #s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image {
    
    
  }


.s-6baa4346-53cd-46f0-b67e-264fa500df0d .shogun-image-content {
  
    align-items: center;
  
}

.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6baa4346-53cd-46f0-b67e-264fa500df0d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container {
      position: relative;
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image,
  #s-6baa4346-53cd-46f0-b67e-264fa500df0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6baa4346-53cd-46f0-b67e-264fa500df0d {
    width: 100%;
    height: auto;
  }

  #s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image {
    
    
  }


.s-6baa4346-53cd-46f0-b67e-264fa500df0d .shogun-image-content {
  
    align-items: center;
  
}

.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6baa4346-53cd-46f0-b67e-264fa500df0d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container {
      position: relative;
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image,
  #s-6baa4346-53cd-46f0-b67e-264fa500df0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6baa4346-53cd-46f0-b67e-264fa500df0d {
    width: 100%;
    height: auto;
  }

  #s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image {
    
    
  }


.s-6baa4346-53cd-46f0-b67e-264fa500df0d .shogun-image-content {
  
    align-items: center;
  
}

.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6baa4346-53cd-46f0-b67e-264fa500df0d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container {
      position: relative;
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image,
  #s-6baa4346-53cd-46f0-b67e-264fa500df0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6baa4346-53cd-46f0-b67e-264fa500df0d {
    width: 100%;
    height: auto;
  }

  #s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image {
    
    
  }


.s-6baa4346-53cd-46f0-b67e-264fa500df0d .shogun-image-content {
  
    align-items: center;
  
}

.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6baa4346-53cd-46f0-b67e-264fa500df0d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container {
      position: relative;
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6baa4346-53cd-46f0-b67e-264fa500df0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-6f0e4bb3-5a86-4ebb-b3a3-3f9663f25589 {
  margin-bottom: 60px;
}
}







#s-6f0e4bb3-5a86-4ebb-b3a3-3f9663f25589 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f0e4bb3-5a86-4ebb-b3a3-3f9663f25589.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05395a76-51b0-4e34-8158-40082b6b2af1 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-05395a76-51b0-4e34-8158-40082b6b2af1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-05395a76-51b0-4e34-8158-40082b6b2af1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-05395a76-51b0-4e34-8158-40082b6b2af1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-a7cc1a96-d735-4bcf-806c-0f695fccd76b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7cc1a96-d735-4bcf-806c-0f695fccd76b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
  max-width: 3000px;
aspect-ratio: 3000/2606;
text-align: center;
}





  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image,
  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
    width: 100%;
    height: auto;
  }

  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image {
    
    
  }


.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
      --shg-aspect-ratio: calc(3000/2606); 
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container {
      position: relative;
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image,
  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
    width: 100%;
    height: auto;
  }

  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image {
    
    
  }


.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
      --shg-aspect-ratio: calc(3000/2606); 
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container {
      position: relative;
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image,
  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
    width: 100%;
    height: auto;
  }

  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image {
    
    
  }


.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
      --shg-aspect-ratio: calc(3000/2606); 
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container {
      position: relative;
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image,
  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
    width: 100%;
    height: auto;
  }

  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image {
    
    
  }


.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
      --shg-aspect-ratio: calc(3000/2606); 
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container {
      position: relative;
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image,
  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
    width: 100%;
    height: auto;
  }

  #s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image {
    
    
  }


.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 {
      --shg-aspect-ratio: calc(3000/2606); 
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container {
      position: relative;
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-638a137f-94bf-4e0a-b2aa-172a3cb619d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b44c9cff-a1d1-43e3-9f50-22219544770f {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b44c9cff-a1d1-43e3-9f50-22219544770f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b44c9cff-a1d1-43e3-9f50-22219544770f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-b44c9cff-a1d1-43e3-9f50-22219544770f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-6b290fea-b3d2-4d3f-a752-cb2ceb40288f {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6b290fea-b3d2-4d3f-a752-cb2ceb40288f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6b290fea-b3d2-4d3f-a752-cb2ceb40288f {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-6b290fea-b3d2-4d3f-a752-cb2ceb40288f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b290fea-b3d2-4d3f-a752-cb2ceb40288f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c002fe65-becb-46db-8eaf-2c95a1608d92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c002fe65-becb-46db-8eaf-2c95a1608d92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c002fe65-becb-46db-8eaf-2c95a1608d92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c002fe65-becb-46db-8eaf-2c95a1608d92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-9ac1e6cb-6d7d-4c18-9240-412336224e9e {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-9ac1e6cb-6d7d-4c18-9240-412336224e9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ac1e6cb-6d7d-4c18-9240-412336224e9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
  max-width: 360px;
aspect-ratio: 360/304;
text-align: center;
}





  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image,
  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
    width: 100%;
    height: auto;
  }

  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image {
    
    
  }


.s-bb57ffdb-8707-46d9-b253-32f3e747d606 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
      --shg-aspect-ratio: calc(360/304); 
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container {
      position: relative;
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image,
  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
    width: 100%;
    height: auto;
  }

  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image {
    
    
  }


.s-bb57ffdb-8707-46d9-b253-32f3e747d606 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
      --shg-aspect-ratio: calc(360/304); 
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container {
      position: relative;
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image,
  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
    width: 100%;
    height: auto;
  }

  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image {
    
    
  }


.s-bb57ffdb-8707-46d9-b253-32f3e747d606 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
      --shg-aspect-ratio: calc(360/304); 
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container {
      position: relative;
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image,
  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
    width: 100%;
    height: auto;
  }

  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image {
    
    
  }


.s-bb57ffdb-8707-46d9-b253-32f3e747d606 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
      --shg-aspect-ratio: calc(360/304); 
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container {
      position: relative;
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image,
  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
    width: 100%;
    height: auto;
  }

  #s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image {
    
    
  }


.s-bb57ffdb-8707-46d9-b253-32f3e747d606 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb57ffdb-8707-46d9-b253-32f3e747d606 {
      --shg-aspect-ratio: calc(360/304); 
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container {
      position: relative;
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb57ffdb-8707-46d9-b253-32f3e747d606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f1186294-8bc8-48b6-a635-6c4b4e44dabc {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f1186294-8bc8-48b6-a635-6c4b4e44dabc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f1186294-8bc8-48b6-a635-6c4b4e44dabc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-f1186294-8bc8-48b6-a635-6c4b4e44dabc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
@media (max-width: 767px){#s-142d525f-c4a9-40e1-8125-922b61a8c7b2 {
  margin-bottom: 60px;
}
}







#s-142d525f-c4a9-40e1-8125-922b61a8c7b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-142d525f-c4a9-40e1-8125-922b61a8c7b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf59196c-d8d5-407b-92b5-69608c966528 {
  max-width: 480px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image,
  #s-bf59196c-d8d5-407b-92b5-69608c966528 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf59196c-d8d5-407b-92b5-69608c966528 {
    width: 100%;
    height: auto;
  }

  #s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image {
    
    
  }


.s-bf59196c-d8d5-407b-92b5-69608c966528 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf59196c-d8d5-407b-92b5-69608c966528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf59196c-d8d5-407b-92b5-69608c966528 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container {
      position: relative;
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image,
  #s-bf59196c-d8d5-407b-92b5-69608c966528 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf59196c-d8d5-407b-92b5-69608c966528 {
    width: 100%;
    height: auto;
  }

  #s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image {
    
    
  }


.s-bf59196c-d8d5-407b-92b5-69608c966528 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf59196c-d8d5-407b-92b5-69608c966528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf59196c-d8d5-407b-92b5-69608c966528 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container {
      position: relative;
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image,
  #s-bf59196c-d8d5-407b-92b5-69608c966528 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf59196c-d8d5-407b-92b5-69608c966528 {
    width: 100%;
    height: auto;
  }

  #s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image {
    
    
  }


.s-bf59196c-d8d5-407b-92b5-69608c966528 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf59196c-d8d5-407b-92b5-69608c966528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf59196c-d8d5-407b-92b5-69608c966528 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container {
      position: relative;
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image,
  #s-bf59196c-d8d5-407b-92b5-69608c966528 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf59196c-d8d5-407b-92b5-69608c966528 {
    width: 100%;
    height: auto;
  }

  #s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image {
    
    
  }


.s-bf59196c-d8d5-407b-92b5-69608c966528 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf59196c-d8d5-407b-92b5-69608c966528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf59196c-d8d5-407b-92b5-69608c966528 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container {
      position: relative;
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image,
  #s-bf59196c-d8d5-407b-92b5-69608c966528 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf59196c-d8d5-407b-92b5-69608c966528 {
    width: 100%;
    height: auto;
  }

  #s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image {
    
    
  }


.s-bf59196c-d8d5-407b-92b5-69608c966528 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf59196c-d8d5-407b-92b5-69608c966528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf59196c-d8d5-407b-92b5-69608c966528 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container {
      position: relative;
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf59196c-d8d5-407b-92b5-69608c966528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8c49cfe0-0233-441a-ad85-06ff59248d98 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c49cfe0-0233-441a-ad85-06ff59248d98 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8c49cfe0-0233-441a-ad85-06ff59248d98 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-8c49cfe0-0233-441a-ad85-06ff59248d98 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}







#s-0aec2bd6-28ff-455a-9b99-2fd2f995268d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aec2bd6-28ff-455a-9b99-2fd2f995268d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
  max-width: 640px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image,
  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
    width: 100%;
    height: auto;
  }

  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image {
    
    
  }


.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b .shogun-image-content {
  
    align-items: center;
  
}

.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container {
      position: relative;
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image,
  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
    width: 100%;
    height: auto;
  }

  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image {
    
    
  }


.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b .shogun-image-content {
  
    align-items: center;
  
}

.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container {
      position: relative;
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image,
  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
    width: 100%;
    height: auto;
  }

  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image {
    
    
  }


.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b .shogun-image-content {
  
    align-items: center;
  
}

.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container {
      position: relative;
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image,
  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
    width: 100%;
    height: auto;
  }

  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image {
    
    
  }


.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b .shogun-image-content {
  
    align-items: center;
  
}

.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container {
      position: relative;
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image,
  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
    width: 100%;
    height: auto;
  }

  #s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image {
    
    
  }


.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b .shogun-image-content {
  
    align-items: center;
  
}

.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container {
      position: relative;
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ed0f39b-8694-4005-aee7-11f3dd20c19b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-118137df-aca9-45cf-a851-d3bdadbc5b67 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-118137df-aca9-45cf-a851-d3bdadbc5b67 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-118137df-aca9-45cf-a851-d3bdadbc5b67 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-118137df-aca9-45cf-a851-d3bdadbc5b67 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-c0534915-6895-49c7-b0b9-31fb06ed5c4c {
  padding-top: 45px;
padding-left: 10%;
padding-bottom: 45px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c0534915-6895-49c7-b0b9-31fb06ed5c4c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c0534915-6895-49c7-b0b9-31fb06ed5c4c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-c0534915-6895-49c7-b0b9-31fb06ed5c4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0534915-6895-49c7-b0b9-31fb06ed5c4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-189336e7-32d1-4289-b595-a4dca32f8271 {
  padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-189336e7-32d1-4289-b595-a4dca32f8271 {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-189336e7-32d1-4289-b595-a4dca32f8271 {
  padding-bottom: 40px;
}
}
#s-189336e7-32d1-4289-b595-a4dca32f8271 .shogun-heading-component h2 {
  color: rgba(12, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-189336e7-32d1-4289-b595-a4dca32f8271 .shogun-heading-component h2 {
  color: rgba(12, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-189336e7-32d1-4289-b595-a4dca32f8271 .shogun-heading-component h2 {
  color: rgba(12, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-d720b1b4-602c-4804-9888-6978e75e5d2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d720b1b4-602c-4804-9888-6978e75e5d2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d720b1b4-602c-4804-9888-6978e75e5d2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d720b1b4-602c-4804-9888-6978e75e5d2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-e6f0ec04-2b64-46e8-91b6-5091e62c5189 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-e6f0ec04-2b64-46e8-91b6-5091e62c5189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6f0ec04-2b64-46e8-91b6-5091e62c5189.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee9e39fe-3f1d-4054-9542-fc24aff124de {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ee9e39fe-3f1d-4054-9542-fc24aff124de .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: -1px;
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-795e1e15-e0d5-42be-a57b-95105fd72977 {
  margin-top: -21px;
margin-bottom: -21px;
}

#s-795e1e15-e0d5-42be-a57b-95105fd72977 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

#s-559e8755-4517-4cbb-b861-db0d9ff2f952 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-559e8755-4517-4cbb-b861-db0d9ff2f952:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-559e8755-4517-4cbb-b861-db0d9ff2f952:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-559e8755-4517-4cbb-b861-db0d9ff2f952-root {
    text-align: center;
  }


#s-559e8755-4517-4cbb-b861-db0d9ff2f952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-559e8755-4517-4cbb-b861-db0d9ff2f952-root {
    text-align: center;
  }


#s-559e8755-4517-4cbb-b861-db0d9ff2f952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-559e8755-4517-4cbb-b861-db0d9ff2f952-root {
    text-align: center;
  }


#s-559e8755-4517-4cbb-b861-db0d9ff2f952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-559e8755-4517-4cbb-b861-db0d9ff2f952-root {
    text-align: center;
  }


#s-559e8755-4517-4cbb-b861-db0d9ff2f952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-559e8755-4517-4cbb-b861-db0d9ff2f952-root {
    text-align: center;
  }


#s-559e8755-4517-4cbb-b861-db0d9ff2f952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-1e8100f7-8b24-4611-bddd-9874afccafa0 {
  margin-bottom: 60px;
}
}







#s-1e8100f7-8b24-4611-bddd-9874afccafa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e8100f7-8b24-4611-bddd-9874afccafa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c436725-097f-4c1a-90ba-c3a3e4d29983 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4c436725-097f-4c1a-90ba-c3a3e4d29983 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-42087754-06f8-4e08-b5a3-02721da4ad29 {
  margin-top: -21px;
margin-bottom: -21px;
}

#s-42087754-06f8-4e08-b5a3-02721da4ad29 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8-root {
    text-align: center;
  }


#s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8-root {
    text-align: center;
  }


#s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8-root {
    text-align: center;
  }


#s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8-root {
    text-align: center;
  }


#s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8-root {
    text-align: center;
  }


#s-a6836058-e4f0-4ee8-8b7e-f8ee93d82de8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}







#s-d91be36d-1bc4-479c-873c-492f2572e1ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d91be36d-1bc4-479c-873c-492f2572e1ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-536016d1-42ec-431d-b0ef-915774158335 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-536016d1-42ec-431d-b0ef-915774158335 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-e53c2017-717e-4bf6-bf4d-03ec99d8fc95 {
  margin-top: -21px;
margin-bottom: -21px;
}

#s-e53c2017-717e-4bf6-bf4d-03ec99d8fc95 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5f989e12-369a-4e14-acaf-e3558da2dcd8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5f989e12-369a-4e14-acaf-e3558da2dcd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f989e12-369a-4e14-acaf-e3558da2dcd8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f989e12-369a-4e14-acaf-e3558da2dcd8-root {
    text-align: center;
  }


#s-5f989e12-369a-4e14-acaf-e3558da2dcd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5f989e12-369a-4e14-acaf-e3558da2dcd8-root {
    text-align: center;
  }


#s-5f989e12-369a-4e14-acaf-e3558da2dcd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f989e12-369a-4e14-acaf-e3558da2dcd8-root {
    text-align: center;
  }


#s-5f989e12-369a-4e14-acaf-e3558da2dcd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f989e12-369a-4e14-acaf-e3558da2dcd8-root {
    text-align: center;
  }


#s-5f989e12-369a-4e14-acaf-e3558da2dcd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5f989e12-369a-4e14-acaf-e3558da2dcd8-root {
    text-align: center;
  }


#s-5f989e12-369a-4e14-acaf-e3558da2dcd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

@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}
