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

.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-373c5e38-e181-4da8-819f-aeb536b9914b {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-373c5e38-e181-4da8-819f-aeb536b9914b {
  padding-top: 12px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-373c5e38-e181-4da8-819f-aeb536b9914b {
  
}
}







#s-373c5e38-e181-4da8-819f-aeb536b9914b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-373c5e38-e181-4da8-819f-aeb536b9914b.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-ed63bf0c-0e19-45c9-918e-8aa832d0140d {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-ed63bf0c-0e19-45c9-918e-8aa832d0140d {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-ed63bf0c-0e19-45c9-918e-8aa832d0140d {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-ed63bf0c-0e19-45c9-918e-8aa832d0140d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ed63bf0c-0e19-45c9-918e-8aa832d0140d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-ed63bf0c-0e19-45c9-918e-8aa832d0140d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-6c06adfd-e28b-4f1d-89ad-d1181fa4d705 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 20%;
padding-bottom: 6px;
padding-right: 20%;
}
@media (max-width: 767px){#s-6c06adfd-e28b-4f1d-89ad-d1181fa4d705 {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-6c06adfd-e28b-4f1d-89ad-d1181fa4d705"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c06adfd-e28b-4f1d-89ad-d1181fa4d705"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-6c06adfd-e28b-4f1d-89ad-d1181fa4d705"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c06adfd-e28b-4f1d-89ad-d1181fa4d705"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-aeb59c93-edcf-41cd-89ce-4a7ea46b6b44 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-aeb59c93-edcf-41cd-89ce-4a7ea46b6b44 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Zen Kaku Gothic New";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-133b3b79-100b-46a9-bdd6-584d03e96672 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-c7dd65f8-4b8c-4a8b-92b5-a89cd304e8b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c7dd65f8-4b8c-4a8b-92b5-a89cd304e8b2 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Zen Kaku Gothic New";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ac74f799-9ea5-4ca9-b749-58adf942ce6f {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-0e1f82de-2358-4894-8c88-c3ac4dedfded {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (max-width: 767px){#s-0e1f82de-2358-4894-8c88-c3ac4dedfded {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 12px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-0e1f82de-2358-4894-8c88-c3ac4dedfded"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e1f82de-2358-4894-8c88-c3ac4dedfded"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-0e1f82de-2358-4894-8c88-c3ac4dedfded"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e1f82de-2358-4894-8c88-c3ac4dedfded"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-87097111-9bf4-400a-a305-5e7c44365c57 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-87097111-9bf4-400a-a305-5e7c44365c57 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Zen Kaku Gothic New";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4c359e95-b6e9-43f8-9f17-59b0dda71081 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-5a8eebdb-fc44-4ba2-b6f1-c6cf80611271 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5a8eebdb-fc44-4ba2-b6f1-c6cf80611271 .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Zen Kaku Gothic New";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1a900990-d4e9-4e85-bf28-463b039c422b {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-605ff112-c629-40ba-9320-f08ae021a6f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-605ff112-c629-40ba-9320-f08ae021a6f4 {
  padding-top: 48px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-605ff112-c629-40ba-9320-f08ae021a6f4 {
  padding-top: 36px;
}
}







#s-605ff112-c629-40ba-9320-f08ae021a6f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-605ff112-c629-40ba-9320-f08ae021a6f4.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-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-51f51080-725d-4af4-8724-a0a010f7de29 {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-51f51080-725d-4af4-8724-a0a010f7de29 {
  max-width: 1280px;
}
}
#s-51f51080-725d-4af4-8724-a0a010f7de29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51f51080-725d-4af4-8724-a0a010f7de29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51f51080-725d-4af4-8724-a0a010f7de29 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51f51080-725d-4af4-8724-a0a010f7de29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-51f51080-725d-4af4-8724-a0a010f7de29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51f51080-725d-4af4-8724-a0a010f7de29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f51080-725d-4af4-8724-a0a010f7de29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-51f51080-725d-4af4-8724-a0a010f7de29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51f51080-725d-4af4-8724-a0a010f7de29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51f51080-725d-4af4-8724-a0a010f7de29 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-51f51080-725d-4af4-8724-a0a010f7de29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29 img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-51f51080-725d-4af4-8724-a0a010f7de29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51f51080-725d-4af4-8724-a0a010f7de29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f51080-725d-4af4-8724-a0a010f7de29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-51f51080-725d-4af4-8724-a0a010f7de29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51f51080-725d-4af4-8724-a0a010f7de29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51f51080-725d-4af4-8724-a0a010f7de29 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51f51080-725d-4af4-8724-a0a010f7de29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-51f51080-725d-4af4-8724-a0a010f7de29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51f51080-725d-4af4-8724-a0a010f7de29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f51080-725d-4af4-8724-a0a010f7de29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-51f51080-725d-4af4-8724-a0a010f7de29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51f51080-725d-4af4-8724-a0a010f7de29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51f51080-725d-4af4-8724-a0a010f7de29 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51f51080-725d-4af4-8724-a0a010f7de29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-51f51080-725d-4af4-8724-a0a010f7de29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51f51080-725d-4af4-8724-a0a010f7de29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f51080-725d-4af4-8724-a0a010f7de29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-51f51080-725d-4af4-8724-a0a010f7de29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51f51080-725d-4af4-8724-a0a010f7de29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51f51080-725d-4af4-8724-a0a010f7de29 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51f51080-725d-4af4-8724-a0a010f7de29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-51f51080-725d-4af4-8724-a0a010f7de29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51f51080-725d-4af4-8724-a0a010f7de29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f51080-725d-4af4-8724-a0a010f7de29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f51080-725d-4af4-8724-a0a010f7de29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a12b1a6c-bda6-4901-a429-0a693aba95aa {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-a12b1a6c-bda6-4901-a429-0a693aba95aa {
  padding-left: 10%;
}
}@media (max-width: 767px){#s-a12b1a6c-bda6-4901-a429-0a693aba95aa {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-a12b1a6c-bda6-4901-a429-0a693aba95aa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a12b1a6c-bda6-4901-a429-0a693aba95aa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-a12b1a6c-bda6-4901-a429-0a693aba95aa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-39499614-2cd8-4daa-9f24-3f276e61cf06 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-39499614-2cd8-4daa-9f24-3f276e61cf06 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-39499614-2cd8-4daa-9f24-3f276e61cf06 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-39499614-2cd8-4daa-9f24-3f276e61cf06 .shg-proportional-font-size,
#s-39499614-2cd8-4daa-9f24-3f276e61cf06 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-90f78533-e47c-41da-8d6e-64fe6f6a87e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-90f78533-e47c-41da-8d6e-64fe6f6a87e1 {
  padding-top: 36px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-90f78533-e47c-41da-8d6e-64fe6f6a87e1 {
  padding-top: 36px;
}
}
#s-90f78533-e47c-41da-8d6e-64fe6f6a87e1 {
  background-image: url();
}








