.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-d33b8649-d9b5-40b8-b565-ac1282dcfc71 {
  min-height: 50px;
background-color: rgba(214, 232, 236, 1);
}








#s-d33b8649-d9b5-40b8-b565-ac1282dcfc71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d33b8649-d9b5-40b8-b565-ac1282dcfc71.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-87c35d81-0618-45f4-8b1f-c964b170a0c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 87, 87, 1);
}

#s-87c35d81-0618-45f4-8b1f-c964b170a0c1 .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-87c35d81-0618-45f4-8b1f-c964b170a0c1 .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-0da06fb3-59ec-4396-9b1c-07c4c4e542f7 {
  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-0da06fb3-59ec-4396-9b1c-07c4c4e542f7 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0da06fb3-59ec-4396-9b1c-07c4c4e542f7 {
  display: none;
}
#s-0da06fb3-59ec-4396-9b1c-07c4c4e542f7, #wrap-s-0da06fb3-59ec-4396-9b1c-07c4c4e542f7, #wrap-content-s-0da06fb3-59ec-4396-9b1c-07c4c4e542f7 { display: none !important; }}@media (max-width: 767px){#s-0da06fb3-59ec-4396-9b1c-07c4c4e542f7 {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-0da06fb3-59ec-4396-9b1c-07c4c4e542f7, #wrap-s-0da06fb3-59ec-4396-9b1c-07c4c4e542f7, #wrap-content-s-0da06fb3-59ec-4396-9b1c-07c4c4e542f7 { display: none !important; }}
#s-0da06fb3-59ec-4396-9b1c-07c4c4e542f7 {
  overflow: hidden;
  
  
      max-width: 1800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0da06fb3-59ec-4396-9b1c-07c4c4e542f7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cb1ea0d6-2769-449c-93d0-8027f876ec36 {
  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-cb1ea0d6-2769-449c-93d0-8027f876ec36 {
  display: none;
}
#s-cb1ea0d6-2769-449c-93d0-8027f876ec36, #wrap-s-cb1ea0d6-2769-449c-93d0-8027f876ec36, #wrap-content-s-cb1ea0d6-2769-449c-93d0-8027f876ec36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb1ea0d6-2769-449c-93d0-8027f876ec36 {
  display: none;
}
#s-cb1ea0d6-2769-449c-93d0-8027f876ec36, #wrap-s-cb1ea0d6-2769-449c-93d0-8027f876ec36, #wrap-content-s-cb1ea0d6-2769-449c-93d0-8027f876ec36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb1ea0d6-2769-449c-93d0-8027f876ec36 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-cb1ea0d6-2769-449c-93d0-8027f876ec36 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-cb1ea0d6-2769-449c-93d0-8027f876ec36 {
  overflow: hidden;
  
  
      max-width: 1800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-cb1ea0d6-2769-449c-93d0-8027f876ec36 .shogun-image-content {
  
    justify-content: center;
  
}

#s-05b877cc-77f5-4722-9972-7738c7d4b1fd {
  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-05b877cc-77f5-4722-9972-7738c7d4b1fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05b877cc-77f5-4722-9972-7738c7d4b1fd.shg-box.shg-c {
  justify-content: center;
}

#s-e23497d7-6442-4ff8-92f7-a973dfe0b0f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e23497d7-6442-4ff8-92f7-a973dfe0b0f7 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-e23497d7-6442-4ff8-92f7-a973dfe0b0f7 .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-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  margin: 0 !important;
  overflow: visible;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34-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-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  /* Add background color handling */
  
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6fef209b-fa2f-4df2-91ce-057e2182eb34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shogun-image {
  box-sizing: border-box;
}



.s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  margin: 0 !important;
  overflow: visible;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34-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-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  /* Add background color handling */
  
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6fef209b-fa2f-4df2-91ce-057e2182eb34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shogun-image {
  box-sizing: border-box;
}



.s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  margin: 0 !important;
  overflow: visible;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34-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-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  /* Add background color handling */
  
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6fef209b-fa2f-4df2-91ce-057e2182eb34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shogun-image {
  box-sizing: border-box;
}



.s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  margin: 0 !important;
  overflow: visible;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34-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-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  /* Add background color handling */
  
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6fef209b-fa2f-4df2-91ce-057e2182eb34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shogun-image {
  box-sizing: border-box;
}



.s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  margin: 0 !important;
  overflow: visible;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34-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-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6fef209b-fa2f-4df2-91ce-057e2182eb34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  /* Add background color handling */
  
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6fef209b-fa2f-4df2-91ce-057e2182eb34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fef209b-fa2f-4df2-91ce-057e2182eb34.shogun-image {
  box-sizing: border-box;
}



.s-6fef209b-fa2f-4df2-91ce-057e2182eb34 img.shogun-image {
  
}


}
#s-bbda152b-67eb-4d94-8a31-77bcdffdc310 {
  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-bbda152b-67eb-4d94-8a31-77bcdffdc310 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bbda152b-67eb-4d94-8a31-77bcdffdc310 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-bbda152b-67eb-4d94-8a31-77bcdffdc310 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-bbda152b-67eb-4d94-8a31-77bcdffdc310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbda152b-67eb-4d94-8a31-77bcdffdc310.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-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c {
  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-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c: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-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c: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-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c {
  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-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c-root {
    text-align: center;
  }


#s-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c.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-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c-root {
    text-align: center;
  }


#s-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c.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-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c-root {
    text-align: center;
  }


#s-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c.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-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c-root {
    text-align: center;
  }


#s-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c.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-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c-root {
    text-align: center;
  }


