.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-6d54d728-f340-4f09-99e6-ec0b636f2e0f {
  min-height: 50px;
background-color: rgba(253, 237, 240, 1);
}








#s-6d54d728-f340-4f09-99e6-ec0b636f2e0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d54d728-f340-4f09-99e6-ec0b636f2e0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5da4a954-69cb-410c-9205-76246987d1e7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5da4a954-69cb-410c-9205-76246987d1e7 {
  min-height: 580px;
}
}@media (max-width: 767px){#s-5da4a954-69cb-410c-9205-76246987d1e7 {
  min-height: 480px;
}
}
#s-5da4a954-69cb-410c-9205-76246987d1e7 {
  background-image: url(https://i.shgcdn.com/4ee2714a-fd28-4f5c-8b15-dd5c157f27f0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5da4a954-69cb-410c-9205-76246987d1e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5da4a954-69cb-410c-9205-76246987d1e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8c2ab04-38c7-46a0-9e89-fd39df24339c {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-e8c2ab04-38c7-46a0-9e89-fd39df24339c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c2ab04-38c7-46a0-9e89-fd39df24339c.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-5e0abde9-efc4-419d-80f9-9600a42862fe {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-5e0abde9-efc4-419d-80f9-9600a42862fe .shogun-heading-component h1 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 140px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-5e0abde9-efc4-419d-80f9-9600a42862fe .shogun-heading-component h1 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 120px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-5e0abde9-efc4-419d-80f9-9600a42862fe .shogun-heading-component h1 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-18ad4422-cc43-4517-b632-fb6eec7f02b4 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: left;
}

#s-18ad4422-cc43-4517-b632-fb6eec7f02b4 .shogun-heading-component h6 {
  color: rgba(253, 237, 240, 1);
  font-weight:  600 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-f31bd602-055b-4166-a2b4-bcc323c8b423 {
  min-height: 900px;
}
@media (min-width: 1200px){#s-f31bd602-055b-4166-a2b4-bcc323c8b423 {
  display: none;
}
#s-f31bd602-055b-4166-a2b4-bcc323c8b423, #wrap-s-f31bd602-055b-4166-a2b4-bcc323c8b423 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f31bd602-055b-4166-a2b4-bcc323c8b423 {
  display: none;
}
#s-f31bd602-055b-4166-a2b4-bcc323c8b423, #wrap-s-f31bd602-055b-4166-a2b4-bcc323c8b423 { display: none !important; }}







#s-f31bd602-055b-4166-a2b4-bcc323c8b423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f31bd602-055b-4166-a2b4-bcc323c8b423.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-573ba7dd-3dc4-48e2-9ef2-ef02c752cd28 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-573ba7dd-3dc4-48e2-9ef2-ef02c752cd28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-573ba7dd-3dc4-48e2-9ef2-ef02c752cd28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a62743c0-83b3-400a-b539-50db75759189 {
  min-height: 600px;
background-color: rgba(253, 237, 240, 1);
}








#s-a62743c0-83b3-400a-b539-50db75759189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a62743c0-83b3-400a-b539-50db75759189.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21a90acf-ae68-419e-9e36-2b5dec9cd157 {
  padding-left: 30px;
padding-right: 30px;
min-height: 600px;
background-color: rgba(253, 237, 240, 1);
}








#s-21a90acf-ae68-419e-9e36-2b5dec9cd157 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21a90acf-ae68-419e-9e36-2b5dec9cd157.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd3e3f2c-31e7-4521-8bd7-0c1dc25eb3e4 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-fd3e3f2c-31e7-4521-8bd7-0c1dc25eb3e4 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}
}
#s-fd3e3f2c-31e7-4521-8bd7-0c1dc25eb3e4 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  text-align: left;
}


@media (max-width: 767px){#s-fd3e3f2c-31e7-4521-8bd7-0c1dc25eb3e4 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-557f2012-22d3-4d80-9d5f-af7e3675dd8e {
  text-align: left;
}

#s-557f2012-22d3-4d80-9d5f-af7e3675dd8e .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  600 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



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

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

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

#s-9ce5b9ad-d292-4002-a575-ef61b8e96080 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-9ce5b9ad-d292-4002-a575-ef61b8e96080"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9ce5b9ad-d292-4002-a575-ef61b8e96080"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ce5b9ad-d292-4002-a575-ef61b8e96080"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ce5b9ad-d292-4002-a575-ef61b8e96080"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bdbe2a8a-38cd-4733-afc3-23e71ec023ea {
  min-height: 50px;
}








#s-bdbe2a8a-38cd-4733-afc3-23e71ec023ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdbe2a8a-38cd-4733-afc3-23e71ec023ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-07eda1c5-ec08-4ae6-b88e-e74277495646"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07eda1c5-ec08-4ae6-b88e-e74277495646"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07eda1c5-ec08-4ae6-b88e-e74277495646"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07eda1c5-ec08-4ae6-b88e-e74277495646"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-e4d024c9-1c44-4b04-9e54-1a900452e4e9 {
  text-align: center;
}







  #s-e4d024c9-1c44-4b04-9e54-1a900452e4e9 img.shogun-image {
    

    
    
    
  }


#s-e4d024c9-1c44-4b04-9e54-1a900452e4e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cb4c9b3-4b25-4085-b048-f8fefa1620b2 {
  text-align: left;
}

#s-3cb4c9b3-4b25-4085-b048-f8fefa1620b2 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-4ae1b4dc-5eca-4e29-b2bd-245168930528 {
  text-align: left;
}

#s-4ae1b4dc-5eca-4e29-b2bd-245168930528 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-0e1e9c32-13ce-4fa6-9e5e-ba40cb277025 {
  text-align: left;
}

#s-0e1e9c32-13ce-4fa6-9e5e-ba40cb277025 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-f9483dbf-f4f2-45e5-a77d-f0bb4a426472 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-c0863b89-47d3-4d31-8e0c-4b6d1958f652 {
  text-align: left;
}

#s-c0863b89-47d3-4d31-8e0c-4b6d1958f652 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-72cc97d2-0097-4951-9247-1657d38a0599 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-755b74b7-17df-4ac2-9bc6-28654602c041 {
  min-height: 50px;
}








#s-755b74b7-17df-4ac2-9bc6-28654602c041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-755b74b7-17df-4ac2-9bc6-28654602c041.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b302aace-9516-40ac-b2ac-35ce248d8f4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b302aace-9516-40ac-b2ac-35ce248d8f4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b302aace-9516-40ac-b2ac-35ce248d8f4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b302aace-9516-40ac-b2ac-35ce248d8f4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-aac39495-7f09-436d-ad22-e870bef228ba {
  text-align: center;
}







  #s-aac39495-7f09-436d-ad22-e870bef228ba img.shogun-image {
    

    
    
    
  }


