.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-4721b4b1-000a-4a17-a2f9-799b77d86616 {
  min-height: 50px;
background-color: rgba(214, 232, 236, 1);
}








#s-4721b4b1-000a-4a17-a2f9-799b77d86616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4721b4b1-000a-4a17-a2f9-799b77d86616.shg-box.shg-c {
  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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  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-d7c03bdc-d14e-41c3-9883-da6ab15cf9d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 87, 87, 1);
}

#s-d7c03bdc-d14e-41c3-9883-da6ab15cf9d9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-d7c03bdc-d14e-41c3-9883-da6ab15cf9d9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-4d9957f9-99f9-4748-bfd0-9c54cb99c490 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(116, 116, 115, 1);
border-style: solid;
max-width: 1800px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4d9957f9-99f9-4748-bfd0-9c54cb99c490 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d9957f9-99f9-4748-bfd0-9c54cb99c490 {
  display: none;
}
#s-4d9957f9-99f9-4748-bfd0-9c54cb99c490, #wrap-s-4d9957f9-99f9-4748-bfd0-9c54cb99c490, #wrap-content-s-4d9957f9-99f9-4748-bfd0-9c54cb99c490 { display: none !important; }}@media (max-width: 767px){#s-4d9957f9-99f9-4748-bfd0-9c54cb99c490 {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-4d9957f9-99f9-4748-bfd0-9c54cb99c490, #wrap-s-4d9957f9-99f9-4748-bfd0-9c54cb99c490, #wrap-content-s-4d9957f9-99f9-4748-bfd0-9c54cb99c490 { display: none !important; }}
#s-4d9957f9-99f9-4748-bfd0-9c54cb99c490 {
  overflow: hidden;
  
  
      max-width: 1800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-4d9957f9-99f9-4748-bfd0-9c54cb99c490 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5b47a4c9-14f8-4903-b523-9e8e0391f516 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(116, 116, 115, 1);
border-style: solid;
max-width: 1800px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5b47a4c9-14f8-4903-b523-9e8e0391f516 {
  display: none;
}
#s-5b47a4c9-14f8-4903-b523-9e8e0391f516, #wrap-s-5b47a4c9-14f8-4903-b523-9e8e0391f516, #wrap-content-s-5b47a4c9-14f8-4903-b523-9e8e0391f516 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b47a4c9-14f8-4903-b523-9e8e0391f516 {
  display: none;
}
#s-5b47a4c9-14f8-4903-b523-9e8e0391f516, #wrap-s-5b47a4c9-14f8-4903-b523-9e8e0391f516, #wrap-content-s-5b47a4c9-14f8-4903-b523-9e8e0391f516 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b47a4c9-14f8-4903-b523-9e8e0391f516 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-5b47a4c9-14f8-4903-b523-9e8e0391f516 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-5b47a4c9-14f8-4903-b523-9e8e0391f516 {
  overflow: hidden;
  
  
      max-width: 1800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5b47a4c9-14f8-4903-b523-9e8e0391f516 .shogun-image-content {
  
    justify-content: center;
  
}

#s-86e89ed2-ae40-4133-ab61-3f5590a90b99 {
  background-attachment: fixed;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(214, 232, 236, 1);
}








#s-86e89ed2-ae40-4133-ab61-3f5590a90b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86e89ed2-ae40-4133-ab61-3f5590a90b99.shg-box.shg-c {
  justify-content: center;
}

#s-00153b4a-3a92-421b-8a88-5409c6476ea2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00153b4a-3a92-421b-8a88-5409c6476ea2 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-00153b4a-3a92-421b-8a88-5409c6476ea2 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* 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-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shogun-image {
  box-sizing: border-box;
}



.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shogun-image {
  box-sizing: border-box;
}



.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shogun-image {
  box-sizing: border-box;
}



.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shogun-image {
  box-sizing: border-box;
}



.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6.shogun-image {
  box-sizing: border-box;
}



.s-af1f5e7c-2b3c-4a1e-839a-0234256d98b6 img.shogun-image {
  
}


}
#s-2bc13cd2-7d76-4744-8c2c-db914cdca174 {
  margin-left: 25%;
margin-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-2bc13cd2-7d76-4744-8c2c-db914cdca174 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bc13cd2-7d76-4744-8c2c-db914cdca174 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2bc13cd2-7d76-4744-8c2c-db914cdca174 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-2bc13cd2-7d76-4744-8c2c-db914cdca174 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bc13cd2-7d76-4744-8c2c-db914cdca174.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: normal;
  font-family: "Assistant, sans-serif";
}

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

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

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

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

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

