.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-235ef5ef-c19e-4085-91d9-f16a1f9ae017 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-235ef5ef-c19e-4085-91d9-f16a1f9ae017 {
  display: none;
}
#s-235ef5ef-c19e-4085-91d9-f16a1f9ae017, #wrap-s-235ef5ef-c19e-4085-91d9-f16a1f9ae017 { display:none !important; }}@media (max-width: 767px){#s-235ef5ef-c19e-4085-91d9-f16a1f9ae017 {
  display: none;
}
#s-235ef5ef-c19e-4085-91d9-f16a1f9ae017, #wrap-s-235ef5ef-c19e-4085-91d9-f16a1f9ae017 { display:none !important; }}







#s-235ef5ef-c19e-4085-91d9-f16a1f9ae017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235ef5ef-c19e-4085-91d9-f16a1f9ae017.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f526d666-b4b1-46c9-a6a2-e955448e1608 {
  min-height: 50px;
}








#s-f526d666-b4b1-46c9-a6a2-e955448e1608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f526d666-b4b1-46c9-a6a2-e955448e1608.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1bef5d3a-da19-4a39-806e-f718b9251a44 {
  text-align: center;
}







  img.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image {
    
    
  }


.s-1bef5d3a-da19-4a39-806e-f718b9251a44 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shg-align-container {
  text-align: center
}

.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image {
    
    
  }


.s-1bef5d3a-da19-4a39-806e-f718b9251a44 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shg-align-container {
  text-align: center
}

.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image {
    
    
  }


.s-1bef5d3a-da19-4a39-806e-f718b9251a44 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shg-align-container {
  text-align: center
}

.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image {
    
    
  }


.s-1bef5d3a-da19-4a39-806e-f718b9251a44 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shg-align-container {
  text-align: center
}

.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image {
    
    
  }


.s-1bef5d3a-da19-4a39-806e-f718b9251a44 .shogun-image-content {
  
    align-items: center;
  
}

.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shg-align-container {
  text-align: center
}

.s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bef5d3a-da19-4a39-806e-f718b9251a44.shogun-image {
  box-sizing: border-box;
}


}
#s-abd272d7-16a8-4803-95d5-710a69fa7ff4 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-abd272d7-16a8-4803-95d5-710a69fa7ff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abd272d7-16a8-4803-95d5-710a69fa7ff4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-f7af3ab3-3512-4f98-8dee-85b2213d4197 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-f7af3ab3-3512-4f98-8dee-85b2213d4197 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 26px;
  line-height: 0.8em;
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3c8ccbe1-9115-4db7-a923-ed83d93f2172 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1440px;
}

#s-c5d3b2a4-b6f6-4d73-bb02-2b3f90832b82 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c5d3b2a4-b6f6-4d73-bb02-2b3f90832b82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5d3b2a4-b6f6-4d73-bb02-2b3f90832b82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05da0e9d-2252-403b-b640-344a66e36cc6 {
  text-align: center;
}







  img.s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image {
    
    
  }


.s-05da0e9d-2252-403b-b640-344a66e36cc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-05da0e9d-2252-403b-b640-344a66e36cc6.shg-align-container {
  text-align: center
}

.s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image {
    
    
  }


.s-05da0e9d-2252-403b-b640-344a66e36cc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-05da0e9d-2252-403b-b640-344a66e36cc6.shg-align-container {
  text-align: center
}

.s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image {
    
    
  }


.s-05da0e9d-2252-403b-b640-344a66e36cc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-05da0e9d-2252-403b-b640-344a66e36cc6.shg-align-container {
  text-align: center
}

.s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image {
    
    
  }


.s-05da0e9d-2252-403b-b640-344a66e36cc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-05da0e9d-2252-403b-b640-344a66e36cc6.shg-align-container {
  text-align: center
}

.s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image {
    
    
  }


.s-05da0e9d-2252-403b-b640-344a66e36cc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-05da0e9d-2252-403b-b640-344a66e36cc6.shg-align-container {
  text-align: center
}

.s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05da0e9d-2252-403b-b640-344a66e36cc6.shogun-image {
  box-sizing: border-box;
}


}
#s-cc223078-b413-4e37-a957-0a59155f06be {
  padding-top: 80px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-cc223078-b413-4e37-a957-0a59155f06be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc223078-b413-4e37-a957-0a59155f06be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa {
  margin-bottom: 50px;
text-align: center;
}







  img.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image {
    
    
  }


.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa .shogun-image-content {
  
    align-items: center;
  
}

.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shg-align-container {
  text-align: center
}

.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image {
    
    
  }


.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa .shogun-image-content {
  
    align-items: center;
  
}

.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shg-align-container {
  text-align: center
}

.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image {
    
    
  }


.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa .shogun-image-content {
  
    align-items: center;
  
}

.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shg-align-container {
  text-align: center
}

.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image {
    
    
  }


.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa .shogun-image-content {
  
    align-items: center;
  
}

.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shg-align-container {
  text-align: center
}

.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image {
    
    
  }


.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa .shogun-image-content {
  
    align-items: center;
  
}

.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shg-align-container {
  text-align: center
}

.s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3104d3b6-9fcd-49fa-8eeb-02675957a5fa.shogun-image {
  box-sizing: border-box;
}


}
#s-243c7c30-74b0-4dce-b287-00949ea14eda {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-243c7c30-74b0-4dce-b287-00949ea14eda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-243c7c30-74b0-4dce-b287-00949ea14eda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94324fc7-2926-4a38-8521-c52abef7f472 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1240px;
}








#s-94324fc7-2926-4a38-8521-c52abef7f472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94324fc7-2926-4a38-8521-c52abef7f472.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-d448d15c-10b6-4786-9570-61166d0facdf {
  margin-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-d448d15c-10b6-4786-9570-61166d0facdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d448d15c-10b6-4786-9570-61166d0facdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d448d15c-10b6-4786-9570-61166d0facdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d448d15c-10b6-4786-9570-61166d0facdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0 {
  text-align: center;
}







  img.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image {
    
    
  }


.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shg-align-container {
  text-align: center
}

.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image {
    
    
  }


.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shg-align-container {
  text-align: center
}

.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image {
    
    
  }


.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shg-align-container {
  text-align: center
}

.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image {
    
    
  }


.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shg-align-container {
  text-align: center
}

.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image {
    
    
  }


.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shg-align-container {
  text-align: center
}

.s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad41187f-72bc-4f6e-bf22-64ea50b3c4b0.shogun-image {
  box-sizing: border-box;
}


}
#s-509ce9bc-653e-4b7c-aaf0-47b4c74ed6cd {
  min-height: 50px;
}








#s-509ce9bc-653e-4b7c-aaf0-47b4c74ed6cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-509ce9bc-653e-4b7c-aaf0-47b4c74ed6cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65b52280-55de-4b3d-8652-367d2cac6b10 {
  margin-bottom: 20px;
}

#s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c {
  margin-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-e2e25c32-f07e-4efa-9cf6-1d13bdeaaa6c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c822975c-e96b-450d-863d-9fcd4a6d4deb {
  min-height: 50px;
}








#s-c822975c-e96b-450d-863d-9fcd4a6d4deb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c822975c-e96b-450d-863d-9fcd4a6d4deb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a84bcee9-4756-42d7-b1e7-958cfb048945 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-1e482e8f-242f-411e-b2d4-658a8ac1ba88 {
  text-align: center;
}







  #s-1e482e8f-242f-411e-b2d4-658a8ac1ba88 img.shogun-image {
    

    
    
    
  }


#s-1e482e8f-242f-411e-b2d4-658a8ac1ba88 .shogun-image-content {
  
    align-items: center;
  
}

#s-e68148bb-ac8b-4d13-88df-d8660adb7579 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e68148bb-ac8b-4d13-88df-d8660adb7579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e68148bb-ac8b-4d13-88df-d8660adb7579.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cba6b7ee-f3d6-4ac0-a875-288189a76969 {
  margin-bottom: 30px;
text-align: center;
}







  #s-cba6b7ee-f3d6-4ac0-a875-288189a76969 img.shogun-image {
    

    
    
    
  }


#s-cba6b7ee-f3d6-4ac0-a875-288189a76969 .shogun-image-content {
  
    align-items: center;
  
}