#s-aac39495-7f09-436d-ad22-e870bef228ba .shogun-image-content {
  
    align-items: center;
  
}

#s-91cf6151-9a19-4657-a1c5-1069a140612c {
  text-align: left;
}

#s-91cf6151-9a19-4657-a1c5-1069a140612c .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-eb850d8d-9439-4bc4-ba8c-329158cb159f {
  text-align: left;
}

#s-eb850d8d-9439-4bc4-ba8c-329158cb159f .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-5fb5eea8-b9ab-4161-bad8-8e62ce509e76 {
  text-align: left;
}

#s-5fb5eea8-b9ab-4161-bad8-8e62ce509e76 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-4f2108f1-c6e8-4a99-bbb6-b8d592b43765 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-fd17043e-860c-46d5-9907-cfba229d58dd {
  text-align: left;
}

#s-fd17043e-860c-46d5-9907-cfba229d58dd .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-4335ee04-6123-4bcd-aaa1-2f5e60ebf237 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-ff05bb69-4f36-4d1b-b876-69e811981cf9 {
  min-height: 50px;
}








#s-ff05bb69-4f36-4d1b-b876-69e811981cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff05bb69-4f36-4d1b-b876-69e811981cf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d3fdba4f-dbc7-42c6-880a-fbf5421d5a53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3fdba4f-dbc7-42c6-880a-fbf5421d5a53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d3fdba4f-dbc7-42c6-880a-fbf5421d5a53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3fdba4f-dbc7-42c6-880a-fbf5421d5a53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-eb6c744e-c9bc-4f6e-895e-64e35d174f0a {
  text-align: center;
}







  #s-eb6c744e-c9bc-4f6e-895e-64e35d174f0a img.shogun-image {
    

    
    
    
  }


#s-eb6c744e-c9bc-4f6e-895e-64e35d174f0a .shogun-image-content {
  
    align-items: center;
  
}

#s-0e073e42-43b5-4722-a5e1-1cbaa6c522f9 {
  text-align: left;
}

#s-0e073e42-43b5-4722-a5e1-1cbaa6c522f9 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-96a3e232-853c-40f6-8e79-eaf91e600d6f {
  text-align: left;
}

#s-96a3e232-853c-40f6-8e79-eaf91e600d6f .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-5147725a-e655-4c2d-b230-bc35ee10718a {
  text-align: left;
}

#s-5147725a-e655-4c2d-b230-bc35ee10718a .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-22821709-4fc1-4a0d-be6c-35aa6b7698a9 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-0f44d077-26f5-4124-b520-8e1bd602b1fb {
  text-align: left;
}

#s-0f44d077-26f5-4124-b520-8e1bd602b1fb .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-71b93ef1-652b-4a4a-b30b-fc81d0f7e339 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-06d52c4f-678d-4847-bbb2-646442092717 {
  min-height: 50px;
}








#s-06d52c4f-678d-4847-bbb2-646442092717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06d52c4f-678d-4847-bbb2-646442092717.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d4f8de25-89fa-4420-9ab6-aeb8e9f6e785"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4f8de25-89fa-4420-9ab6-aeb8e9f6e785"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4f8de25-89fa-4420-9ab6-aeb8e9f6e785"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4f8de25-89fa-4420-9ab6-aeb8e9f6e785"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5d50b07e-0549-4602-bb18-bc01f0b65550 {
  text-align: center;
}







  #s-5d50b07e-0549-4602-bb18-bc01f0b65550 img.shogun-image {
    

    
    
    
  }


#s-5d50b07e-0549-4602-bb18-bc01f0b65550 .shogun-image-content {
  
    align-items: center;
  
}

#s-18392494-2434-423f-8441-af278a20f9cd {
  text-align: left;
}

#s-18392494-2434-423f-8441-af278a20f9cd .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-944219af-3d59-4e4d-82ff-e7b80794674f {
  text-align: left;
}

#s-944219af-3d59-4e4d-82ff-e7b80794674f .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-7e32f52a-7c1c-48b1-a6cb-48f86a0e855b {
  text-align: left;
}

#s-7e32f52a-7c1c-48b1-a6cb-48f86a0e855b .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-d96fabf1-7f22-454e-86d2-ccc9628c4bc0 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-dbb9dbff-c6ad-42c1-a59c-78312b38445e {
  text-align: left;
}

#s-dbb9dbff-c6ad-42c1-a59c-78312b38445e .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-6b06a378-51f3-47bb-a759-8e1f02656235 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-c2bc95ac-4993-4ad5-aee8-7b10a5b3d604 {
  min-height: 50px;
}








#s-c2bc95ac-4993-4ad5-aee8-7b10a5b3d604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2bc95ac-4993-4ad5-aee8-7b10a5b3d604.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3abb425a-471c-442b-9fd4-d51905dc3360"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3abb425a-471c-442b-9fd4-d51905dc3360"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3abb425a-471c-442b-9fd4-d51905dc3360"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3abb425a-471c-442b-9fd4-d51905dc3360"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ac8e6641-7929-4dcc-a36d-0b0ef23f3e70 {
  text-align: center;
}







  #s-ac8e6641-7929-4dcc-a36d-0b0ef23f3e70 img.shogun-image {
    

    
    
    
  }


#s-ac8e6641-7929-4dcc-a36d-0b0ef23f3e70 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4170a44-3f4a-4759-b1cf-4d0430fbba91 {
  text-align: left;
}

#s-f4170a44-3f4a-4759-b1cf-4d0430fbba91 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-b78b5f7c-2f96-4359-aedc-ceb2e91ddaac {
  text-align: left;
}

#s-b78b5f7c-2f96-4359-aedc-ceb2e91ddaac .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-ac46811e-8a97-4674-a4b6-6281f59cf2ec {
  text-align: left;
}

#s-ac46811e-8a97-4674-a4b6-6281f59cf2ec .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-5dccb49c-4414-45ce-9c7c-2d16bac39de5 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-5edcc320-130e-44cf-b5fd-67e2e3733fa5 {
  text-align: left;
}

#s-5edcc320-130e-44cf-b5fd-67e2e3733fa5 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-eb02a2cf-3150-4743-9e72-50432814411d hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-c66055cd-e614-46fd-8787-910689c1d3f7 {
  min-height: 50px;
}








#s-c66055cd-e614-46fd-8787-910689c1d3f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c66055cd-e614-46fd-8787-910689c1d3f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0a3b57fc-80f0-44d9-a429-94ded569ee22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a3b57fc-80f0-44d9-a429-94ded569ee22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a3b57fc-80f0-44d9-a429-94ded569ee22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a3b57fc-80f0-44d9-a429-94ded569ee22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-069f689c-280b-4fae-be18-c74133f22de1 {
  text-align: center;
}







  #s-069f689c-280b-4fae-be18-c74133f22de1 img.shogun-image {
    

    
    
    
  }