#s-90f78533-e47c-41da-8d6e-64fe6f6a87e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90f78533-e47c-41da-8d6e-64fe6f6a87e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-084d3d4e-309d-4ce8-a9ec-7bb792dd6635 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-084d3d4e-309d-4ce8-a9ec-7bb792dd6635 {
  padding-left: 10%;
}
}@media (max-width: 767px){#s-084d3d4e-309d-4ce8-a9ec-7bb792dd6635 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-084d3d4e-309d-4ce8-a9ec-7bb792dd6635 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-084d3d4e-309d-4ce8-a9ec-7bb792dd6635 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-084d3d4e-309d-4ce8-a9ec-7bb792dd6635 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  max-width: 1280px;
}
}
#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8bd8ea3-d0c4-4a61-975d-39740a3997fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9c833381-303a-4e54-9bdc-87faa41bcc3f {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c833381-303a-4e54-9bdc-87faa41bcc3f {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-9c833381-303a-4e54-9bdc-87faa41bcc3f {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-9c833381-303a-4e54-9bdc-87faa41bcc3f .shg-proportional-font-size,
#s-9c833381-303a-4e54-9bdc-87faa41bcc3f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-75887f03-6ab9-4fe7-a152-560501765922 {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-75887f03-6ab9-4fe7-a152-560501765922 {
  max-width: 1280px;
}
}
#s-75887f03-6ab9-4fe7-a152-560501765922 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-75887f03-6ab9-4fe7-a152-560501765922-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-75887f03-6ab9-4fe7-a152-560501765922 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-75887f03-6ab9-4fe7-a152-560501765922 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-75887f03-6ab9-4fe7-a152-560501765922 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-75887f03-6ab9-4fe7-a152-560501765922 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-75887f03-6ab9-4fe7-a152-560501765922 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-75887f03-6ab9-4fe7-a152-560501765922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75887f03-6ab9-4fe7-a152-560501765922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75887f03-6ab9-4fe7-a152-560501765922.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-75887f03-6ab9-4fe7-a152-560501765922 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-75887f03-6ab9-4fe7-a152-560501765922-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-75887f03-6ab9-4fe7-a152-560501765922 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-75887f03-6ab9-4fe7-a152-560501765922 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-75887f03-6ab9-4fe7-a152-560501765922 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-75887f03-6ab9-4fe7-a152-560501765922 img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-75887f03-6ab9-4fe7-a152-560501765922 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-75887f03-6ab9-4fe7-a152-560501765922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75887f03-6ab9-4fe7-a152-560501765922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75887f03-6ab9-4fe7-a152-560501765922.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-75887f03-6ab9-4fe7-a152-560501765922 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-75887f03-6ab9-4fe7-a152-560501765922-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-75887f03-6ab9-4fe7-a152-560501765922 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-75887f03-6ab9-4fe7-a152-560501765922 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-75887f03-6ab9-4fe7-a152-560501765922 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-75887f03-6ab9-4fe7-a152-560501765922 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-75887f03-6ab9-4fe7-a152-560501765922 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-75887f03-6ab9-4fe7-a152-560501765922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75887f03-6ab9-4fe7-a152-560501765922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75887f03-6ab9-4fe7-a152-560501765922.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-75887f03-6ab9-4fe7-a152-560501765922 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-75887f03-6ab9-4fe7-a152-560501765922-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-75887f03-6ab9-4fe7-a152-560501765922 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-75887f03-6ab9-4fe7-a152-560501765922 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-75887f03-6ab9-4fe7-a152-560501765922 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-75887f03-6ab9-4fe7-a152-560501765922 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-75887f03-6ab9-4fe7-a152-560501765922 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-75887f03-6ab9-4fe7-a152-560501765922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75887f03-6ab9-4fe7-a152-560501765922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75887f03-6ab9-4fe7-a152-560501765922.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-75887f03-6ab9-4fe7-a152-560501765922 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-75887f03-6ab9-4fe7-a152-560501765922-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-75887f03-6ab9-4fe7-a152-560501765922 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-75887f03-6ab9-4fe7-a152-560501765922 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-75887f03-6ab9-4fe7-a152-560501765922 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-75887f03-6ab9-4fe7-a152-560501765922 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-75887f03-6ab9-4fe7-a152-560501765922 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-75887f03-6ab9-4fe7-a152-560501765922.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75887f03-6ab9-4fe7-a152-560501765922.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75887f03-6ab9-4fe7-a152-560501765922.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b8dba068-c2e4-4c42-acc4-f813b5dee7f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8dba068-c2e4-4c42-acc4-f813b5dee7f8 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-b8dba068-c2e4-4c42-acc4-f813b5dee7f8 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b8dba068-c2e4-4c42-acc4-f813b5dee7f8 .shg-proportional-font-size,
#s-b8dba068-c2e4-4c42-acc4-f813b5dee7f8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d2612e28-2d82-4805-a390-39387a2340ac {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-d2612e28-2d82-4805-a390-39387a2340ac {
  max-width: 1280px;
}
}
#s-d2612e28-2d82-4805-a390-39387a2340ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2612e28-2d82-4805-a390-39387a2340ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2612e28-2d82-4805-a390-39387a2340ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2612e28-2d82-4805-a390-39387a2340ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2612e28-2d82-4805-a390-39387a2340ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2612e28-2d82-4805-a390-39387a2340ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2612e28-2d82-4805-a390-39387a2340ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d2612e28-2d82-4805-a390-39387a2340ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2612e28-2d82-4805-a390-39387a2340ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2612e28-2d82-4805-a390-39387a2340ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-d2612e28-2d82-4805-a390-39387a2340ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2612e28-2d82-4805-a390-39387a2340ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2612e28-2d82-4805-a390-39387a2340ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2612e28-2d82-4805-a390-39387a2340ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d2612e28-2d82-4805-a390-39387a2340ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2612e28-2d82-4805-a390-39387a2340ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2612e28-2d82-4805-a390-39387a2340ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2612e28-2d82-4805-a390-39387a2340ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2612e28-2d82-4805-a390-39387a2340ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2612e28-2d82-4805-a390-39387a2340ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2612e28-2d82-4805-a390-39387a2340ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d2612e28-2d82-4805-a390-39387a2340ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2612e28-2d82-4805-a390-39387a2340ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2612e28-2d82-4805-a390-39387a2340ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2612e28-2d82-4805-a390-39387a2340ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2612e28-2d82-4805-a390-39387a2340ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2612e28-2d82-4805-a390-39387a2340ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2612e28-2d82-4805-a390-39387a2340ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d2612e28-2d82-4805-a390-39387a2340ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2612e28-2d82-4805-a390-39387a2340ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2612e28-2d82-4805-a390-39387a2340ac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d2612e28-2d82-4805-a390-39387a2340ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d2612e28-2d82-4805-a390-39387a2340ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2612e28-2d82-4805-a390-39387a2340ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2612e28-2d82-4805-a390-39387a2340ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2612e28-2d82-4805-a390-39387a2340ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-76decd90-17ca-4e07-8443-139f0f8c8d54 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-76decd90-17ca-4e07-8443-139f0f8c8d54 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-76decd90-17ca-4e07-8443-139f0f8c8d54 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-76decd90-17ca-4e07-8443-139f0f8c8d54 .shg-proportional-font-size,
#s-76decd90-17ca-4e07-8443-139f0f8c8d54 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  max-width: 1280px;
}
}
#s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c9de1382-0abf-4e0b-b8fd-35211741e17a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c9de1382-0abf-4e0b-b8fd-35211741e17a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c9de1382-0abf-4e0b-b8fd-35211741e17a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c9de1382-0abf-4e0b-b8fd-35211741e17a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c9de1382-0abf-4e0b-b8fd-35211741e17a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c9de1382-0abf-4e0b-b8fd-35211741e17a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9de1382-0abf-4e0b-b8fd-35211741e17a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bd123de3-5738-4018-86e0-c8ff6d334025 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd123de3-5738-4018-86e0-c8ff6d334025 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-bd123de3-5738-4018-86e0-c8ff6d334025 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-bd123de3-5738-4018-86e0-c8ff6d334025 .shg-proportional-font-size,
#s-bd123de3-5738-4018-86e0-c8ff6d334025 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  max-width: 1280px;
}
}
#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3c1db327-20b7-41df-b29a-aa5fc889b4dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1db327-20b7-41df-b29a-aa5fc889b4dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-71d10de5-a002-4e62-9d75-ab08d11fa4a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-71d10de5-a002-4e62-9d75-ab08d11fa4a1 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-71d10de5-a002-4e62-9d75-ab08d11fa4a1 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-71d10de5-a002-4e62-9d75-ab08d11fa4a1 .shg-proportional-font-size,
#s-71d10de5-a002-4e62-9d75-ab08d11fa4a1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  max-width: 1280px;
}
}
#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-814c36fa-70f0-46e1-8fe1-64ddbd756079 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-814c36fa-70f0-46e1-8fe1-64ddbd756079 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-814c36fa-70f0-46e1-8fe1-64ddbd756079 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-814c36fa-70f0-46e1-8fe1-64ddbd756079 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-814c36fa-70f0-46e1-8fe1-64ddbd756079 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-814c36fa-70f0-46e1-8fe1-64ddbd756079 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c36fa-70f0-46e1-8fe1-64ddbd756079.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7d622028-f721-4808-8a79-07b853027a36 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d622028-f721-4808-8a79-07b853027a36 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-7d622028-f721-4808-8a79-07b853027a36 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-7d622028-f721-4808-8a79-07b853027a36 .shg-proportional-font-size,
#s-7d622028-f721-4808-8a79-07b853027a36 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-358264cd-6c78-4794-9525-730f03017ab4 {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-358264cd-6c78-4794-9525-730f03017ab4 {
  max-width: 1280px;
}
}
#s-358264cd-6c78-4794-9525-730f03017ab4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-358264cd-6c78-4794-9525-730f03017ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-358264cd-6c78-4794-9525-730f03017ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-358264cd-6c78-4794-9525-730f03017ab4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-358264cd-6c78-4794-9525-730f03017ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-358264cd-6c78-4794-9525-730f03017ab4 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-358264cd-6c78-4794-9525-730f03017ab4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-358264cd-6c78-4794-9525-730f03017ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358264cd-6c78-4794-9525-730f03017ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358264cd-6c78-4794-9525-730f03017ab4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-358264cd-6c78-4794-9525-730f03017ab4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-358264cd-6c78-4794-9525-730f03017ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-358264cd-6c78-4794-9525-730f03017ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-358264cd-6c78-4794-9525-730f03017ab4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-358264cd-6c78-4794-9525-730f03017ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-358264cd-6c78-4794-9525-730f03017ab4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-358264cd-6c78-4794-9525-730f03017ab4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-358264cd-6c78-4794-9525-730f03017ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358264cd-6c78-4794-9525-730f03017ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358264cd-6c78-4794-9525-730f03017ab4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-358264cd-6c78-4794-9525-730f03017ab4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-358264cd-6c78-4794-9525-730f03017ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-358264cd-6c78-4794-9525-730f03017ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-358264cd-6c78-4794-9525-730f03017ab4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-358264cd-6c78-4794-9525-730f03017ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-358264cd-6c78-4794-9525-730f03017ab4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-358264cd-6c78-4794-9525-730f03017ab4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-358264cd-6c78-4794-9525-730f03017ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358264cd-6c78-4794-9525-730f03017ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358264cd-6c78-4794-9525-730f03017ab4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-358264cd-6c78-4794-9525-730f03017ab4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-358264cd-6c78-4794-9525-730f03017ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-358264cd-6c78-4794-9525-730f03017ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-358264cd-6c78-4794-9525-730f03017ab4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-358264cd-6c78-4794-9525-730f03017ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-358264cd-6c78-4794-9525-730f03017ab4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-358264cd-6c78-4794-9525-730f03017ab4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-358264cd-6c78-4794-9525-730f03017ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358264cd-6c78-4794-9525-730f03017ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358264cd-6c78-4794-9525-730f03017ab4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-358264cd-6c78-4794-9525-730f03017ab4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-358264cd-6c78-4794-9525-730f03017ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-358264cd-6c78-4794-9525-730f03017ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-358264cd-6c78-4794-9525-730f03017ab4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-358264cd-6c78-4794-9525-730f03017ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-358264cd-6c78-4794-9525-730f03017ab4 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-358264cd-6c78-4794-9525-730f03017ab4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-358264cd-6c78-4794-9525-730f03017ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358264cd-6c78-4794-9525-730f03017ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358264cd-6c78-4794-9525-730f03017ab4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9136dcfa-b906-4ac6-9842-6ac136105343 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9136dcfa-b906-4ac6-9842-6ac136105343 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-9136dcfa-b906-4ac6-9842-6ac136105343 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-9136dcfa-b906-4ac6-9842-6ac136105343 .shg-proportional-font-size,
#s-9136dcfa-b906-4ac6-9842-6ac136105343 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9df8abb0-c543-42ec-b2e6-e340d6227f37 {
  margin-left: auto;