#s-d73344d7-c5c1-46d7-8360-8895015e9422 {
  margin-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-d73344d7-c5c1-46d7-8360-8895015e9422"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d73344d7-c5c1-46d7-8360-8895015e9422"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d73344d7-c5c1-46d7-8360-8895015e9422"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d73344d7-c5c1-46d7-8360-8895015e9422"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4900fdd5-cc24-44e7-99c3-08815d90c00e {
  text-align: center;
}







  img.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image {
    
    
  }


.s-4900fdd5-cc24-44e7-99c3-08815d90c00e .shogun-image-content {
  
    align-items: center;
  
}

.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shg-align-container {
  text-align: center
}

.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image {
    
    
  }


.s-4900fdd5-cc24-44e7-99c3-08815d90c00e .shogun-image-content {
  
    align-items: center;
  
}

.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shg-align-container {
  text-align: center
}

.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image {
    
    
  }


.s-4900fdd5-cc24-44e7-99c3-08815d90c00e .shogun-image-content {
  
    align-items: center;
  
}

.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shg-align-container {
  text-align: center
}

.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image {
    
    
  }


.s-4900fdd5-cc24-44e7-99c3-08815d90c00e .shogun-image-content {
  
    align-items: center;
  
}

.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shg-align-container {
  text-align: center
}

.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image {
    
    
  }


.s-4900fdd5-cc24-44e7-99c3-08815d90c00e .shogun-image-content {
  
    align-items: center;
  
}

.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shg-align-container {
  text-align: center
}

.s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4900fdd5-cc24-44e7-99c3-08815d90c00e.shogun-image {
  box-sizing: border-box;
}


}
#s-91a1bbdc-e938-43b7-bf3f-8d3337a3c499 {
  min-height: 50px;
}








#s-91a1bbdc-e938-43b7-bf3f-8d3337a3c499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a1bbdc-e938-43b7-bf3f-8d3337a3c499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86f6d4e9-6472-4fad-98da-b2472421bd07 {
  margin-bottom: 20px;
}

#s-cb450900-f337-440d-bdfe-50b17239a4f0 {
  margin-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-cb450900-f337-440d-bdfe-50b17239a4f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb450900-f337-440d-bdfe-50b17239a4f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb450900-f337-440d-bdfe-50b17239a4f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb450900-f337-440d-bdfe-50b17239a4f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b447608f-8335-44f7-b30a-37212cc0e2be {
  min-height: 50px;
}








#s-b447608f-8335-44f7-b30a-37212cc0e2be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b447608f-8335-44f7-b30a-37212cc0e2be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfdeae10-464b-4666-9a93-32c798ddc0cd {
  margin-bottom: 20px;
}

#s-dabe52df-5257-4e39-b911-f4740f921eea {
  text-align: center;
}







  img.s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image {
    
    
  }


.s-dabe52df-5257-4e39-b911-f4740f921eea .shogun-image-content {
  
    align-items: center;
  
}

.s-dabe52df-5257-4e39-b911-f4740f921eea.shg-align-container {
  text-align: center
}

.s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image {
    
    
  }


.s-dabe52df-5257-4e39-b911-f4740f921eea .shogun-image-content {
  
    align-items: center;
  
}

.s-dabe52df-5257-4e39-b911-f4740f921eea.shg-align-container {
  text-align: center
}

.s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image {
    
    
  }


.s-dabe52df-5257-4e39-b911-f4740f921eea .shogun-image-content {
  
    align-items: center;
  
}

.s-dabe52df-5257-4e39-b911-f4740f921eea.shg-align-container {
  text-align: center
}

.s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image {
    
    
  }


.s-dabe52df-5257-4e39-b911-f4740f921eea .shogun-image-content {
  
    align-items: center;
  
}

.s-dabe52df-5257-4e39-b911-f4740f921eea.shg-align-container {
  text-align: center
}

.s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image {
    
    
  }


.s-dabe52df-5257-4e39-b911-f4740f921eea .shogun-image-content {
  
    align-items: center;
  
}

.s-dabe52df-5257-4e39-b911-f4740f921eea.shg-align-container {
  text-align: center
}

.s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dabe52df-5257-4e39-b911-f4740f921eea.shogun-image {
  box-sizing: border-box;
}


}
#s-c273fd8d-465b-4a26-979b-007602e27f91 {
  margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c273fd8d-465b-4a26-979b-007602e27f91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c273fd8d-465b-4a26-979b-007602e27f91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7709f1e1-360b-426c-9b03-0574f8c52870 {
  margin-left: auto;
margin-bottom: 120px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1240px;
}








#s-7709f1e1-360b-426c-9b03-0574f8c52870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7709f1e1-360b-426c-9b03-0574f8c52870.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2b678d1-b1fc-4c92-92f9-013170da9cc5 {
  margin-bottom: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2b678d1-b1fc-4c92-92f9-013170da9cc5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}



#s-3253768f-faa2-46ad-b9f6-ba0b3987d468 {
  margin-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-3253768f-faa2-46ad-b9f6-ba0b3987d468"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3253768f-faa2-46ad-b9f6-ba0b3987d468"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-3253768f-faa2-46ad-b9f6-ba0b3987d468"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-3253768f-faa2-46ad-b9f6-ba0b3987d468"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-8cbd7563-c530-431f-ad4d-be456e6b3305 {
  min-height: 50px;
}








#s-8cbd7563-c530-431f-ad4d-be456e6b3305 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cbd7563-c530-431f-ad4d-be456e6b3305.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18137839-299a-446f-8a82-225430fb3978 {
  margin-bottom: 40px;
max-width: 120px;
text-align: center;
}







  img.s-18137839-299a-446f-8a82-225430fb3978.shogun-image {
    
    
  }


.s-18137839-299a-446f-8a82-225430fb3978 .shogun-image-content {
  
    align-items: center;
  
}

.s-18137839-299a-446f-8a82-225430fb3978.shg-align-container {
  text-align: center
}

.s-18137839-299a-446f-8a82-225430fb3978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18137839-299a-446f-8a82-225430fb3978.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-18137839-299a-446f-8a82-225430fb3978.shogun-image {
    
    
  }


.s-18137839-299a-446f-8a82-225430fb3978 .shogun-image-content {
  
    align-items: center;
  
}

.s-18137839-299a-446f-8a82-225430fb3978.shg-align-container {
  text-align: center
}

.s-18137839-299a-446f-8a82-225430fb3978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18137839-299a-446f-8a82-225430fb3978.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-18137839-299a-446f-8a82-225430fb3978.shogun-image {
    
    
  }


.s-18137839-299a-446f-8a82-225430fb3978 .shogun-image-content {
  
    align-items: center;
  
}

.s-18137839-299a-446f-8a82-225430fb3978.shg-align-container {
  text-align: center
}

.s-18137839-299a-446f-8a82-225430fb3978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18137839-299a-446f-8a82-225430fb3978.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-18137839-299a-446f-8a82-225430fb3978.shogun-image {
    
    
  }


.s-18137839-299a-446f-8a82-225430fb3978 .shogun-image-content {
  
    align-items: center;
  
}

.s-18137839-299a-446f-8a82-225430fb3978.shg-align-container {
  text-align: center
}

.s-18137839-299a-446f-8a82-225430fb3978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18137839-299a-446f-8a82-225430fb3978.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-18137839-299a-446f-8a82-225430fb3978.shogun-image {
    
    
  }


.s-18137839-299a-446f-8a82-225430fb3978 .shogun-image-content {
  
    align-items: center;
  
}

.s-18137839-299a-446f-8a82-225430fb3978.shg-align-container {
  text-align: center
}

.s-18137839-299a-446f-8a82-225430fb3978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18137839-299a-446f-8a82-225430fb3978.shogun-image {
  box-sizing: border-box;
}


}
#s-e6494f0c-00e0-40e8-a3a4-05a05e46f1e6 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-e6494f0c-00e0-40e8-a3a4-05a05e46f1e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6494f0c-00e0-40e8-a3a4-05a05e46f1e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72c796ca-c356-4fb7-8158-71b4d8bbf811 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 100px;
background-color: rgba(230, 55, 55, 1);
}