#s-270b375e-b854-47b9-99ff-31e585a45c7d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjc0NmMxZTUtNTNlNS00MjQzLThjNGUtYTZiZGU0YmE1YTBiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNzQ2YzFlNS01M2U1LTQyNDMtOGM0ZS1hNmJkZTRiYTVhMGIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(32, 93, 4, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
hover-type: gradient;
color: rgba(255, 239, 0, 1);
}
#s-270b375e-b854-47b9-99ff-31e585a45c7d:hover {border-style: solid !important;
border-color: rgba(32, 93, 4, 1) !important;
background-color: rgba(32, 93, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(241, 231, 86, 1) !important;}#s-270b375e-b854-47b9-99ff-31e585a45c7d:active {border-style: solid !important;
border-color: rgba(32, 93, 4, 1) !important;
background-color: rgba(32, 93, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(241, 231, 86, 1) !important;}@media (max-width: 767px){#s-270b375e-b854-47b9-99ff-31e585a45c7d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmUwNDM1OWYtOWZkOS00NTQ4LTgwN2UtNjViOTkwNTBjZDc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZTA0MzU5Zi05ZmQ5LTQ1NDgtODA3ZS02NWI5OTA1MGNkNzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-left: 20px;
padding-right: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
}
}

  #s-270b375e-b854-47b9-99ff-31e585a45c7d-root {
    text-align: center;
  }


#s-270b375e-b854-47b9-99ff-31e585a45c7d.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-270b375e-b854-47b9-99ff-31e585a45c7d-root {
    text-align: center;
  }


#s-270b375e-b854-47b9-99ff-31e585a45c7d.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-270b375e-b854-47b9-99ff-31e585a45c7d-root {
    text-align: center;
  }


#s-270b375e-b854-47b9-99ff-31e585a45c7d.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-270b375e-b854-47b9-99ff-31e585a45c7d-root {
    text-align: center;
  }


#s-270b375e-b854-47b9-99ff-31e585a45c7d.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-270b375e-b854-47b9-99ff-31e585a45c7d-root {
    text-align: center;
  }


#s-270b375e-b854-47b9-99ff-31e585a45c7d.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-fc012928-1034-499d-ab30-2c36bbf47784 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
background-color: rgba(240, 240, 236, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-fc012928-1034-499d-ab30-2c36bbf47784 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-fc012928-1034-499d-ab30-2c36bbf47784 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-fc012928-1034-499d-ab30-2c36bbf47784 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-337e7da1-5401-4ffa-84ba-9fd29a22081f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
background-color: rgba(240, 240, 236, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-337e7da1-5401-4ffa-84ba-9fd29a22081f {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-337e7da1-5401-4ffa-84ba-9fd29a22081f {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-337e7da1-5401-4ffa-84ba-9fd29a22081f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (min-width: 1200px){#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shogun-image {
  box-sizing: border-box;
}



.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shogun-image {
  box-sizing: border-box;
}



.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shogun-image {
  box-sizing: border-box;
}



.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shogun-image {
  box-sizing: border-box;
}



.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746.shogun-image {
  box-sizing: border-box;
}



.s-fa5bbd9c-2c1d-47f8-ba51-55cbde03f746 img.shogun-image {
  
}


}
#s-8151c0c4-904b-4118-abcd-cc1187bebb13 {
  margin-left: 25%;
margin-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-8151c0c4-904b-4118-abcd-cc1187bebb13 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8151c0c4-904b-4118-abcd-cc1187bebb13 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-8151c0c4-904b-4118-abcd-cc1187bebb13 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-8151c0c4-904b-4118-abcd-cc1187bebb13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8151c0c4-904b-4118-abcd-cc1187bebb13.shg-box.shg-c {
  justify-content: center;
}

#s-ea8c1eee-ff6e-4fc9-9312-81426d14b141 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGY0ZWFhNzEtYTA0ZC00YzE2LWIxZmUtMDExOTE0Y2Y0MmU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZjRlYWE3MS1hMDRkLTRjMTYtYjFmZS0wMTE5MTRjZjQyZTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(32, 93, 4, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
hover-type: gradient;
color: rgba(255, 239, 0, 1);
}
#s-ea8c1eee-ff6e-4fc9-9312-81426d14b141:hover {border-style: solid !important;
border-color: rgba(32, 93, 4, 1) !important;
background-color: rgba(32, 93, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(241, 231, 86, 1) !important;}#s-ea8c1eee-ff6e-4fc9-9312-81426d14b141:active {border-style: solid !important;
border-color: rgba(32, 93, 4, 1) !important;
background-color: rgba(32, 93, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(241, 231, 86, 1) !important;}@media (max-width: 767px){#s-ea8c1eee-ff6e-4fc9-9312-81426d14b141 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmUwNDM1OWYtOWZkOS00NTQ4LTgwN2UtNjViOTkwNTBjZDc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZTA0MzU5Zi05ZmQ5LTQ1NDgtODA3ZS02NWI5OTA1MGNkNzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-left: 20px;
padding-right: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
}
}

  #s-ea8c1eee-ff6e-4fc9-9312-81426d14b141-root {
    text-align: center;
  }


#s-ea8c1eee-ff6e-4fc9-9312-81426d14b141.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea8c1eee-ff6e-4fc9-9312-81426d14b141-root {
    text-align: center;
  }