#s-34dbc9ad-e3c1-4632-92dd-03f1ba0b866c.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-4c5ec3fa-fc30-469c-a3fb-d375c99388dc {
  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-4c5ec3fa-fc30-469c-a3fb-d375c99388dc {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-4c5ec3fa-fc30-469c-a3fb-d375c99388dc {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-4c5ec3fa-fc30-469c-a3fb-d375c99388dc .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-39499854-5e01-43c0-b998-b21583a21417 {
  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-39499854-5e01-43c0-b998-b21583a21417 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-39499854-5e01-43c0-b998-b21583a21417 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-39499854-5e01-43c0-b998-b21583a21417 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (min-width: 1200px){#s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  margin: 0 !important;
  overflow: visible;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25-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-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  /* Add background color handling */
  
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a92f4ea5-0307-4baf-b163-67a8225eab25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a92f4ea5-0307-4baf-b163-67a8225eab25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92f4ea5-0307-4baf-b163-67a8225eab25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25.shogun-image {
  box-sizing: border-box;
}



.s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  margin: 0 !important;
  overflow: visible;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25-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-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  /* Add background color handling */
  
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a92f4ea5-0307-4baf-b163-67a8225eab25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a92f4ea5-0307-4baf-b163-67a8225eab25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92f4ea5-0307-4baf-b163-67a8225eab25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25.shogun-image {
  box-sizing: border-box;
}



.s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  margin: 0 !important;
  overflow: visible;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25-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-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  /* Add background color handling */
  
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a92f4ea5-0307-4baf-b163-67a8225eab25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a92f4ea5-0307-4baf-b163-67a8225eab25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92f4ea5-0307-4baf-b163-67a8225eab25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25.shogun-image {
  box-sizing: border-box;
}



.s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  margin: 0 !important;
  overflow: visible;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25-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-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  /* Add background color handling */
  
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a92f4ea5-0307-4baf-b163-67a8225eab25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a92f4ea5-0307-4baf-b163-67a8225eab25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92f4ea5-0307-4baf-b163-67a8225eab25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25.shogun-image {
  box-sizing: border-box;
}



.s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  margin: 0 !important;
  overflow: visible;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25-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-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a92f4ea5-0307-4baf-b163-67a8225eab25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  /* Add background color handling */
  
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a92f4ea5-0307-4baf-b163-67a8225eab25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a92f4ea5-0307-4baf-b163-67a8225eab25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a92f4ea5-0307-4baf-b163-67a8225eab25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a92f4ea5-0307-4baf-b163-67a8225eab25.shogun-image {
  box-sizing: border-box;
}



.s-a92f4ea5-0307-4baf-b163-67a8225eab25 img.shogun-image {
  
}


}
#s-ea4d2919-7fec-4623-ba78-d59436ce7178 {
  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-ea4d2919-7fec-4623-ba78-d59436ce7178 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea4d2919-7fec-4623-ba78-d59436ce7178 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-ea4d2919-7fec-4623-ba78-d59436ce7178 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-ea4d2919-7fec-4623-ba78-d59436ce7178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea4d2919-7fec-4623-ba78-d59436ce7178.shg-box.shg-c {
  justify-content: center;
}

#s-52aca6ca-743b-47d0-939c-2a52088d82b8 {
  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-52aca6ca-743b-47d0-939c-2a52088d82b8: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-52aca6ca-743b-47d0-939c-2a52088d82b8: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-52aca6ca-743b-47d0-939c-2a52088d82b8 {
  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-52aca6ca-743b-47d0-939c-2a52088d82b8-root {
    text-align: center;
  }


#s-52aca6ca-743b-47d0-939c-2a52088d82b8.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-52aca6ca-743b-47d0-939c-2a52088d82b8-root {
    text-align: center;
  }


#s-52aca6ca-743b-47d0-939c-2a52088d82b8.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-52aca6ca-743b-47d0-939c-2a52088d82b8-root {
    text-align: center;
  }


#s-52aca6ca-743b-47d0-939c-2a52088d82b8.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-52aca6ca-743b-47d0-939c-2a52088d82b8-root {
    text-align: center;
  }


#s-52aca6ca-743b-47d0-939c-2a52088d82b8.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-52aca6ca-743b-47d0-939c-2a52088d82b8-root {
    text-align: center;
  }


#s-52aca6ca-743b-47d0-939c-2a52088d82b8.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-590b7e7f-8a51-4e85-ad06-a7e7b1d859bb {
  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-590b7e7f-8a51-4e85-ad06-a7e7b1d859bb {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-590b7e7f-8a51-4e85-ad06-a7e7b1d859bb {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-590b7e7f-8a51-4e85-ad06-a7e7b1d859bb .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-eb5b308b-ff5a-43e8-ad3f-e7d80b86f5c5 {
  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-eb5b308b-ff5a-43e8-ad3f-e7d80b86f5c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb5b308b-ff5a-43e8-ad3f-e7d80b86f5c5.shg-box.shg-c {
  justify-content: center;
}

#s-28626e02-b165-492f-865d-c3c68ca4bcca {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-28626e02-b165-492f-865d-c3c68ca4bcca .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-28626e02-b165-492f-865d-c3c68ca4bcca .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (min-width: 1200px){#s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966-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-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eb89ede7-712d-4fb6-a64d-1142907b7966 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb89ede7-712d-4fb6-a64d-1142907b7966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb89ede7-712d-4fb6-a64d-1142907b7966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966.shogun-image {
  box-sizing: border-box;
}



.s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  
}


@media (min-width: 1200px){#s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966-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-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eb89ede7-712d-4fb6-a64d-1142907b7966 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb89ede7-712d-4fb6-a64d-1142907b7966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb89ede7-712d-4fb6-a64d-1142907b7966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966.shogun-image {
  box-sizing: border-box;
}



.s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966-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-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eb89ede7-712d-4fb6-a64d-1142907b7966 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb89ede7-712d-4fb6-a64d-1142907b7966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb89ede7-712d-4fb6-a64d-1142907b7966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966.shogun-image {
  box-sizing: border-box;
}



.s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966-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-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eb89ede7-712d-4fb6-a64d-1142907b7966 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb89ede7-712d-4fb6-a64d-1142907b7966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb89ede7-712d-4fb6-a64d-1142907b7966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966.shogun-image {
  box-sizing: border-box;
}



.s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  
}


}@media (max-width: 767px){#s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966-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-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-eb89ede7-712d-4fb6-a64d-1142907b7966 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eb89ede7-712d-4fb6-a64d-1142907b7966 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb89ede7-712d-4fb6-a64d-1142907b7966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb89ede7-712d-4fb6-a64d-1142907b7966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb89ede7-712d-4fb6-a64d-1142907b7966.shogun-image {
  box-sizing: border-box;
}