#s-4951460f-97fe-402d-8801-5526f031acdf {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4951460f-97fe-402d-8801-5526f031acdf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-4b932b19-2178-43cc-9c34-f57881012b9c {
  margin-bottom: 30px;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-1e265bc9-cae4-4263-9230-ffb781dca3aa {
  padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 37, 42, 1);
border-style: solid;
border-radius: 0px;
max-width: 400px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(227, 37, 42, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-1e265bc9-cae4-4263-9230-ffb781dca3aa:hover {background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1e265bc9-cae4-4263-9230-ffb781dca3aa:active {border-style: solid !important;
border-color: rgba(227, 37, 42, 1) !important;
background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1e265bc9-cae4-4263-9230-ffb781dca3aa-btn-wrapper {
    text-align: center;
  }


#s-1e265bc9-cae4-4263-9230-ffb781dca3aa.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1e265bc9-cae4-4263-9230-ffb781dca3aa-btn-wrapper {
    text-align: center;
  }


#s-1e265bc9-cae4-4263-9230-ffb781dca3aa.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e265bc9-cae4-4263-9230-ffb781dca3aa-btn-wrapper {
    text-align: center;
  }


#s-1e265bc9-cae4-4263-9230-ffb781dca3aa.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e265bc9-cae4-4263-9230-ffb781dca3aa-btn-wrapper {
    text-align: center;
  }


#s-1e265bc9-cae4-4263-9230-ffb781dca3aa.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1e265bc9-cae4-4263-9230-ffb781dca3aa-btn-wrapper {
    text-align: center;
  }


#s-1e265bc9-cae4-4263-9230-ffb781dca3aa.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}
#s-b58348f6-20b3-4efc-9abb-0cb91a10ac7c {
  min-height: 50px;
}








#s-b58348f6-20b3-4efc-9abb-0cb91a10ac7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b58348f6-20b3-4efc-9abb-0cb91a10ac7c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8fa47379-9e0b-43a1-a39d-a0decd62541c {
  margin-bottom: 40px;
max-width: 110px;
text-align: center;
}







  img.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image {
    
    
  }


.s-8fa47379-9e0b-43a1-a39d-a0decd62541c .shogun-image-content {
  
    align-items: center;
  
}

.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shg-align-container {
  text-align: center
}

.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image {
    
    
  }


.s-8fa47379-9e0b-43a1-a39d-a0decd62541c .shogun-image-content {
  
    align-items: center;
  
}

.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shg-align-container {
  text-align: center
}

.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image {
    
    
  }


.s-8fa47379-9e0b-43a1-a39d-a0decd62541c .shogun-image-content {
  
    align-items: center;
  
}

.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shg-align-container {
  text-align: center
}

.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image {
    
    
  }


.s-8fa47379-9e0b-43a1-a39d-a0decd62541c .shogun-image-content {
  
    align-items: center;
  
}

.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shg-align-container {
  text-align: center
}

.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image {
    
    
  }


.s-8fa47379-9e0b-43a1-a39d-a0decd62541c .shogun-image-content {
  
    align-items: center;
  
}

.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shg-align-container {
  text-align: center
}

.s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fa47379-9e0b-43a1-a39d-a0decd62541c.shogun-image {
  box-sizing: border-box;
}


}
#s-da17075f-e398-46b9-a6c6-9ea35fa0fd4d {
  padding-left: 0px;
min-height: 50px;
}








#s-da17075f-e398-46b9-a6c6-9ea35fa0fd4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da17075f-e398-46b9-a6c6-9ea35fa0fd4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea28e9fb-3d71-44f9-ac4b-d83c119e098d {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 100px;
background-color: rgba(230, 55, 55, 1);
}

#s-cc25bbed-07a6-4da8-957a-5112fb323f57 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cc25bbed-07a6-4da8-957a-5112fb323f57 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-fca57198-486c-4ddc-8951-0aad8e9d9efb {
  margin-bottom: 30px;
}

#s-51d91d95-3625-48bd-a749-5cc37ae6a52f {
  padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 37, 42, 1);
border-style: solid;
border-radius: 0px;
max-width: 400px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(227, 37, 42, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-51d91d95-3625-48bd-a749-5cc37ae6a52f:hover {background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-51d91d95-3625-48bd-a749-5cc37ae6a52f:active {border-style: solid !important;
border-color: rgba(227, 37, 42, 1) !important;
background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-51d91d95-3625-48bd-a749-5cc37ae6a52f-btn-wrapper {
    text-align: center;
  }


#s-51d91d95-3625-48bd-a749-5cc37ae6a52f.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
@media (min-width: 1200px){
  #s-51d91d95-3625-48bd-a749-5cc37ae6a52f-btn-wrapper {
    text-align: center;
  }


#s-51d91d95-3625-48bd-a749-5cc37ae6a52f.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51d91d95-3625-48bd-a749-5cc37ae6a52f-btn-wrapper {
    text-align: center;
  }


#s-51d91d95-3625-48bd-a749-5cc37ae6a52f.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51d91d95-3625-48bd-a749-5cc37ae6a52f-btn-wrapper {
    text-align: center;
  }


#s-51d91d95-3625-48bd-a749-5cc37ae6a52f.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (max-width: 767px){
  #s-51d91d95-3625-48bd-a749-5cc37ae6a52f-btn-wrapper {
    text-align: center;
  }


#s-51d91d95-3625-48bd-a749-5cc37ae6a52f.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-e5680449-59de-4f60-88af-ff8fd782b5ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5680449-59de-4f60-88af-ff8fd782b5ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e5680449-59de-4f60-88af-ff8fd782b5ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5680449-59de-4f60-88af-ff8fd782b5ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-99d2fad1-1b85-4293-9ca1-ae5947496a25 {
  min-height: 50px;
}








#s-99d2fad1-1b85-4293-9ca1-ae5947496a25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99d2fad1-1b85-4293-9ca1-ae5947496a25.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d21ed68c-84c9-4440-a0f1-03084870552f {
  margin-bottom: 40px;
max-width: 120px;
text-align: center;
}







  img.s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image {
    
    
  }


.s-d21ed68c-84c9-4440-a0f1-03084870552f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d21ed68c-84c9-4440-a0f1-03084870552f.shg-align-container {
  text-align: center
}

.s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image {
    
    
  }


.s-d21ed68c-84c9-4440-a0f1-03084870552f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d21ed68c-84c9-4440-a0f1-03084870552f.shg-align-container {
  text-align: center
}

.s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image {
    
    
  }


.s-d21ed68c-84c9-4440-a0f1-03084870552f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d21ed68c-84c9-4440-a0f1-03084870552f.shg-align-container {
  text-align: center
}

.s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image {
    
    
  }


.s-d21ed68c-84c9-4440-a0f1-03084870552f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d21ed68c-84c9-4440-a0f1-03084870552f.shg-align-container {
  text-align: center
}

.s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image {
    
    
  }


.s-d21ed68c-84c9-4440-a0f1-03084870552f .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-d21ed68c-84c9-4440-a0f1-03084870552f.shg-align-container {
  text-align: center
}

.s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21ed68c-84c9-4440-a0f1-03084870552f.shogun-image {
  box-sizing: border-box;
}


}
#s-25bb1808-abf6-46ad-8376-7a9ab2e22809 {
  padding-left: 0px;
min-height: 50px;
}








#s-25bb1808-abf6-46ad-8376-7a9ab2e22809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25bb1808-abf6-46ad-8376-7a9ab2e22809.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0976157-d592-4c70-ba59-c78f99b5d97d {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c0976157-d592-4c70-ba59-c78f99b5d97d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-a937635d-6ddb-4006-921e-6226ee99e6d0 {
  margin-bottom: 30px;
}

#s-b9164365-457e-4c29-a0b2-62960cd67632 {
  padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 37, 42, 1);
