.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-08819ca3-7ac7-45e5-825d-46e14d29a91e {
  min-height: 50px;
}








#s-08819ca3-7ac7-45e5-825d-46e14d29a91e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08819ca3-7ac7-45e5-825d-46e14d29a91e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
min-height: 756px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65 {
  min-height: 670px;
display: none;
}
#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65, #wrap-s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65 {
  min-height: 670px;
display: none;
}
#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65, #wrap-s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65 {
  min-height: 670px;
display: none;
}
#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65, #wrap-s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65 { display:none !important; }}@media (max-width: 767px){#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65 {
  min-height: 608px;
}
}
#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65 {
  background-image: url(https://i.shgcdn.com/f3e2059c-e28c-4303-bf58-319945f6bdb7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4032df8e-b62d-461c-a5eb-fcb48b5ebe65.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-42920f5c-54e5-4d8b-a597-92728021bbe6 {
  margin-top: 120px;
padding-top: 0px;
padding-left: 70px;
text-align: left;
}
@media (max-width: 767px){#s-42920f5c-54e5-4d8b-a597-92728021bbe6 {
  display: none;
}
#s-42920f5c-54e5-4d8b-a597-92728021bbe6, #wrap-s-42920f5c-54e5-4d8b-a597-92728021bbe6 { display:none !important; }}
#s-42920f5c-54e5-4d8b-a597-92728021bbe6 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-42920f5c-54e5-4d8b-a597-92728021bbe6 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  text-align: left;
}


}
#s-2990588b-f94d-44c9-88ed-c3833ac7c239 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 712px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-2990588b-f94d-44c9-88ed-c3833ac7c239 {
  display: none;
}
#s-2990588b-f94d-44c9-88ed-c3833ac7c239, #wrap-s-2990588b-f94d-44c9-88ed-c3833ac7c239 { display:none !important; }}
#s-2990588b-f94d-44c9-88ed-c3833ac7c239 {
  background-image: url(https://i.shgcdn.com/8b4be5d7-c4b2-4c54-8e8c-d13b4db2d9de/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2990588b-f94d-44c9-88ed-c3833ac7c239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2990588b-f94d-44c9-88ed-c3833ac7c239.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d18838aa-e0b8-4ce3-823e-dd4647d3d26f {
  margin-top: 120px;
padding-top: 0px;
padding-left: 70px;
text-align: left;
}
@media (max-width: 767px){#s-d18838aa-e0b8-4ce3-823e-dd4647d3d26f {
  display: none;
}
#s-d18838aa-e0b8-4ce3-823e-dd4647d3d26f, #wrap-s-d18838aa-e0b8-4ce3-823e-dd4647d3d26f { display:none !important; }}
#s-d18838aa-e0b8-4ce3-823e-dd4647d3d26f .shogun-heading-component h1 {
  color: rgba(244, 223, 223, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d18838aa-e0b8-4ce3-823e-dd4647d3d26f .shogun-heading-component h1 {
  color: rgba(244, 223, 223, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  text-align: left;
}


}
#s-82f38013-aa7a-4ff8-b9be-6e4ea376fe3b {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-82f38013-aa7a-4ff8-b9be-6e4ea376fe3b {
  margin-left: 20.6%;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82f38013-aa7a-4ff8-b9be-6e4ea376fe3b {
  margin-left: 20.6%;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-82f38013-aa7a-4ff8-b9be-6e4ea376fe3b {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-82f38013-aa7a-4ff8-b9be-6e4ea376fe3b {
  margin-left: 29px;
margin-right: 29px;
}
}







#s-82f38013-aa7a-4ff8-b9be-6e4ea376fe3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82f38013-aa7a-4ff8-b9be-6e4ea376fe3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6e5a580-0314-43f2-bf47-98c038d37eb4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-b6e5a580-0314-43f2-bf47-98c038d37eb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6e5a580-0314-43f2-bf47-98c038d37eb4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c95482e0-4d68-4442-a0da-4134183cfdad {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c95482e0-4d68-4442-a0da-4134183cfdad {
  display: none;
}
#s-c95482e0-4d68-4442-a0da-4134183cfdad, #wrap-s-c95482e0-4d68-4442-a0da-4134183cfdad { display:none !important; }}@media (max-width: 767px){#s-c95482e0-4d68-4442-a0da-4134183cfdad {
  margin-bottom: 10px;
padding-top: 46px;
padding-bottom: 10px;
display: none;
}
#s-c95482e0-4d68-4442-a0da-4134183cfdad, #wrap-s-c95482e0-4d68-4442-a0da-4134183cfdad { display:none !important; }}
#s-c95482e0-4d68-4442-a0da-4134183cfdad .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}



#s-e8bcdf7a-53eb-421f-b0ce-07808f983940 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e8bcdf7a-53eb-421f-b0ce-07808f983940 {
  display: none;
}
#s-e8bcdf7a-53eb-421f-b0ce-07808f983940, #wrap-s-e8bcdf7a-53eb-421f-b0ce-07808f983940 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8bcdf7a-53eb-421f-b0ce-07808f983940 {
  display: none;
}
#s-e8bcdf7a-53eb-421f-b0ce-07808f983940, #wrap-s-e8bcdf7a-53eb-421f-b0ce-07808f983940 { display:none !important; }}@media (max-width: 767px){#s-e8bcdf7a-53eb-421f-b0ce-07808f983940 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 25px;
padding-bottom: 10px;
}
}
#s-e8bcdf7a-53eb-421f-b0ce-07808f983940 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-837e06b2-0eb4-4df2-bc48-056af0e25165 {
  padding-bottom: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-837e06b2-0eb4-4df2-bc48-056af0e25165 {
  display: none;
}
#s-837e06b2-0eb4-4df2-bc48-056af0e25165, #wrap-s-837e06b2-0eb4-4df2-bc48-056af0e25165 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-837e06b2-0eb4-4df2-bc48-056af0e25165 {
  display: none;
}
#s-837e06b2-0eb4-4df2-bc48-056af0e25165, #wrap-s-837e06b2-0eb4-4df2-bc48-056af0e25165 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-837e06b2-0eb4-4df2-bc48-056af0e25165 {
  
}
}@media (max-width: 767px){#s-837e06b2-0eb4-4df2-bc48-056af0e25165 {
  padding-bottom: 25px;
}
}
#s-837e06b2-0eb4-4df2-bc48-056af0e25165 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-837e06b2-0eb4-4df2-bc48-056af0e25165 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-837e06b2-0eb4-4df2-bc48-056af0e25165 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-837e06b2-0eb4-4df2-bc48-056af0e25165 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-837e06b2-0eb4-4df2-bc48-056af0e25165 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-164aeadf-692b-4e4b-9e57-82b177cda4f4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-164aeadf-692b-4e4b-9e57-82b177cda4f4 {
  display: none;
}
#s-164aeadf-692b-4e4b-9e57-82b177cda4f4, #wrap-s-164aeadf-692b-4e4b-9e57-82b177cda4f4 { display:none !important; }}@media (max-width: 767px){#s-164aeadf-692b-4e4b-9e57-82b177cda4f4 {
  display: none;
}
#s-164aeadf-692b-4e4b-9e57-82b177cda4f4, #wrap-s-164aeadf-692b-4e4b-9e57-82b177cda4f4 { display:none !important; }}
#s-164aeadf-692b-4e4b-9e57-82b177cda4f4 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-164aeadf-692b-4e4b-9e57-82b177cda4f4 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-164aeadf-692b-4e4b-9e57-82b177cda4f4 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-164aeadf-692b-4e4b-9e57-82b177cda4f4 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-164aeadf-692b-4e4b-9e57-82b177cda4f4 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-a5718ce2-46c7-4dad-ae12-824553ed9c1b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a5718ce2-46c7-4dad-ae12-824553ed9c1b {
  padding-left: 30%;