.s-eb89ede7-712d-4fb6-a64d-1142907b7966 img.shogun-image {
  
}


}
#s-21189cea-16f1-4e22-8b88-b968b1fe9be0 {
  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-21189cea-16f1-4e22-8b88-b968b1fe9be0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21189cea-16f1-4e22-8b88-b968b1fe9be0.shg-box.shg-c {
  justify-content: center;
}

#s-516d544b-6663-4072-bb65-929d6abba019 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-516d544b-6663-4072-bb65-929d6abba019 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-516d544b-6663-4072-bb65-929d6abba019 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-516d544b-6663-4072-bb65-929d6abba019 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-516d544b-6663-4072-bb65-929d6abba019 {
  margin: 0 !important;
  overflow: visible;
}

#s-516d544b-6663-4072-bb65-929d6abba019-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-516d544b-6663-4072-bb65-929d6abba019 {
  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-516d544b-6663-4072-bb65-929d6abba019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  /* Add background color handling */
  
}

#s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-516d544b-6663-4072-bb65-929d6abba019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-516d544b-6663-4072-bb65-929d6abba019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516d544b-6663-4072-bb65-929d6abba019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516d544b-6663-4072-bb65-929d6abba019.shogun-image {
  box-sizing: border-box;
}



.s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  
}


@media (min-width: 1200px){#s-516d544b-6663-4072-bb65-929d6abba019 {
  margin: 0 !important;
  overflow: visible;
}

#s-516d544b-6663-4072-bb65-929d6abba019-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-516d544b-6663-4072-bb65-929d6abba019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-516d544b-6663-4072-bb65-929d6abba019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  /* Add background color handling */
  
}

#s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-516d544b-6663-4072-bb65-929d6abba019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-516d544b-6663-4072-bb65-929d6abba019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516d544b-6663-4072-bb65-929d6abba019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516d544b-6663-4072-bb65-929d6abba019.shogun-image {
  box-sizing: border-box;
}



.s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-516d544b-6663-4072-bb65-929d6abba019 {
  margin: 0 !important;
  overflow: visible;
}

#s-516d544b-6663-4072-bb65-929d6abba019-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-516d544b-6663-4072-bb65-929d6abba019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-516d544b-6663-4072-bb65-929d6abba019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  /* Add background color handling */
  
}

#s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-516d544b-6663-4072-bb65-929d6abba019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-516d544b-6663-4072-bb65-929d6abba019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516d544b-6663-4072-bb65-929d6abba019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516d544b-6663-4072-bb65-929d6abba019.shogun-image {
  box-sizing: border-box;
}



.s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-516d544b-6663-4072-bb65-929d6abba019 {
  margin: 0 !important;
  overflow: visible;
}

#s-516d544b-6663-4072-bb65-929d6abba019-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-516d544b-6663-4072-bb65-929d6abba019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-516d544b-6663-4072-bb65-929d6abba019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  /* Add background color handling */
  
}

#s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-516d544b-6663-4072-bb65-929d6abba019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-516d544b-6663-4072-bb65-929d6abba019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516d544b-6663-4072-bb65-929d6abba019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516d544b-6663-4072-bb65-929d6abba019.shogun-image {
  box-sizing: border-box;
}



.s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  
}


}@media (max-width: 767px){#s-516d544b-6663-4072-bb65-929d6abba019 {
  margin: 0 !important;
  overflow: visible;
}

#s-516d544b-6663-4072-bb65-929d6abba019-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-516d544b-6663-4072-bb65-929d6abba019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-516d544b-6663-4072-bb65-929d6abba019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  /* Add background color handling */
  
}

#s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-516d544b-6663-4072-bb65-929d6abba019 .shogun-image-content {
  
    justify-content: center;
  
}

.s-516d544b-6663-4072-bb65-929d6abba019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-516d544b-6663-4072-bb65-929d6abba019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-516d544b-6663-4072-bb65-929d6abba019.shogun-image {
  box-sizing: border-box;
}



.s-516d544b-6663-4072-bb65-929d6abba019 img.shogun-image {
  
}


}
#s-17acd79d-5553-4539-ab76-fecf3501bb52 {
  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-17acd79d-5553-4539-ab76-fecf3501bb52 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-17acd79d-5553-4539-ab76-fecf3501bb52 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-17acd79d-5553-4539-ab76-fecf3501bb52 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-17acd79d-5553-4539-ab76-fecf3501bb52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17acd79d-5553-4539-ab76-fecf3501bb52.shg-box.shg-c {
  justify-content: center;
}

#s-d9bf5500-0618-4eef-8775-019912720c26 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-d9bf5500-0618-4eef-8775-019912720c26 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9bf5500-0618-4eef-8775-019912720c26 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-d9bf5500-0618-4eef-8775-019912720c26 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-d9bf5500-0618-4eef-8775-019912720c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9bf5500-0618-4eef-8775-019912720c26-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-d9bf5500-0618-4eef-8775-019912720c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d9bf5500-0618-4eef-8775-019912720c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d9bf5500-0618-4eef-8775-019912720c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9bf5500-0618-4eef-8775-019912720c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9bf5500-0618-4eef-8775-019912720c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9bf5500-0618-4eef-8775-019912720c26.shogun-image {
  box-sizing: border-box;
}



.s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d9bf5500-0618-4eef-8775-019912720c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9bf5500-0618-4eef-8775-019912720c26-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-d9bf5500-0618-4eef-8775-019912720c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d9bf5500-0618-4eef-8775-019912720c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d9bf5500-0618-4eef-8775-019912720c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9bf5500-0618-4eef-8775-019912720c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9bf5500-0618-4eef-8775-019912720c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9bf5500-0618-4eef-8775-019912720c26.shogun-image {
  box-sizing: border-box;
}



.s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d9bf5500-0618-4eef-8775-019912720c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9bf5500-0618-4eef-8775-019912720c26-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-d9bf5500-0618-4eef-8775-019912720c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9bf5500-0618-4eef-8775-019912720c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d9bf5500-0618-4eef-8775-019912720c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9bf5500-0618-4eef-8775-019912720c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9bf5500-0618-4eef-8775-019912720c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9bf5500-0618-4eef-8775-019912720c26.shogun-image {
  box-sizing: border-box;
}