#s-ea8c1eee-ff6e-4fc9-9312-81426d14b141.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea8c1eee-ff6e-4fc9-9312-81426d14b141-root {
    text-align: center;
  }


#s-ea8c1eee-ff6e-4fc9-9312-81426d14b141.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea8c1eee-ff6e-4fc9-9312-81426d14b141-root {
    text-align: center;
  }


#s-ea8c1eee-ff6e-4fc9-9312-81426d14b141.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea8c1eee-ff6e-4fc9-9312-81426d14b141-root {
    text-align: center;
  }


#s-ea8c1eee-ff6e-4fc9-9312-81426d14b141.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-82a19f67-048d-4f63-973f-78440781037f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
background-color: rgba(240, 240, 236, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-82a19f67-048d-4f63-973f-78440781037f {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-82a19f67-048d-4f63-973f-78440781037f {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-82a19f67-048d-4f63-973f-78440781037f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2ffaf11a-5bbe-407d-875b-8ba1eab1cef6 {
  background-attachment: fixed;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(214, 232, 236, 1);
}








#s-2ffaf11a-5bbe-407d-875b-8ba1eab1cef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ffaf11a-5bbe-407d-875b-8ba1eab1cef6.shg-box.shg-c {
  justify-content: center;
}

#s-dc6ff070-20db-4d0b-a703-f8527c085faf {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-dc6ff070-20db-4d0b-a703-f8527c085faf .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-dc6ff070-20db-4d0b-a703-f8527c085faf .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (min-width: 1200px){#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  margin: 0 !important;
  overflow: visible;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  /* Add background color handling */
  
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-929cc5f2-dc14-4388-ada9-ef7b03afd223 .shogun-image-content {
  
    justify-content: center;
  
}

.s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shogun-image {
  box-sizing: border-box;
}



.s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  
}


@media (min-width: 1200px){#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  margin: 0 !important;
  overflow: visible;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  /* Add background color handling */
  
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-929cc5f2-dc14-4388-ada9-ef7b03afd223 .shogun-image-content {
  
    justify-content: center;
  
}

.s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shogun-image {
  box-sizing: border-box;
}



.s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  margin: 0 !important;
  overflow: visible;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  /* Add background color handling */
  
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-929cc5f2-dc14-4388-ada9-ef7b03afd223 .shogun-image-content {
  
    justify-content: center;
  
}

.s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shogun-image {
  box-sizing: border-box;
}



.s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  margin: 0 !important;
  overflow: visible;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  /* Add background color handling */
  
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-929cc5f2-dc14-4388-ada9-ef7b03afd223 .shogun-image-content {
  
    justify-content: center;
  
}

.s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shogun-image {
  box-sizing: border-box;
}



.s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  
}


}@media (max-width: 767px){#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  margin: 0 !important;
  overflow: visible;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-929cc5f2-dc14-4388-ada9-ef7b03afd223 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  /* Add background color handling */
  
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-929cc5f2-dc14-4388-ada9-ef7b03afd223 .shogun-image-content {
  
    justify-content: center;
  
}

.s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shg-align-container {
  display: flex;
  justify-content: center
}

.s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-929cc5f2-dc14-4388-ada9-ef7b03afd223.shogun-image {
  box-sizing: border-box;
}



.s-929cc5f2-dc14-4388-ada9-ef7b03afd223 img.shogun-image {
  
}


}
#s-3ef776a3-37c1-43da-a021-fe108569ab10 {
  background-attachment: fixed;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(214, 232, 236, 1);
}








#s-3ef776a3-37c1-43da-a021-fe108569ab10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ef776a3-37c1-43da-a021-fe108569ab10.shg-box.shg-c {
  justify-content: center;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ef822f28-9b9f-412f-8244-07b39024bc69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef822f28-9b9f-412f-8244-07b39024bc69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef822f28-9b9f-412f-8244-07b39024bc69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69.shogun-image {
  box-sizing: border-box;
}



.s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ef822f28-9b9f-412f-8244-07b39024bc69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef822f28-9b9f-412f-8244-07b39024bc69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef822f28-9b9f-412f-8244-07b39024bc69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69.shogun-image {
  box-sizing: border-box;
}



.s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ef822f28-9b9f-412f-8244-07b39024bc69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef822f28-9b9f-412f-8244-07b39024bc69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef822f28-9b9f-412f-8244-07b39024bc69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69.shogun-image {
  box-sizing: border-box;
}



.s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ef822f28-9b9f-412f-8244-07b39024bc69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef822f28-9b9f-412f-8244-07b39024bc69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef822f28-9b9f-412f-8244-07b39024bc69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69.shogun-image {
  box-sizing: border-box;
}



.s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-ef822f28-9b9f-412f-8244-07b39024bc69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ef822f28-9b9f-412f-8244-07b39024bc69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef822f28-9b9f-412f-8244-07b39024bc69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef822f28-9b9f-412f-8244-07b39024bc69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef822f28-9b9f-412f-8244-07b39024bc69.shogun-image {
  box-sizing: border-box;
}