#s-069f689c-280b-4fae-be18-c74133f22de1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ead40e54-6e06-47f8-8082-80b3e0f41379 {
  text-align: left;
}

#s-ead40e54-6e06-47f8-8082-80b3e0f41379 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-41220900-2959-49c8-8c46-b3bd58f9c3ac {
  text-align: left;
}

#s-41220900-2959-49c8-8c46-b3bd58f9c3ac .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-06943f91-6cbe-49eb-bcc9-e4eaeb7b1825 {
  text-align: left;
}

#s-06943f91-6cbe-49eb-bcc9-e4eaeb7b1825 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-00fbacec-441c-413d-bdfc-c385274a5118 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-4e23eb28-34a2-45c0-927d-69272782af61 {
  text-align: left;
}

#s-4e23eb28-34a2-45c0-927d-69272782af61 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-41054b28-1bd4-499e-b1e0-3fad4ded1681 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-d0d62682-e305-40f5-9801-867d0aaba709 {
  min-height: 50px;
}








#s-d0d62682-e305-40f5-9801-867d0aaba709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0d62682-e305-40f5-9801-867d0aaba709.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f11b04b2-f54e-41a9-89dd-0a2c8342b3fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f11b04b2-f54e-41a9-89dd-0a2c8342b3fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f11b04b2-f54e-41a9-89dd-0a2c8342b3fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f11b04b2-f54e-41a9-89dd-0a2c8342b3fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f711e1fc-0cd4-4d9c-b4b9-3253f9eb8a52 {
  text-align: center;
}







  #s-f711e1fc-0cd4-4d9c-b4b9-3253f9eb8a52 img.shogun-image {
    

    
    
    
  }


#s-f711e1fc-0cd4-4d9c-b4b9-3253f9eb8a52 .shogun-image-content {
  
    align-items: center;
  
}

#s-d951b4e4-4b5b-4012-b417-a97094624e7e {
  text-align: left;
}

#s-d951b4e4-4b5b-4012-b417-a97094624e7e .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-a2e662d1-5792-4635-bd91-4ff67bb2bdbb {
  text-align: left;
}

#s-a2e662d1-5792-4635-bd91-4ff67bb2bdbb .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-7799363d-643e-4ba5-8092-0712df9b679d {
  text-align: left;
}

#s-7799363d-643e-4ba5-8092-0712df9b679d .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-77c9f3eb-02fb-4753-8496-1f1d4cc0f432 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-8fd68bd0-d868-4a24-b583-afe2cbb73256 {
  text-align: left;
}

#s-8fd68bd0-d868-4a24-b583-afe2cbb73256 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-7541e2d7-beda-4388-9623-9e48d5f19e29 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-b3df1ac5-ad83-4c30-9cd9-32a2b8d4ca24 {
  min-height: 50px;
}








#s-b3df1ac5-ad83-4c30-9cd9-32a2b8d4ca24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3df1ac5-ad83-4c30-9cd9-32a2b8d4ca24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9a2c2059-9df3-4d57-b6ac-ad7d31208d90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a2c2059-9df3-4d57-b6ac-ad7d31208d90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a2c2059-9df3-4d57-b6ac-ad7d31208d90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a2c2059-9df3-4d57-b6ac-ad7d31208d90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dfa420c5-2415-4e5a-bb17-8ed04decce05 {
  text-align: center;
}







  #s-dfa420c5-2415-4e5a-bb17-8ed04decce05 img.shogun-image {
    

    
    
    
  }


#s-dfa420c5-2415-4e5a-bb17-8ed04decce05 .shogun-image-content {
  
    align-items: center;
  
}

#s-be5b20d2-62a5-4ce3-9fa2-e06adc95a3d9 {
  text-align: left;
}

#s-be5b20d2-62a5-4ce3-9fa2-e06adc95a3d9 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-cd3f27ec-0238-41a4-a46a-0a2f91e31987 {
  text-align: left;
}

#s-cd3f27ec-0238-41a4-a46a-0a2f91e31987 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-5758fca9-1c37-46f0-a773-815e6b116721 {
  text-align: left;
}

#s-5758fca9-1c37-46f0-a773-815e6b116721 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-72764fb7-a180-49c8-bd0e-63a60dd04fee hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-fab53ff6-d968-4c26-bc85-a5ef12418c7c {
  text-align: left;
}

#s-fab53ff6-d968-4c26-bc85-a5ef12418c7c .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-bdf97a5b-e2b2-4d3a-8351-b5730278f42c hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-16065799-43b9-414d-b0a0-7784e98faf5b {
  min-height: 50px;
}








#s-16065799-43b9-414d-b0a0-7784e98faf5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16065799-43b9-414d-b0a0-7784e98faf5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-1237f6ab-8461-4afe-855c-457e089eafb5 {
  min-height: 400px;
}

#s-10a35919-c615-4625-9cb6-48750e18d5b5 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-10a35919-c615-4625-9cb6-48750e18d5b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10a35919-c615-4625-9cb6-48750e18d5b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b724dcb-c8c5-43cd-95cc-0304e9ed2f4a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-4b724dcb-c8c5-43cd-95cc-0304e9ed2f4a .shogun-heading-component h2 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



#s-0110da4d-7e24-4343-9422-9f19b723476f {
  margin-top: 5px;
margin-bottom: -5px;
text-align: left;
}

#s-0110da4d-7e24-4343-9422-9f19b723476f .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



.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-c3088247-1621-476f-9cf4-5c581e4c8b1c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c3088247-1621-476f-9cf4-5c581e4c8b1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c3088247-1621-476f-9cf4-5c581e4c8b1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c3088247-1621-476f-9cf4-5c581e4c8b1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3088247-1621-476f-9cf4-5c581e4c8b1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-1cc47272-e81b-42b5-9161-706cc28782ca {
  padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-radius: 0px;
background-color: rgba(65, 182, 145, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1cc47272-e81b-42b5-9161-706cc28782ca:hover {background-color: rgba(65, 182, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1cc47272-e81b-42b5-9161-706cc28782ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cc47272-e81b-42b5-9161-706cc28782ca-root {
    text-align: center;
  }


#s-1cc47272-e81b-42b5-9161-706cc28782ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cc47272-e81b-42b5-9161-706cc28782ca-root {
    text-align: center;
  }


#s-1cc47272-e81b-42b5-9161-706cc28782ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cc47272-e81b-42b5-9161-706cc28782ca-root {
    text-align: center;
  }


#s-1cc47272-e81b-42b5-9161-706cc28782ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cc47272-e81b-42b5-9161-706cc28782ca-root {
    text-align: center;
  }


#s-1cc47272-e81b-42b5-9161-706cc28782ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cc47272-e81b-42b5-9161-706cc28782ca-root {
    text-align: center;
  }