.s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d9bf5500-0618-4eef-8775-019912720c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9bf5500-0618-4eef-8775-019912720c26-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-d9bf5500-0618-4eef-8775-019912720c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d9bf5500-0618-4eef-8775-019912720c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d9bf5500-0618-4eef-8775-019912720c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9bf5500-0618-4eef-8775-019912720c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9bf5500-0618-4eef-8775-019912720c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9bf5500-0618-4eef-8775-019912720c26.shogun-image {
  box-sizing: border-box;
}



.s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d9bf5500-0618-4eef-8775-019912720c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9bf5500-0618-4eef-8775-019912720c26-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-d9bf5500-0618-4eef-8775-019912720c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d9bf5500-0618-4eef-8775-019912720c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d9bf5500-0618-4eef-8775-019912720c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9bf5500-0618-4eef-8775-019912720c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9bf5500-0618-4eef-8775-019912720c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9bf5500-0618-4eef-8775-019912720c26.shogun-image {
  box-sizing: border-box;
}



.s-d9bf5500-0618-4eef-8775-019912720c26 img.shogun-image {
  
}


}
#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  margin-left: 0%;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  margin: 0 !important;
  overflow: visible;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac-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-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  /* Add background color handling */
  
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shogun-image {
  box-sizing: border-box;
}



.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  
}


@media (min-width: 1200px){#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  margin: 0 !important;
  overflow: visible;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac-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-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  /* Add background color handling */
  
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shogun-image {
  box-sizing: border-box;
}



.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  margin: 0 !important;
  overflow: visible;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac-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-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  /* Add background color handling */
  
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shogun-image {
  box-sizing: border-box;
}



.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  margin: 0 !important;
  overflow: visible;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac-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-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  /* Add background color handling */
  
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shogun-image {
  box-sizing: border-box;
}



.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  
}


}@media (max-width: 767px){#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  margin: 0 !important;
  overflow: visible;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac-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-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  /* Add background color handling */
  
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac.shogun-image {
  box-sizing: border-box;
}



.s-c6732d5f-1b48-4a04-babe-2dbd5cc5caac img.shogun-image {
  
}


}
#s-832ef525-a306-4a1e-9a5e-7a36085826dc {
  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-832ef525-a306-4a1e-9a5e-7a36085826dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-832ef525-a306-4a1e-9a5e-7a36085826dc.shg-box.shg-c {
  justify-content: center;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549-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-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  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-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f9117aa-ef72-40dd-844a-5483a1eaf549 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shogun-image {
  box-sizing: border-box;
}



.s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549-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-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f9117aa-ef72-40dd-844a-5483a1eaf549 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shogun-image {
  box-sizing: border-box;
}



.s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549-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-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f9117aa-ef72-40dd-844a-5483a1eaf549 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shogun-image {
  box-sizing: border-box;
}



.s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549-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-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f9117aa-ef72-40dd-844a-5483a1eaf549 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shogun-image {
  box-sizing: border-box;
}



.s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549-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-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8f9117aa-ef72-40dd-844a-5483a1eaf549 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f9117aa-ef72-40dd-844a-5483a1eaf549 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9117aa-ef72-40dd-844a-5483a1eaf549.shogun-image {
  box-sizing: border-box;
}



.s-8f9117aa-ef72-40dd-844a-5483a1eaf549 img.shogun-image {
  
}


}
#s-19447d4a-f474-485b-8523-9e689dac4dc2 {
  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-19447d4a-f474-485b-8523-9e689dac4dc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19447d4a-f474-485b-8523-9e689dac4dc2.shg-box.shg-c {
  justify-content: center;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c-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-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  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-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shogun-image {
  box-sizing: border-box;
}



.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  
}


@media (min-width: 1200px){#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c-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-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shogun-image {
  box-sizing: border-box;
}



.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c-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-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shogun-image {
  box-sizing: border-box;
}



.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c-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-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shogun-image {
  box-sizing: border-box;
}



.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  
}


}@media (max-width: 767px){#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c-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-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c.shogun-image {
  box-sizing: border-box;
}



.s-1ee05ae2-fe83-4233-9c24-7e8aa707ba2c img.shogun-image {
  
}


}
#s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  margin: 0 !important;
  overflow: visible;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c-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-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  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-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  /* Add background color handling */
  
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70497266-7250-4d62-bccb-5fa71dfb7f1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shogun-image {
  box-sizing: border-box;
}



.s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  
}


@media (min-width: 1200px){#s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  margin: 0 !important;
  overflow: visible;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c-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-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  /* Add background color handling */
  
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70497266-7250-4d62-bccb-5fa71dfb7f1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shogun-image {
  box-sizing: border-box;
}



.s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  margin: 0 !important;
  overflow: visible;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c-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-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  /* Add background color handling */
  
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70497266-7250-4d62-bccb-5fa71dfb7f1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shogun-image {
  box-sizing: border-box;
}



.s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  margin: 0 !important;
  overflow: visible;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c-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-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  /* Add background color handling */
  
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70497266-7250-4d62-bccb-5fa71dfb7f1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shogun-image {
  box-sizing: border-box;
}



.s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  
}


}@media (max-width: 767px){#s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  margin: 0 !important;
  overflow: visible;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c-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-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-70497266-7250-4d62-bccb-5fa71dfb7f1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  /* Add background color handling */
  
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70497266-7250-4d62-bccb-5fa71dfb7f1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70497266-7250-4d62-bccb-5fa71dfb7f1c.shogun-image {
  box-sizing: border-box;
}



.s-70497266-7250-4d62-bccb-5fa71dfb7f1c img.shogun-image {
  
}


}
#s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5-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-c9dd535a-a048-4ca6-848a-964e776435d5 {
  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-c9dd535a-a048-4ca6-848a-964e776435d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9dd535a-a048-4ca6-848a-964e776435d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9dd535a-a048-4ca6-848a-964e776435d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9dd535a-a048-4ca6-848a-964e776435d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5.shogun-image {
  box-sizing: border-box;
}