.s-ef822f28-9b9f-412f-8244-07b39024bc69 img.shogun-image {
  
}


}
#s-3be1cc65-9ee0-4190-89aa-a6e2ac1d86b5 {
  margin-left: 25%;
margin-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-3be1cc65-9ee0-4190-89aa-a6e2ac1d86b5 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3be1cc65-9ee0-4190-89aa-a6e2ac1d86b5 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-3be1cc65-9ee0-4190-89aa-a6e2ac1d86b5 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-3be1cc65-9ee0-4190-89aa-a6e2ac1d86b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3be1cc65-9ee0-4190-89aa-a6e2ac1d86b5.shg-box.shg-c {
  justify-content: center;
}

#s-b785911a-bebf-466c-b016-48b473403d94 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-b785911a-bebf-466c-b016-48b473403d94 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b785911a-bebf-466c-b016-48b473403d94 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-b785911a-bebf-466c-b016-48b473403d94 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-b785911a-bebf-466c-b016-48b473403d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-b785911a-bebf-466c-b016-48b473403d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b785911a-bebf-466c-b016-48b473403d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-b785911a-bebf-466c-b016-48b473403d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b785911a-bebf-466c-b016-48b473403d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b785911a-bebf-466c-b016-48b473403d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b785911a-bebf-466c-b016-48b473403d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b785911a-bebf-466c-b016-48b473403d94.shogun-image {
  box-sizing: border-box;
}



.s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b785911a-bebf-466c-b016-48b473403d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-b785911a-bebf-466c-b016-48b473403d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b785911a-bebf-466c-b016-48b473403d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-b785911a-bebf-466c-b016-48b473403d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b785911a-bebf-466c-b016-48b473403d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b785911a-bebf-466c-b016-48b473403d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b785911a-bebf-466c-b016-48b473403d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b785911a-bebf-466c-b016-48b473403d94.shogun-image {
  box-sizing: border-box;
}



.s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b785911a-bebf-466c-b016-48b473403d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-b785911a-bebf-466c-b016-48b473403d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b785911a-bebf-466c-b016-48b473403d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b785911a-bebf-466c-b016-48b473403d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b785911a-bebf-466c-b016-48b473403d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b785911a-bebf-466c-b016-48b473403d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b785911a-bebf-466c-b016-48b473403d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b785911a-bebf-466c-b016-48b473403d94.shogun-image {
  box-sizing: border-box;
}



.s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b785911a-bebf-466c-b016-48b473403d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-b785911a-bebf-466c-b016-48b473403d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b785911a-bebf-466c-b016-48b473403d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-b785911a-bebf-466c-b016-48b473403d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b785911a-bebf-466c-b016-48b473403d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b785911a-bebf-466c-b016-48b473403d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b785911a-bebf-466c-b016-48b473403d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b785911a-bebf-466c-b016-48b473403d94.shogun-image {
  box-sizing: border-box;
}



.s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b785911a-bebf-466c-b016-48b473403d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-b785911a-bebf-466c-b016-48b473403d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b785911a-bebf-466c-b016-48b473403d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-b785911a-bebf-466c-b016-48b473403d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b785911a-bebf-466c-b016-48b473403d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b785911a-bebf-466c-b016-48b473403d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b785911a-bebf-466c-b016-48b473403d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b785911a-bebf-466c-b016-48b473403d94.shogun-image {
  box-sizing: border-box;
}



.s-b785911a-bebf-466c-b016-48b473403d94 img.shogun-image {
  
}


}
#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shogun-image {
  box-sizing: border-box;
}



.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shogun-image {
  box-sizing: border-box;
}



.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shogun-image {
  box-sizing: border-box;
}



.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shogun-image {
  box-sizing: border-box;
}



.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8.shogun-image {
  box-sizing: border-box;
}



.s-a5525631-c35d-47bf-b0fd-a5b5e32ddae8 img.shogun-image {
  
}


}
#s-4ae21732-432b-43f1-b173-9bceae6152b7 {
  background-attachment: fixed;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(214, 232, 236, 1);
}








#s-4ae21732-432b-43f1-b173-9bceae6152b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ae21732-432b-43f1-b173-9bceae6152b7.shg-box.shg-c {
  justify-content: center;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  margin: 0 !important;
  overflow: visible;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  /* Add background color handling */
  
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-afecc7f0-5948-4dab-9f3a-086eee9a479d .shogun-image-content {
  
    justify-content: center;
  
}

.s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shogun-image {
  box-sizing: border-box;
}



.s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  
}