padding-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5718ce2-46c7-4dad-ae12-824553ed9c1b {
  padding-left: 30%;
padding-right: 30%;
}
}@media (max-width: 767px){#s-a5718ce2-46c7-4dad-ae12-824553ed9c1b {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-a5718ce2-46c7-4dad-ae12-824553ed9c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5718ce2-46c7-4dad-ae12-824553ed9c1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad1951be-207d-486d-98a3-cd995426b8c7 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-ad1951be-207d-486d-98a3-cd995426b8c7 {
  margin-bottom: 40px;
}
}
#s-ad1951be-207d-486d-98a3-cd995426b8c7 {
  display: none;
}
.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-9df29390-74f4-4e2d-97d6-1538ce1d548f {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-9df29390-74f4-4e2d-97d6-1538ce1d548f {
  display: none;
}
#s-9df29390-74f4-4e2d-97d6-1538ce1d548f, #wrap-s-9df29390-74f4-4e2d-97d6-1538ce1d548f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9df29390-74f4-4e2d-97d6-1538ce1d548f {
  display: none;
}
#s-9df29390-74f4-4e2d-97d6-1538ce1d548f, #wrap-s-9df29390-74f4-4e2d-97d6-1538ce1d548f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9df29390-74f4-4e2d-97d6-1538ce1d548f {
  
}
}
#s-0c1eedcd-29d4-4872-a7aa-f86e11baef8f {
  margin-top: 30px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c1eedcd-29d4-4872-a7aa-f86e11baef8f {
  display: none;
}
#s-0c1eedcd-29d4-4872-a7aa-f86e11baef8f, #wrap-s-0c1eedcd-29d4-4872-a7aa-f86e11baef8f { display:none !important; }}@media (max-width: 767px){#s-0c1eedcd-29d4-4872-a7aa-f86e11baef8f {
  display: none;
}
#s-0c1eedcd-29d4-4872-a7aa-f86e11baef8f, #wrap-s-0c1eedcd-29d4-4872-a7aa-f86e11baef8f { display:none !important; }}
#s-caad4f51-c550-475a-b9ca-fa974976e041 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-caad4f51-c550-475a-b9ca-fa974976e041 {
  display: none;
}
#s-caad4f51-c550-475a-b9ca-fa974976e041, #wrap-s-caad4f51-c550-475a-b9ca-fa974976e041 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-caad4f51-c550-475a-b9ca-fa974976e041 {
  display: none;
}
#s-caad4f51-c550-475a-b9ca-fa974976e041, #wrap-s-caad4f51-c550-475a-b9ca-fa974976e041 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-caad4f51-c550-475a-b9ca-fa974976e041 {
  display: none;
}
#s-caad4f51-c550-475a-b9ca-fa974976e041, #wrap-s-caad4f51-c550-475a-b9ca-fa974976e041 { display:none !important; }}@media (max-width: 767px){#s-caad4f51-c550-475a-b9ca-fa974976e041 {
  display: none;
}
#s-caad4f51-c550-475a-b9ca-fa974976e041, #wrap-s-caad4f51-c550-475a-b9ca-fa974976e041 { display:none !important; }}
@media (min-width: 1200px){#s-55fb8810-aff8-4c6f-8830-50071cebd4aa {
  display: none;
}
#s-55fb8810-aff8-4c6f-8830-50071cebd4aa, #wrap-s-55fb8810-aff8-4c6f-8830-50071cebd4aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55fb8810-aff8-4c6f-8830-50071cebd4aa {
  margin-top: 20px;
display: none;
}
#s-55fb8810-aff8-4c6f-8830-50071cebd4aa, #wrap-s-55fb8810-aff8-4c6f-8830-50071cebd4aa { display:none !important; }}@media (max-width: 767px){#s-55fb8810-aff8-4c6f-8830-50071cebd4aa {
  margin-top: 5px;
}
}
#s-86e14dcd-84aa-44a8-8708-7075f6537d3c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-86e14dcd-84aa-44a8-8708-7075f6537d3c {
  display: none;
}
#s-86e14dcd-84aa-44a8-8708-7075f6537d3c, #wrap-s-86e14dcd-84aa-44a8-8708-7075f6537d3c { display:none !important; }}@media (max-width: 767px){#s-86e14dcd-84aa-44a8-8708-7075f6537d3c {
  display: none;
}
#s-86e14dcd-84aa-44a8-8708-7075f6537d3c, #wrap-s-86e14dcd-84aa-44a8-8708-7075f6537d3c { display:none !important; }}
#s-6faae795-1adc-4172-a14e-1bed6a13c25a {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6faae795-1adc-4172-a14e-1bed6a13c25a {
  margin-left: 20.6%;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6faae795-1adc-4172-a14e-1bed6a13c25a {
  margin-top: 60px;
margin-left: 20.6%;
margin-bottom: 60px;
margin-right: 20.6%;
padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6faae795-1adc-4172-a14e-1bed6a13c25a {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-6faae795-1adc-4172-a14e-1bed6a13c25a {
  margin-left: 28px;
margin-right: 28px;
}
}







#s-6faae795-1adc-4172-a14e-1bed6a13c25a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6faae795-1adc-4172-a14e-1bed6a13c25a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5624cf49-12ee-46bb-8656-5183ed26f12d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5624cf49-12ee-46bb-8656-5183ed26f12d {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-5624cf49-12ee-46bb-8656-5183ed26f12d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5624cf49-12ee-46bb-8656-5183ed26f12d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-bb16f98f-4899-4a37-869e-2805a21e228f {
  display: none;
}
#s-bb16f98f-4899-4a37-869e-2805a21e228f, #wrap-s-bb16f98f-4899-4a37-869e-2805a21e228f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb16f98f-4899-4a37-869e-2805a21e228f {
  display: none;
}
#s-bb16f98f-4899-4a37-869e-2805a21e228f, #wrap-s-bb16f98f-4899-4a37-869e-2805a21e228f { display:none !important; }}
#s-b3dc2d98-5849-4f21-acb4-9f22d64a29e2 {
  margin-top: 50px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3dc2d98-5849-4f21-acb4-9f22d64a29e2 {
  display: none;
}
#s-b3dc2d98-5849-4f21-acb4-9f22d64a29e2, #wrap-s-b3dc2d98-5849-4f21-acb4-9f22d64a29e2 { display:none !important; }}@media (max-width: 767px){#s-b3dc2d98-5849-4f21-acb4-9f22d64a29e2 {
  display: none;
}
#s-b3dc2d98-5849-4f21-acb4-9f22d64a29e2, #wrap-s-b3dc2d98-5849-4f21-acb4-9f22d64a29e2 { display:none !important; }}
#s-e088d494-1476-4945-a278-897a45f6f99e {
  margin-bottom: 100px;
}
@media (min-width: 1200px){#s-e088d494-1476-4945-a278-897a45f6f99e {
  display: none;
}
#s-e088d494-1476-4945-a278-897a45f6f99e, #wrap-s-e088d494-1476-4945-a278-897a45f6f99e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e088d494-1476-4945-a278-897a45f6f99e {
  display: none;
}
#s-e088d494-1476-4945-a278-897a45f6f99e, #wrap-s-e088d494-1476-4945-a278-897a45f6f99e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e088d494-1476-4945-a278-897a45f6f99e {
  display: none;
}
#s-e088d494-1476-4945-a278-897a45f6f99e, #wrap-s-e088d494-1476-4945-a278-897a45f6f99e { display:none !important; }}@media (max-width: 767px){#s-e088d494-1476-4945-a278-897a45f6f99e {
  display: none;
}
#s-e088d494-1476-4945-a278-897a45f6f99e, #wrap-s-e088d494-1476-4945-a278-897a45f6f99e { display:none !important; }}
.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;
}

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

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

#s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 {
  max-width: 2713px;
aspect-ratio: 2713/2000;
text-align: center;
}





  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 img.shogun-image,
  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 {
    width: 100%;
    height: auto;
  }



  img.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image {
    
    
  }


.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shg-align-container {
  text-align: center
}

.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 img.shogun-image,
  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 {
    width: 100%;
    height: auto;
  }



  img.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image {
    
    
  }


.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shg-align-container {
  text-align: center
}

.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image {
  box-sizing: border-box;
}


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



  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 img.shogun-image,
  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 {
    width: 100%;
    height: auto;
  }



  img.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image {
    
    
  }


.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shg-align-container {
  text-align: center
}

.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image {
  box-sizing: border-box;
}


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



  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 img.shogun-image,
  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 {
    width: 100%;
    height: auto;
  }



  img.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image {
    
    
  }


.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shg-align-container {
  text-align: center
}

.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image {
  box-sizing: border-box;
}


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



  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 img.shogun-image,
  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 {
    width: 100%;
    height: auto;
  }



  img.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image {
    
    
  }


.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shg-align-container {
  text-align: center
}

.s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb4a65dd-ca4d-4afe-a64a-6624f5f2fb52.shogun-image {
  box-sizing: border-box;
}


}
#s-01bf879e-2cba-4511-a52e-1cc5bb0bc50e {
  margin-top: 30px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-01bf879e-2cba-4511-a52e-1cc5bb0bc50e {
  display: none;
}
#s-01bf879e-2cba-4511-a52e-1cc5bb0bc50e, #wrap-s-01bf879e-2cba-4511-a52e-1cc5bb0bc50e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01bf879e-2cba-4511-a52e-1cc5bb0bc50e {
  display: none;
}
#s-01bf879e-2cba-4511-a52e-1cc5bb0bc50e, #wrap-s-01bf879e-2cba-4511-a52e-1cc5bb0bc50e { display:none !important; }}
#s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3 {
  margin-top: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3 {
  display: none;
}
#s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3, #wrap-s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3 { display:none !important; }}@media (max-width: 767px){#s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3 {
  display: none;
}
#s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3, #wrap-s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3 { display:none !important; }}
#s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-3353ef4c-4b94-49f2-ae09-d4395cd6f4d3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
#s-9c785499-8e38-476a-91b6-14537c91fabc {
  margin-top: 30px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c785499-8e38-476a-91b6-14537c91fabc {
  display: none;
}
#s-9c785499-8e38-476a-91b6-14537c91fabc, #wrap-s-9c785499-8e38-476a-91b6-14537c91fabc { display:none !important; }}@media (max-width: 767px){#s-9c785499-8e38-476a-91b6-14537c91fabc {
  display: none;
}
#s-9c785499-8e38-476a-91b6-14537c91fabc, #wrap-s-9c785499-8e38-476a-91b6-14537c91fabc { display:none !important; }}
@media (min-width: 1200px){#s-159d7560-bbfa-4f7c-b390-670d687d49f1 {
  display: none;
}
#s-159d7560-bbfa-4f7c-b390-670d687d49f1, #wrap-s-159d7560-bbfa-4f7c-b390-670d687d49f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-159d7560-bbfa-4f7c-b390-670d687d49f1 {
  display: none;
}
#s-159d7560-bbfa-4f7c-b390-670d687d49f1, #wrap-s-159d7560-bbfa-4f7c-b390-670d687d49f1 { display:none !important; }}
#s-34a577a6-7996-448a-96a4-f35eca792542 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-34a577a6-7996-448a-96a4-f35eca792542 {
  display: none;
}
#s-34a577a6-7996-448a-96a4-f35eca792542, #wrap-s-34a577a6-7996-448a-96a4-f35eca792542 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34a577a6-7996-448a-96a4-f35eca792542 {
  display: none;
}
#s-34a577a6-7996-448a-96a4-f35eca792542, #wrap-s-34a577a6-7996-448a-96a4-f35eca792542 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34a577a6-7996-448a-96a4-f35eca792542 {
  display: none;
}
#s-34a577a6-7996-448a-96a4-f35eca792542, #wrap-s-34a577a6-7996-448a-96a4-f35eca792542 { display:none !important; }}@media (max-width: 767px){#s-34a577a6-7996-448a-96a4-f35eca792542 {
  margin-top: 70px;