#s-1cc47272-e81b-42b5-9161-706cc28782ca.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}
#s-92048627-e33e-4890-8ab8-cf4707c813bb {
  padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(65, 182, 145, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(59, 200, 194, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(65, 182, 145, 1);
}
#s-92048627-e33e-4890-8ab8-cf4707c813bb:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(65, 182, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-92048627-e33e-4890-8ab8-cf4707c813bb:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(255, 114, 117, 0) !important;
background-image: none !important;
hover-type: color !important;}

  #s-92048627-e33e-4890-8ab8-cf4707c813bb-root {
    text-align: center;
  }


#s-92048627-e33e-4890-8ab8-cf4707c813bb.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92048627-e33e-4890-8ab8-cf4707c813bb-root {
    text-align: center;
  }


#s-92048627-e33e-4890-8ab8-cf4707c813bb.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92048627-e33e-4890-8ab8-cf4707c813bb-root {
    text-align: center;
  }


#s-92048627-e33e-4890-8ab8-cf4707c813bb.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92048627-e33e-4890-8ab8-cf4707c813bb-root {
    text-align: center;
  }


#s-92048627-e33e-4890-8ab8-cf4707c813bb.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92048627-e33e-4890-8ab8-cf4707c813bb-root {
    text-align: center;
  }


#s-92048627-e33e-4890-8ab8-cf4707c813bb.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}
#s-acf73db9-1c32-444e-a55e-7982ee94c89d {
  min-height: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-acf73db9-1c32-444e-a55e-7982ee94c89d {
  display: none;
}
#s-acf73db9-1c32-444e-a55e-7982ee94c89d, #wrap-s-acf73db9-1c32-444e-a55e-7982ee94c89d { display: none !important; }}@media (max-width: 767px){#s-acf73db9-1c32-444e-a55e-7982ee94c89d {
  display: none;
}
#s-acf73db9-1c32-444e-a55e-7982ee94c89d, #wrap-s-acf73db9-1c32-444e-a55e-7982ee94c89d { display: none !important; }}







#s-acf73db9-1c32-444e-a55e-7982ee94c89d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acf73db9-1c32-444e-a55e-7982ee94c89d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d6865f1-7e59-497f-9f07-02dea22c45b8 {
  margin-top: -100px;
margin-left: auto;
margin-bottom: -100px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-6d6865f1-7e59-497f-9f07-02dea22c45b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d6865f1-7e59-497f-9f07-02dea22c45b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-b48517c5-b042-4316-b645-a97b8d3898ac {
  padding-left: 30px;
padding-right: 30px;
min-height: 600px;
background-color: rgba(253, 237, 240, 1);
}








#s-b48517c5-b042-4316-b645-a97b8d3898ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b48517c5-b042-4316-b645-a97b8d3898ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5bf302c-66ff-4ff3-acd9-4dd6d192c495 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
text-align: left;
}

#s-f5bf302c-66ff-4ff3-acd9-4dd6d192c495 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: left;
}



#s-77a0a833-7b39-4939-b67c-215b50098335 {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
}

#s-77a0a833-7b39-4939-b67c-215b50098335 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  600 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-ba95f5d6-e385-438a-8e66-35207be3ec19 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-ba95f5d6-e385-438a-8e66-35207be3ec19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ba95f5d6-e385-438a-8e66-35207be3ec19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba95f5d6-e385-438a-8e66-35207be3ec19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba95f5d6-e385-438a-8e66-35207be3ec19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-becd029f-c7ef-4bc2-9b48-b77144ecfa8b {
  min-height: 50px;
}








#s-becd029f-c7ef-4bc2-9b48-b77144ecfa8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-becd029f-c7ef-4bc2-9b48-b77144ecfa8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8aa7a829-7f64-45e8-86f6-e78af979ec17"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8aa7a829-7f64-45e8-86f6-e78af979ec17"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8aa7a829-7f64-45e8-86f6-e78af979ec17"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8aa7a829-7f64-45e8-86f6-e78af979ec17"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8aa7a829-7f64-45e8-86f6-e78af979ec17"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aa7a829-7f64-45e8-86f6-e78af979ec17"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8aa7a829-7f64-45e8-86f6-e78af979ec17"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-bc785820-54dc-4338-88e2-c32f55250e03 {
  text-align: center;
}







  #s-bc785820-54dc-4338-88e2-c32f55250e03 img.shogun-image {
    

    
    
    
  }


#s-bc785820-54dc-4338-88e2-c32f55250e03 .shogun-image-content {
  
    align-items: center;
  
}

#s-c31bdc0e-c461-4d51-9861-4da79d738b9c {
  text-align: left;
}

#s-c31bdc0e-c461-4d51-9861-4da79d738b9c .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-d6d04ef6-bd7a-4747-9328-a256b9ca33bc {
  text-align: left;
}

#s-d6d04ef6-bd7a-4747-9328-a256b9ca33bc .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-1aec85f4-93d9-49a5-a4df-dab567e2312d {
  text-align: left;
}

#s-1aec85f4-93d9-49a5-a4df-dab567e2312d .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-a27cc67d-1a70-42b9-8195-1cf6f4133f3d hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-46c7ad88-8363-462f-af4a-d206f758336a {
  text-align: left;
}

#s-46c7ad88-8363-462f-af4a-d206f758336a .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-26cabd91-d042-4985-b2e1-b38b1e35fc4c hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-07585970-b573-494f-9e4e-1ddecb8acf07 {
  min-height: 50px;
}








#s-07585970-b573-494f-9e4e-1ddecb8acf07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07585970-b573-494f-9e4e-1ddecb8acf07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-55768385-fc3d-4df7-aa33-dfb812741d5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-55768385-fc3d-4df7-aa33-dfb812741d5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-55768385-fc3d-4df7-aa33-dfb812741d5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-55768385-fc3d-4df7-aa33-dfb812741d5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-55768385-fc3d-4df7-aa33-dfb812741d5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-55768385-fc3d-4df7-aa33-dfb812741d5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-55768385-fc3d-4df7-aa33-dfb812741d5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c30b8670-7b2a-4af1-bed6-c9abd110d59c {
  text-align: center;
}







  #s-c30b8670-7b2a-4af1-bed6-c9abd110d59c img.shogun-image {
    

    
    
    
  }


#s-c30b8670-7b2a-4af1-bed6-c9abd110d59c .shogun-image-content {
  
    align-items: center;
  
}

#s-d7458b7d-4a12-406f-b8e7-f2371aac6a73 {
  text-align: left;
}

#s-d7458b7d-4a12-406f-b8e7-f2371aac6a73 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-7117d89e-58b2-4522-93a8-5eb58ac64660 {
  text-align: left;
}