margin-right: auto;
padding-top: 36px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9df8abb0-c543-42ec-b2e6-e340d6227f37 {
  padding-top: 36px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-9df8abb0-c543-42ec-b2e6-e340d6227f37 {
  
}
}







#s-9df8abb0-c543-42ec-b2e6-e340d6227f37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9df8abb0-c543-42ec-b2e6-e340d6227f37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  max-width: 1280px;
}
}
#s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3c1a8f49-ff63-42ef-bece-3475907ff071 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c1a8f49-ff63-42ef-bece-3475907ff071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1a8f49-ff63-42ef-bece-3475907ff071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3c1a8f49-ff63-42ef-bece-3475907ff071 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c1a8f49-ff63-42ef-bece-3475907ff071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1a8f49-ff63-42ef-bece-3475907ff071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3c1a8f49-ff63-42ef-bece-3475907ff071 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c1a8f49-ff63-42ef-bece-3475907ff071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1a8f49-ff63-42ef-bece-3475907ff071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3c1a8f49-ff63-42ef-bece-3475907ff071 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c1a8f49-ff63-42ef-bece-3475907ff071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1a8f49-ff63-42ef-bece-3475907ff071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3c1a8f49-ff63-42ef-bece-3475907ff071 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3c1a8f49-ff63-42ef-bece-3475907ff071 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c1a8f49-ff63-42ef-bece-3475907ff071.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1a8f49-ff63-42ef-bece-3475907ff071.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1a8f49-ff63-42ef-bece-3475907ff071.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3eeb9fe6-8cee-4e30-a8d8-8e03d60c14a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-3eeb9fe6-8cee-4e30-a8d8-8e03d60c14a7 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-3eeb9fe6-8cee-4e30-a8d8-8e03d60c14a7 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-3eeb9fe6-8cee-4e30-a8d8-8e03d60c14a7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3eeb9fe6-8cee-4e30-a8d8-8e03d60c14a7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-3eeb9fe6-8cee-4e30-a8d8-8e03d60c14a7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-2e1c58b1-05f7-44ce-8889-2b5becb29cc9 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e1c58b1-05f7-44ce-8889-2b5becb29cc9 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-2e1c58b1-05f7-44ce-8889-2b5becb29cc9 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-2e1c58b1-05f7-44ce-8889-2b5becb29cc9 .shg-proportional-font-size,
#s-2e1c58b1-05f7-44ce-8889-2b5becb29cc9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2945abd5-15dc-4db9-b9e7-a34812a8a2be {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2945abd5-15dc-4db9-b9e7-a34812a8a2be {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-2945abd5-15dc-4db9-b9e7-a34812a8a2be {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-2945abd5-15dc-4db9-b9e7-a34812a8a2be .shg-proportional-font-size,
#s-2945abd5-15dc-4db9-b9e7-a34812a8a2be .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3de658c6-42e1-4392-8271-3b595dbf989e {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3de658c6-42e1-4392-8271-3b595dbf989e {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-3de658c6-42e1-4392-8271-3b595dbf989e {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-3de658c6-42e1-4392-8271-3b595dbf989e .shg-proportional-font-size,
#s-3de658c6-42e1-4392-8271-3b595dbf989e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-29adef88-42ce-452a-8c26-65d1b9782d6f {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-29adef88-42ce-452a-8c26-65d1b9782d6f {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-29adef88-42ce-452a-8c26-65d1b9782d6f {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-29adef88-42ce-452a-8c26-65d1b9782d6f .shg-proportional-font-size,
#s-29adef88-42ce-452a-8c26-65d1b9782d6f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dad31a76-505e-41fe-b5aa-7cae00396614 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dad31a76-505e-41fe-b5aa-7cae00396614 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-dad31a76-505e-41fe-b5aa-7cae00396614 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-dad31a76-505e-41fe-b5aa-7cae00396614 .shg-proportional-font-size,
#s-dad31a76-505e-41fe-b5aa-7cae00396614 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-31ac566e-6c95-4346-9738-105f1d09a75d {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-31ac566e-6c95-4346-9738-105f1d09a75d {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-31ac566e-6c95-4346-9738-105f1d09a75d {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-31ac566e-6c95-4346-9738-105f1d09a75d .shg-proportional-font-size,
#s-31ac566e-6c95-4346-9738-105f1d09a75d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-302094cd-31a9-4b32-b0ce-7e8e3bdd1d4a {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-302094cd-31a9-4b32-b0ce-7e8e3bdd1d4a {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-302094cd-31a9-4b32-b0ce-7e8e3bdd1d4a {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-302094cd-31a9-4b32-b0ce-7e8e3bdd1d4a .shg-proportional-font-size,
#s-302094cd-31a9-4b32-b0ce-7e8e3bdd1d4a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-27cf4a48-a66a-49be-b0cb-1042b23ac36f {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-27cf4a48-a66a-49be-b0cb-1042b23ac36f {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-27cf4a48-a66a-49be-b0cb-1042b23ac36f {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-27cf4a48-a66a-49be-b0cb-1042b23ac36f .shg-proportional-font-size,
#s-27cf4a48-a66a-49be-b0cb-1042b23ac36f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b0771ff8-340c-4406-bf80-503ea794a4ad {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0771ff8-340c-4406-bf80-503ea794a4ad {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-b0771ff8-340c-4406-bf80-503ea794a4ad {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b0771ff8-340c-4406-bf80-503ea794a4ad .shg-proportional-font-size,
#s-b0771ff8-340c-4406-bf80-503ea794a4ad .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0d069abf-0d65-44ec-afd7-2f045cd30381 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d069abf-0d65-44ec-afd7-2f045cd30381 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-0d069abf-0d65-44ec-afd7-2f045cd30381 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-0d069abf-0d65-44ec-afd7-2f045cd30381 .shg-proportional-font-size,
#s-0d069abf-0d65-44ec-afd7-2f045cd30381 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9d8eeb97-1fcd-4c77-b195-7cb45312a7c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-9d8eeb97-1fcd-4c77-b195-7cb45312a7c8 {
  padding-top: 12px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-9d8eeb97-1fcd-4c77-b195-7cb45312a7c8 {
  
}
}