.s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5-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-c9dd535a-a048-4ca6-848a-964e776435d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9dd535a-a048-4ca6-848a-964e776435d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9dd535a-a048-4ca6-848a-964e776435d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9dd535a-a048-4ca6-848a-964e776435d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5.shogun-image {
  box-sizing: border-box;
}



.s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5-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-c9dd535a-a048-4ca6-848a-964e776435d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9dd535a-a048-4ca6-848a-964e776435d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9dd535a-a048-4ca6-848a-964e776435d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9dd535a-a048-4ca6-848a-964e776435d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5.shogun-image {
  box-sizing: border-box;
}



.s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5-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-c9dd535a-a048-4ca6-848a-964e776435d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9dd535a-a048-4ca6-848a-964e776435d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9dd535a-a048-4ca6-848a-964e776435d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9dd535a-a048-4ca6-848a-964e776435d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5.shogun-image {
  box-sizing: border-box;
}



.s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5-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-c9dd535a-a048-4ca6-848a-964e776435d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c9dd535a-a048-4ca6-848a-964e776435d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9dd535a-a048-4ca6-848a-964e776435d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9dd535a-a048-4ca6-848a-964e776435d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9dd535a-a048-4ca6-848a-964e776435d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9dd535a-a048-4ca6-848a-964e776435d5.shogun-image {
  box-sizing: border-box;
}



.s-c9dd535a-a048-4ca6-848a-964e776435d5 img.shogun-image {
  
}


}
#s-73886b1c-54a0-4533-befe-5865c3217217 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-73886b1c-54a0-4533-befe-5865c3217217 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-73886b1c-54a0-4533-befe-5865c3217217 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-73886b1c-54a0-4533-befe-5865c3217217 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-73886b1c-54a0-4533-befe-5865c3217217 {
  margin: 0 !important;
  overflow: visible;
}

#s-73886b1c-54a0-4533-befe-5865c3217217-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-73886b1c-54a0-4533-befe-5865c3217217 {
  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-73886b1c-54a0-4533-befe-5865c3217217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  /* Add background color handling */
  
}

#s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-73886b1c-54a0-4533-befe-5865c3217217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73886b1c-54a0-4533-befe-5865c3217217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73886b1c-54a0-4533-befe-5865c3217217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73886b1c-54a0-4533-befe-5865c3217217.shogun-image {
  box-sizing: border-box;
}



.s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  
}


@media (min-width: 1200px){#s-73886b1c-54a0-4533-befe-5865c3217217 {
  margin: 0 !important;
  overflow: visible;
}

#s-73886b1c-54a0-4533-befe-5865c3217217-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-73886b1c-54a0-4533-befe-5865c3217217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-73886b1c-54a0-4533-befe-5865c3217217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  /* Add background color handling */
  
}

#s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-73886b1c-54a0-4533-befe-5865c3217217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73886b1c-54a0-4533-befe-5865c3217217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73886b1c-54a0-4533-befe-5865c3217217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73886b1c-54a0-4533-befe-5865c3217217.shogun-image {
  box-sizing: border-box;
}



.s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-73886b1c-54a0-4533-befe-5865c3217217 {
  margin: 0 !important;
  overflow: visible;
}

#s-73886b1c-54a0-4533-befe-5865c3217217-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-73886b1c-54a0-4533-befe-5865c3217217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73886b1c-54a0-4533-befe-5865c3217217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  /* Add background color handling */
  
}

#s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-73886b1c-54a0-4533-befe-5865c3217217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73886b1c-54a0-4533-befe-5865c3217217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73886b1c-54a0-4533-befe-5865c3217217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73886b1c-54a0-4533-befe-5865c3217217.shogun-image {
  box-sizing: border-box;
}



.s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-73886b1c-54a0-4533-befe-5865c3217217 {
  margin: 0 !important;
  overflow: visible;
}

#s-73886b1c-54a0-4533-befe-5865c3217217-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-73886b1c-54a0-4533-befe-5865c3217217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-73886b1c-54a0-4533-befe-5865c3217217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  /* Add background color handling */
  
}

#s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-73886b1c-54a0-4533-befe-5865c3217217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73886b1c-54a0-4533-befe-5865c3217217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73886b1c-54a0-4533-befe-5865c3217217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73886b1c-54a0-4533-befe-5865c3217217.shogun-image {
  box-sizing: border-box;
}



.s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  
}


}@media (max-width: 767px){#s-73886b1c-54a0-4533-befe-5865c3217217 {
  margin: 0 !important;
  overflow: visible;
}

#s-73886b1c-54a0-4533-befe-5865c3217217-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-73886b1c-54a0-4533-befe-5865c3217217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-73886b1c-54a0-4533-befe-5865c3217217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  /* Add background color handling */
  
}

#s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-73886b1c-54a0-4533-befe-5865c3217217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73886b1c-54a0-4533-befe-5865c3217217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73886b1c-54a0-4533-befe-5865c3217217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73886b1c-54a0-4533-befe-5865c3217217.shogun-image {
  box-sizing: border-box;
}



.s-73886b1c-54a0-4533-befe-5865c3217217 img.shogun-image {
  
}


}
#s-5e2d104d-bdf9-43c4-a573-20f2190a9081 {
  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-5e2d104d-bdf9-43c4-a573-20f2190a9081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e2d104d-bdf9-43c4-a573-20f2190a9081.shg-box.shg-c {
  justify-content: center;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  margin-left: 0%;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  margin: 0 !important;
  overflow: visible;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c-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-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  /* Add background color handling */
  
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shogun-image {
  box-sizing: border-box;
}



.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  
}


@media (min-width: 1200px){#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  margin: 0 !important;
  overflow: visible;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c-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-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  /* Add background color handling */
  
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shogun-image {
  box-sizing: border-box;
}



.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  margin: 0 !important;
  overflow: visible;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c-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-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  /* Add background color handling */
  
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shogun-image {
  box-sizing: border-box;
}



.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  margin: 0 !important;
  overflow: visible;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c-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-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  /* Add background color handling */
  
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shogun-image {
  box-sizing: border-box;
}



.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  
}


}@media (max-width: 767px){#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  margin: 0 !important;
  overflow: visible;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c-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-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  /* Add background color handling */
  
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c.shogun-image {
  box-sizing: border-box;
}



.s-1e7fe0dc-9b4b-4b6f-8b76-52cea9459e9c img.shogun-image {
  
}


}
#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  margin-left: 0%;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f-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-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shogun-image {
  box-sizing: border-box;
}