margin-bottom: 25px;
display: none;
}
#s-34a577a6-7996-448a-96a4-f35eca792542, #wrap-s-34a577a6-7996-448a-96a4-f35eca792542 { display:none !important; }}
#s-34a577a6-7996-448a-96a4-f35eca792542 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-34a577a6-7996-448a-96a4-f35eca792542 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0.035px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-34a577a6-7996-448a-96a4-f35eca792542 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0.035px;
  text-align: center;
}


}@media (max-width: 767px){#s-34a577a6-7996-448a-96a4-f35eca792542 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0.04px;
  text-align: center;
}


}
@media (min-width: 1200px){#s-230396b1-c99e-4582-87ae-63ae8fb3bf36 {
  display: none;
}
#s-230396b1-c99e-4582-87ae-63ae8fb3bf36, #wrap-s-230396b1-c99e-4582-87ae-63ae8fb3bf36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-230396b1-c99e-4582-87ae-63ae8fb3bf36 {
  display: none;
}
#s-230396b1-c99e-4582-87ae-63ae8fb3bf36, #wrap-s-230396b1-c99e-4582-87ae-63ae8fb3bf36 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-230396b1-c99e-4582-87ae-63ae8fb3bf36 {
  display: none;
}
#s-230396b1-c99e-4582-87ae-63ae8fb3bf36, #wrap-s-230396b1-c99e-4582-87ae-63ae8fb3bf36 { display:none !important; }}@media (max-width: 767px){#s-230396b1-c99e-4582-87ae-63ae8fb3bf36 {
  display: none;
}
#s-230396b1-c99e-4582-87ae-63ae8fb3bf36, #wrap-s-230396b1-c99e-4582-87ae-63ae8fb3bf36 { display:none !important; }}
@media (min-width: 1200px){#s-0175c6cc-7295-4108-9101-f70ac119ef29 {
  display: none;
}
#s-0175c6cc-7295-4108-9101-f70ac119ef29, #wrap-s-0175c6cc-7295-4108-9101-f70ac119ef29 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0175c6cc-7295-4108-9101-f70ac119ef29 {
  display: none;
}
#s-0175c6cc-7295-4108-9101-f70ac119ef29, #wrap-s-0175c6cc-7295-4108-9101-f70ac119ef29 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0175c6cc-7295-4108-9101-f70ac119ef29 {
  display: none;
}
#s-0175c6cc-7295-4108-9101-f70ac119ef29, #wrap-s-0175c6cc-7295-4108-9101-f70ac119ef29 { display:none !important; }}@media (max-width: 767px){#s-0175c6cc-7295-4108-9101-f70ac119ef29 {
  display: none;
}
#s-0175c6cc-7295-4108-9101-f70ac119ef29, #wrap-s-0175c6cc-7295-4108-9101-f70ac119ef29 { display:none !important; }}
.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-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a {
  margin-top: 15px;
padding-top: 12px;
padding-left: 135px;
padding-bottom: 12px;
padding-right: 135px;
border-radius: 0px;
min-height: 31px;
background-color: rgba(33, 112, 188, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1.4px;
}
#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a:hover {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a {
  padding-top: 6px;
padding-left: 90px;
padding-bottom: 6px;
padding-right: 90px;
min-height: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a {
  padding-top: 6px;
padding-left: 90px;
padding-bottom: 6px;
padding-right: 90px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a {
  padding-top: 6px;
padding-left: 90px;
padding-bottom: 6px;
padding-right: 90px;
}
}@media (max-width: 767px){#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a {
  padding-top: 6px;
padding-left: 36px;
padding-bottom: 6px;
padding-right: 36px;
}
}

  #s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a-root {
    text-align: center;
  }


#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a-root {
    text-align: center;
  }


#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a-root {
    text-align: center;
  }


#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a-root {
    text-align: center;
  }


#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a-root {
    text-align: center;
  }


#s-d28903ed-81cc-4177-8bdd-ca7a76c0ba5a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-c1c1b1fc-17a5-4fd2-afb2-9e4e640ba583 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c1c1b1fc-17a5-4fd2-afb2-9e4e640ba583 {
  margin-top: 120px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1c1b1fc-17a5-4fd2-afb2-9e4e640ba583 {
  margin-top: 120px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1c1b1fc-17a5-4fd2-afb2-9e4e640ba583 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-c1c1b1fc-17a5-4fd2-afb2-9e4e640ba583 {
  margin-top: 60px;
margin-left: 28px;
margin-bottom: 20px;
margin-right: 28px;
}
}







#s-c1c1b1fc-17a5-4fd2-afb2-9e4e640ba583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1c1b1fc-17a5-4fd2-afb2-9e4e640ba583.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cd7274e-7bf0-4944-b193-a9783933d4a7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-4cd7274e-7bf0-4944-b193-a9783933d4a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cd7274e-7bf0-4944-b193-a9783933d4a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b623617a-bf63-41ba-b750-f2966e87f5f3 {
  padding-bottom: 56px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b623617a-bf63-41ba-b750-f2966e87f5f3 {
  padding-bottom: 27px;
}
}@media (max-width: 767px){#s-b623617a-bf63-41ba-b750-f2966e87f5f3 {
  padding-bottom: 10px;
}
}
#s-b623617a-bf63-41ba-b750-f2966e87f5f3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-b623617a-bf63-41ba-b750-f2966e87f5f3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b623617a-bf63-41ba-b750-f2966e87f5f3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b623617a-bf63-41ba-b750-f2966e87f5f3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-b623617a-bf63-41ba-b750-f2966e87f5f3 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
#s-2e7f75d9-8728-4559-a52e-d904af66340c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2e7f75d9-8728-4559-a52e-d904af66340c {
  margin-bottom: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e7f75d9-8728-4559-a52e-d904af66340c {
  margin-bottom: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e7f75d9-8728-4559-a52e-d904af66340c {
  margin-bottom: 60px;
}
}@media (max-width: 767px){#s-2e7f75d9-8728-4559-a52e-d904af66340c {
  margin-bottom: 60px;
}
}







#s-2e7f75d9-8728-4559-a52e-d904af66340c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e7f75d9-8728-4559-a52e-d904af66340c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7ebedc2-3fbf-47e4-abfe-8681c09131d7 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-a7ebedc2-3fbf-47e4-abfe-8681c09131d7 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7ebedc2-3fbf-47e4-abfe-8681c09131d7 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7ebedc2-3fbf-47e4-abfe-8681c09131d7 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-a7ebedc2-3fbf-47e4-abfe-8681c09131d7 {
  padding-bottom: 15px;
}
}
#s-a7ebedc2-3fbf-47e4-abfe-8681c09131d7 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-a7ebedc2-3fbf-47e4-abfe-8681c09131d7 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a7ebedc2-3fbf-47e4-abfe-8681c09131d7 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a7ebedc2-3fbf-47e4-abfe-8681c09131d7 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-a7ebedc2-3fbf-47e4-abfe-8681c09131d7 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-a3372d48-eb03-4a0c-9325-6a5ef405e1bb {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-a3372d48-eb03-4a0c-9325-6a5ef405e1bb {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3372d48-eb03-4a0c-9325-6a5ef405e1bb {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3372d48-eb03-4a0c-9325-6a5ef405e1bb {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-a3372d48-eb03-4a0c-9325-6a5ef405e1bb {
  padding-bottom: 15px;
}
}
#s-a3372d48-eb03-4a0c-9325-6a5ef405e1bb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-a3372d48-eb03-4a0c-9325-6a5ef405e1bb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a3372d48-eb03-4a0c-9325-6a5ef405e1bb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a3372d48-eb03-4a0c-9325-6a5ef405e1bb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-a3372d48-eb03-4a0c-9325-6a5ef405e1bb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-b0c474f7-71dd-4ffe-9b0c-c8997931d97e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b0c474f7-71dd-4ffe-9b0c-c8997931d97e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0c474f7-71dd-4ffe-9b0c-c8997931d97e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0c474f7-71dd-4ffe-9b0c-c8997931d97e {
  
}
}







#s-b0c474f7-71dd-4ffe-9b0c-c8997931d97e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0c474f7-71dd-4ffe-9b0c-c8997931d97e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 {
  margin-top: 0px;