#s-9d8eeb97-1fcd-4c77-b195-7cb45312a7c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d8eeb97-1fcd-4c77-b195-7cb45312a7c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87ad8281-8e86-4526-ab9e-b0334e351aaa {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-87ad8281-8e86-4526-ab9e-b0334e351aaa {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-87ad8281-8e86-4526-ab9e-b0334e351aaa {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-87ad8281-8e86-4526-ab9e-b0334e351aaa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-87ad8281-8e86-4526-ab9e-b0334e351aaa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-87ad8281-8e86-4526-ab9e-b0334e351aaa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-09729fe1-27c7-4927-8800-5fd49fd6638f {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-09729fe1-27c7-4927-8800-5fd49fd6638f {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-09729fe1-27c7-4927-8800-5fd49fd6638f {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-09729fe1-27c7-4927-8800-5fd49fd6638f .shg-proportional-font-size,
#s-09729fe1-27c7-4927-8800-5fd49fd6638f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dba6922c-fd15-4992-a556-227995d1b72e {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 20%;
padding-bottom: 6px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dba6922c-fd15-4992-a556-227995d1b72e {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-dba6922c-fd15-4992-a556-227995d1b72e {
  padding-top: 6px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-dba6922c-fd15-4992-a556-227995d1b72e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dba6922c-fd15-4992-a556-227995d1b72e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-dba6922c-fd15-4992-a556-227995d1b72e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-dba6922c-fd15-4992-a556-227995d1b72e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-6606cfab-ba97-449f-ac39-16b47db5b5ee {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6606cfab-ba97-449f-ac39-16b47db5b5ee {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-6606cfab-ba97-449f-ac39-16b47db5b5ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6606cfab-ba97-449f-ac39-16b47db5b5ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9352583f-910d-4861-b476-57680bc0c0d6 {
  margin-left: auto;
margin-right: auto;
}

#s-9352583f-910d-4861-b476-57680bc0c0d6 .shg-proportional-font-size,
#s-9352583f-910d-4861-b476-57680bc0c0d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-49a867bf-5fc2-445a-ae90-c63cb20aad66 {
  margin-left: auto;
margin-right: auto;
}

#s-49a867bf-5fc2-445a-ae90-c63cb20aad66 .shg-proportional-font-size,
#s-49a867bf-5fc2-445a-ae90-c63cb20aad66 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a90d3cd4-81bb-455f-a023-1058f469db13 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a90d3cd4-81bb-455f-a023-1058f469db13 {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-a90d3cd4-81bb-455f-a023-1058f469db13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a90d3cd4-81bb-455f-a023-1058f469db13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2ea6549-6836-4155-8cd3-496618cba6f4 {
  margin-left: auto;
margin-right: auto;
}

#s-a2ea6549-6836-4155-8cd3-496618cba6f4 .shg-proportional-font-size,
#s-a2ea6549-6836-4155-8cd3-496618cba6f4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-78cd34c5-c1c2-4ed7-b5e2-b859539e425d {
  margin-left: auto;
margin-right: auto;
}

#s-78cd34c5-c1c2-4ed7-b5e2-b859539e425d .shg-proportional-font-size,
#s-78cd34c5-c1c2-4ed7-b5e2-b859539e425d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-55109578-e328-4607-b525-9312b3f48dd3 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-left: 20%;
padding-bottom: 6px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-55109578-e328-4607-b525-9312b3f48dd3 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-55109578-e328-4607-b525-9312b3f48dd3 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-55109578-e328-4607-b525-9312b3f48dd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55109578-e328-4607-b525-9312b3f48dd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-55109578-e328-4607-b525-9312b3f48dd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-55109578-e328-4607-b525-9312b3f48dd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-82d5467d-a8a2-4e15-804a-b63efc7990bc {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-82d5467d-a8a2-4e15-804a-b63efc7990bc {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-82d5467d-a8a2-4e15-804a-b63efc7990bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82d5467d-a8a2-4e15-804a-b63efc7990bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3800bf70-4e25-401c-a6e6-6ab773a6bb6c {
  margin-left: auto;
margin-right: auto;
}

#s-3800bf70-4e25-401c-a6e6-6ab773a6bb6c .shg-proportional-font-size,
#s-3800bf70-4e25-401c-a6e6-6ab773a6bb6c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dd691fe5-a710-4b11-beea-bc70d59be748 {
  margin-left: auto;
margin-right: auto;
}

#s-dd691fe5-a710-4b11-beea-bc70d59be748 .shg-proportional-font-size,
#s-dd691fe5-a710-4b11-beea-bc70d59be748 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-01538484-4059-425f-a6ee-3bb1b2ba7a86 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-01538484-4059-425f-a6ee-3bb1b2ba7a86 {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-01538484-4059-425f-a6ee-3bb1b2ba7a86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01538484-4059-425f-a6ee-3bb1b2ba7a86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50bdeea7-9123-4de7-a58a-d265b5e1f458 {
  margin-left: auto;
margin-right: auto;
}

#s-50bdeea7-9123-4de7-a58a-d265b5e1f458 .shg-proportional-font-size,
#s-50bdeea7-9123-4de7-a58a-d265b5e1f458 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-92b2a2bd-9bdb-4d0c-85f3-57ca2bcdedac {
  margin-left: auto;
margin-right: auto;
}