#s-7117d89e-58b2-4522-93a8-5eb58ac64660 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-ab6dc55a-a490-45bb-a03d-01231731958b {
  text-align: left;
}

#s-ab6dc55a-a490-45bb-a03d-01231731958b .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-e80358c9-9bef-43dd-9282-c7415646d124 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-b3ef3494-7007-4171-a53c-0e5c7200f9e8 {
  text-align: left;
}

#s-b3ef3494-7007-4171-a53c-0e5c7200f9e8 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-a73fe6cb-53d2-4f85-a07a-c4b23228a764 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-474853f7-49e4-4ad9-a5d4-6ab52835c2d9 {
  min-height: 50px;
}








#s-474853f7-49e4-4ad9-a5d4-6ab52835c2d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-474853f7-49e4-4ad9-a5d4-6ab52835c2d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-40678cb8-27c8-48a8-9126-2607169e0820"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-40678cb8-27c8-48a8-9126-2607169e0820"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-40678cb8-27c8-48a8-9126-2607169e0820"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-40678cb8-27c8-48a8-9126-2607169e0820"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-40678cb8-27c8-48a8-9126-2607169e0820"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-40678cb8-27c8-48a8-9126-2607169e0820"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-40678cb8-27c8-48a8-9126-2607169e0820"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-dbe58e09-4799-4b00-b930-64f23f2e9ca6 {
  text-align: center;
}







  #s-dbe58e09-4799-4b00-b930-64f23f2e9ca6 img.shogun-image {
    

    
    
    
  }


#s-dbe58e09-4799-4b00-b930-64f23f2e9ca6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9bdaa6c-64c5-4c17-a4ad-10f2aa68dea9 {
  text-align: left;
}

#s-c9bdaa6c-64c5-4c17-a4ad-10f2aa68dea9 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-a556b045-d38e-4840-856b-051f5a0d4a98 {
  text-align: left;
}

#s-a556b045-d38e-4840-856b-051f5a0d4a98 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-f849b764-665e-4469-a5b6-71b97aadea9f {
  text-align: left;
}

#s-f849b764-665e-4469-a5b6-71b97aadea9f .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-cc176ff2-8b50-4499-b227-bc2ad595d516 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-b4f5a29d-75fd-4e6a-9d91-943a99521559 {
  text-align: left;
}

#s-b4f5a29d-75fd-4e6a-9d91-943a99521559 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-06efc5fb-259e-4885-ad29-707b52929ea6 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-f4c7e539-d799-4a3a-bc4c-b9ccf0180fe8 {
  min-height: 50px;
}








#s-f4c7e539-d799-4a3a-bc4c-b9ccf0180fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4c7e539-d799-4a3a-bc4c-b9ccf0180fe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-708e6eca-7fc4-46f1-ae5b-086f953d3d1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-708e6eca-7fc4-46f1-ae5b-086f953d3d1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-708e6eca-7fc4-46f1-ae5b-086f953d3d1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-708e6eca-7fc4-46f1-ae5b-086f953d3d1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-708e6eca-7fc4-46f1-ae5b-086f953d3d1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-708e6eca-7fc4-46f1-ae5b-086f953d3d1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-708e6eca-7fc4-46f1-ae5b-086f953d3d1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-40d8b567-2eb5-4587-ab5e-a559d0c77040 {
  text-align: center;
}







  #s-40d8b567-2eb5-4587-ab5e-a559d0c77040 img.shogun-image {
    

    
    
    
  }


#s-40d8b567-2eb5-4587-ab5e-a559d0c77040 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcc3e2ef-53e9-462c-ac16-9c7aa364ad44 {
  text-align: left;
}

#s-bcc3e2ef-53e9-462c-ac16-9c7aa364ad44 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-f0b546ee-04b8-46ab-a39c-377139d61982 {
  text-align: left;
}

#s-f0b546ee-04b8-46ab-a39c-377139d61982 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-700ba758-f0be-4e28-9470-b23c3e402e42 {
  text-align: left;
}

#s-700ba758-f0be-4e28-9470-b23c3e402e42 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-8af66332-e1ce-49d8-b13a-083158f63dcb hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-afb4c364-1051-4d3d-9288-c3a4f82b82b5 {
  text-align: left;
}

#s-afb4c364-1051-4d3d-9288-c3a4f82b82b5 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-aaa6beb6-2390-43c6-a83e-785d0626af97 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-b0c98200-25b9-4ea4-b571-1719cf85e428 {
  min-height: 50px;
}








#s-b0c98200-25b9-4ea4-b571-1719cf85e428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0c98200-25b9-4ea4-b571-1719cf85e428.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8b6d38ac-1e16-47b7-909e-c3bc486a8005"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8b6d38ac-1e16-47b7-909e-c3bc486a8005"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b6d38ac-1e16-47b7-909e-c3bc486a8005"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b6d38ac-1e16-47b7-909e-c3bc486a8005"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b6d38ac-1e16-47b7-909e-c3bc486a8005"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b6d38ac-1e16-47b7-909e-c3bc486a8005"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b6d38ac-1e16-47b7-909e-c3bc486a8005"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c7dc5052-10b7-4af0-8c3b-b2526f989f67 {
  text-align: center;
}







  #s-c7dc5052-10b7-4af0-8c3b-b2526f989f67 img.shogun-image {
    

    
    
    
  }


#s-c7dc5052-10b7-4af0-8c3b-b2526f989f67 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c5bca80-de14-4e34-8f7b-7230eec0d8f1 {
  text-align: left;
}

#s-3c5bca80-de14-4e34-8f7b-7230eec0d8f1 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-d45f816c-fffc-464d-8404-0a2f117b5804 {
  text-align: left;
}

#s-d45f816c-fffc-464d-8404-0a2f117b5804 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-d1f0f164-ba08-4358-abb8-a08c7f7eeb6e {
  text-align: left;
}

#s-d1f0f164-ba08-4358-abb8-a08c7f7eeb6e .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-6d175631-ee65-4194-b274-793fdf3b9639 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-432ad514-b13a-4b7b-9e5b-d0f4f8435122 {
  text-align: left;
}

#s-432ad514-b13a-4b7b-9e5b-d0f4f8435122 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-a9b121f2-9e79-4a4b-863e-a37351fbb78b hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-fd3f51fc-3555-42d2-876c-6b0f7f64854c {
  min-height: 50px;
}








#s-fd3f51fc-3555-42d2-876c-6b0f7f64854c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd3f51fc-3555-42d2-876c-6b0f7f64854c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-016ea0a3-1c1c-4edd-b851-7e1e703c9b58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-016ea0a3-1c1c-4edd-b851-7e1e703c9b58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-016ea0a3-1c1c-4edd-b851-7e1e703c9b58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-016ea0a3-1c1c-4edd-b851-7e1e703c9b58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-016ea0a3-1c1c-4edd-b851-7e1e703c9b58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-016ea0a3-1c1c-4edd-b851-7e1e703c9b58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-016ea0a3-1c1c-4edd-b851-7e1e703c9b58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-37214134-6c00-486b-b80e-a50bf3fcc4fb {
  text-align: center;
}







  #s-37214134-6c00-486b-b80e-a50bf3fcc4fb img.shogun-image {
    

    
    
    
  }