@media (min-width: 1200px){#s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  margin: 0 !important;
  overflow: visible;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  /* Add background color handling */
  
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-afecc7f0-5948-4dab-9f3a-086eee9a479d .shogun-image-content {
  
    justify-content: center;
  
}

.s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shogun-image {
  box-sizing: border-box;
}



.s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  margin: 0 !important;
  overflow: visible;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  /* Add background color handling */
  
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-afecc7f0-5948-4dab-9f3a-086eee9a479d .shogun-image-content {
  
    justify-content: center;
  
}

.s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shogun-image {
  box-sizing: border-box;
}



.s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  margin: 0 !important;
  overflow: visible;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  /* Add background color handling */
  
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-afecc7f0-5948-4dab-9f3a-086eee9a479d .shogun-image-content {
  
    justify-content: center;
  
}

.s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shogun-image {
  box-sizing: border-box;
}



.s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  
}


}@media (max-width: 767px){#s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  margin: 0 !important;
  overflow: visible;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-afecc7f0-5948-4dab-9f3a-086eee9a479d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  /* Add background color handling */
  
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-afecc7f0-5948-4dab-9f3a-086eee9a479d .shogun-image-content {
  
    justify-content: center;
  
}

.s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afecc7f0-5948-4dab-9f3a-086eee9a479d.shogun-image {
  box-sizing: border-box;
}



.s-afecc7f0-5948-4dab-9f3a-086eee9a479d img.shogun-image {
  
}


}
#s-45f2b42b-522e-4d96-80f1-c98da116a9cf {
  background-attachment: fixed;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(214, 232, 236, 1);
}








#s-45f2b42b-522e-4d96-80f1-c98da116a9cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45f2b42b-522e-4d96-80f1-c98da116a9cf.shg-box.shg-c {
  justify-content: center;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  margin: 0 !important;
  overflow: visible;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  /* Add background color handling */
  
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2767f92f-ac00-49aa-894e-6d011604b9ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-2767f92f-ac00-49aa-894e-6d011604b9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2767f92f-ac00-49aa-894e-6d011604b9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad.shogun-image {
  box-sizing: border-box;
}



.s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  
}


@media (min-width: 1200px){#s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  margin: 0 !important;
  overflow: visible;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  /* Add background color handling */
  
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2767f92f-ac00-49aa-894e-6d011604b9ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-2767f92f-ac00-49aa-894e-6d011604b9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2767f92f-ac00-49aa-894e-6d011604b9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad.shogun-image {
  box-sizing: border-box;
}



.s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  margin: 0 !important;
  overflow: visible;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  /* Add background color handling */
  
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2767f92f-ac00-49aa-894e-6d011604b9ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-2767f92f-ac00-49aa-894e-6d011604b9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2767f92f-ac00-49aa-894e-6d011604b9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad.shogun-image {
  box-sizing: border-box;
}



.s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  margin: 0 !important;
  overflow: visible;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  /* Add background color handling */
  
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2767f92f-ac00-49aa-894e-6d011604b9ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-2767f92f-ac00-49aa-894e-6d011604b9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2767f92f-ac00-49aa-894e-6d011604b9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad.shogun-image {
  box-sizing: border-box;
}



.s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  
}


}@media (max-width: 767px){#s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  margin: 0 !important;
  overflow: visible;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-2767f92f-ac00-49aa-894e-6d011604b9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  /* Add background color handling */
  
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2767f92f-ac00-49aa-894e-6d011604b9ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-2767f92f-ac00-49aa-894e-6d011604b9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2767f92f-ac00-49aa-894e-6d011604b9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2767f92f-ac00-49aa-894e-6d011604b9ad.shogun-image {
  box-sizing: border-box;
}



.s-2767f92f-ac00-49aa-894e-6d011604b9ad img.shogun-image {
  
}


}
#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0f5bbaea-f569-413b-a426-de6bf0bafda4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shogun-image {
  box-sizing: border-box;
}



.s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0f5bbaea-f569-413b-a426-de6bf0bafda4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shogun-image {
  box-sizing: border-box;
}



.s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0f5bbaea-f569-413b-a426-de6bf0bafda4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shogun-image {
  box-sizing: border-box;
}



.s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0f5bbaea-f569-413b-a426-de6bf0bafda4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shogun-image {
  box-sizing: border-box;
}



.s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-0f5bbaea-f569-413b-a426-de6bf0bafda4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0f5bbaea-f569-413b-a426-de6bf0bafda4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f5bbaea-f569-413b-a426-de6bf0bafda4.shogun-image {
  box-sizing: border-box;
}



.s-0f5bbaea-f569-413b-a426-de6bf0bafda4 img.shogun-image {
  
}


}
#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shogun-image {
  box-sizing: border-box;
}



.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shogun-image {
  box-sizing: border-box;
}



.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shogun-image {
  box-sizing: border-box;
}



.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shogun-image {
  box-sizing: border-box;
}



.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8.shogun-image {
  box-sizing: border-box;
}



.s-26ced75d-f1ea-4d59-b1a7-8f955bca2bb8 img.shogun-image {
  
}


}
#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shogun-image {
  box-sizing: border-box;
}



.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shogun-image {
  box-sizing: border-box;
}



.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shogun-image {
  box-sizing: border-box;
}



.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shogun-image {
  box-sizing: border-box;
}