border-style: solid;
border-radius: 0px;
max-width: 400px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(227, 37, 42, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-b9164365-457e-4c29-a0b2-62960cd67632:hover {background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b9164365-457e-4c29-a0b2-62960cd67632:active {border-style: solid !important;
border-color: rgba(227, 37, 42, 1) !important;
background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b9164365-457e-4c29-a0b2-62960cd67632-btn-wrapper {
    text-align: center;
  }


#s-b9164365-457e-4c29-a0b2-62960cd67632.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b9164365-457e-4c29-a0b2-62960cd67632-btn-wrapper {
    text-align: center;
  }


#s-b9164365-457e-4c29-a0b2-62960cd67632.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9164365-457e-4c29-a0b2-62960cd67632-btn-wrapper {
    text-align: center;
  }


#s-b9164365-457e-4c29-a0b2-62960cd67632.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9164365-457e-4c29-a0b2-62960cd67632-btn-wrapper {
    text-align: center;
  }


#s-b9164365-457e-4c29-a0b2-62960cd67632.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b9164365-457e-4c29-a0b2-62960cd67632-btn-wrapper {
    text-align: center;
  }


#s-b9164365-457e-4c29-a0b2-62960cd67632.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}
#s-9b335b9f-cc0f-4073-a173-35c5f065baf4 {
  margin-bottom: 0px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-9b335b9f-cc0f-4073-a173-35c5f065baf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b335b9f-cc0f-4073-a173-35c5f065baf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12b0584c-0179-4f40-85bf-0b080ffca30e {
  margin-bottom: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12b0584c-0179-4f40-85bf-0b080ffca30e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}



#s-1b68acbf-8236-4b96-84e0-fcd84227fd3a {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1240px;
text-align: center;
}







  img.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image {
    
    
  }


.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shg-align-container {
  text-align: center
}

.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image {
    
    
  }


.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shg-align-container {
  text-align: center
}

.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image {
    
    
  }


.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shg-align-container {
  text-align: center
}

.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image {
    
    
  }


.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shg-align-container {
  text-align: center
}

.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image {
    
    
  }


.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shg-align-container {
  text-align: center
}

.s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b68acbf-8236-4b96-84e0-fcd84227fd3a.shogun-image {
  box-sizing: border-box;
}


}
#s-0031ebfb-48e7-41e1-a04f-7bb44af13db3 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-0031ebfb-48e7-41e1-a04f-7bb44af13db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0031ebfb-48e7-41e1-a04f-7bb44af13db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99 {
  text-align: center;
}







  img.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image {
    
    
  }


.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shg-align-container {
  text-align: center
}

.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image {
    
    
  }


.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shg-align-container {
  text-align: center
}

.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image {
    
    
  }


.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shg-align-container {
  text-align: center
}

.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image {
    
    
  }


.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shg-align-container {
  text-align: center
}

.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image {
    
    
  }


.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shg-align-container {
  text-align: center
}

.s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a37e8fe-858e-4cfe-bc24-bdae332c1a99.shogun-image {
  box-sizing: border-box;
}


}
#s-254baa81-4df5-4b6d-ab56-adefc73973b4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-254baa81-4df5-4b6d-ab56-adefc73973b4 {
  display: none;
}
#s-254baa81-4df5-4b6d-ab56-adefc73973b4, #wrap-s-254baa81-4df5-4b6d-ab56-adefc73973b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-254baa81-4df5-4b6d-ab56-adefc73973b4 {
  display: none;
}
#s-254baa81-4df5-4b6d-ab56-adefc73973b4, #wrap-s-254baa81-4df5-4b6d-ab56-adefc73973b4 { display:none !important; }}







#s-254baa81-4df5-4b6d-ab56-adefc73973b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-254baa81-4df5-4b6d-ab56-adefc73973b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81e89386-2f32-4a46-8a27-2f63e6a5d4d3 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-81e89386-2f32-4a46-8a27-2f63e6a5d4d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81e89386-2f32-4a46-8a27-2f63e6a5d4d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24 {
  text-align: center;
}







  img.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image {
    
    
  }


.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shg-align-container {
  text-align: center
}

.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image {
    
    
  }


.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shg-align-container {
  text-align: center
}

.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image {
    
    
  }


.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shg-align-container {
  text-align: center
}

.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image {
    
    
  }


.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shg-align-container {
  text-align: center
}

.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image {
    
    
  }


.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shg-align-container {
  text-align: center
}

.s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cec15b4-b1c8-4d96-a0bf-d8d8f22ecc24.shogun-image {
  box-sizing: border-box;
}


}
#s-cf8e068d-b170-4c88-b59b-756cce9bdf7e {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-cf8e068d-b170-4c88-b59b-756cce9bdf7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf8e068d-b170-4c88-b59b-756cce9bdf7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff1190a7-23a0-4f7a-8de1-a3c6d1f3823d {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-ff1190a7-23a0-4f7a-8de1-a3c6d1f3823d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-bf2b49e8-6b3c-4154-91a1-ab879b61e073 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1440px;
}

#s-5d969e3b-d246-4b76-b8b9-3e5ca475c9c8 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-5d969e3b-d246-4b76-b8b9-3e5ca475c9c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d969e3b-d246-4b76-b8b9-3e5ca475c9c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00 {
  text-align: center;
}







  img.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image {
    
    
  }


.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00 .shogun-image-content {
  
    align-items: center;
  
}

.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shg-align-container {
  text-align: center
}

.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image {
    
    
  }


.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00 .shogun-image-content {
  
    align-items: center;
  
}

.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shg-align-container {
  text-align: center
}

.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image {
    
    
  }


.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00 .shogun-image-content {
  
    align-items: center;
  
}

.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shg-align-container {
  text-align: center
}

.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image {
    
    
  }


.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00 .shogun-image-content {
  
    align-items: center;
  
}

.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shg-align-container {
  text-align: center
}

.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image {
    
    
  }


.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00 .shogun-image-content {
  
    align-items: center;
  
}

.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shg-align-container {
  text-align: center
}

.s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69cc2390-308a-4f86-8cc2-eb67aa0e0f00.shogun-image {
  box-sizing: border-box;
}


}
#s-7e4eaa24-8e40-42e1-b7de-33f429413ec3 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7e4eaa24-8e40-42e1-b7de-33f429413ec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e4eaa24-8e40-42e1-b7de-33f429413ec3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a95a2e76-032f-4f08-b620-39a82b2f7564 {
  margin-bottom: 30px;
max-width: 80%;
text-align: center;
}







  img.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image {
    
    
  }


.s-a95a2e76-032f-4f08-b620-39a82b2f7564 .shogun-image-content {
  
    align-items: center;
  
}

.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shg-align-container {
  text-align: center
}

.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image {
    
    
  }


.s-a95a2e76-032f-4f08-b620-39a82b2f7564 .shogun-image-content {
  
    align-items: center;
  
}

.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shg-align-container {
  text-align: center
}

.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image {
    
    
  }


.s-a95a2e76-032f-4f08-b620-39a82b2f7564 .shogun-image-content {
  
    align-items: center;
  
}

.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shg-align-container {
  text-align: center
}

.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image {
    
    
  }


.s-a95a2e76-032f-4f08-b620-39a82b2f7564 .shogun-image-content {
  
    align-items: center;
  
}

.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shg-align-container {
  text-align: center
}

.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image {
    
    
  }


.s-a95a2e76-032f-4f08-b620-39a82b2f7564 .shogun-image-content {
  
    align-items: center;
  
}

.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shg-align-container {
  text-align: center
}

.s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a95a2e76-032f-4f08-b620-39a82b2f7564.shogun-image {
  box-sizing: border-box;
}


}
#s-a5dc509d-d31f-4ee5-8de9-1f73eb4f20fa {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-a5dc509d-d31f-4ee5-8de9-1f73eb4f20fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5dc509d-d31f-4ee5-8de9-1f73eb4f20fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74715d84-8fd2-405b-821f-92dc3f06c029 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1240px;
}








#s-74715d84-8fd2-405b-821f-92dc3f06c029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74715d84-8fd2-405b-821f-92dc3f06c029.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d98bfbf3-9b1c-4716-8003-85aaf1f85987 {
  margin-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-d98bfbf3-9b1c-4716-8003-85aaf1f85987"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d98bfbf3-9b1c-4716-8003-85aaf1f85987"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d98bfbf3-9b1c-4716-8003-85aaf1f85987"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d98bfbf3-9b1c-4716-8003-85aaf1f85987"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-909eb631-26d0-4a6a-a33e-686e53645d14 {
  margin-bottom: 30px;
text-align: center;
}







  img.s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image {
    
    
  }