#s-37214134-6c00-486b-b80e-a50bf3fcc4fb .shogun-image-content {
  
    align-items: center;
  
}

#s-dd1e3119-9c25-446c-b39e-f78e5cc4f9de {
  text-align: left;
}

#s-dd1e3119-9c25-446c-b39e-f78e5cc4f9de .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-2da398c5-c354-44ad-8e58-b0c402d5d62f {
  text-align: left;
}

#s-2da398c5-c354-44ad-8e58-b0c402d5d62f .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-e83dd26d-f325-47e2-acb1-6bd29f709182 {
  text-align: left;
}

#s-e83dd26d-f325-47e2-acb1-6bd29f709182 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-fb1228d3-3e72-4bef-a26f-8640159d2f74 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-ce2c61b0-ddee-4ab6-ae05-ae775e9283d9 {
  text-align: left;
}

#s-ce2c61b0-ddee-4ab6-ae05-ae775e9283d9 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-bac9783f-15ac-4158-80fd-767361ac341a hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-e61254d1-3f5e-45d0-8c87-9359c7e6afb5 {
  min-height: 50px;
}








#s-e61254d1-3f5e-45d0-8c87-9359c7e6afb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e61254d1-3f5e-45d0-8c87-9359c7e6afb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4e56fdb0-9b12-4df9-a97e-73e676e67e31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4e56fdb0-9b12-4df9-a97e-73e676e67e31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e56fdb0-9b12-4df9-a97e-73e676e67e31"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e56fdb0-9b12-4df9-a97e-73e676e67e31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e56fdb0-9b12-4df9-a97e-73e676e67e31"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e56fdb0-9b12-4df9-a97e-73e676e67e31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e56fdb0-9b12-4df9-a97e-73e676e67e31"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-99d2d77b-2753-41e2-a284-0d775386e918 {
  text-align: center;
}







  #s-99d2d77b-2753-41e2-a284-0d775386e918 img.shogun-image {
    

    
    
    
  }


#s-99d2d77b-2753-41e2-a284-0d775386e918 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6f62e14-d1f9-4aa6-9502-ad934c97732c {
  text-align: left;
}

#s-d6f62e14-d1f9-4aa6-9502-ad934c97732c .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-48338013-b0f5-4cee-8fe6-9cea010fb7dc {
  text-align: left;
}

#s-48338013-b0f5-4cee-8fe6-9cea010fb7dc .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-38e6851d-a2de-4943-8a03-dd7b7a07e4d6 {
  text-align: left;
}

#s-38e6851d-a2de-4943-8a03-dd7b7a07e4d6 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-636e730a-2eba-4771-93dd-065426f6322b hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-eb3d2d40-9e5d-48e8-afb4-178b82d435a9 {
  text-align: left;
}

#s-eb3d2d40-9e5d-48e8-afb4-178b82d435a9 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-bf41d1db-ea88-450b-8219-2ae14350e772 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-793c4a87-b94c-4c94-a418-d851b5d1ad21 {
  min-height: 50px;
}








#s-793c4a87-b94c-4c94-a418-d851b5d1ad21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-793c4a87-b94c-4c94-a418-d851b5d1ad21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e862ba28-0c76-4eee-bb23-85e86092e3f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e862ba28-0c76-4eee-bb23-85e86092e3f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e862ba28-0c76-4eee-bb23-85e86092e3f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e862ba28-0c76-4eee-bb23-85e86092e3f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e862ba28-0c76-4eee-bb23-85e86092e3f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e862ba28-0c76-4eee-bb23-85e86092e3f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e862ba28-0c76-4eee-bb23-85e86092e3f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-dcdbec67-3802-45e1-9b76-27b9508851c3 {
  text-align: center;
}







  #s-dcdbec67-3802-45e1-9b76-27b9508851c3 img.shogun-image {
    

    
    
    
  }


#s-dcdbec67-3802-45e1-9b76-27b9508851c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc9bd3b9-c34a-468b-9423-33a39255eee2 {
  text-align: left;
}

#s-fc9bd3b9-c34a-468b-9423-33a39255eee2 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-81a15788-8629-442b-b22e-31ace03ab5d0 {
  text-align: left;
}

#s-81a15788-8629-442b-b22e-31ace03ab5d0 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-6dd740a3-9f9a-4714-a777-1f92829e9807 {
  text-align: left;
}

#s-6dd740a3-9f9a-4714-a777-1f92829e9807 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-47ad508a-c5db-4929-9ad8-f9a255c88a35 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-73d01e9e-890f-4640-a170-72b7cdb9ee06 {
  text-align: left;
}

#s-73d01e9e-890f-4640-a170-72b7cdb9ee06 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-bc6a87b3-6bd6-4426-a9b7-073d5de35d71 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-0d45368e-b8ed-40aa-9acc-d18d4606f19a {
  min-height: 50px;
}








#s-0d45368e-b8ed-40aa-9acc-d18d4606f19a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d45368e-b8ed-40aa-9acc-d18d4606f19a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42384ff3-a8d4-4c7d-9978-351c87f8beb7 {
  min-height: 400px;
}

#s-fb023d9a-4452-4d55-9f42-20ef2be9e598 {
  margin-top: -21px;
min-height: 50px;
}








#s-fb023d9a-4452-4d55-9f42-20ef2be9e598 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb023d9a-4452-4d55-9f42-20ef2be9e598.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4d6f645-f000-4d38-9fd4-fef4a33c86da {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-f4d6f645-f000-4d38-9fd4-fef4a33c86da .shogun-heading-component h2 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 60px;
  line-height: 0.8em;
  
  text-align: left;
}



#s-87755ee8-a642-4407-8f0e-950bbaffc6e4 {
  margin-top: 5px;
margin-left: 20px;
margin-bottom: -5px;
margin-right: 20px;
text-align: left;
}

#s-87755ee8-a642-4407-8f0e-950bbaffc6e4 .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-486b5c43-abd4-4012-b331-ccef36561a24 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5b53a2d1-05a4-40ad-9d89-c0a10b393591 {
  opacity: 0;
}

#s-5b53a2d1-05a4-40ad-9d89-c0a10b393591 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-91d19128-f515-4b14-a69d-4331e1f08ad2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91d19128-f515-4b14-a69d-4331e1f08ad2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-91d19128-f515-4b14-a69d-4331e1f08ad2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-91d19128-f515-4b14-a69d-4331e1f08ad2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-632ddef1-8f93-4fa6-b3d1-18d61929faf1 {
  min-height: 50px;
}