#s-92b2a2bd-9bdb-4d0c-85f3-57ca2bcdedac .shg-proportional-font-size,
#s-92b2a2bd-9bdb-4d0c-85f3-57ca2bcdedac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b99dedf3-7ea1-4c48-95cb-6a04bdbb2c02 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b99dedf3-7ea1-4c48-95cb-6a04bdbb2c02 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-b99dedf3-7ea1-4c48-95cb-6a04bdbb2c02 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 6px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-b99dedf3-7ea1-4c48-95cb-6a04bdbb2c02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b99dedf3-7ea1-4c48-95cb-6a04bdbb2c02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-b99dedf3-7ea1-4c48-95cb-6a04bdbb2c02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-b99dedf3-7ea1-4c48-95cb-6a04bdbb2c02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-b63eb75e-16ec-4729-a2e1-b894bbae6a52 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b63eb75e-16ec-4729-a2e1-b894bbae6a52 {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-b63eb75e-16ec-4729-a2e1-b894bbae6a52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b63eb75e-16ec-4729-a2e1-b894bbae6a52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a5bd92f-f474-45fa-85df-689c9a51b3cf {
  margin-left: auto;
margin-right: auto;
}

#s-9a5bd92f-f474-45fa-85df-689c9a51b3cf .shg-proportional-font-size,
#s-9a5bd92f-f474-45fa-85df-689c9a51b3cf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2658e9b3-308d-4404-ad6b-2eea98ad666b {
  margin-left: auto;