.s-909eb631-26d0-4a6a-a33e-686e53645d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-909eb631-26d0-4a6a-a33e-686e53645d14.shg-align-container {
  text-align: center
}

.s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image {
    
    
  }


.s-909eb631-26d0-4a6a-a33e-686e53645d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-909eb631-26d0-4a6a-a33e-686e53645d14.shg-align-container {
  text-align: center
}

.s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image {
    
    
  }


.s-909eb631-26d0-4a6a-a33e-686e53645d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-909eb631-26d0-4a6a-a33e-686e53645d14.shg-align-container {
  text-align: center
}

.s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image {
    
    
  }


.s-909eb631-26d0-4a6a-a33e-686e53645d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-909eb631-26d0-4a6a-a33e-686e53645d14.shg-align-container {
  text-align: center
}

.s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image {
    
    
  }


.s-909eb631-26d0-4a6a-a33e-686e53645d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-909eb631-26d0-4a6a-a33e-686e53645d14.shg-align-container {
  text-align: center
}

.s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-909eb631-26d0-4a6a-a33e-686e53645d14.shogun-image {
  box-sizing: border-box;
}


}
#s-741a07d0-29f7-4420-8fee-4a89c251caa9 {
  min-height: 50px;
}








#s-741a07d0-29f7-4420-8fee-4a89c251caa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-741a07d0-29f7-4420-8fee-4a89c251caa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f84e8d38-3b82-4275-8996-302a6ac4df42 {
  margin-bottom: 20px;
}

#s-945e8f62-147e-473f-ba5b-733bc1e92405 {
  margin-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-945e8f62-147e-473f-ba5b-733bc1e92405"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4b1de3d3-7418-4b0b-9eb9-ad4391b1a16c {
  min-height: 50px;
}








#s-4b1de3d3-7418-4b0b-9eb9-ad4391b1a16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b1de3d3-7418-4b0b-9eb9-ad4391b1a16c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aad1113-1855-44c6-8e05-ca846db81560 {
  margin-bottom: 20px;
}

#s-51bf41e6-5402-47a3-b2ec-05a9403e325c {
  margin-bottom: 30px;
text-align: center;
}







  #s-51bf41e6-5402-47a3-b2ec-05a9403e325c img.shogun-image {
    

    
    
    
  }


#s-51bf41e6-5402-47a3-b2ec-05a9403e325c .shogun-image-content {
  
    align-items: center;
  
}

#s-2697499f-5210-4206-a05d-b7266fc04c61 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2697499f-5210-4206-a05d-b7266fc04c61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2697499f-5210-4206-a05d-b7266fc04c61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-145eb82a-5c61-4dd2-ae7e-1fc42c12a1d6 {
  margin-bottom: 30px;
text-align: center;
}







  #s-145eb82a-5c61-4dd2-ae7e-1fc42c12a1d6 img.shogun-image {
    

    
    
    
  }


#s-145eb82a-5c61-4dd2-ae7e-1fc42c12a1d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea949c7d-15af-40f5-a5e0-d15387ff65d5 {
  margin-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-ea949c7d-15af-40f5-a5e0-d15387ff65d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea949c7d-15af-40f5-a5e0-d15387ff65d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea949c7d-15af-40f5-a5e0-d15387ff65d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea949c7d-15af-40f5-a5e0-d15387ff65d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-003151f3-0852-406b-b3b1-26dd7c5fde8c {
  margin-bottom: 30px;
text-align: center;
}







  img.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image {
    
    
  }


.s-003151f3-0852-406b-b3b1-26dd7c5fde8c .shogun-image-content {
  
    align-items: center;
  
}

.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shg-align-container {
  text-align: center
}

.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image {
    
    
  }


.s-003151f3-0852-406b-b3b1-26dd7c5fde8c .shogun-image-content {
  
    align-items: center;
  
}

.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shg-align-container {
  text-align: center
}

.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image {
    
    
  }


.s-003151f3-0852-406b-b3b1-26dd7c5fde8c .shogun-image-content {
  
    align-items: center;
  
}

.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shg-align-container {
  text-align: center
}

.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image {
    
    
  }


.s-003151f3-0852-406b-b3b1-26dd7c5fde8c .shogun-image-content {
  
    align-items: center;
  
}

.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shg-align-container {
  text-align: center
}

.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image {
    
    
  }


.s-003151f3-0852-406b-b3b1-26dd7c5fde8c .shogun-image-content {
  
    align-items: center;
  
}

.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shg-align-container {
  text-align: center
}

.s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003151f3-0852-406b-b3b1-26dd7c5fde8c.shogun-image {
  box-sizing: border-box;
}


}
#s-7538b1f9-55c4-4d0e-9d30-b8c79266b28f {
  min-height: 50px;
}








#s-7538b1f9-55c4-4d0e-9d30-b8c79266b28f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7538b1f9-55c4-4d0e-9d30-b8c79266b28f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4024c09-0d14-4cef-b1cf-8f54f950e48f {
  margin-bottom: 20px;
}

#s-756d9dbd-d4ae-4262-9314-9930467be748 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-756d9dbd-d4ae-4262-9314-9930467be748"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-756d9dbd-d4ae-4262-9314-9930467be748"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-756d9dbd-d4ae-4262-9314-9930467be748"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-756d9dbd-d4ae-4262-9314-9930467be748"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-756d9dbd-d4ae-4262-9314-9930467be748"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0acbc583-f97c-4859-aedf-00b9673b52c7 {
  min-height: 50px;
}








#s-0acbc583-f97c-4859-aedf-00b9673b52c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0acbc583-f97c-4859-aedf-00b9673b52c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5da6219d-3b4b-4f4a-be4f-ada93558349b {
  margin-bottom: 20px;
}

#s-f76c4070-0c22-4a16-b4b3-bab72ca01078 {
  margin-bottom: 10px;
text-align: center;
}







  img.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image {
    
    
  }


.s-f76c4070-0c22-4a16-b4b3-bab72ca01078 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shg-align-container {
  text-align: center
}

.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image {
    
    
  }


.s-f76c4070-0c22-4a16-b4b3-bab72ca01078 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shg-align-container {
  text-align: center
}

.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image {
    
    
  }


.s-f76c4070-0c22-4a16-b4b3-bab72ca01078 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shg-align-container {
  text-align: center
}

.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image {
    
    
  }


.s-f76c4070-0c22-4a16-b4b3-bab72ca01078 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shg-align-container {
  text-align: center
}

.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image {
    
    
  }


.s-f76c4070-0c22-4a16-b4b3-bab72ca01078 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shg-align-container {
  text-align: center
}

.s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76c4070-0c22-4a16-b4b3-bab72ca01078.shogun-image {
  box-sizing: border-box;
}


}
#s-3e3d2155-fbde-4752-8c16-3bf98381746e {
  margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-3e3d2155-fbde-4752-8c16-3bf98381746e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e3d2155-fbde-4752-8c16-3bf98381746e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9 {
  margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1240px;
}
@media (min-width: 1200px){#s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9 {
  display: none;
}
#s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9, #wrap-s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9 {
  display: none;
}
#s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9, #wrap-s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9 {
  display: none;
}
#s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9, #wrap-s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9 { display:none !important; }}@media (max-width: 767px){#s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9 {
  
}
}







#s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4b0b1ac-a8da-48ff-a1e2-af9654774bb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6920b6e9-b9a9-4fb0-9493-66d150313883 {
  margin-bottom: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6920b6e9-b9a9-4fb0-9493-66d150313883 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1em;
  
  
}



@media (min-width: 0px) {
[id="s-f48df0e0-0b46-4984-8f04-a3d5799d624f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f48df0e0-0b46-4984-8f04-a3d5799d624f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f48df0e0-0b46-4984-8f04-a3d5799d624f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f48df0e0-0b46-4984-8f04-a3d5799d624f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-0224b44d-0458-4966-88a6-282ddadb52d8 {
  margin-bottom: 70px;
min-height: 50px;
}








#s-0224b44d-0458-4966-88a6-282ddadb52d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0224b44d-0458-4966-88a6-282ddadb52d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b7899852-7ece-4420-bf09-570ee3bf0e2c {
  margin-bottom: 40px;
max-width: 120px;
text-align: center;
}







  img.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image {
    
    
  }