#s-632ddef1-8f93-4fa6-b3d1-18d61929faf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-632ddef1-8f93-4fa6-b3d1-18d61929faf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a {
  padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-radius: 0px;
background-color: rgba(65, 182, 145, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a:hover {background-color: rgba(65, 182, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a-root {
    text-align: center;
  }


#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a-root {
    text-align: center;
  }


#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a-root {
    text-align: center;
  }


#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a-root {
    text-align: center;
  }


#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a-root {
    text-align: center;
  }


#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}
#s-4fd32630-fbe3-4256-90a4-be2401aea61a {
  min-height: 50px;
}








#s-4fd32630-fbe3-4256-90a4-be2401aea61a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fd32630-fbe3-4256-90a4-be2401aea61a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a016a2a0-2e22-4ce8-82a1-a30051957a66 {
  min-height: 50px;
}








#s-a016a2a0-2e22-4ce8-82a1-a30051957a66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a016a2a0-2e22-4ce8-82a1-a30051957a66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2100faac-13c6-40a5-9a1b-ec2f0d2cedab {
  min-height: 50px;
}








#s-2100faac-13c6-40a5-9a1b-ec2f0d2cedab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2100faac-13c6-40a5-9a1b-ec2f0d2cedab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5 {
  padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(65, 182, 145, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(59, 200, 194, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(65, 182, 145, 1);
}
#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(65, 182, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(255, 114, 117, 0) !important;
background-image: none !important;
hover-type: color !important;}

  #s-228fb441-6b85-4690-bf7a-5ee9e74b40e5-root {
    text-align: center;
  }


#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-228fb441-6b85-4690-bf7a-5ee9e74b40e5-root {
    text-align: center;
  }


#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-228fb441-6b85-4690-bf7a-5ee9e74b40e5-root {
    text-align: center;
  }


#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-228fb441-6b85-4690-bf7a-5ee9e74b40e5-root {
    text-align: center;
  }


#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-228fb441-6b85-4690-bf7a-5ee9e74b40e5-root {
    text-align: center;
  }


#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}
#s-a772896a-2575-4e1d-b61a-df808e8b6532 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a772896a-2575-4e1d-b61a-df808e8b6532 {
  display: none;
}
#s-a772896a-2575-4e1d-b61a-df808e8b6532, #wrap-s-a772896a-2575-4e1d-b61a-df808e8b6532 { display: none !important; }}@media (max-width: 767px){#s-a772896a-2575-4e1d-b61a-df808e8b6532 {
  display: none;
}
#s-a772896a-2575-4e1d-b61a-df808e8b6532, #wrap-s-a772896a-2575-4e1d-b61a-df808e8b6532 { display: none !important; }}







#s-a772896a-2575-4e1d-b61a-df808e8b6532 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a772896a-2575-4e1d-b61a-df808e8b6532.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1535e184-6669-4c66-bd71-99446836748f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -400px;
margin-left: 30px;
margin-right: 30px;
min-height: 800px;
background-position: right top;
}
@media (min-width: 768px) and (max-width: 991px){#s-1535e184-6669-4c66-bd71-99446836748f {
  margin-top: 0px;
min-height: 580px;
}
}@media (max-width: 767px){#s-1535e184-6669-4c66-bd71-99446836748f {
  margin-top: 0px;
min-height: 390px;
}
}







#s-1535e184-6669-4c66-bd71-99446836748f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1535e184-6669-4c66-bd71-99446836748f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8624c5d-6fe0-4841-91ec-ecc3c2561faa {
  margin-top: -75px;
margin-bottom: -75px;
min-height: 600px;
}








#s-e8624c5d-6fe0-4841-91ec-ecc3c2561faa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8624c5d-6fe0-4841-91ec-ecc3c2561faa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2b5dc71-159c-4977-be76-62d5af12ad12 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2b5dc71-159c-4977-be76-62d5af12ad12 {
  display: none;
}
#s-d2b5dc71-159c-4977-be76-62d5af12ad12, #wrap-s-d2b5dc71-159c-4977-be76-62d5af12ad12 { display: none !important; }}@media (max-width: 767px){#s-d2b5dc71-159c-4977-be76-62d5af12ad12 {
  display: none;
}
#s-d2b5dc71-159c-4977-be76-62d5af12ad12, #wrap-s-d2b5dc71-159c-4977-be76-62d5af12ad12 { display: none !important; }}







#s-d2b5dc71-159c-4977-be76-62d5af12ad12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b5dc71-159c-4977-be76-62d5af12ad12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ce3fc98d-1062-4496-bf39-8e10b1ecaed8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce3fc98d-1062-4496-bf39-8e10b1ecaed8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce3fc98d-1062-4496-bf39-8e10b1ecaed8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce3fc98d-1062-4496-bf39-8e10b1ecaed8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-22a679cf-a2f9-488d-815f-0f6938142380 {
  margin-top: 19%;
margin-bottom: 19%;
min-height: 50px;
}








#s-22a679cf-a2f9-488d-815f-0f6938142380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22a679cf-a2f9-488d-815f-0f6938142380.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee2c02e1-0db2-4fd3-9abc-ad7f3913bade {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-ee2c02e1-0db2-4fd3-9abc-ad7f3913bade .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 101px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ee2c02e1-0db2-4fd3-9abc-ad7f3913bade .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 101px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-1eb7523c-e5be-410e-be83-8dc4b41f5201 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: left;
}

#s-1eb7523c-e5be-410e-be83-8dc4b41f5201 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  700 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-0be2ef62-197d-4884-b678-a8d88d2afd2f {
  min-height: 50px;
}








#s-0be2ef62-197d-4884-b678-a8d88d2afd2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0be2ef62-197d-4884-b678-a8d88d2afd2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ce61e3b-d255-4bf1-b97b-5f881f48b963 {
  text-align: center;
}







  #s-6ce61e3b-d255-4bf1-b97b-5f881f48b963 img.shogun-image {
    

    
    
    
  }


#s-6ce61e3b-d255-4bf1-b97b-5f881f48b963 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd {
  display: none;
}
#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd, #wrap-s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd {
  display: none;
}
#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd, #wrap-s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd { display: none !important; }}







#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3f3ffae-020b-4289-a00f-b1e97b9dccd5 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-c3f3ffae-020b-4289-a00f-b1e97b9dccd5 .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 101px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c3f3ffae-020b-4289-a00f-b1e97b9dccd5 .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 101px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-c3f3ffae-020b-4289-a00f-b1e97b9dccd5 .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  text-align: left;
}


}
@media (min-width: 0px) {
[id="s-7004f42a-87a0-451b-a41b-edab07aa31b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7004f42a-87a0-451b-a41b-edab07aa31b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7004f42a-87a0-451b-a41b-edab07aa31b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7004f42a-87a0-451b-a41b-edab07aa31b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a5ef331a-3662-4408-bd99-2c388139275f {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-a5ef331a-3662-4408-bd99-2c388139275f .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  600 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-d6cf8d62-fdd1-42a1-bc39-be75b7af7ada {
  text-align: center;
}







  #s-d6cf8d62-fdd1-42a1-bc39-be75b7af7ada img.shogun-image {
    

    
    
    
  }