margin-right: auto;
}

#s-2658e9b3-308d-4404-ad6b-2eea98ad666b .shg-proportional-font-size,
#s-2658e9b3-308d-4404-ad6b-2eea98ad666b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5f6d8c76-dcd2-452d-a820-29710ce982ad {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5f6d8c76-dcd2-452d-a820-29710ce982ad {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-5f6d8c76-dcd2-452d-a820-29710ce982ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f6d8c76-dcd2-452d-a820-29710ce982ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b2dc95f-9654-42ef-a410-e2f8385af493 {
  margin-left: auto;
margin-right: auto;
}

#s-2b2dc95f-9654-42ef-a410-e2f8385af493 .shg-proportional-font-size,
#s-2b2dc95f-9654-42ef-a410-e2f8385af493 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f0e6f27f-11f1-4e1a-b75c-eae72b8ed194 {
  margin-left: auto;
margin-right: auto;
}

#s-f0e6f27f-11f1-4e1a-b75c-eae72b8ed194 .shg-proportional-font-size,
#s-f0e6f27f-11f1-4e1a-b75c-eae72b8ed194 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c5465f74-44b0-4bc3-b9e5-199e1ae471ff {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c5465f74-44b0-4bc3-b9e5-199e1ae471ff {
  padding-top: 36px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-c5465f74-44b0-4bc3-b9e5-199e1ae471ff {
  padding-top: 36px;
}
}