.s-b7899852-7ece-4420-bf09-570ee3bf0e2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shg-align-container {
  text-align: center
}

.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image {
    
    
  }


.s-b7899852-7ece-4420-bf09-570ee3bf0e2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shg-align-container {
  text-align: center
}

.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image {
    
    
  }


.s-b7899852-7ece-4420-bf09-570ee3bf0e2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shg-align-container {
  text-align: center
}

.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image {
    
    
  }


.s-b7899852-7ece-4420-bf09-570ee3bf0e2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shg-align-container {
  text-align: center
}

.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image {
    
    
  }


.s-b7899852-7ece-4420-bf09-570ee3bf0e2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shg-align-container {
  text-align: center
}

.s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7899852-7ece-4420-bf09-570ee3bf0e2c.shogun-image {
  box-sizing: border-box;
}


}
#s-7c9cda93-2c69-4fd9-a169-d2512ec1c6df {
  padding-left: 0px;
min-height: 50px;
}








#s-7c9cda93-2c69-4fd9-a169-d2512ec1c6df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c9cda93-2c69-4fd9-a169-d2512ec1c6df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5aef8cb-ca97-4c3c-8728-2adff88ce167 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 100px;
background-color: rgba(230, 55, 55, 1);
}

#s-579675d8-ce8b-4e9b-a3f9-0de952784710 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-579675d8-ce8b-4e9b-a3f9-0de952784710 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-a6a7d5fe-6a94-4c08-a64d-1e815080ddc9 {
  margin-bottom: 30px;
}

#s-0937162a-fa19-4f19-ade8-af47277ea6ff {
  padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 37, 42, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(227, 37, 42, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-0937162a-fa19-4f19-ade8-af47277ea6ff:hover {background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0937162a-fa19-4f19-ade8-af47277ea6ff:active {border-style: solid !important;
border-color: rgba(227, 37, 42, 1) !important;
background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0937162a-fa19-4f19-ade8-af47277ea6ff-btn-wrapper {
    text-align: center;
  }


#s-0937162a-fa19-4f19-ade8-af47277ea6ff.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0937162a-fa19-4f19-ade8-af47277ea6ff-btn-wrapper {
    text-align: center;
  }


#s-0937162a-fa19-4f19-ade8-af47277ea6ff.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0937162a-fa19-4f19-ade8-af47277ea6ff-btn-wrapper {
    text-align: center;
  }


#s-0937162a-fa19-4f19-ade8-af47277ea6ff.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0937162a-fa19-4f19-ade8-af47277ea6ff-btn-wrapper {
    text-align: center;
  }


#s-0937162a-fa19-4f19-ade8-af47277ea6ff.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0937162a-fa19-4f19-ade8-af47277ea6ff-btn-wrapper {
    text-align: center;
  }


#s-0937162a-fa19-4f19-ade8-af47277ea6ff.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}
#s-e9ae5656-1074-43ee-989d-2386748e1101 {
  margin-bottom: 70px;
min-height: 50px;
}








#s-e9ae5656-1074-43ee-989d-2386748e1101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ae5656-1074-43ee-989d-2386748e1101.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-121705b2-2f8d-4f95-966d-b21d28d29555 {
  margin-bottom: 40px;
max-width: 110px;
text-align: center;
}







  img.s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image {
    
    
  }


.s-121705b2-2f8d-4f95-966d-b21d28d29555 .shogun-image-content {
  
    align-items: center;
  
}

.s-121705b2-2f8d-4f95-966d-b21d28d29555.shg-align-container {
  text-align: center
}

.s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image {
    
    
  }


.s-121705b2-2f8d-4f95-966d-b21d28d29555 .shogun-image-content {
  
    align-items: center;
  
}

.s-121705b2-2f8d-4f95-966d-b21d28d29555.shg-align-container {
  text-align: center
}

.s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image {
    
    
  }


.s-121705b2-2f8d-4f95-966d-b21d28d29555 .shogun-image-content {
  
    align-items: center;
  
}

.s-121705b2-2f8d-4f95-966d-b21d28d29555.shg-align-container {
  text-align: center
}

.s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image {
    
    
  }


.s-121705b2-2f8d-4f95-966d-b21d28d29555 .shogun-image-content {
  
    align-items: center;
  
}

.s-121705b2-2f8d-4f95-966d-b21d28d29555.shg-align-container {
  text-align: center
}

.s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image {
    
    
  }


.s-121705b2-2f8d-4f95-966d-b21d28d29555 .shogun-image-content {
  
    align-items: center;
  
}

.s-121705b2-2f8d-4f95-966d-b21d28d29555.shg-align-container {
  text-align: center
}

.s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-121705b2-2f8d-4f95-966d-b21d28d29555.shogun-image {
  box-sizing: border-box;
}


}
#s-da5a5b87-79f0-4a09-a7f6-e0ee0e302543 {
  padding-left: 0px;
min-height: 50px;
}








#s-da5a5b87-79f0-4a09-a7f6-e0ee0e302543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da5a5b87-79f0-4a09-a7f6-e0ee0e302543.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bd18516-2901-42ce-9079-d28d204592f8 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 100px;
background-color: rgba(230, 55, 55, 1);
}

#s-42540de4-055c-485b-88fb-016c1a5cd612 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-42540de4-055c-485b-88fb-016c1a5cd612 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-143e7d64-0e84-44ea-9cd9-6a1e5b1916d8 {
  margin-bottom: 30px;
}

#s-eb191818-cdc2-4524-9eae-9ea7d4164f1c {
  padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 37, 42, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(227, 37, 42, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-eb191818-cdc2-4524-9eae-9ea7d4164f1c:hover {background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb191818-cdc2-4524-9eae-9ea7d4164f1c:active {border-style: solid !important;
border-color: rgba(227, 37, 42, 1) !important;
background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-eb191818-cdc2-4524-9eae-9ea7d4164f1c-btn-wrapper {
    text-align: center;
  }


#s-eb191818-cdc2-4524-9eae-9ea7d4164f1c.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eb191818-cdc2-4524-9eae-9ea7d4164f1c-btn-wrapper {
    text-align: center;
  }


#s-eb191818-cdc2-4524-9eae-9ea7d4164f1c.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb191818-cdc2-4524-9eae-9ea7d4164f1c-btn-wrapper {
    text-align: center;
  }


#s-eb191818-cdc2-4524-9eae-9ea7d4164f1c.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb191818-cdc2-4524-9eae-9ea7d4164f1c-btn-wrapper {
    text-align: center;
  }


#s-eb191818-cdc2-4524-9eae-9ea7d4164f1c.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eb191818-cdc2-4524-9eae-9ea7d4164f1c-btn-wrapper {
    text-align: center;
  }


#s-eb191818-cdc2-4524-9eae-9ea7d4164f1c.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}
#s-a49a5d14-82ac-45ea-a57c-0ea019b80fdb {
  margin-bottom: 0px;
min-height: 50px;
}








#s-a49a5d14-82ac-45ea-a57c-0ea019b80fdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a49a5d14-82ac-45ea-a57c-0ea019b80fdb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0787d762-608a-4098-846e-2aa2a72642ab {
  margin-bottom: 40px;
max-width: 120px;
text-align: center;
}







  img.s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image {
    
    
  }


.s-0787d762-608a-4098-846e-2aa2a72642ab .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0787d762-608a-4098-846e-2aa2a72642ab.shg-align-container {
  text-align: center
}

.s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image {
    
    
  }


.s-0787d762-608a-4098-846e-2aa2a72642ab .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0787d762-608a-4098-846e-2aa2a72642ab.shg-align-container {
  text-align: center
}

.s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image {
    
    
  }


.s-0787d762-608a-4098-846e-2aa2a72642ab .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0787d762-608a-4098-846e-2aa2a72642ab.shg-align-container {
  text-align: center
}

.s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image {
    
    
  }


.s-0787d762-608a-4098-846e-2aa2a72642ab .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0787d762-608a-4098-846e-2aa2a72642ab.shg-align-container {
  text-align: center
}