#s-d6cf8d62-fdd1-42a1-bc39-be75b7af7ada .shogun-image-content {
  
    align-items: center;
  
}

#s-ba04667a-cf98-46e6-8862-969374dbcac0 {
  min-height: 550px;
background-color: rgba(65, 182, 145, 1);
}
@media (max-width: 767px){#s-ba04667a-cf98-46e6-8862-969374dbcac0 {
  min-height: 350px;
}
}







#s-ba04667a-cf98-46e6-8862-969374dbcac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba04667a-cf98-46e6-8862-969374dbcac0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-941185bf-d1f7-4f0e-9ee3-15b7a526dbba {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-941185bf-d1f7-4f0e-9ee3-15b7a526dbba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-941185bf-d1f7-4f0e-9ee3-15b7a526dbba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eed04076-225a-4178-bff5-0b011e1b5b48 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-eed04076-225a-4178-bff5-0b011e1b5b48 .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 140px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-eed04076-225a-4178-bff5-0b011e1b5b48 .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 120px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-eed04076-225a-4178-bff5-0b011e1b5b48 .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-99324258-b701-400f-9221-fc607a05ce95 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: left;
}

#s-99324258-b701-400f-9221-fc607a05ce95 .shogun-heading-component h6 {
  color: rgba(253, 237, 240, 1);
  font-weight:  700 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-51287539-fdce-46f1-a62d-afd594759933 {
  min-height: 200px;
}








#s-51287539-fdce-46f1-a62d-afd594759933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51287539-fdce-46f1-a62d-afd594759933.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ef11fef-e298-4a8a-b565-6c4bf8ce1ebc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-7ef11fef-e298-4a8a-b565-6c4bf8ce1ebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ef11fef-e298-4a8a-b565-6c4bf8ce1ebc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c52a5e6e-a116-4135-ab44-f770b4fdfea8 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-c52a5e6e-a116-4135-ab44-f770b4fdfea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c52a5e6e-a116-4135-ab44-f770b4fdfea8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36a850d0-851f-4c45-9335-121e85790c7d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-36a850d0-851f-4c45-9335-121e85790c7d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 140px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-36a850d0-851f-4c45-9335-121e85790c7d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 120px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-36a850d0-851f-4c45-9335-121e85790c7d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-a6a27166-738d-447a-a68e-7961ce6e60e7 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
text-align: left;
}

#s-a6a27166-738d-447a-a68e-7961ce6e60e7 .shogun-heading-component h6 {
  color: rgba(253, 237, 240, 1);
  font-weight:  600 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 237, 240, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(59, 200, 194, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 237, 240, 1);
}
#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(253, 237, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(255, 114, 117, 0) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ffb2705e-9e0b-49a3-ad87-3258246ba59a-root {
    text-align: left;
  }


#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a.shg-btn {
  color: rgba(253, 237, 240, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffb2705e-9e0b-49a3-ad87-3258246ba59a-root {
    text-align: left;
  }


#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a.shg-btn {
  color: rgba(253, 237, 240, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffb2705e-9e0b-49a3-ad87-3258246ba59a-root {
    text-align: left;
  }


#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a.shg-btn {
  color: rgba(253, 237, 240, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffb2705e-9e0b-49a3-ad87-3258246ba59a-root {
    text-align: left;
  }


#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a.shg-btn {
  color: rgba(253, 237, 240, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffb2705e-9e0b-49a3-ad87-3258246ba59a-root {
    text-align: left;
  }


#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a.shg-btn {
  color: rgba(253, 237, 240, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}
#s-9be3763c-5d70-4b31-92fb-a9c2c1a37934 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9be3763c-5d70-4b31-92fb-a9c2c1a37934 {
  min-height: 450px;
}
}@media (max-width: 767px){#s-9be3763c-5d70-4b31-92fb-a9c2c1a37934 {
  min-height: 400px;
}
}







#s-9be3763c-5d70-4b31-92fb-a9c2c1a37934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9be3763c-5d70-4b31-92fb-a9c2c1a37934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77999305-d90a-46d8-907a-2466f081c0fc {
  min-height: 50px;
}








#s-77999305-d90a-46d8-907a-2466f081c0fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77999305-d90a-46d8-907a-2466f081c0fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7c32401-2bc5-48d2-bf57-789ad446ae11 {
  margin-top: -450px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}
@media (max-width: 767px){#s-f7c32401-2bc5-48d2-bf57-789ad446ae11 {
  margin-top: -350px;
}
}







#s-f7c32401-2bc5-48d2-bf57-789ad446ae11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7c32401-2bc5-48d2-bf57-789ad446ae11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28d2fd06-9754-47d8-955a-3238bdee5c3d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-28d2fd06-9754-47d8-955a-3238bdee5c3d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 140px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-28d2fd06-9754-47d8-955a-3238bdee5c3d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 120px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-28d2fd06-9754-47d8-955a-3238bdee5c3d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: left;
}


}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b {
  display: none;
}
#s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b, #wrap-s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b { display: none !important; }}@media (max-width: 767px){#s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b {
  display: none;
}
#s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b, #wrap-s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b { display: none !important; }}
[id="s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 0px;
}

.shg-ig-posts-container {
  width: calc(100% + 0px) !important;
}

@media (min-width: 768px) {
  [id="s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 0px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 0px) !important;
  }
}

@media (min-width: 1200px){#s-19abb103-cd55-4409-8255-db06b2904a92 {
  display: none;
}
#s-19abb103-cd55-4409-8255-db06b2904a92, #wrap-s-19abb103-cd55-4409-8255-db06b2904a92 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19abb103-cd55-4409-8255-db06b2904a92 {
  display: none;
}
#s-19abb103-cd55-4409-8255-db06b2904a92, #wrap-s-19abb103-cd55-4409-8255-db06b2904a92 { display: none !important; }}
@media (min-width: 768px) {
  [id="s-19abb103-cd55-4409-8255-db06b2904a92"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 0px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 0px) !important;
  }
}

#s-ce7612d5-5044-4944-867a-cf5537a75a7b {
  margin-top: -50px;
text-align: center;
}







  #s-ce7612d5-5044-4944-867a-cf5537a75a7b img.shogun-image {
    

    
    
    
  }


#s-ce7612d5-5044-4944-867a-cf5537a75a7b .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