max-width: 767px;
aspect-ratio: 767/594;
text-align: center;
}
@media (min-width: 1200px){#s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 {
  display: none;
}
#s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9, #wrap-s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 {
  display: none;
}
#s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9, #wrap-s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 {
  display: none;
}
#s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9, #wrap-s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 { display:none !important; }}@media (max-width: 767px){#s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 {
  min-height: 288px;
}
}




  #s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 img.shogun-image,
  #s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 {
    width: 100%;
    height: auto;
  }



  #s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 img.shogun-image {
    

    
    
    
  }


#s-7fd2af4f-26de-4df1-852f-c0cf6731d7d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bed30ba-2d0a-4c49-8df5-972140f853db {
  margin-top: 10px;
margin-bottom: 20px;
max-width: 750px;
aspect-ratio: 750/577;
text-align: center;
}
@media (min-width: 1200px){#s-3bed30ba-2d0a-4c49-8df5-972140f853db {
  display: none;
}
#s-3bed30ba-2d0a-4c49-8df5-972140f853db, #wrap-s-3bed30ba-2d0a-4c49-8df5-972140f853db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bed30ba-2d0a-4c49-8df5-972140f853db {
  display: none;
}
#s-3bed30ba-2d0a-4c49-8df5-972140f853db, #wrap-s-3bed30ba-2d0a-4c49-8df5-972140f853db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bed30ba-2d0a-4c49-8df5-972140f853db {
  display: none;
}
#s-3bed30ba-2d0a-4c49-8df5-972140f853db, #wrap-s-3bed30ba-2d0a-4c49-8df5-972140f853db { display:none !important; }}@media (max-width: 767px){#s-3bed30ba-2d0a-4c49-8df5-972140f853db {
  min-height: 288px;
}
}




  #s-3bed30ba-2d0a-4c49-8df5-972140f853db img.shogun-image,
  #s-3bed30ba-2d0a-4c49-8df5-972140f853db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bed30ba-2d0a-4c49-8df5-972140f853db {
    width: 100%;
    height: auto;
  }



  #s-3bed30ba-2d0a-4c49-8df5-972140f853db img.shogun-image {
    

    
    
    
  }


#s-3bed30ba-2d0a-4c49-8df5-972140f853db .shogun-image-content {
  
    align-items: center;
  
}

#s-3b54ed2d-89ba-4fea-873d-510751bbf5ff {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3b54ed2d-89ba-4fea-873d-510751bbf5ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b54ed2d-89ba-4fea-873d-510751bbf5ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b54ed2d-89ba-4fea-873d-510751bbf5ff {
  display: none;
}
#s-3b54ed2d-89ba-4fea-873d-510751bbf5ff, #wrap-s-3b54ed2d-89ba-4fea-873d-510751bbf5ff { display:none !important; }}@media (max-width: 767px){#s-3b54ed2d-89ba-4fea-873d-510751bbf5ff {
  display: none;
}
#s-3b54ed2d-89ba-4fea-873d-510751bbf5ff, #wrap-s-3b54ed2d-89ba-4fea-873d-510751bbf5ff { display:none !important; }}







#s-3b54ed2d-89ba-4fea-873d-510751bbf5ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b54ed2d-89ba-4fea-873d-510751bbf5ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88aee029-b487-4927-9edd-63ad728eea63 {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-88aee029-b487-4927-9edd-63ad728eea63 {
  display: none;
}
#s-88aee029-b487-4927-9edd-63ad728eea63, #wrap-s-88aee029-b487-4927-9edd-63ad728eea63 { display:none !important; }}






  #s-88aee029-b487-4927-9edd-63ad728eea63 img.shogun-image {
    

    
    
    
  }


#s-88aee029-b487-4927-9edd-63ad728eea63 .shogun-image-content {
  
    align-items: center;
  
}

#s-95b6afcc-1654-423e-a2ee-eb1466a61e94 {
  margin-top: 9px;
max-width: 2732px;
aspect-ratio: 2732/1140;
text-align: center;
}
@media (max-width: 767px){#s-95b6afcc-1654-423e-a2ee-eb1466a61e94 {
  display: none;
}
#s-95b6afcc-1654-423e-a2ee-eb1466a61e94, #wrap-s-95b6afcc-1654-423e-a2ee-eb1466a61e94 { display:none !important; }}




  #s-95b6afcc-1654-423e-a2ee-eb1466a61e94 img.shogun-image,
  #s-95b6afcc-1654-423e-a2ee-eb1466a61e94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95b6afcc-1654-423e-a2ee-eb1466a61e94 {
    width: 100%;
    height: auto;
  }



  #s-95b6afcc-1654-423e-a2ee-eb1466a61e94 img.shogun-image {
    

    
    
    
  }


#s-95b6afcc-1654-423e-a2ee-eb1466a61e94 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e92a0b8-5dcd-49b9-b284-0e5f24a56531 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0e92a0b8-5dcd-49b9-b284-0e5f24a56531 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e92a0b8-5dcd-49b9-b284-0e5f24a56531 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e92a0b8-5dcd-49b9-b284-0e5f24a56531 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-0e92a0b8-5dcd-49b9-b284-0e5f24a56531 {
  margin-top: 30px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-0e92a0b8-5dcd-49b9-b284-0e5f24a56531 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e92a0b8-5dcd-49b9-b284-0e5f24a56531.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-177fcf1e-6669-4ea3-a767-b627f6108da8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-177fcf1e-6669-4ea3-a767-b627f6108da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-177fcf1e-6669-4ea3-a767-b627f6108da8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-242e3f2e-877c-45dd-a6bb-cefffe915dea {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-242e3f2e-877c-45dd-a6bb-cefffe915dea {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-242e3f2e-877c-45dd-a6bb-cefffe915dea {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-242e3f2e-877c-45dd-a6bb-cefffe915dea {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-242e3f2e-877c-45dd-a6bb-cefffe915dea {
  padding-bottom: 15px;
}
}
#s-242e3f2e-877c-45dd-a6bb-cefffe915dea .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-242e3f2e-877c-45dd-a6bb-cefffe915dea .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-242e3f2e-877c-45dd-a6bb-cefffe915dea .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-242e3f2e-877c-45dd-a6bb-cefffe915dea .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-242e3f2e-877c-45dd-a6bb-cefffe915dea .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-8d84a891-3fef-4328-8cd0-58c9e77c6904 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8d84a891-3fef-4328-8cd0-58c9e77c6904 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d84a891-3fef-4328-8cd0-58c9e77c6904 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d84a891-3fef-4328-8cd0-58c9e77c6904 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-8d84a891-3fef-4328-8cd0-58c9e77c6904 {
  margin-top: 30px;
margin-left: 28px;
margin-bottom: 10px;
margin-right: 28px;
}
}







#s-8d84a891-3fef-4328-8cd0-58c9e77c6904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d84a891-3fef-4328-8cd0-58c9e77c6904.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93534932-e2d2-45b0-a99d-acc5e7c096b1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-93534932-e2d2-45b0-a99d-acc5e7c096b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93534932-e2d2-45b0-a99d-acc5e7c096b1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-edc62033-bd43-4bd1-869f-dc97a944b827 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-edc62033-bd43-4bd1-869f-dc97a944b827 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edc62033-bd43-4bd1-869f-dc97a944b827 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edc62033-bd43-4bd1-869f-dc97a944b827 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-edc62033-bd43-4bd1-869f-dc97a944b827 {
  padding-bottom: 15px;
}
}
#s-edc62033-bd43-4bd1-869f-dc97a944b827 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-edc62033-bd43-4bd1-869f-dc97a944b827 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-edc62033-bd43-4bd1-869f-dc97a944b827 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-edc62033-bd43-4bd1-869f-dc97a944b827 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-edc62033-bd43-4bd1-869f-dc97a944b827 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-81cb70a1-87a5-464a-afdf-28673db1a0be {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-81cb70a1-87a5-464a-afdf-28673db1a0be {
  display: none;
}
#s-81cb70a1-87a5-464a-afdf-28673db1a0be, #wrap-s-81cb70a1-87a5-464a-afdf-28673db1a0be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81cb70a1-87a5-464a-afdf-28673db1a0be {
  display: none;
}
#s-81cb70a1-87a5-464a-afdf-28673db1a0be, #wrap-s-81cb70a1-87a5-464a-afdf-28673db1a0be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81cb70a1-87a5-464a-afdf-28673db1a0be {
  
}
}@media (max-width: 767px){#s-81cb70a1-87a5-464a-afdf-28673db1a0be {
  
}
}
#s-81cb70a1-87a5-464a-afdf-28673db1a0be .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-81cb70a1-87a5-464a-afdf-28673db1a0be .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-81cb70a1-87a5-464a-afdf-28673db1a0be .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-81cb70a1-87a5-464a-afdf-28673db1a0be .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-81cb70a1-87a5-464a-afdf-28673db1a0be .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 {
  margin-top: 30px;
margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 {
  display: none;
}
#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47, #wrap-s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 { display:none !important; }}@media (max-width: 767px){#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 {
  display: none;
}
#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47, #wrap-s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 { display:none !important; }}
#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-fd99d179-c621-4b80-bc4e-4db63fc5ad47 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
@media (min-width: 1200px){#s-b5fb27d5-bb76-4814-b3fd-745017f65dd9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5fb27d5-bb76-4814-b3fd-745017f65dd9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5fb27d5-bb76-4814-b3fd-745017f65dd9 {
  
}
}@media (max-width: 767px){#s-b5fb27d5-bb76-4814-b3fd-745017f65dd9 {
  
}
}
#s-e6171844-b825-448e-a4c2-a410b3458d1d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e6171844-b825-448e-a4c2-a410b3458d1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6171844-b825-448e-a4c2-a410b3458d1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6171844-b825-448e-a4c2-a410b3458d1d {
  
}
}







#s-e6171844-b825-448e-a4c2-a410b3458d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6171844-b825-448e-a4c2-a410b3458d1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-924aaf11-8e12-4ab6-b77d-3c6826950c27 {
  margin-top: 0px;
max-width: 767px;
aspect-ratio: 767/847;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-924aaf11-8e12-4ab6-b77d-3c6826950c27 {
  display: none;
}
#s-924aaf11-8e12-4ab6-b77d-3c6826950c27, #wrap-s-924aaf11-8e12-4ab6-b77d-3c6826950c27 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-924aaf11-8e12-4ab6-b77d-3c6826950c27 {
  display: none;
}
#s-924aaf11-8e12-4ab6-b77d-3c6826950c27, #wrap-s-924aaf11-8e12-4ab6-b77d-3c6826950c27 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-924aaf11-8e12-4ab6-b77d-3c6826950c27 {
  display: none;
}
#s-924aaf11-8e12-4ab6-b77d-3c6826950c27, #wrap-s-924aaf11-8e12-4ab6-b77d-3c6826950c27 { display:none !important; }}@media (max-width: 767px){#s-924aaf11-8e12-4ab6-b77d-3c6826950c27 {
  margin-bottom: 20px;
min-height: 288px;
}
}




  #s-924aaf11-8e12-4ab6-b77d-3c6826950c27 img.shogun-image,
  #s-924aaf11-8e12-4ab6-b77d-3c6826950c27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-924aaf11-8e12-4ab6-b77d-3c6826950c27 {
    width: 100%;
    height: auto;
  }



  #s-924aaf11-8e12-4ab6-b77d-3c6826950c27 img.shogun-image {
    

    
    
    
  }


#s-924aaf11-8e12-4ab6-b77d-3c6826950c27 .shogun-image-content {
  
    align-items: center;
  
}

#s-43f091b5-1d0b-4ff1-8a21-e19ca036ec82 {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-43f091b5-1d0b-4ff1-8a21-e19ca036ec82 {
  display: none;
}
#s-43f091b5-1d0b-4ff1-8a21-e19ca036ec82, #wrap-s-43f091b5-1d0b-4ff1-8a21-e19ca036ec82 { display:none !important; }}






  #s-43f091b5-1d0b-4ff1-8a21-e19ca036ec82 img.shogun-image {
    

    
    
    
  }


#s-43f091b5-1d0b-4ff1-8a21-e19ca036ec82 .shogun-image-content {
  
    align-items: center;
  
}

#s-e95e3b3a-e849-4b77-9610-59482875e9c9 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e95e3b3a-e849-4b77-9610-59482875e9c9 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e95e3b3a-e849-4b77-9610-59482875e9c9 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e95e3b3a-e849-4b77-9610-59482875e9c9 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-e95e3b3a-e849-4b77-9610-59482875e9c9 {
  margin-top: 30px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-e95e3b3a-e849-4b77-9610-59482875e9c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95e3b3a-e849-4b77-9610-59482875e9c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e95ffa45-6d8d-4331-a4ba-aede2781a7df {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-e95ffa45-6d8d-4331-a4ba-aede2781a7df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95ffa45-6d8d-4331-a4ba-aede2781a7df.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-48190fbe-629c-453e-bf60-f235960eea32 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-48190fbe-629c-453e-bf60-f235960eea32 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48190fbe-629c-453e-bf60-f235960eea32 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-48190fbe-629c-453e-bf60-f235960eea32 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-48190fbe-629c-453e-bf60-f235960eea32 {
  padding-bottom: 15px;
}
}
#s-48190fbe-629c-453e-bf60-f235960eea32 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-48190fbe-629c-453e-bf60-f235960eea32 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-48190fbe-629c-453e-bf60-f235960eea32 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-48190fbe-629c-453e-bf60-f235960eea32 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-48190fbe-629c-453e-bf60-f235960eea32 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-6aadd7c7-af44-45f3-8b4d-76a1c68f320d {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6aadd7c7-af44-45f3-8b4d-76a1c68f320d {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6aadd7c7-af44-45f3-8b4d-76a1c68f320d {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6aadd7c7-af44-45f3-8b4d-76a1c68f320d {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-6aadd7c7-af44-45f3-8b4d-76a1c68f320d {
  margin-top: 30px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-6aadd7c7-af44-45f3-8b4d-76a1c68f320d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6aadd7c7-af44-45f3-8b4d-76a1c68f320d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2434630-ff7e-4cd2-b095-db95e1bb0236 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-a2434630-ff7e-4cd2-b095-db95e1bb0236 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2434630-ff7e-4cd2-b095-db95e1bb0236.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b89260f5-ca18-4f7b-af15-56c21fb110b0 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-b89260f5-ca18-4f7b-af15-56c21fb110b0 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b89260f5-ca18-4f7b-af15-56c21fb110b0 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b89260f5-ca18-4f7b-af15-56c21fb110b0 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-b89260f5-ca18-4f7b-af15-56c21fb110b0 {
  padding-bottom: 15px;
}
}
#s-b89260f5-ca18-4f7b-af15-56c21fb110b0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-b89260f5-ca18-4f7b-af15-56c21fb110b0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b89260f5-ca18-4f7b-af15-56c21fb110b0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b89260f5-ca18-4f7b-af15-56c21fb110b0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-b89260f5-ca18-4f7b-af15-56c21fb110b0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-e795cd7c-aa93-4dda-9204-0a1f6f150460 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e795cd7c-aa93-4dda-9204-0a1f6f150460 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
display: none;
}
#s-e795cd7c-aa93-4dda-9204-0a1f6f150460, #wrap-s-e795cd7c-aa93-4dda-9204-0a1f6f150460 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e795cd7c-aa93-4dda-9204-0a1f6f150460 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
display: none;
}
#s-e795cd7c-aa93-4dda-9204-0a1f6f150460, #wrap-s-e795cd7c-aa93-4dda-9204-0a1f6f150460 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e795cd7c-aa93-4dda-9204-0a1f6f150460 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
display: none;
}
#s-e795cd7c-aa93-4dda-9204-0a1f6f150460, #wrap-s-e795cd7c-aa93-4dda-9204-0a1f6f150460 { display:none !important; }}@media (max-width: 767px){#s-e795cd7c-aa93-4dda-9204-0a1f6f150460 {
  margin-top: 86px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
display: none;
}
#s-e795cd7c-aa93-4dda-9204-0a1f6f150460, #wrap-s-e795cd7c-aa93-4dda-9204-0a1f6f150460 { display:none !important; }}







#s-e795cd7c-aa93-4dda-9204-0a1f6f150460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e795cd7c-aa93-4dda-9204-0a1f6f150460.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06104887-a511-4c8f-90f1-12f1673cc87d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-06104887-a511-4c8f-90f1-12f1673cc87d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06104887-a511-4c8f-90f1-12f1673cc87d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0432e72-7c64-4900-a3e6-815bc6b50378 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-e0432e72-7c64-4900-a3e6-815bc6b50378 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0432e72-7c64-4900-a3e6-815bc6b50378 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0432e72-7c64-4900-a3e6-815bc6b50378 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-e0432e72-7c64-4900-a3e6-815bc6b50378 {
  padding-bottom: 15px;
}
}
#s-e0432e72-7c64-4900-a3e6-815bc6b50378 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-e0432e72-7c64-4900-a3e6-815bc6b50378 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e0432e72-7c64-4900-a3e6-815bc6b50378 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e0432e72-7c64-4900-a3e6-815bc6b50378 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-e0432e72-7c64-4900-a3e6-815bc6b50378 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb {
  margin-top: 25px;
padding-top: 12px;
padding-left: 135px;
padding-bottom: 12px;
padding-right: 135px;
border-radius: 0px;
min-height: 31px;
background-color: rgba(33, 112, 188, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1.4px;
}
#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb:hover {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb {
  padding-top: 6px;
padding-left: 90px;
padding-bottom: 6px;
padding-right: 90px;
min-height: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb {
  padding-top: 6px;
padding-left: 90px;
padding-bottom: 6px;
padding-right: 90px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb {
  padding-top: 6px;
padding-left: 90px;
padding-bottom: 6px;
padding-right: 90px;
}
}@media (max-width: 767px){#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb {
  padding-top: 6px;
padding-left: 36px;
padding-bottom: 6px;
padding-right: 36px;
}
}

  #s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb-root {
    text-align: center;
  }


#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb-root {
    text-align: center;
  }


#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb-root {
    text-align: center;
  }


#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb-root {
    text-align: center;
  }


#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb-root {
    text-align: center;
  }


#s-d13ec21e-2ed2-4fd3-8e16-6c9b8a4e54bb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-dffac6a1-5326-4521-964f-e00359f14474 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-dffac6a1-5326-4521-964f-e00359f14474 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dffac6a1-5326-4521-964f-e00359f14474 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dffac6a1-5326-4521-964f-e00359f14474 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-dffac6a1-5326-4521-964f-e00359f14474 {
  margin-top: 30px;