.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  
}


@media (min-width: 1200px){#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f-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-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shogun-image {
  box-sizing: border-box;
}



.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f-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-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shogun-image {
  box-sizing: border-box;
}



.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f-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-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shogun-image {
  box-sizing: border-box;
}



.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  
}


}@media (max-width: 767px){#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f-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-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6dcb9f21-c08e-452b-8b2c-795c64cda83f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcb9f21-c08e-452b-8b2c-795c64cda83f.shogun-image {
  box-sizing: border-box;
}



.s-6dcb9f21-c08e-452b-8b2c-795c64cda83f img.shogun-image {
  
}


}
#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9-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-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-768e6d98-b20c-46ef-973c-8480c97b7bc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shogun-image {
  box-sizing: border-box;
}



.s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9-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-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-768e6d98-b20c-46ef-973c-8480c97b7bc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shogun-image {
  box-sizing: border-box;
}



.s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9-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-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-768e6d98-b20c-46ef-973c-8480c97b7bc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shogun-image {
  box-sizing: border-box;
}



.s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9-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-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-768e6d98-b20c-46ef-973c-8480c97b7bc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shogun-image {
  box-sizing: border-box;
}



.s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9-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-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-768e6d98-b20c-46ef-973c-8480c97b7bc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-768e6d98-b20c-46ef-973c-8480c97b7bc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768e6d98-b20c-46ef-973c-8480c97b7bc9.shogun-image {
  box-sizing: border-box;
}



.s-768e6d98-b20c-46ef-973c-8480c97b7bc9 img.shogun-image {
  
}


}
#s-de98abfe-5034-4334-a4e6-b82a8c35e3aa {
  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-de98abfe-5034-4334-a4e6-b82a8c35e3aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de98abfe-5034-4334-a4e6-b82a8c35e3aa.shg-box.shg-c {
  justify-content: center;
}

#s-30263f2f-a084-4413-9c9e-32566502132e {
  margin-left: 0%;
margin-right: 0%;
max-width: 1040px;
text-align: center;
}
@media (min-width: 1200px){#s-30263f2f-a084-4413-9c9e-32566502132e {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30263f2f-a084-4413-9c9e-32566502132e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-30263f2f-a084-4413-9c9e-32566502132e {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-30263f2f-a084-4413-9c9e-32566502132e {
  margin: 0 !important;
  overflow: visible;
}

#s-30263f2f-a084-4413-9c9e-32566502132e-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-30263f2f-a084-4413-9c9e-32566502132e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-30263f2f-a084-4413-9c9e-32566502132e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  /* Add background color handling */
  
}

#s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-30263f2f-a084-4413-9c9e-32566502132e .shogun-image-content {
  
    justify-content: center;
  
}

.s-30263f2f-a084-4413-9c9e-32566502132e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30263f2f-a084-4413-9c9e-32566502132e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30263f2f-a084-4413-9c9e-32566502132e.shogun-image {
  box-sizing: border-box;
}



.s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  
}


@media (min-width: 1200px){#s-30263f2f-a084-4413-9c9e-32566502132e {
  margin: 0 !important;
  overflow: visible;
}

#s-30263f2f-a084-4413-9c9e-32566502132e-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-30263f2f-a084-4413-9c9e-32566502132e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-30263f2f-a084-4413-9c9e-32566502132e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  /* Add background color handling */
  
}

#s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-30263f2f-a084-4413-9c9e-32566502132e .shogun-image-content {
  
    justify-content: center;
  
}

.s-30263f2f-a084-4413-9c9e-32566502132e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30263f2f-a084-4413-9c9e-32566502132e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30263f2f-a084-4413-9c9e-32566502132e.shogun-image {
  box-sizing: border-box;
}



.s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-30263f2f-a084-4413-9c9e-32566502132e {
  margin: 0 !important;
  overflow: visible;
}

#s-30263f2f-a084-4413-9c9e-32566502132e-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-30263f2f-a084-4413-9c9e-32566502132e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30263f2f-a084-4413-9c9e-32566502132e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  /* Add background color handling */
  
}

#s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-30263f2f-a084-4413-9c9e-32566502132e .shogun-image-content {
  
    justify-content: center;
  
}

.s-30263f2f-a084-4413-9c9e-32566502132e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30263f2f-a084-4413-9c9e-32566502132e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30263f2f-a084-4413-9c9e-32566502132e.shogun-image {
  box-sizing: border-box;
}



.s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-30263f2f-a084-4413-9c9e-32566502132e {
  margin: 0 !important;
  overflow: visible;
}

#s-30263f2f-a084-4413-9c9e-32566502132e-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-30263f2f-a084-4413-9c9e-32566502132e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-30263f2f-a084-4413-9c9e-32566502132e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  /* Add background color handling */
  
}

#s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-30263f2f-a084-4413-9c9e-32566502132e .shogun-image-content {
  
    justify-content: center;
  
}

.s-30263f2f-a084-4413-9c9e-32566502132e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30263f2f-a084-4413-9c9e-32566502132e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30263f2f-a084-4413-9c9e-32566502132e.shogun-image {
  box-sizing: border-box;
}



.s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  
}


}@media (max-width: 767px){#s-30263f2f-a084-4413-9c9e-32566502132e {
  margin: 0 !important;
  overflow: visible;
}

#s-30263f2f-a084-4413-9c9e-32566502132e-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-30263f2f-a084-4413-9c9e-32566502132e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-30263f2f-a084-4413-9c9e-32566502132e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  /* Add background color handling */
  
}

#s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-30263f2f-a084-4413-9c9e-32566502132e .shogun-image-content {
  
    justify-content: center;
  
}

.s-30263f2f-a084-4413-9c9e-32566502132e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30263f2f-a084-4413-9c9e-32566502132e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30263f2f-a084-4413-9c9e-32566502132e.shogun-image {
  box-sizing: border-box;
}