.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ac74811-adc5-4b1a-bf61-8e5110d6e263.shogun-image {
  box-sizing: border-box;
}



.s-3ac74811-adc5-4b1a-bf61-8e5110d6e263 img.shogun-image {
  
}


}
#s-960ab67a-3c6f-4809-a9c3-86160e8ad48f {
  background-attachment: fixed;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(214, 232, 236, 1);
}








#s-960ab67a-3c6f-4809-a9c3-86160e8ad48f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-960ab67a-3c6f-4809-a9c3-86160e8ad48f.shg-box.shg-c {
  justify-content: center;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  margin-left: 0%;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  margin: 0 !important;
  overflow: visible;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  /* Add background color handling */
  
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3a117996-fc60-461a-a9d8-a4b9c73f808f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shogun-image {
  box-sizing: border-box;
}



.s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  
}


@media (min-width: 1200px){#s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  margin: 0 !important;
  overflow: visible;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  /* Add background color handling */
  
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3a117996-fc60-461a-a9d8-a4b9c73f808f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shogun-image {
  box-sizing: border-box;
}



.s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  margin: 0 !important;
  overflow: visible;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  /* Add background color handling */
  
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3a117996-fc60-461a-a9d8-a4b9c73f808f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shogun-image {
  box-sizing: border-box;
}



.s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  margin: 0 !important;
  overflow: visible;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  /* Add background color handling */
  
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3a117996-fc60-461a-a9d8-a4b9c73f808f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shogun-image {
  box-sizing: border-box;
}



.s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  
}


}@media (max-width: 767px){#s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  margin: 0 !important;
  overflow: visible;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-3a117996-fc60-461a-a9d8-a4b9c73f808f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  /* Add background color handling */
  
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3a117996-fc60-461a-a9d8-a4b9c73f808f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a117996-fc60-461a-a9d8-a4b9c73f808f.shogun-image {
  box-sizing: border-box;
}



.s-3a117996-fc60-461a-a9d8-a4b9c73f808f img.shogun-image {
  
}


}
#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b602386-b2b2-4c64-acd8-08e1181c09f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shogun-image {
  box-sizing: border-box;
}



.s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b602386-b2b2-4c64-acd8-08e1181c09f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shogun-image {
  box-sizing: border-box;
}



.s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b602386-b2b2-4c64-acd8-08e1181c09f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shogun-image {
  box-sizing: border-box;
}



.s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b602386-b2b2-4c64-acd8-08e1181c09f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shogun-image {
  box-sizing: border-box;
}



.s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-8b602386-b2b2-4c64-acd8-08e1181c09f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b602386-b2b2-4c64-acd8-08e1181c09f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b602386-b2b2-4c64-acd8-08e1181c09f4.shogun-image {
  box-sizing: border-box;
}



.s-8b602386-b2b2-4c64-acd8-08e1181c09f4 img.shogun-image {
  
}


}
#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  margin-left: 0%;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  margin: 0 !important;
  overflow: visible;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  /* Add background color handling */
  
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shogun-image {
  box-sizing: border-box;
}



.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  
}


@media (min-width: 1200px){#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  margin: 0 !important;
  overflow: visible;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  /* Add background color handling */
  
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shogun-image {
  box-sizing: border-box;
}



.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  margin: 0 !important;
  overflow: visible;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  /* Add background color handling */
  
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shogun-image {
  box-sizing: border-box;
}



.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  margin: 0 !important;
  overflow: visible;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  /* Add background color handling */
  
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shogun-image {
  box-sizing: border-box;
}



.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  
}


}@media (max-width: 767px){#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  margin: 0 !important;
  overflow: visible;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  /* Add background color handling */
  
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b.shogun-image {
  box-sizing: border-box;
}



.s-16b60ae8-757c-4ece-bf9c-ac7dfebb6b1b img.shogun-image {
  
}


}
#s-6d4ecc16-dba2-446c-98c9-ce50bee0237d {
  background-attachment: fixed;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
background-color: rgba(214, 232, 236, 1);
}








#s-6d4ecc16-dba2-446c-98c9-ce50bee0237d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d4ecc16-dba2-446c-98c9-ce50bee0237d.shg-box.shg-c {
  justify-content: center;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shogun-image {
  box-sizing: border-box;
}



.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shogun-image {
  box-sizing: border-box;
}



.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shogun-image {
  box-sizing: border-box;
}



.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shogun-image {
  box-sizing: border-box;
}



.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41.shogun-image {
  box-sizing: border-box;
}



.s-e3cfcf63-0b5e-46af-bec7-e7eb3d4bea41 img.shogun-image {
  
}


}
#s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (min-width: 1200px){#s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  margin: 0 !important;
  overflow: visible;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  /* Add background color handling */
  
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95c9a5fa-7b61-4fa6-972a-9324035888db .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c9a5fa-7b61-4fa6-972a-9324035888db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c9a5fa-7b61-4fa6-972a-9324035888db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db.shogun-image {
  box-sizing: border-box;
}