margin-left: 28px;
margin-bottom: 15px;
margin-right: 28px;
}
}







#s-dffac6a1-5326-4521-964f-e00359f14474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dffac6a1-5326-4521-964f-e00359f14474.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebbb6d0e-64f6-453c-9314-c46ccb1064fc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-ebbb6d0e-64f6-453c-9314-c46ccb1064fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebbb6d0e-64f6-453c-9314-c46ccb1064fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0b46c231-c6d6-47fb-b86a-be681548665a {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-0b46c231-c6d6-47fb-b86a-be681548665a {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b46c231-c6d6-47fb-b86a-be681548665a {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b46c231-c6d6-47fb-b86a-be681548665a {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-0b46c231-c6d6-47fb-b86a-be681548665a {
  padding-bottom: 15px;
}
}
#s-0b46c231-c6d6-47fb-b86a-be681548665a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-0b46c231-c6d6-47fb-b86a-be681548665a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0b46c231-c6d6-47fb-b86a-be681548665a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0b46c231-c6d6-47fb-b86a-be681548665a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-0b46c231-c6d6-47fb-b86a-be681548665a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-957a1e86-bc97-4161-ad81-c5f8c622130b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-957a1e86-bc97-4161-ad81-c5f8c622130b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-957a1e86-bc97-4161-ad81-c5f8c622130b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-957a1e86-bc97-4161-ad81-c5f8c622130b {
  
}
}







#s-957a1e86-bc97-4161-ad81-c5f8c622130b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-957a1e86-bc97-4161-ad81-c5f8c622130b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3030584-234c-494b-a97e-a11f37b0bca8 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e3030584-234c-494b-a97e-a11f37b0bca8 {
  display: none;
}
#s-e3030584-234c-494b-a97e-a11f37b0bca8, #wrap-s-e3030584-234c-494b-a97e-a11f37b0bca8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3030584-234c-494b-a97e-a11f37b0bca8 {
  display: none;
}
#s-e3030584-234c-494b-a97e-a11f37b0bca8, #wrap-s-e3030584-234c-494b-a97e-a11f37b0bca8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3030584-234c-494b-a97e-a11f37b0bca8 {
  display: none;
}
#s-e3030584-234c-494b-a97e-a11f37b0bca8, #wrap-s-e3030584-234c-494b-a97e-a11f37b0bca8 { display:none !important; }}@media (max-width: 767px){#s-e3030584-234c-494b-a97e-a11f37b0bca8 {
  min-height: 288px;
}
}






  #s-e3030584-234c-494b-a97e-a11f37b0bca8 img.shogun-image {
    

    
    
    
  }


#s-e3030584-234c-494b-a97e-a11f37b0bca8 .shogun-image-content {
  
    align-items: center;
  
}

#s-47eb382b-1e36-491d-90ef-023499f4a2dc {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-47eb382b-1e36-491d-90ef-023499f4a2dc {
  display: none;
}
#s-47eb382b-1e36-491d-90ef-023499f4a2dc, #wrap-s-47eb382b-1e36-491d-90ef-023499f4a2dc { display:none !important; }}






  #s-47eb382b-1e36-491d-90ef-023499f4a2dc img.shogun-image {
    

    
    
    
  }


#s-47eb382b-1e36-491d-90ef-023499f4a2dc .shogun-image-content {
  
    align-items: center;
  
}

#s-7c42b206-9c2d-4e00-a21d-bb09b5fba33c {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-7c42b206-9c2d-4e00-a21d-bb09b5fba33c {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c42b206-9c2d-4e00-a21d-bb09b5fba33c {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c42b206-9c2d-4e00-a21d-bb09b5fba33c {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-7c42b206-9c2d-4e00-a21d-bb09b5fba33c {
  margin-top: 60px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-7c42b206-9c2d-4e00-a21d-bb09b5fba33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c42b206-9c2d-4e00-a21d-bb09b5fba33c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8443d00c-b41c-4cc2-a96c-9e433ba66267 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-8443d00c-b41c-4cc2-a96c-9e433ba66267 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8443d00c-b41c-4cc2-a96c-9e433ba66267.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c7530aed-5fc9-4285-9679-fc7a1a1333c6 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-c7530aed-5fc9-4285-9679-fc7a1a1333c6 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7530aed-5fc9-4285-9679-fc7a1a1333c6 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7530aed-5fc9-4285-9679-fc7a1a1333c6 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-c7530aed-5fc9-4285-9679-fc7a1a1333c6 {
  padding-bottom: 15px;
}
}
#s-c7530aed-5fc9-4285-9679-fc7a1a1333c6 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-c7530aed-5fc9-4285-9679-fc7a1a1333c6 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c7530aed-5fc9-4285-9679-fc7a1a1333c6 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c7530aed-5fc9-4285-9679-fc7a1a1333c6 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-c7530aed-5fc9-4285-9679-fc7a1a1333c6 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-783e57f8-1978-4ce1-ba2c-7236d4e1a6db {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-783e57f8-1978-4ce1-ba2c-7236d4e1a6db {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-783e57f8-1978-4ce1-ba2c-7236d4e1a6db {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-783e57f8-1978-4ce1-ba2c-7236d4e1a6db {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-783e57f8-1978-4ce1-ba2c-7236d4e1a6db {
  margin-top: 15px;
margin-left: 28px;
margin-bottom: 15px;
margin-right: 28px;
}
}







#s-783e57f8-1978-4ce1-ba2c-7236d4e1a6db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-783e57f8-1978-4ce1-ba2c-7236d4e1a6db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acd5e8cf-1f82-4c05-99b8-5796b965b313 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-acd5e8cf-1f82-4c05-99b8-5796b965b313 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acd5e8cf-1f82-4c05-99b8-5796b965b313.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7accdbe9-a680-47e2-acae-f37aa9fb1f66 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-7accdbe9-a680-47e2-acae-f37aa9fb1f66 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7accdbe9-a680-47e2-acae-f37aa9fb1f66 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7accdbe9-a680-47e2-acae-f37aa9fb1f66 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-7accdbe9-a680-47e2-acae-f37aa9fb1f66 {
  padding-bottom: 15px;
}
}
#s-7accdbe9-a680-47e2-acae-f37aa9fb1f66 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-7accdbe9-a680-47e2-acae-f37aa9fb1f66 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7accdbe9-a680-47e2-acae-f37aa9fb1f66 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7accdbe9-a680-47e2-acae-f37aa9fb1f66 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-7accdbe9-a680-47e2-acae-f37aa9fb1f66 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-bb8b94f6-8afa-45b8-a695-eb73cc73a27c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bb8b94f6-8afa-45b8-a695-eb73cc73a27c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb8b94f6-8afa-45b8-a695-eb73cc73a27c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb8b94f6-8afa-45b8-a695-eb73cc73a27c {
  
}
}







#s-bb8b94f6-8afa-45b8-a695-eb73cc73a27c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb8b94f6-8afa-45b8-a695-eb73cc73a27c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d89485b7-18ab-41cd-bc7b-ce93988b359f {
  margin-top: 0px;
max-width: 767px;
aspect-ratio: 767/594;
text-align: center;
}
@media (min-width: 1200px){#s-d89485b7-18ab-41cd-bc7b-ce93988b359f {
  display: none;
}
#s-d89485b7-18ab-41cd-bc7b-ce93988b359f, #wrap-s-d89485b7-18ab-41cd-bc7b-ce93988b359f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d89485b7-18ab-41cd-bc7b-ce93988b359f {
  display: none;
}
#s-d89485b7-18ab-41cd-bc7b-ce93988b359f, #wrap-s-d89485b7-18ab-41cd-bc7b-ce93988b359f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d89485b7-18ab-41cd-bc7b-ce93988b359f {
  display: none;
}
#s-d89485b7-18ab-41cd-bc7b-ce93988b359f, #wrap-s-d89485b7-18ab-41cd-bc7b-ce93988b359f { display:none !important; }}@media (max-width: 767px){#s-d89485b7-18ab-41cd-bc7b-ce93988b359f {
  min-height: 288px;
}
}




  #s-d89485b7-18ab-41cd-bc7b-ce93988b359f img.shogun-image,
  #s-d89485b7-18ab-41cd-bc7b-ce93988b359f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d89485b7-18ab-41cd-bc7b-ce93988b359f {
    width: 100%;
    height: auto;
  }



  #s-d89485b7-18ab-41cd-bc7b-ce93988b359f img.shogun-image {
    

    
    
    
  }


#s-d89485b7-18ab-41cd-bc7b-ce93988b359f .shogun-image-content {
  
    align-items: center;
  
}

#s-a54ee404-fe72-4e80-9ab1-7b533c17ef49 {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a54ee404-fe72-4e80-9ab1-7b533c17ef49 {
  display: none;
}
#s-a54ee404-fe72-4e80-9ab1-7b533c17ef49, #wrap-s-a54ee404-fe72-4e80-9ab1-7b533c17ef49 { display:none !important; }}






  #s-a54ee404-fe72-4e80-9ab1-7b533c17ef49 img.shogun-image {
    

    
    
    
  }