.s-30263f2f-a084-4413-9c9e-32566502132e img.shogun-image {
  
}


}
#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (min-width: 1200px){#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  margin: 0 !important;
  overflow: visible;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166-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-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  /* Add background color handling */
  
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-38391a37-f4e0-4ac3-b729-73ed5baa4166 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shogun-image {
  box-sizing: border-box;
}



.s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  
}


@media (min-width: 1200px){#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  margin: 0 !important;
  overflow: visible;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166-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-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  /* Add background color handling */
  
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-38391a37-f4e0-4ac3-b729-73ed5baa4166 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shogun-image {
  box-sizing: border-box;
}



.s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  margin: 0 !important;
  overflow: visible;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166-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-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  /* Add background color handling */
  
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-38391a37-f4e0-4ac3-b729-73ed5baa4166 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shogun-image {
  box-sizing: border-box;
}



.s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  margin: 0 !important;
  overflow: visible;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166-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-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  /* Add background color handling */
  
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-38391a37-f4e0-4ac3-b729-73ed5baa4166 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shogun-image {
  box-sizing: border-box;
}



.s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  
}


}@media (max-width: 767px){#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  margin: 0 !important;
  overflow: visible;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166-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-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-38391a37-f4e0-4ac3-b729-73ed5baa4166 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  /* Add background color handling */
  
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-38391a37-f4e0-4ac3-b729-73ed5baa4166 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38391a37-f4e0-4ac3-b729-73ed5baa4166.shogun-image {
  box-sizing: border-box;
}



.s-38391a37-f4e0-4ac3-b729-73ed5baa4166 img.shogun-image {
  
}


}
#s-a47f571d-261c-4bec-9b8d-eaf0df6e6bae {
  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-a47f571d-261c-4bec-9b8d-eaf0df6e6bae {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a47f571d-261c-4bec-9b8d-eaf0df6e6bae {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a47f571d-261c-4bec-9b8d-eaf0df6e6bae {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-a47f571d-261c-4bec-9b8d-eaf0df6e6bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a47f571d-261c-4bec-9b8d-eaf0df6e6bae.shg-box.shg-c {
  justify-content: center;
}

#s-e9a74d71-310a-4131-9ff9-7d5fa263b552 {
  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-e9a74d71-310a-4131-9ff9-7d5fa263b552: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-e9a74d71-310a-4131-9ff9-7d5fa263b552: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-e9a74d71-310a-4131-9ff9-7d5fa263b552 {
  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-e9a74d71-310a-4131-9ff9-7d5fa263b552-root {
    text-align: center;
  }


#s-e9a74d71-310a-4131-9ff9-7d5fa263b552.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-e9a74d71-310a-4131-9ff9-7d5fa263b552-root {
    text-align: center;
  }


#s-e9a74d71-310a-4131-9ff9-7d5fa263b552.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-e9a74d71-310a-4131-9ff9-7d5fa263b552-root {
    text-align: center;
  }


#s-e9a74d71-310a-4131-9ff9-7d5fa263b552.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-e9a74d71-310a-4131-9ff9-7d5fa263b552-root {
    text-align: center;
  }


#s-e9a74d71-310a-4131-9ff9-7d5fa263b552.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-e9a74d71-310a-4131-9ff9-7d5fa263b552-root {
    text-align: center;
  }


#s-e9a74d71-310a-4131-9ff9-7d5fa263b552.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-d48b3ae6-b5c8-4604-b8fb-224620b56c81 {
  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-d48b3ae6-b5c8-4604-b8fb-224620b56c81 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-d48b3ae6-b5c8-4604-b8fb-224620b56c81 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-d48b3ae6-b5c8-4604-b8fb-224620b56c81 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-57e1a56d-8b6d-43bb-86d4-9664089550cc {
  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-57e1a56d-8b6d-43bb-86d4-9664089550cc {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-57e1a56d-8b6d-43bb-86d4-9664089550cc {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-57e1a56d-8b6d-43bb-86d4-9664089550cc .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (min-width: 1200px){#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  margin: 0 !important;
  overflow: visible;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c-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-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  /* Add background color handling */
  
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shogun-image {
  box-sizing: border-box;
}



.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  
}


@media (min-width: 1200px){#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  margin: 0 !important;
  overflow: visible;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c-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-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  /* Add background color handling */
  
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shogun-image {
  box-sizing: border-box;
}



.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  margin: 0 !important;
  overflow: visible;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c-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-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  /* Add background color handling */
  
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shogun-image {
  box-sizing: border-box;
}



.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  margin: 0 !important;
  overflow: visible;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c-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-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  /* Add background color handling */
  
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shogun-image {
  box-sizing: border-box;
}



.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  
}


}@media (max-width: 767px){#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  margin: 0 !important;
  overflow: visible;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c-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-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f7b61e56-d082-4c67-9086-0128cc4d8d6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  /* Add background color handling */
  
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7b61e56-d082-4c67-9086-0128cc4d8d6c.shogun-image {
  box-sizing: border-box;
}



.s-f7b61e56-d082-4c67-9086-0128cc4d8d6c img.shogun-image {
  
}


}
#s-b3c18bcb-7d84-4976-9c2c-d118ec90138e {
  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-b3c18bcb-7d84-4976-9c2c-d118ec90138e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3c18bcb-7d84-4976-9c2c-d118ec90138e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-b3c18bcb-7d84-4976-9c2c-d118ec90138e {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-b3c18bcb-7d84-4976-9c2c-d118ec90138e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3c18bcb-7d84-4976-9c2c-d118ec90138e.shg-box.shg-c {
  justify-content: center;
}

#s-95837127-d5df-4f93-87dd-7714693fd624 {
  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-95837127-d5df-4f93-87dd-7714693fd624: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-95837127-d5df-4f93-87dd-7714693fd624: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-95837127-d5df-4f93-87dd-7714693fd624 {
  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-95837127-d5df-4f93-87dd-7714693fd624-root {
    text-align: center;
  }


#s-95837127-d5df-4f93-87dd-7714693fd624.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-95837127-d5df-4f93-87dd-7714693fd624-root {
    text-align: center;
  }


#s-95837127-d5df-4f93-87dd-7714693fd624.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-95837127-d5df-4f93-87dd-7714693fd624-root {
    text-align: center;
  }


#s-95837127-d5df-4f93-87dd-7714693fd624.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-95837127-d5df-4f93-87dd-7714693fd624-root {
    text-align: center;
  }


#s-95837127-d5df-4f93-87dd-7714693fd624.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-95837127-d5df-4f93-87dd-7714693fd624-root {
    text-align: center;
  }