#s-c5465f74-44b0-4bc3-b9e5-199e1ae471ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5465f74-44b0-4bc3-b9e5-199e1ae471ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  max-width: 1280px;
}
}
#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-16ecf7f0-a207-41f8-a105-3c53897c24e3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-16ecf7f0-a207-41f8-a105-3c53897c24e3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-16ecf7f0-a207-41f8-a105-3c53897c24e3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-16ecf7f0-a207-41f8-a105-3c53897c24e3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-16ecf7f0-a207-41f8-a105-3c53897c24e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-16ecf7f0-a207-41f8-a105-3c53897c24e3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16ecf7f0-a207-41f8-a105-3c53897c24e3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-85057d03-7907-4a98-aa78-c3fed0accb08 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-85057d03-7907-4a98-aa78-c3fed0accb08 {
  padding-left: 10%;
}
}@media (max-width: 767px){#s-85057d03-7907-4a98-aa78-c3fed0accb08 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-85057d03-7907-4a98-aa78-c3fed0accb08 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-85057d03-7907-4a98-aa78-c3fed0accb08 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-85057d03-7907-4a98-aa78-c3fed0accb08 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-89a8ef71-0c92-4e60-9fff-8c5aab6c7000 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-89a8ef71-0c92-4e60-9fff-8c5aab6c7000 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-89a8ef71-0c92-4e60-9fff-8c5aab6c7000 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-89a8ef71-0c92-4e60-9fff-8c5aab6c7000 .shg-proportional-font-size,
#s-89a8ef71-0c92-4e60-9fff-8c5aab6c7000 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7431d17d-5755-4064-a987-53777a0d5996 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-7431d17d-5755-4064-a987-53777a0d5996 {
  padding-top: 36px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-7431d17d-5755-4064-a987-53777a0d5996 {
  padding-top: 36px;
}
}
#s-7431d17d-5755-4064-a987-53777a0d5996 {
  background-image: url();
}








#s-7431d17d-5755-4064-a987-53777a0d5996 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7431d17d-5755-4064-a987-53777a0d5996.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  max-width: 1280px;
}
}
#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887a0d5a-ba4f-4c31-8e24-f467fa7b67ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-60376a10-572c-4af8-b8ef-76557152e432 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-60376a10-572c-4af8-b8ef-76557152e432 {
  padding-left: 10%;
}
}@media (max-width: 767px){#s-60376a10-572c-4af8-b8ef-76557152e432 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-60376a10-572c-4af8-b8ef-76557152e432 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-60376a10-572c-4af8-b8ef-76557152e432 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-60376a10-572c-4af8-b8ef-76557152e432 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-8a2d1528-b17a-49c2-a4a0-62617a52337d {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a2d1528-b17a-49c2-a4a0-62617a52337d {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-8a2d1528-b17a-49c2-a4a0-62617a52337d {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-8a2d1528-b17a-49c2-a4a0-62617a52337d .shg-proportional-font-size,
#s-8a2d1528-b17a-49c2-a4a0-62617a52337d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-57c42ae3-30d5-43c2-a6fd-74c362624243 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-57c42ae3-30d5-43c2-a6fd-74c362624243 {
  padding-top: 36px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-57c42ae3-30d5-43c2-a6fd-74c362624243 {
  padding-top: 36px;
}
}







#s-57c42ae3-30d5-43c2-a6fd-74c362624243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57c42ae3-30d5-43c2-a6fd-74c362624243.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  max-width: 1280px;
}
}
#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a35165-f5c4-4ef0-8cef-0bbfd5234617.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c193cf1b-405e-49d2-ac23-7fad701faae2 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-c193cf1b-405e-49d2-ac23-7fad701faae2 {
  padding-left: 10%;
}
}@media (max-width: 767px){#s-c193cf1b-405e-49d2-ac23-7fad701faae2 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-c193cf1b-405e-49d2-ac23-7fad701faae2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c193cf1b-405e-49d2-ac23-7fad701faae2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-c193cf1b-405e-49d2-ac23-7fad701faae2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-b1e09128-863f-4bfd-bb3c-3eab1712a052 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1e09128-863f-4bfd-bb3c-3eab1712a052 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-b1e09128-863f-4bfd-bb3c-3eab1712a052 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-b1e09128-863f-4bfd-bb3c-3eab1712a052 .shg-proportional-font-size,
#s-b1e09128-863f-4bfd-bb3c-3eab1712a052 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d81a521a-2c7f-42fb-9306-97f7a4c28b13 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d81a521a-2c7f-42fb-9306-97f7a4c28b13 {
  padding-top: 36px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-d81a521a-2c7f-42fb-9306-97f7a4c28b13 {
  padding-top: 36px;
}
}
#s-d81a521a-2c7f-42fb-9306-97f7a4c28b13 {
  background-image: url();
}