#s-a54ee404-fe72-4e80-9ab1-7b533c17ef49 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e9d5605-3e2b-4e54-9053-7193e2e7aaa7 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0e9d5605-3e2b-4e54-9053-7193e2e7aaa7 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e9d5605-3e2b-4e54-9053-7193e2e7aaa7 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e9d5605-3e2b-4e54-9053-7193e2e7aaa7 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-0e9d5605-3e2b-4e54-9053-7193e2e7aaa7 {
  margin-top: 60px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-0e9d5605-3e2b-4e54-9053-7193e2e7aaa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e9d5605-3e2b-4e54-9053-7193e2e7aaa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb0b2f5d-6dbf-4aa6-adad-92f578960b68 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-cb0b2f5d-6dbf-4aa6-adad-92f578960b68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb0b2f5d-6dbf-4aa6-adad-92f578960b68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a759670d-8260-4826-9506-d5eca913fbcc {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-a759670d-8260-4826-9506-d5eca913fbcc {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a759670d-8260-4826-9506-d5eca913fbcc {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a759670d-8260-4826-9506-d5eca913fbcc {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-a759670d-8260-4826-9506-d5eca913fbcc {
  padding-bottom: 15px;
}
}
#s-a759670d-8260-4826-9506-d5eca913fbcc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-a759670d-8260-4826-9506-d5eca913fbcc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a759670d-8260-4826-9506-d5eca913fbcc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a759670d-8260-4826-9506-d5eca913fbcc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-a759670d-8260-4826-9506-d5eca913fbcc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-9d1ba565-a355-44ef-b501-6eb18165f587 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-9d1ba565-a355-44ef-b501-6eb18165f587 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d1ba565-a355-44ef-b501-6eb18165f587 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d1ba565-a355-44ef-b501-6eb18165f587 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-9d1ba565-a355-44ef-b501-6eb18165f587 {
  margin-top: 30px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-9d1ba565-a355-44ef-b501-6eb18165f587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d1ba565-a355-44ef-b501-6eb18165f587.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73febb76-7a6a-4a88-a83e-55b43f9b593e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-73febb76-7a6a-4a88-a83e-55b43f9b593e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73febb76-7a6a-4a88-a83e-55b43f9b593e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c5ebae87-fc02-4cc4-b993-96025bd7f29c {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-c5ebae87-fc02-4cc4-b993-96025bd7f29c {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5ebae87-fc02-4cc4-b993-96025bd7f29c {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5ebae87-fc02-4cc4-b993-96025bd7f29c {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-c5ebae87-fc02-4cc4-b993-96025bd7f29c {
  padding-bottom: 15px;
}
}
#s-c5ebae87-fc02-4cc4-b993-96025bd7f29c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-c5ebae87-fc02-4cc4-b993-96025bd7f29c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c5ebae87-fc02-4cc4-b993-96025bd7f29c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c5ebae87-fc02-4cc4-b993-96025bd7f29c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-c5ebae87-fc02-4cc4-b993-96025bd7f29c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-fd849699-9aff-4ecf-9558-0ecb6c10294a {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-fd849699-9aff-4ecf-9558-0ecb6c10294a {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd849699-9aff-4ecf-9558-0ecb6c10294a {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd849699-9aff-4ecf-9558-0ecb6c10294a {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-fd849699-9aff-4ecf-9558-0ecb6c10294a {
  margin-top: 30px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-fd849699-9aff-4ecf-9558-0ecb6c10294a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd849699-9aff-4ecf-9558-0ecb6c10294a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bc059f5-680b-4727-a420-0dc9479635ca {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-1bc059f5-680b-4727-a420-0dc9479635ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bc059f5-680b-4727-a420-0dc9479635ca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-541960ca-221a-491d-bf4c-1659e2e0da3b {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-541960ca-221a-491d-bf4c-1659e2e0da3b {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-541960ca-221a-491d-bf4c-1659e2e0da3b {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-541960ca-221a-491d-bf4c-1659e2e0da3b {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-541960ca-221a-491d-bf4c-1659e2e0da3b {
  padding-bottom: 15px;
}
}
#s-541960ca-221a-491d-bf4c-1659e2e0da3b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-541960ca-221a-491d-bf4c-1659e2e0da3b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-541960ca-221a-491d-bf4c-1659e2e0da3b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-541960ca-221a-491d-bf4c-1659e2e0da3b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-541960ca-221a-491d-bf4c-1659e2e0da3b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-14ae29cc-9851-4aed-974f-b0b84dbd0949 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-14ae29cc-9851-4aed-974f-b0b84dbd0949 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14ae29cc-9851-4aed-974f-b0b84dbd0949 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-14ae29cc-9851-4aed-974f-b0b84dbd0949 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-14ae29cc-9851-4aed-974f-b0b84dbd0949 {
  margin-top: 30px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-14ae29cc-9851-4aed-974f-b0b84dbd0949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ae29cc-9851-4aed-974f-b0b84dbd0949.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a0932cb-ff9f-436f-9477-7c182594c866 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-7a0932cb-ff9f-436f-9477-7c182594c866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0932cb-ff9f-436f-9477-7c182594c866.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-774608d9-020c-45e2-b143-992e536e0bb1 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-774608d9-020c-45e2-b143-992e536e0bb1 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-774608d9-020c-45e2-b143-992e536e0bb1 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-774608d9-020c-45e2-b143-992e536e0bb1 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-774608d9-020c-45e2-b143-992e536e0bb1 {
  padding-bottom: 15px;
}
}
#s-774608d9-020c-45e2-b143-992e536e0bb1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-774608d9-020c-45e2-b143-992e536e0bb1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-774608d9-020c-45e2-b143-992e536e0bb1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-774608d9-020c-45e2-b143-992e536e0bb1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-774608d9-020c-45e2-b143-992e536e0bb1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-57cc701e-a4b0-4f56-8cd7-36da5a5b39fb {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-57cc701e-a4b0-4f56-8cd7-36da5a5b39fb {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57cc701e-a4b0-4f56-8cd7-36da5a5b39fb {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-57cc701e-a4b0-4f56-8cd7-36da5a5b39fb {
  margin-top: 132px;
margin-left: 5%;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-57cc701e-a4b0-4f56-8cd7-36da5a5b39fb {
  margin-top: 50px;
margin-left: 28px;
margin-bottom: 0px;
margin-right: 28px;
}
}







#s-57cc701e-a4b0-4f56-8cd7-36da5a5b39fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57cc701e-a4b0-4f56-8cd7-36da5a5b39fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1386c757-94a0-43f7-8ada-3d09cc1a6985 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1386c757-94a0-43f7-8ada-3d09cc1a6985 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1386c757-94a0-43f7-8ada-3d09cc1a6985 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1386c757-94a0-43f7-8ada-3d09cc1a6985 {
  
}
}







#s-1386c757-94a0-43f7-8ada-3d09cc1a6985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1386c757-94a0-43f7-8ada-3d09cc1a6985.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2d5b38d-07b8-43c7-a021-489cc8ea9299 {
  padding-bottom: 18px;
text-align: center;
}

#s-c2d5b38d-07b8-43c7-a021-489cc8ea9299 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-c2d5b38d-07b8-43c7-a021-489cc8ea9299 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c2d5b38d-07b8-43c7-a021-489cc8ea9299 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c2d5b38d-07b8-43c7-a021-489cc8ea9299 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-c2d5b38d-07b8-43c7-a021-489cc8ea9299 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
#s-87505525-6959-447b-8b4a-14595628b7cf {
  margin-right: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (max-width: 767px){#s-87505525-6959-447b-8b4a-14595628b7cf {
  display: none;
}
#s-87505525-6959-447b-8b4a-14595628b7cf, #wrap-s-87505525-6959-447b-8b4a-14595628b7cf { display:none !important; }}
@media (min-width: 1200px){#s-3dee1393-ed6c-4c6f-8cc4-947b836b843d {
  display: none;
}
#s-3dee1393-ed6c-4c6f-8cc4-947b836b843d, #wrap-s-3dee1393-ed6c-4c6f-8cc4-947b836b843d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3dee1393-ed6c-4c6f-8cc4-947b836b843d {
  display: none;
}
#s-3dee1393-ed6c-4c6f-8cc4-947b836b843d, #wrap-s-3dee1393-ed6c-4c6f-8cc4-947b836b843d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3dee1393-ed6c-4c6f-8cc4-947b836b843d {
  display: none;
}
#s-3dee1393-ed6c-4c6f-8cc4-947b836b843d, #wrap-s-3dee1393-ed6c-4c6f-8cc4-947b836b843d { display:none !important; }}
#s-94d16559-ad26-4156-af4d-a45ccfd2b9ac {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-94d16559-ad26-4156-af4d-a45ccfd2b9ac {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94d16559-ad26-4156-af4d-a45ccfd2b9ac {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94d16559-ad26-4156-af4d-a45ccfd2b9ac {
  margin-top: 132px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-94d16559-ad26-4156-af4d-a45ccfd2b9ac {
  margin-top: 50px;
margin-left: 28px;
margin-bottom: 20px;
margin-right: 28px;
}
}







#s-94d16559-ad26-4156-af4d-a45ccfd2b9ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94d16559-ad26-4156-af4d-a45ccfd2b9ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f70eea0-e885-41a5-83c5-8100adbfd01c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-8f70eea0-e885-41a5-83c5-8100adbfd01c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f70eea0-e885-41a5-83c5-8100adbfd01c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-671de55e-74f2-41aa-8790-ca51f6c8fb07 {
  padding-bottom: 56px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-671de55e-74f2-41aa-8790-ca51f6c8fb07 {
  padding-bottom: 27px;
}
}@media (max-width: 767px){#s-671de55e-74f2-41aa-8790-ca51f6c8fb07 {
  padding-bottom: 10px;
}
}
#s-671de55e-74f2-41aa-8790-ca51f6c8fb07 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-671de55e-74f2-41aa-8790-ca51f6c8fb07 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-671de55e-74f2-41aa-8790-ca51f6c8fb07 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-671de55e-74f2-41aa-8790-ca51f6c8fb07 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}
#s-3d3e9167-0c5a-43c5-819f-bbb228161aa8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3d3e9167-0c5a-43c5-819f-bbb228161aa8 {
  
}
}