#s-95837127-d5df-4f93-87dd-7714693fd624.shg-btn {
  color: rgba(255, 239, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-807771ea-e810-4ae3-ac11-22a6df14cca8 {
  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-807771ea-e810-4ae3-ac11-22a6df14cca8 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-807771ea-e810-4ae3-ac11-22a6df14cca8 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-807771ea-e810-4ae3-ac11-22a6df14cca8 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c71f95d6-d31d-47e8-badc-7c15fa85a29b {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-c71f95d6-d31d-47e8-badc-7c15fa85a29b {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-c71f95d6-d31d-47e8-badc-7c15fa85a29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c71f95d6-d31d-47e8-badc-7c15fa85a29b.shg-box.shg-c {
  justify-content: center;
}

#s-852b3211-0495-44cf-8645-2e95d53e84ca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(64, 88, 113, 1);
}

#s-852b3211-0495-44cf-8645-2e95d53e84ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

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

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

#s-89168bf1-d589-46dc-869c-7020fc9afa19 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-89168bf1-d589-46dc-869c-7020fc9afa19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-89168bf1-d589-46dc-869c-7020fc9afa19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-89168bf1-d589-46dc-869c-7020fc9afa19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-89168bf1-d589-46dc-869c-7020fc9afa19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-89168bf1-d589-46dc-869c-7020fc9afa19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-89168bf1-d589-46dc-869c-7020fc9afa19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-89168bf1-d589-46dc-869c-7020fc9afa19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-01d6da1b-d4a3-4308-82c4-2a1057e09698 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-01d6da1b-d4a3-4308-82c4-2a1057e09698"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-01d6da1b-d4a3-4308-82c4-2a1057e09698"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-01d6da1b-d4a3-4308-82c4-2a1057e09698"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-01d6da1b-d4a3-4308-82c4-2a1057e09698"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e457625f-4208-4e41-b4ae-a4706ecd992e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8d0c2863-6ec9-4653-9b0c-bf597da523bc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d4bc5912-c650-4f3e-83f3-c40dfd5c7e2d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5974df01-d1c7-42f9-a163-882a462b8c95 {
  min-height: 50px;
}








#s-5974df01-d1c7-42f9-a163-882a462b8c95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5974df01-d1c7-42f9-a163-882a462b8c95.shg-box.shg-c {
  justify-content: center;
}

#s-a569034b-80aa-46e1-ad16-257ee9829006 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(10, 58, 123, 1);
}

#s-a569034b-80aa-46e1-ad16-257ee9829006 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-a569034b-80aa-46e1-ad16-257ee9829006 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-ea42b070-dec2-4321-ade4-eabb5057cf1c {
  min-height: 50px;
}








#s-ea42b070-dec2-4321-ade4-eabb5057cf1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea42b070-dec2-4321-ade4-eabb5057cf1c.shg-box.shg-c {
  justify-content: center;
}

#s-a24988a4-6972-4e14-b521-37ebd0f45a04 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-a24988a4-6972-4e14-b521-37ebd0f45a04 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a24988a4-6972-4e14-b521-37ebd0f45a04 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a24988a4-6972-4e14-b521-37ebd0f45a04 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-a24988a4-6972-4e14-b521-37ebd0f45a04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a24988a4-6972-4e14-b521-37ebd0f45a04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a24988a4-6972-4e14-b521-37ebd0f45a04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a24988a4-6972-4e14-b521-37ebd0f45a04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-838efeb4-3332-4afe-a6c3-54be3725ec87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-838efeb4-3332-4afe-a6c3-54be3725ec87 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-eb9d4206-01a6-4798-afd5-b18ddeac9bd0 {
  max-width: 1040px;
text-align: center;
}

#s-eb9d4206-01a6-4798-afd5-b18ddeac9bd0 {
  overflow: hidden;
  
  
      max-width: 1040px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-eb9d4206-01a6-4798-afd5-b18ddeac9bd0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2af46ee2-b720-4325-bcba-0b2d5bf487f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2af46ee2-b720-4325-bcba-0b2d5bf487f4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-70698c2d-9101-4c16-92ef-9579aca9b2c8 {
  max-width: 1040px;
text-align: center;
}

#s-70698c2d-9101-4c16-92ef-9579aca9b2c8 {
  overflow: hidden;
  
  
      max-width: 1040px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-70698c2d-9101-4c16-92ef-9579aca9b2c8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-84a50291-c4d4-4a9e-8e66-683bba988811 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-84a50291-c4d4-4a9e-8e66-683bba988811 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-84a50291-c4d4-4a9e-8e66-683bba988811 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-84a50291-c4d4-4a9e-8e66-683bba988811 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-84a50291-c4d4-4a9e-8e66-683bba988811"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84a50291-c4d4-4a9e-8e66-683bba988811"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84a50291-c4d4-4a9e-8e66-683bba988811"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84a50291-c4d4-4a9e-8e66-683bba988811"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-48bc6345-e3ab-4e70-afbe-df4a8311d8c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48bc6345-e3ab-4e70-afbe-df4a8311d8c7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-89be3722-467a-4604-9a1f-b303312e1294 {
  max-width: 1040px;
text-align: center;
}

#s-89be3722-467a-4604-9a1f-b303312e1294 {
  overflow: hidden;
  
  
      max-width: 1040px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-89be3722-467a-4604-9a1f-b303312e1294 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9e624aa1-9962-4fbb-9714-ad8ca78f341d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e624aa1-9962-4fbb-9714-ad8ca78f341d .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6b412b06-4acd-4979-987b-91caedb87f56 {
  max-width: 1040px;
text-align: center;
}

#s-6b412b06-4acd-4979-987b-91caedb87f56 {
  overflow: hidden;
  
  
      max-width: 1040px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-6b412b06-4acd-4979-987b-91caedb87f56 .shogun-image-content {
  
    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;
}