.s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image {
    
    
  }


.s-0787d762-608a-4098-846e-2aa2a72642ab .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0787d762-608a-4098-846e-2aa2a72642ab.shg-align-container {
  text-align: center
}

.s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0787d762-608a-4098-846e-2aa2a72642ab.shogun-image {
  box-sizing: border-box;
}


}
#s-ca1f9b25-a071-40b4-a59a-58c8724ff452 {
  padding-left: 0px;
min-height: 50px;
}








#s-ca1f9b25-a071-40b4-a59a-58c8724ff452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca1f9b25-a071-40b4-a59a-58c8724ff452.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-137ec9b3-3848-4afa-86c8-351525c662cf {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-137ec9b3-3848-4afa-86c8-351525c662cf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-55dd6270-4d45-442b-a2b3-40bbcb8040d4 {
  margin-bottom: 30px;
}

#s-0fa22c7e-8774-4163-9556-6346d2de124b {
  padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 37, 42, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(227, 37, 42, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-0fa22c7e-8774-4163-9556-6346d2de124b:hover {background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0fa22c7e-8774-4163-9556-6346d2de124b:active {border-style: solid !important;
border-color: rgba(227, 37, 42, 1) !important;
background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0fa22c7e-8774-4163-9556-6346d2de124b-btn-wrapper {
    text-align: center;
  }


#s-0fa22c7e-8774-4163-9556-6346d2de124b.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0fa22c7e-8774-4163-9556-6346d2de124b-btn-wrapper {
    text-align: center;
  }


#s-0fa22c7e-8774-4163-9556-6346d2de124b.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fa22c7e-8774-4163-9556-6346d2de124b-btn-wrapper {
    text-align: center;
  }


#s-0fa22c7e-8774-4163-9556-6346d2de124b.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fa22c7e-8774-4163-9556-6346d2de124b-btn-wrapper {
    text-align: center;
  }


#s-0fa22c7e-8774-4163-9556-6346d2de124b.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0fa22c7e-8774-4163-9556-6346d2de124b-btn-wrapper {
    text-align: center;
  }


#s-0fa22c7e-8774-4163-9556-6346d2de124b.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}
#s-3196c012-7b7b-4d37-9974-18c157b47619 {
  margin-left: auto;
margin-bottom: 120px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1240px;
}
@media (min-width: 1200px){#s-3196c012-7b7b-4d37-9974-18c157b47619 {
  display: none;
}
#s-3196c012-7b7b-4d37-9974-18c157b47619, #wrap-s-3196c012-7b7b-4d37-9974-18c157b47619 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3196c012-7b7b-4d37-9974-18c157b47619 {
  display: none;
}
#s-3196c012-7b7b-4d37-9974-18c157b47619, #wrap-s-3196c012-7b7b-4d37-9974-18c157b47619 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3196c012-7b7b-4d37-9974-18c157b47619 {
  
}
}@media (max-width: 767px){#s-3196c012-7b7b-4d37-9974-18c157b47619 {
  display: none;
}
#s-3196c012-7b7b-4d37-9974-18c157b47619, #wrap-s-3196c012-7b7b-4d37-9974-18c157b47619 { display:none !important; }}







#s-3196c012-7b7b-4d37-9974-18c157b47619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3196c012-7b7b-4d37-9974-18c157b47619.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdbc7e60-4607-46d2-b8e0-fd20fb9c2768 {
  margin-bottom: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdbc7e60-4607-46d2-b8e0-fd20fb9c2768 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  
}



@media (min-width: 0px) {
[id="s-d232f03c-4f1a-47d9-827a-0cecfdea953a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d232f03c-4f1a-47d9-827a-0cecfdea953a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d232f03c-4f1a-47d9-827a-0cecfdea953a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d232f03c-4f1a-47d9-827a-0cecfdea953a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-96ad83d4-b5b8-4a3b-8f4c-415ac61e5f18 {
  margin-bottom: 70px;
min-height: 50px;
}








#s-96ad83d4-b5b8-4a3b-8f4c-415ac61e5f18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96ad83d4-b5b8-4a3b-8f4c-415ac61e5f18.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61884dda-ce60-4ef3-90db-ac9ababff059 {
  margin-bottom: 40px;
max-width: 120px;
text-align: center;
}







  img.s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image {
    
    
  }


.s-61884dda-ce60-4ef3-90db-ac9ababff059 .shogun-image-content {
  
    align-items: center;
  
}

.s-61884dda-ce60-4ef3-90db-ac9ababff059.shg-align-container {
  text-align: center
}

.s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image {
    
    
  }


.s-61884dda-ce60-4ef3-90db-ac9ababff059 .shogun-image-content {
  
    align-items: center;
  
}

.s-61884dda-ce60-4ef3-90db-ac9ababff059.shg-align-container {
  text-align: center
}

.s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image {
    
    
  }


.s-61884dda-ce60-4ef3-90db-ac9ababff059 .shogun-image-content {
  
    align-items: center;
  
}

.s-61884dda-ce60-4ef3-90db-ac9ababff059.shg-align-container {
  text-align: center
}

.s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image {
    
    
  }


.s-61884dda-ce60-4ef3-90db-ac9ababff059 .shogun-image-content {
  
    align-items: center;
  
}

.s-61884dda-ce60-4ef3-90db-ac9ababff059.shg-align-container {
  text-align: center
}

.s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image {
    
    
  }


.s-61884dda-ce60-4ef3-90db-ac9ababff059 .shogun-image-content {
  
    align-items: center;
  
}

.s-61884dda-ce60-4ef3-90db-ac9ababff059.shg-align-container {
  text-align: center
}

.s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61884dda-ce60-4ef3-90db-ac9ababff059.shogun-image {
  box-sizing: border-box;
}


}
#s-76f40021-8fae-49fd-9369-a6fe537e1393 {
  padding-left: 0px;
min-height: 50px;
}








#s-76f40021-8fae-49fd-9369-a6fe537e1393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76f40021-8fae-49fd-9369-a6fe537e1393.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-871960ad-c9ff-462e-81b8-4ccd73691281 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 100px;
background-color: rgba(230, 55, 55, 1);
}

#s-e6a82b64-cbb2-43ff-a5c2-c9f1de65c1a4 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6a82b64-cbb2-43ff-a5c2-c9f1de65c1a4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-0223cda3-75f2-462b-af66-676442832de2 {
  margin-bottom: 30px;
}

#s-c1136826-bb3e-45fb-b601-8a718c019e94 {
  padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 37, 42, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(227, 37, 42, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-c1136826-bb3e-45fb-b601-8a718c019e94:hover {background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c1136826-bb3e-45fb-b601-8a718c019e94:active {border-style: solid !important;
border-color: rgba(227, 37, 42, 1) !important;
background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c1136826-bb3e-45fb-b601-8a718c019e94-btn-wrapper {
    text-align: center;
  }


#s-c1136826-bb3e-45fb-b601-8a718c019e94.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c1136826-bb3e-45fb-b601-8a718c019e94-btn-wrapper {
    text-align: center;
  }


#s-c1136826-bb3e-45fb-b601-8a718c019e94.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1136826-bb3e-45fb-b601-8a718c019e94-btn-wrapper {
    text-align: center;
  }


#s-c1136826-bb3e-45fb-b601-8a718c019e94.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1136826-bb3e-45fb-b601-8a718c019e94-btn-wrapper {
    text-align: center;
  }


#s-c1136826-bb3e-45fb-b601-8a718c019e94.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c1136826-bb3e-45fb-b601-8a718c019e94-btn-wrapper {
    text-align: center;
  }


#s-c1136826-bb3e-45fb-b601-8a718c019e94.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}
#s-a04ef0cb-e9aa-4414-bbf8-570c542f7a91 {
  margin-bottom: 70px;
min-height: 50px;
}








#s-a04ef0cb-e9aa-4414-bbf8-570c542f7a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a04ef0cb-e9aa-4414-bbf8-570c542f7a91.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249 {
  margin-bottom: 40px;
max-width: 110px;
text-align: center;
}







  img.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image {
    
    
  }


.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shg-align-container {
  text-align: center
}

.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image {
    
    
  }