#s-3d3e9167-0c5a-43c5-819f-bbb228161aa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d3e9167-0c5a-43c5-819f-bbb228161aa8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2688e9c-6f57-459e-bb14-f6296ec3a957 {
  max-width: 767px;
aspect-ratio: 767/594;
text-align: center;
}
@media (min-width: 1200px){#s-e2688e9c-6f57-459e-bb14-f6296ec3a957 {
  min-height: 520px;
display: none;
}
#s-e2688e9c-6f57-459e-bb14-f6296ec3a957, #wrap-s-e2688e9c-6f57-459e-bb14-f6296ec3a957 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2688e9c-6f57-459e-bb14-f6296ec3a957 {
  min-height: 520px;
display: none;
}
#s-e2688e9c-6f57-459e-bb14-f6296ec3a957, #wrap-s-e2688e9c-6f57-459e-bb14-f6296ec3a957 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2688e9c-6f57-459e-bb14-f6296ec3a957 {
  min-height: 520px;
display: none;
}
#s-e2688e9c-6f57-459e-bb14-f6296ec3a957, #wrap-s-e2688e9c-6f57-459e-bb14-f6296ec3a957 { display:none !important; }}@media (max-width: 767px){#s-e2688e9c-6f57-459e-bb14-f6296ec3a957 {
  min-height: 288px;
}
}




  #s-e2688e9c-6f57-459e-bb14-f6296ec3a957 img.shogun-image,
  #s-e2688e9c-6f57-459e-bb14-f6296ec3a957 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2688e9c-6f57-459e-bb14-f6296ec3a957 {
    width: 100%;
    height: auto;
  }



  #s-e2688e9c-6f57-459e-bb14-f6296ec3a957 img.shogun-image {
    

    
    
    
  }


#s-e2688e9c-6f57-459e-bb14-f6296ec3a957 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1680px;
aspect-ratio: 1680/1292;
text-align: center;
}
@media (min-width: 1200px){#s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d {
  min-height: 520px;
display: none;
}
#s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d, #wrap-s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d {
  min-height: 520px;
display: none;
}
#s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d, #wrap-s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d {
  min-height: 520px;
display: none;
}
#s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d, #wrap-s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d { display:none !important; }}@media (max-width: 767px){#s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d {
  min-height: 288px;
}
}




  #s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d img.shogun-image,
  #s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d {
    width: 100%;
    height: auto;
  }



  #s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d img.shogun-image {
    

    
    
    
  }


#s-ec688d8b-fd34-44e2-91a0-ca4b6e97f06d .shogun-image-content {
  
    align-items: center;
  
}

#s-95a7d32a-3c04-4757-a8ac-a7adf6394731 {
  max-width: 2749px;
aspect-ratio: 2749/1157;
text-align: center;
}
@media (max-width: 767px){#s-95a7d32a-3c04-4757-a8ac-a7adf6394731 {
  display: none;
}
#s-95a7d32a-3c04-4757-a8ac-a7adf6394731, #wrap-s-95a7d32a-3c04-4757-a8ac-a7adf6394731 { display:none !important; }}




  #s-95a7d32a-3c04-4757-a8ac-a7adf6394731 img.shogun-image,
  #s-95a7d32a-3c04-4757-a8ac-a7adf6394731 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95a7d32a-3c04-4757-a8ac-a7adf6394731 {
    width: 100%;
    height: auto;
  }



  #s-95a7d32a-3c04-4757-a8ac-a7adf6394731 img.shogun-image {
    

    
    
    
  }


#s-95a7d32a-3c04-4757-a8ac-a7adf6394731 .shogun-image-content {
  
    align-items: center;
  
}

#s-d94d8fe7-c5c6-437c-93bb-02c0cd3c36e8 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 3000px;
aspect-ratio: 3000/1142;
text-align: center;
}
@media (max-width: 767px){#s-d94d8fe7-c5c6-437c-93bb-02c0cd3c36e8 {
  display: none;
}
#s-d94d8fe7-c5c6-437c-93bb-02c0cd3c36e8, #wrap-s-d94d8fe7-c5c6-437c-93bb-02c0cd3c36e8 { display:none !important; }}




  #s-d94d8fe7-c5c6-437c-93bb-02c0cd3c36e8 img.shogun-image,
  #s-d94d8fe7-c5c6-437c-93bb-02c0cd3c36e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d94d8fe7-c5c6-437c-93bb-02c0cd3c36e8 {
    width: 100%;
    height: auto;
  }



  #s-d94d8fe7-c5c6-437c-93bb-02c0cd3c36e8 img.shogun-image {
    

    
    
    
  }


#s-d94d8fe7-c5c6-437c-93bb-02c0cd3c36e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d161b2f8-eaa5-448a-953c-df1cb1d77af3 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d161b2f8-eaa5-448a-953c-df1cb1d77af3 {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d161b2f8-eaa5-448a-953c-df1cb1d77af3 {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d161b2f8-eaa5-448a-953c-df1cb1d77af3 {
  margin-top: 132px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d161b2f8-eaa5-448a-953c-df1cb1d77af3 {
  margin-top: 50px;
margin-left: 28px;
margin-bottom: 20px;
margin-right: 28px;
}
}







#s-d161b2f8-eaa5-448a-953c-df1cb1d77af3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d161b2f8-eaa5-448a-953c-df1cb1d77af3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74207e72-8319-47b1-819e-e1fa75cd75bd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-74207e72-8319-47b1-819e-e1fa75cd75bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74207e72-8319-47b1-819e-e1fa75cd75bd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d939155c-16f4-4d3e-b120-78d5ec52ef06 {
  padding-bottom: 56px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d939155c-16f4-4d3e-b120-78d5ec52ef06 {
  padding-bottom: 27px;
}
}@media (max-width: 767px){#s-d939155c-16f4-4d3e-b120-78d5ec52ef06 {
  padding-bottom: 10px;
}
}
#s-d939155c-16f4-4d3e-b120-78d5ec52ef06 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-d939155c-16f4-4d3e-b120-78d5ec52ef06 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d939155c-16f4-4d3e-b120-78d5ec52ef06 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d939155c-16f4-4d3e-b120-78d5ec52ef06 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}
#s-3550ae97-c8f4-41a4-ab20-8b247916259b {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3550ae97-c8f4-41a4-ab20-8b247916259b {
  margin-top: 178px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
display: none;
}
#s-3550ae97-c8f4-41a4-ab20-8b247916259b, #wrap-s-3550ae97-c8f4-41a4-ab20-8b247916259b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3550ae97-c8f4-41a4-ab20-8b247916259b {
  margin-top: 178px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
display: none;
}
#s-3550ae97-c8f4-41a4-ab20-8b247916259b, #wrap-s-3550ae97-c8f4-41a4-ab20-8b247916259b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3550ae97-c8f4-41a4-ab20-8b247916259b {
  margin-top: 102px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
display: none;
}
#s-3550ae97-c8f4-41a4-ab20-8b247916259b, #wrap-s-3550ae97-c8f4-41a4-ab20-8b247916259b { display:none !important; }}@media (max-width: 767px){#s-3550ae97-c8f4-41a4-ab20-8b247916259b {
  margin-top: 132px;
margin-left: 28px;
margin-bottom: 20px;
margin-right: 28px;
display: none;
}
#s-3550ae97-c8f4-41a4-ab20-8b247916259b, #wrap-s-3550ae97-c8f4-41a4-ab20-8b247916259b { display:none !important; }}







#s-3550ae97-c8f4-41a4-ab20-8b247916259b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3550ae97-c8f4-41a4-ab20-8b247916259b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-377b6032-bfee-4989-b268-c2667c77dffc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-377b6032-bfee-4989-b268-c2667c77dffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-377b6032-bfee-4989-b268-c2667c77dffc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ef7aee83-dac7-4b32-90fa-4fb91cf39c60 {
  padding-bottom: 56px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef7aee83-dac7-4b32-90fa-4fb91cf39c60 {
  padding-bottom: 27px;
}
}@media (max-width: 767px){#s-ef7aee83-dac7-4b32-90fa-4fb91cf39c60 {
  padding-bottom: 10px;
}
}
#s-ef7aee83-dac7-4b32-90fa-4fb91cf39c60 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-ef7aee83-dac7-4b32-90fa-4fb91cf39c60 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ef7aee83-dac7-4b32-90fa-4fb91cf39c60 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ef7aee83-dac7-4b32-90fa-4fb91cf39c60 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-ef7aee83-dac7-4b32-90fa-4fb91cf39c60 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}