.s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  
}


@media (min-width: 1200px){#s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  margin: 0 !important;
  overflow: visible;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  /* Add background color handling */
  
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95c9a5fa-7b61-4fa6-972a-9324035888db .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c9a5fa-7b61-4fa6-972a-9324035888db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c9a5fa-7b61-4fa6-972a-9324035888db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db.shogun-image {
  box-sizing: border-box;
}



.s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  margin: 0 !important;
  overflow: visible;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  /* Add background color handling */
  
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95c9a5fa-7b61-4fa6-972a-9324035888db .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c9a5fa-7b61-4fa6-972a-9324035888db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c9a5fa-7b61-4fa6-972a-9324035888db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db.shogun-image {
  box-sizing: border-box;
}



.s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  margin: 0 !important;
  overflow: visible;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  /* Add background color handling */
  
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95c9a5fa-7b61-4fa6-972a-9324035888db .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c9a5fa-7b61-4fa6-972a-9324035888db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c9a5fa-7b61-4fa6-972a-9324035888db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db.shogun-image {
  box-sizing: border-box;
}



.s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  
}


}@media (max-width: 767px){#s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  margin: 0 !important;
  overflow: visible;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-95c9a5fa-7b61-4fa6-972a-9324035888db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  /* Add background color handling */
  
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95c9a5fa-7b61-4fa6-972a-9324035888db .shogun-image-content {
  
    justify-content: center;
  
}

.s-95c9a5fa-7b61-4fa6-972a-9324035888db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95c9a5fa-7b61-4fa6-972a-9324035888db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95c9a5fa-7b61-4fa6-972a-9324035888db.shogun-image {
  box-sizing: border-box;
}



.s-95c9a5fa-7b61-4fa6-972a-9324035888db img.shogun-image {
  
}


}
#s-f2750f02-9ce8-4ae8-84eb-0d4f83bd7192 {
  margin-left: 25%;
margin-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f2750f02-9ce8-4ae8-84eb-0d4f83bd7192 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2750f02-9ce8-4ae8-84eb-0d4f83bd7192 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-f2750f02-9ce8-4ae8-84eb-0d4f83bd7192 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-f2750f02-9ce8-4ae8-84eb-0d4f83bd7192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2750f02-9ce8-4ae8-84eb-0d4f83bd7192.shg-box.shg-c {
  justify-content: center;
}

#s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGY0ZWFhNzEtYTA0ZC00YzE2LWIxZmUtMDExOTE0Y2Y0MmU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZjRlYWE3MS1hMDRkLTRjMTYtYjFmZS0wMTE5MTRjZjQyZTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(32, 93, 4, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
hover-type: gradient;
color: rgba(255, 239, 0, 1);
}
#s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c:hover {border-style: solid !important;
border-color: rgba(32, 93, 4, 1) !important;
background-color: rgba(32, 93, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(241, 231, 86, 1) !important;}#s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c:active {border-style: solid !important;
border-color: rgba(32, 93, 4, 1) !important;
background-color: rgba(32, 93, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(241, 231, 86, 1) !important;}@media (max-width: 767px){#s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmUwNDM1OWYtOWZkOS00NTQ4LTgwN2UtNjViOTkwNTBjZDc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZTA0MzU5Zi05ZmQ5LTQ1NDgtODA3ZS02NWI5OTA1MGNkNzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-left: 20px;
padding-right: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
}
}

  #s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c-root {
    text-align: center;
  }


#s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c-root {
    text-align: center;
  }


#s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c-root {
    text-align: center;
  }


#s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c-root {
    text-align: center;
  }


#s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c-root {
    text-align: center;
  }