.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shg-align-container {
  text-align: center
}

.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image {
    
    
  }


.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shg-align-container {
  text-align: center
}

.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image {
    
    
  }


.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shg-align-container {
  text-align: center
}

.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image {
    
    
  }


.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shg-align-container {
  text-align: center
}

.s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b1ca336-2ee4-4c04-bdec-e9d99bcca249.shogun-image {
  box-sizing: border-box;
}


}
#s-b0e6e95b-f95f-405d-b65c-72684a8084e3 {
  padding-left: 0px;
min-height: 50px;
}








#s-b0e6e95b-f95f-405d-b65c-72684a8084e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0e6e95b-f95f-405d-b65c-72684a8084e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-100cb6aa-cb0c-4f97-ae70-7768209802d2 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 100px;
background-color: rgba(230, 55, 55, 1);
}

#s-01e91971-3107-4661-9b42-ebaa57ceb47b {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01e91971-3107-4661-9b42-ebaa57ceb47b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-21ce0a07-82e4-43dc-bbea-50c8d18567a7 {
  margin-bottom: 30px;
}

#s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4 {
  padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 37, 42, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(227, 37, 42, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4:hover {background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4:active {border-style: solid !important;
border-color: rgba(227, 37, 42, 1) !important;
background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4-btn-wrapper {
    text-align: center;
  }


#s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4-btn-wrapper {
    text-align: center;
  }


#s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4-btn-wrapper {
    text-align: center;
  }


#s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4-btn-wrapper {
    text-align: center;
  }


#s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4-btn-wrapper {
    text-align: center;
  }


#s-0683fd7d-14a4-45cd-91e4-c8c26b74ceb4.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-4be77b62-43bd-47f2-8a9f-121db852ebf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4be77b62-43bd-47f2-8a9f-121db852ebf3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4be77b62-43bd-47f2-8a9f-121db852ebf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4be77b62-43bd-47f2-8a9f-121db852ebf3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4be77b62-43bd-47f2-8a9f-121db852ebf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4be77b62-43bd-47f2-8a9f-121db852ebf3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4be77b62-43bd-47f2-8a9f-121db852ebf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-68d57754-eec0-49d4-a00f-668a1eb6d580 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-68d57754-eec0-49d4-a00f-668a1eb6d580 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68d57754-eec0-49d4-a00f-668a1eb6d580.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c45880b0-21ed-41eb-92f1-7872c2df6f08 {
  margin-bottom: 40px;
max-width: 120px;
text-align: center;
}







  img.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image {
    
    
  }


.s-c45880b0-21ed-41eb-92f1-7872c2df6f08 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shg-align-container {
  text-align: center
}

.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image {
    
    
  }


.s-c45880b0-21ed-41eb-92f1-7872c2df6f08 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shg-align-container {
  text-align: center
}

.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image {
    
    
  }


.s-c45880b0-21ed-41eb-92f1-7872c2df6f08 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shg-align-container {
  text-align: center
}

.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image {
    
    
  }


.s-c45880b0-21ed-41eb-92f1-7872c2df6f08 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shg-align-container {
  text-align: center
}

.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image {
    
    
  }


.s-c45880b0-21ed-41eb-92f1-7872c2df6f08 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shg-align-container {
  text-align: center
}

.s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c45880b0-21ed-41eb-92f1-7872c2df6f08.shogun-image {
  box-sizing: border-box;
}


}
#s-1b7f056d-5a71-4627-846b-6b18ef704687 {
  padding-left: 0px;
min-height: 50px;
}








#s-1b7f056d-5a71-4627-846b-6b18ef704687 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b7f056d-5a71-4627-846b-6b18ef704687.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de0bc597-ccfd-4157-9597-2b126ff195a5 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-de0bc597-ccfd-4157-9597-2b126ff195a5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-9623650e-2ea7-44c6-8ca9-c7aa00546918 {
  margin-bottom: 30px;
}

#s-97919804-df3d-4fc0-b6e6-2c7f276d3f31 {
  padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 37, 42, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(227, 37, 42, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-97919804-df3d-4fc0-b6e6-2c7f276d3f31:hover {background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-97919804-df3d-4fc0-b6e6-2c7f276d3f31:active {border-style: solid !important;
border-color: rgba(227, 37, 42, 1) !important;
background-color: rgba(227, 37, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-97919804-df3d-4fc0-b6e6-2c7f276d3f31-btn-wrapper {
    text-align: center;
  }


#s-97919804-df3d-4fc0-b6e6-2c7f276d3f31.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
@media (min-width: 1200px){
  #s-97919804-df3d-4fc0-b6e6-2c7f276d3f31-btn-wrapper {
    text-align: center;
  }


#s-97919804-df3d-4fc0-b6e6-2c7f276d3f31.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97919804-df3d-4fc0-b6e6-2c7f276d3f31-btn-wrapper {
    text-align: center;
  }


#s-97919804-df3d-4fc0-b6e6-2c7f276d3f31.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97919804-df3d-4fc0-b6e6-2c7f276d3f31-btn-wrapper {
    text-align: center;
  }


#s-97919804-df3d-4fc0-b6e6-2c7f276d3f31.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (max-width: 767px){
  #s-97919804-df3d-4fc0-b6e6-2c7f276d3f31-btn-wrapper {
    text-align: center;
  }


#s-97919804-df3d-4fc0-b6e6-2c7f276d3f31.shg-btn {
  color: rgba(227, 37, 42, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}
#s-5c08495a-91f1-4a26-b8d4-bbc62856f178 {
  padding-bottom: 80px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-5c08495a-91f1-4a26-b8d4-bbc62856f178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c08495a-91f1-4a26-b8d4-bbc62856f178.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff1a99dc-a822-4e2e-986f-7449a520bce4 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff1a99dc-a822-4e2e-986f-7449a520bce4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1em;
  
  
}



#s-473650b6-29cc-43b5-8f78-e647359065e9 {
  text-align: center;
}







  img.s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image {
    
    
  }


.s-473650b6-29cc-43b5-8f78-e647359065e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-473650b6-29cc-43b5-8f78-e647359065e9.shg-align-container {
  text-align: center
}

.s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image {
    
    
  }


.s-473650b6-29cc-43b5-8f78-e647359065e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-473650b6-29cc-43b5-8f78-e647359065e9.shg-align-container {
  text-align: center
}

.s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image {
    
    
  }


.s-473650b6-29cc-43b5-8f78-e647359065e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-473650b6-29cc-43b5-8f78-e647359065e9.shg-align-container {
  text-align: center
}

.s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image {
    
    
  }


.s-473650b6-29cc-43b5-8f78-e647359065e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-473650b6-29cc-43b5-8f78-e647359065e9.shg-align-container {
  text-align: center
}

.s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image {
    
    
  }


.s-473650b6-29cc-43b5-8f78-e647359065e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-473650b6-29cc-43b5-8f78-e647359065e9.shg-align-container {
  text-align: center
}

.s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473650b6-29cc-43b5-8f78-e647359065e9.shogun-image {
  box-sizing: border-box;
}


}
#s-57a38816-e0b1-46d2-b231-5e14ee1d38e9 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-57a38816-e0b1-46d2-b231-5e14ee1d38e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a38816-e0b1-46d2-b231-5e14ee1d38e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-703cd464-ce70-42c7-9c22-6f691da4dab2 {
  text-align: center;
}







  img.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image {
    
    
  }


.s-703cd464-ce70-42c7-9c22-6f691da4dab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shg-align-container {
  text-align: center
}

.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image {
    
    
  }


.s-703cd464-ce70-42c7-9c22-6f691da4dab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shg-align-container {
  text-align: center
}

.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image {
    
    
  }


.s-703cd464-ce70-42c7-9c22-6f691da4dab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shg-align-container {
  text-align: center
}

.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image {
    
    
  }


.s-703cd464-ce70-42c7-9c22-6f691da4dab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shg-align-container {
  text-align: center
}

.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image {
    
    
  }


.s-703cd464-ce70-42c7-9c22-6f691da4dab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shg-align-container {
  text-align: center
}

.s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703cd464-ce70-42c7-9c22-6f691da4dab2.shogun-image {
  box-sizing: border-box;
}


}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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