#s-d81a521a-2c7f-42fb-9306-97f7a4c28b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d81a521a-2c7f-42fb-9306-97f7a4c28b13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-935b9194-26d7-4348-9bde-226850c293f5 {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-935b9194-26d7-4348-9bde-226850c293f5 {
  max-width: 1280px;
}
}
#s-935b9194-26d7-4348-9bde-226850c293f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-935b9194-26d7-4348-9bde-226850c293f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-935b9194-26d7-4348-9bde-226850c293f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-935b9194-26d7-4348-9bde-226850c293f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-935b9194-26d7-4348-9bde-226850c293f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-935b9194-26d7-4348-9bde-226850c293f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-935b9194-26d7-4348-9bde-226850c293f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-935b9194-26d7-4348-9bde-226850c293f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-935b9194-26d7-4348-9bde-226850c293f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935b9194-26d7-4348-9bde-226850c293f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-935b9194-26d7-4348-9bde-226850c293f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-935b9194-26d7-4348-9bde-226850c293f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-935b9194-26d7-4348-9bde-226850c293f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-935b9194-26d7-4348-9bde-226850c293f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-935b9194-26d7-4348-9bde-226850c293f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-935b9194-26d7-4348-9bde-226850c293f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1280px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-935b9194-26d7-4348-9bde-226850c293f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-935b9194-26d7-4348-9bde-226850c293f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-935b9194-26d7-4348-9bde-226850c293f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935b9194-26d7-4348-9bde-226850c293f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-935b9194-26d7-4348-9bde-226850c293f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-935b9194-26d7-4348-9bde-226850c293f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-935b9194-26d7-4348-9bde-226850c293f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-935b9194-26d7-4348-9bde-226850c293f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-935b9194-26d7-4348-9bde-226850c293f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-935b9194-26d7-4348-9bde-226850c293f5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-935b9194-26d7-4348-9bde-226850c293f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-935b9194-26d7-4348-9bde-226850c293f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-935b9194-26d7-4348-9bde-226850c293f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935b9194-26d7-4348-9bde-226850c293f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-935b9194-26d7-4348-9bde-226850c293f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-935b9194-26d7-4348-9bde-226850c293f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-935b9194-26d7-4348-9bde-226850c293f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-935b9194-26d7-4348-9bde-226850c293f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-935b9194-26d7-4348-9bde-226850c293f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-935b9194-26d7-4348-9bde-226850c293f5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-935b9194-26d7-4348-9bde-226850c293f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-935b9194-26d7-4348-9bde-226850c293f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-935b9194-26d7-4348-9bde-226850c293f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935b9194-26d7-4348-9bde-226850c293f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-935b9194-26d7-4348-9bde-226850c293f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-935b9194-26d7-4348-9bde-226850c293f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-935b9194-26d7-4348-9bde-226850c293f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-935b9194-26d7-4348-9bde-226850c293f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-935b9194-26d7-4348-9bde-226850c293f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-935b9194-26d7-4348-9bde-226850c293f5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-935b9194-26d7-4348-9bde-226850c293f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-935b9194-26d7-4348-9bde-226850c293f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-935b9194-26d7-4348-9bde-226850c293f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-935b9194-26d7-4348-9bde-226850c293f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-afcfde12-48d8-4f5b-84fa-b8e354a76e53 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-afcfde12-48d8-4f5b-84fa-b8e354a76e53 {
  padding-left: 10%;
}
}@media (max-width: 767px){#s-afcfde12-48d8-4f5b-84fa-b8e354a76e53 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-afcfde12-48d8-4f5b-84fa-b8e354a76e53 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-afcfde12-48d8-4f5b-84fa-b8e354a76e53 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-afcfde12-48d8-4f5b-84fa-b8e354a76e53 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-281dff9a-e8e9-4681-9dd9-e665a5de5b03 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-281dff9a-e8e9-4681-9dd9-e665a5de5b03 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-281dff9a-e8e9-4681-9dd9-e665a5de5b03 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-281dff9a-e8e9-4681-9dd9-e665a5de5b03 .shg-proportional-font-size,
#s-281dff9a-e8e9-4681-9dd9-e665a5de5b03 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-66c3e3be-1bf1-4ceb-951f-73559396ba6d {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 6px;
margin-right: auto;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8 {
  margin-top: 6px;
margin-bottom: 6px;
}
}

  #s-6aee7fac-3091-4b84-8960-9b46da0dfbf8-atc-btn-wrapper {
    text-align: center;
  }


#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6aee7fac-3091-4b84-8960-9b46da0dfbf8-atc-btn-wrapper {
    text-align: center;
  }


#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6aee7fac-3091-4b84-8960-9b46da0dfbf8-atc-btn-wrapper {
    text-align: center;
  }


#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6aee7fac-3091-4b84-8960-9b46da0dfbf8-atc-btn-wrapper {
    text-align: center;
  }


#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6aee7fac-3091-4b84-8960-9b46da0dfbf8-atc-btn-wrapper {
    text-align: center;
  }


#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6aee7fac-3091-4b84-8960-9b46da0dfbf8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d04fc215-9183-449a-83f8-f5e1fcd6796f {
  margin-left: auto;
margin-right: auto;
}

#s-6521faae-d899-465a-b747-58d33aaddc18 {
  margin-top: 6px;
margin-left: 0px;
margin-bottom: 6px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6521faae-d899-465a-b747-58d33aaddc18:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6521faae-d899-465a-b747-58d33aaddc18:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6521faae-d899-465a-b747-58d33aaddc18 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-6521faae-d899-465a-b747-58d33aaddc18 {
  margin-top: 6px;
margin-bottom: 6px;
}
}

  #s-6521faae-d899-465a-b747-58d33aaddc18-atc-btn-wrapper {
    text-align: center;
  }


#s-6521faae-d899-465a-b747-58d33aaddc18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6521faae-d899-465a-b747-58d33aaddc18-atc-btn-wrapper {
    text-align: center;
  }


#s-6521faae-d899-465a-b747-58d33aaddc18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6521faae-d899-465a-b747-58d33aaddc18-atc-btn-wrapper {
    text-align: center;
  }


#s-6521faae-d899-465a-b747-58d33aaddc18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6521faae-d899-465a-b747-58d33aaddc18-atc-btn-wrapper {
    text-align: center;
  }


#s-6521faae-d899-465a-b747-58d33aaddc18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6521faae-d899-465a-b747-58d33aaddc18-atc-btn-wrapper {
    text-align: center;
  }


#s-6521faae-d899-465a-b747-58d33aaddc18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6521faae-d899-465a-b747-58d33aaddc18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