#s-6db0364c-0b99-4cb0-ba31-da4750e4bc8c.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-771b2ebf-6400-42c7-945e-2866c7e998cc {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
background-color: rgba(240, 240, 236, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-771b2ebf-6400-42c7-945e-2866c7e998cc {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-771b2ebf-6400-42c7-945e-2866c7e998cc {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-771b2ebf-6400-42c7-945e-2866c7e998cc .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1cf65cfa-066e-47c0-b062-e0769759fa72 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
background-color: rgba(240, 240, 236, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-1cf65cfa-066e-47c0-b062-e0769759fa72 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-1cf65cfa-066e-47c0-b062-e0769759fa72 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-1cf65cfa-066e-47c0-b062-e0769759fa72 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (min-width: 1200px){#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  margin: 0 !important;
  overflow: visible;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  /* Add background color handling */
  
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shogun-image {
  box-sizing: border-box;
}



.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  
}


@media (min-width: 1200px){#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  margin: 0 !important;
  overflow: visible;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 25%;
  margin-right: 25%;
  
  
}

.shg-image-content-margin-container-s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  /* Add background color handling */
  
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shogun-image {
  box-sizing: border-box;
}



.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  margin: 0 !important;
  overflow: visible;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  /* Add background color handling */
  
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shogun-image {
  box-sizing: border-box;
}



.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  margin: 0 !important;
  overflow: visible;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  /* Add background color handling */
  
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shogun-image {
  box-sizing: border-box;
}



.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  
}


}@media (max-width: 767px){#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  margin: 0 !important;
  overflow: visible;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  /* Add background color handling */
  
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd.shogun-image {
  box-sizing: border-box;
}



.s-a7cbe905-6aaf-44ab-b99a-a2aa07ecf3bd img.shogun-image {
  
}


}
#s-8e8ebed1-e44b-4d87-b3d6-a62e819f495d {
  margin-left: 25%;
margin-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-8e8ebed1-e44b-4d87-b3d6-a62e819f495d {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e8ebed1-e44b-4d87-b3d6-a62e819f495d {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-8e8ebed1-e44b-4d87-b3d6-a62e819f495d {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-8e8ebed1-e44b-4d87-b3d6-a62e819f495d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e8ebed1-e44b-4d87-b3d6-a62e819f495d.shg-box.shg-c {
  justify-content: center;
}

#s-3b78d388-9073-47d6-b346-b6194a3d22c2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGY0ZWFhNzEtYTA0ZC00YzE2LWIxZmUtMDExOTE0Y2Y0MmU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZjRlYWE3MS1hMDRkLTRjMTYtYjFmZS0wMTE5MTRjZjQyZTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(32, 93, 4, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
hover-type: gradient;
color: rgba(255, 239, 0, 1);
}
#s-3b78d388-9073-47d6-b346-b6194a3d22c2:hover {border-style: solid !important;
border-color: rgba(32, 93, 4, 1) !important;
background-color: rgba(32, 93, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(241, 231, 86, 1) !important;}#s-3b78d388-9073-47d6-b346-b6194a3d22c2:active {border-style: solid !important;
border-color: rgba(32, 93, 4, 1) !important;
background-color: rgba(32, 93, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(241, 231, 86, 1) !important;}@media (max-width: 767px){#s-3b78d388-9073-47d6-b346-b6194a3d22c2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmUwNDM1OWYtOWZkOS00NTQ4LTgwN2UtNjViOTkwNTBjZDc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdkMTBhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA1ZDA0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZTA0MzU5Zi05ZmQ5LTQ1NDgtODA3ZS02NWI5OTA1MGNkNzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-left: 20px;
padding-right: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47d10a"}, {"id"=>2, "pos"=>1, "color"=>"#205d04"}];
}
}

  #s-3b78d388-9073-47d6-b346-b6194a3d22c2-root {
    text-align: center;
  }


#s-3b78d388-9073-47d6-b346-b6194a3d22c2.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b78d388-9073-47d6-b346-b6194a3d22c2-root {
    text-align: center;
  }


#s-3b78d388-9073-47d6-b346-b6194a3d22c2.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b78d388-9073-47d6-b346-b6194a3d22c2-root {
    text-align: center;
  }


#s-3b78d388-9073-47d6-b346-b6194a3d22c2.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b78d388-9073-47d6-b346-b6194a3d22c2-root {
    text-align: center;
  }


#s-3b78d388-9073-47d6-b346-b6194a3d22c2.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b78d388-9073-47d6-b346-b6194a3d22c2-root {
    text-align: center;
  }


#s-3b78d388-9073-47d6-b346-b6194a3d22c2.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-866822c0-008f-45a7-8cee-7d47a614807e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
background-color: rgba(240, 240, 236, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-866822c0-008f-45a7-8cee-7d47a614807e {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-866822c0-008f-45a7-8cee-7d47a614807e {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-866822c0-008f-45a7-8cee-7d47a614807e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b86b1e4f-aba3-4019-85a1-9f0574815264 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(131, 175, 201, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-b86b1e4f-aba3-4019-85a1-9f0574815264 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b86b1e4f-aba3-4019-85a1-9f0574815264 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-b86b1e4f-aba3-4019-85a1-9f0574815264 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-b86b1e4f-aba3-4019-85a1-9f0574815264 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b86b1e4f-aba3-4019-85a1-9f0574815264.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-a9b3693b-3859-4b0b-90d3-ea5c76f93dd5 {
  margin-left: auto;
margin-right: auto;
}

#s-a9b3693b-3859-4b0b-90d3-ea5c76f93dd5 .shg-proportional-font-size,
#s-a9b3693b-3859-4b0b-90d3-ea5c76f93dd5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ddd65950-ab3d-4a58-9bad-35b806bac2d7 {
  margin-left: auto;
margin-right: auto;
}

#s-ddd65950-ab3d-4a58-9bad-35b806bac2d7 .shg-proportional-font-size,
#s-ddd65950-ab3d-4a58-9bad-35b806bac2d7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6d60912a-4530-4f09-a9b1-eb2002da0849 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6d60912a-4530-4f09-a9b1-eb2002da0849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d60912a-4530-4f09-a9b1-eb2002da0849.shg-box.shg-c {
  justify-content: center;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
