.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-859b47ad-feb0-4fae-87c1-6d8a7fa45309 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}

#s-859b47ad-feb0-4fae-87c1-6d8a7fa45309 {
  background-image: url(https://i.shgcdn.com/a2c84b7b-0598-4a2e-acfa-531443a7bd17/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-859b47ad-feb0-4fae-87c1-6d8a7fa45309 > .shg-box-overlay {
  background-color: rgba(0, 67, 54, 1);
  opacity: 0.7;
}#s-859b47ad-feb0-4fae-87c1-6d8a7fa45309.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-d9086c69-2dee-4794-8d39-46e58f9be046 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-d9086c69-2dee-4794-8d39-46e58f9be046 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}


@media (max-width: 767px){#s-d9086c69-2dee-4794-8d39-46e58f9be046 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


}
.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-9b56c41f-20e0-4bc0-b17a-dad14b7f13c0 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-9b56c41f-20e0-4bc0-b17a-dad14b7f13c0 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b56c41f-20e0-4bc0-b17a-dad14b7f13c0 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-9b56c41f-20e0-4bc0-b17a-dad14b7f13c0 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-e791118b-6a31-436e-9e4b-a0fee63f667d {
  min-height: 50px;
}








#s-e791118b-6a31-436e-9e4b-a0fee63f667d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e791118b-6a31-436e-9e4b-a0fee63f667d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-db2915a9-5a28-4675-bcaa-02427a4f3764 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-db2915a9-5a28-4675-bcaa-02427a4f3764 img.shogun-image {
    

    
    
    
  }


#s-db2915a9-5a28-4675-bcaa-02427a4f3764 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0ef5b6d-891c-47cf-9fbf-5e0d287dcaef {
  margin-top: 25px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-a0ef5b6d-891c-47cf-9fbf-5e0d287dcaef {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0ef5b6d-891c-47cf-9fbf-5e0d287dcaef {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-a0ef5b6d-891c-47cf-9fbf-5e0d287dcaef {
  margin-left: 25px;
margin-right: 25px;
}
}
.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;
}

@media (min-width: 0px) {
[id="s-29a075a4-55fb-4df2-bd80-d2cbf53c0675"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29a075a4-55fb-4df2-bd80-d2cbf53c0675"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-29a075a4-55fb-4df2-bd80-d2cbf53c0675"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-29a075a4-55fb-4df2-bd80-d2cbf53c0675"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-78512801-7ec9-449b-8a87-6a94908dce3d {
  min-height: 50px;
background-color: rgba(238, 241, 237, 1);
}








#s-78512801-7ec9-449b-8a87-6a94908dce3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78512801-7ec9-449b-8a87-6a94908dce3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34af1279-8565-4135-9b26-4994195b238f {
  margin-top: 25px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34af1279-8565-4135-9b26-4994195b238f .shogun-heading-component h1 {
  color: rgba(0, 67, 54, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-cf318397-eb4a-4bf6-be3a-0d796337fd9c {
  margin-top: 25px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
min-height: 50px;
}








#s-cf318397-eb4a-4bf6-be3a-0d796337fd9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf318397-eb4a-4bf6-be3a-0d796337fd9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-167791ca-7a2b-4a02-8d8c-952c312a67a9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-167791ca-7a2b-4a02-8d8c-952c312a67a9 .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}



#s-82e06c8d-fd23-430c-b2e0-c2334f3c75eb {
  margin-top: 25px;
margin-left: 12%;
margin-bottom: 25px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-82e06c8d-fd23-430c-b2e0-c2334f3c75eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82e06c8d-fd23-430c-b2e0-c2334f3c75eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-82e06c8d-fd23-430c-b2e0-c2334f3c75eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-82e06c8d-fd23-430c-b2e0-c2334f3c75eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-82e06c8d-fd23-430c-b2e0-c2334f3c75eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-82e06c8d-fd23-430c-b2e0-c2334f3c75eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-82e06c8d-fd23-430c-b2e0-c2334f3c75eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

#s-96133389-ea8c-48b9-ae5a-e26545a58117 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-96133389-ea8c-48b9-ae5a-e26545a58117 .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}



#s-a58db28e-5978-473c-a877-981f3b60f387 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a58db28e-5978-473c-a877-981f3b60f387 {
  margin-top: 20px;
}
}
#s-a58db28e-5978-473c-a877-981f3b60f387 .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-222f38c1-4048-4129-8744-10841c4e93f3 {
  margin-top: 0px;
margin-bottom: 35px;
}
}
#s-ce16d5c5-c50f-4f70-b98d-a5464d8633b5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-ce16d5c5-c50f-4f70-b98d-a5464d8633b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce16d5c5-c50f-4f70-b98d-a5464d8633b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3f712a9-8869-4efb-8836-cba52c3c4f07 {
  min-height: 50px;
}








#s-c3f712a9-8869-4efb-8836-cba52c3c4f07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3f712a9-8869-4efb-8836-cba52c3c4f07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-828305f7-8db9-42e0-865e-2cb247fbc438 {
  margin-top: 100px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-828305f7-8db9-42e0-865e-2cb247fbc438 .shogun-heading-component h1 {
  color: rgba(0, 67, 54, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-a673e9ad-1874-4dc6-8eea-b500e6c0172b {
  margin-top: 10px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-a673e9ad-1874-4dc6-8eea-b500e6c0172b {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a673e9ad-1874-4dc6-8eea-b500e6c0172b {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-a673e9ad-1874-4dc6-8eea-b500e6c0172b {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-6388eaa9-3f7f-41a4-a8c9-0742478daeb8 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-6388eaa9-3f7f-41a4-a8c9-0742478daeb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-6388eaa9-3f7f-41a4-a8c9-0742478daeb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-6388eaa9-3f7f-41a4-a8c9-0742478daeb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-6388eaa9-3f7f-41a4-a8c9-0742478daeb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-9aff5f99-a3e0-4f6d-98bf-4cf7ace2545f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 0px;
background-position: center center;
}








#s-9aff5f99-a3e0-4f6d-98bf-4cf7ace2545f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aff5f99-a3e0-4f6d-98bf-4cf7ace2545f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fc71c62-2abd-42ce-b652-d96520b4355b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 0px;
background-position: center center;
}








#s-9fc71c62-2abd-42ce-b652-d96520b4355b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fc71c62-2abd-42ce-b652-d96520b4355b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bb536ae-9f5a-451c-ad29-129a2dba596e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-0bb536ae-9f5a-451c-ad29-129a2dba596e {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-0bb536ae-9f5a-451c-ad29-129a2dba596e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bb536ae-9f5a-451c-ad29-129a2dba596e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0518ae6-798e-46a8-aae4-620c245306a1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 0px;
background-position: center center;
}
@media (max-width: 767px){#s-e0518ae6-798e-46a8-aae4-620c245306a1 {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-e0518ae6-798e-46a8-aae4-620c245306a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0518ae6-798e-46a8-aae4-620c245306a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-019ffdcc-b56e-4a04-9bb2-8ca4f00109aa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 0px;
background-position: center center;
}








#s-019ffdcc-b56e-4a04-9bb2-8ca4f00109aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-019ffdcc-b56e-4a04-9bb2-8ca4f00109aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99293a1d-dd9d-4bde-a1be-12a4c4c3c317 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 0px;
background-position: center center;
}








#s-99293a1d-dd9d-4bde-a1be-12a4c4c3c317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99293a1d-dd9d-4bde-a1be-12a4c4c3c317.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-280c6637-472b-4a24-beb1-1aae250e6bd8 {
  margin-top: 25px;
margin-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-280c6637-472b-4a24-beb1-1aae250e6bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-280c6637-472b-4a24-beb1-1aae250e6bd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cee37ba4-7cc3-45cd-8bf9-eae6fb2ff672 {
  margin-top: 50px;
margin-left: 12%;
margin-bottom: 50px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-cee37ba4-7cc3-45cd-8bf9-eae6fb2ff672"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cee37ba4-7cc3-45cd-8bf9-eae6fb2ff672"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cee37ba4-7cc3-45cd-8bf9-eae6fb2ff672"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cee37ba4-7cc3-45cd-8bf9-eae6fb2ff672"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cee37ba4-7cc3-45cd-8bf9-eae6fb2ff672"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cee37ba4-7cc3-45cd-8bf9-eae6fb2ff672"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cee37ba4-7cc3-45cd-8bf9-eae6fb2ff672"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

}

#s-4b9829db-c083-4f23-9405-3a0e8b13e021 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b9829db-c083-4f23-9405-3a0e8b13e021 .shogun-heading-component h1 {
  color: rgba(0, 67, 54, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-599303be-6dfb-4b91-afc7-fafad1c55b48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-599303be-6dfb-4b91-afc7-fafad1c55b48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-599303be-6dfb-4b91-afc7-fafad1c55b48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-599303be-6dfb-4b91-afc7-fafad1c55b48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-aca3689c-d5cc-4514-96bd-e40580c3ace0 {
  max-width: 50px;
text-align: center;
}
@media (max-width: 767px){#s-aca3689c-d5cc-4514-96bd-e40580c3ace0 {
  margin-top: 35px;
}
}






  #s-aca3689c-d5cc-4514-96bd-e40580c3ace0 img.shogun-image {
    

    
    
    
  }


#s-aca3689c-d5cc-4514-96bd-e40580c3ace0 .shogun-image-content {
  
    align-items: center;
  
}

#s-587ee707-9055-4cdc-8958-3665abce302b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-587ee707-9055-4cdc-8958-3665abce302b .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-a46a56fa-dfbb-42b4-b6f7-5ed73aabef75 {
  max-width: 50px;
text-align: center;
}
@media (max-width: 767px){#s-a46a56fa-dfbb-42b4-b6f7-5ed73aabef75 {
  margin-top: 35px;
}
}






  #s-a46a56fa-dfbb-42b4-b6f7-5ed73aabef75 img.shogun-image {
    

    
    
    
  }


#s-a46a56fa-dfbb-42b4-b6f7-5ed73aabef75 .shogun-image-content {
  
    align-items: center;
  
}

#s-363be165-3642-43c5-a625-16843914d70d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-363be165-3642-43c5-a625-16843914d70d .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-6aa07f4c-1848-4675-825d-a3d48c245c48 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(251, 244, 233, 1);
background-attachment: scroll;
background-position: center center;
}








#s-6aa07f4c-1848-4675-825d-a3d48c245c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6aa07f4c-1848-4675-825d-a3d48c245c48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d9f880f-d089-4400-9c54-78fb363a6ef1 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 49px;
background-color: rgba(251, 244, 233, 1);
}








#s-8d9f880f-d089-4400-9c54-78fb363a6ef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d9f880f-d089-4400-9c54-78fb363a6ef1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d8af469-08f1-4a15-8709-60b3ee9e5a93 {
  margin-top: 75px;
margin-left: 12%;
margin-bottom: 75px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-7d8af469-08f1-4a15-8709-60b3ee9e5a93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d8af469-08f1-4a15-8709-60b3ee9e5a93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d8af469-08f1-4a15-8709-60b3ee9e5a93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d8af469-08f1-4a15-8709-60b3ee9e5a93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d8af469-08f1-4a15-8709-60b3ee9e5a93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d8af469-08f1-4a15-8709-60b3ee9e5a93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7d8af469-08f1-4a15-8709-60b3ee9e5a93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-60e8be9a-fcec-4c3d-8e91-d95761de8838 {
  min-height: 50px;
}








#s-60e8be9a-fcec-4c3d-8e91-d95761de8838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60e8be9a-fcec-4c3d-8e91-d95761de8838.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eab383e8-c3ec-49cc-b25d-4791498c662d {
  margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eab383e8-c3ec-49cc-b25d-4791498c662d .shogun-heading-component h1 {
  color: rgba(0, 67, 54, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-fd753210-a5c5-4295-a1a9-31d563d99fbb {
  margin-bottom: 25px;
}

#s-258b6833-a63e-4ac6-a049-4b0f76c3bff4 {
  margin-top: 25px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-258b6833-a63e-4ac6-a049-4b0f76c3bff4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-258b6833-a63e-4ac6-a049-4b0f76c3bff4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-258b6833-a63e-4ac6-a049-4b0f76c3bff4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-258b6833-a63e-4ac6-a049-4b0f76c3bff4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

}

#s-8f151b12-5ede-4e98-bbff-012a48d014fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f151b12-5ede-4e98-bbff-012a48d014fa .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-abeedd26-86dd-49c3-804c-89e308f10876 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-abeedd26-86dd-49c3-804c-89e308f10876 {
  margin-top: 20px;
}
}
#s-abeedd26-86dd-49c3-804c-89e308f10876 .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-11dcea93-29ad-45f0-b972-c61e6b686cc8 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-11dcea93-29ad-45f0-b972-c61e6b686cc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11dcea93-29ad-45f0-b972-c61e6b686cc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-11dcea93-29ad-45f0-b972-c61e6b686cc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-11dcea93-29ad-45f0-b972-c61e6b686cc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-269dad27-0211-4257-8a44-cf9a5361f2a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-269dad27-0211-4257-8a44-cf9a5361f2a7 .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-269c92a9-ec57-4b4b-8138-5a95a32ca7b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-269c92a9-ec57-4b4b-8138-5a95a32ca7b0 {
  margin-top: 20px;
}
}
#s-269c92a9-ec57-4b4b-8138-5a95a32ca7b0 .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-61348932-fac7-4069-9a1a-0f2591df6b88 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-61348932-fac7-4069-9a1a-0f2591df6b88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61348932-fac7-4069-9a1a-0f2591df6b88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-61348932-fac7-4069-9a1a-0f2591df6b88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-61348932-fac7-4069-9a1a-0f2591df6b88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

}

#s-ec8f8eb5-60a0-4e4c-b4ee-5c03b55283bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec8f8eb5-60a0-4e4c-b4ee-5c03b55283bc .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-8e60542d-bdb3-4332-a1f8-25c67ed71915 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8e60542d-bdb3-4332-a1f8-25c67ed71915 {
  margin-top: 20px;
}
}
#s-8e60542d-bdb3-4332-a1f8-25c67ed71915 .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-cef18d8c-cf06-4f8f-b1cb-30c5c911355b {
  margin-top: 25px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-cef18d8c-cf06-4f8f-b1cb-30c5c911355b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cef18d8c-cf06-4f8f-b1cb-30c5c911355b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cef18d8c-cf06-4f8f-b1cb-30c5c911355b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cef18d8c-cf06-4f8f-b1cb-30c5c911355b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

}

#s-66fa9faa-49da-4dd4-a9cb-8d8d4c38cf3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66fa9faa-49da-4dd4-a9cb-8d8d4c38cf3a .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-3a9444e5-ad0a-4474-89fd-4667798d51bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3a9444e5-ad0a-4474-89fd-4667798d51bd {
  margin-top: 20px;
}
}
#s-3a9444e5-ad0a-4474-89fd-4667798d51bd .shogun-heading-component h2 {
  color: rgba(212, 112, 66, 1);
  font-weight:  normal ;
  font-family: "Larken-ExtraBold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-5c9d5700-050d-47c2-bfb3-7aaa474c1a36 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}








#s-5c9d5700-050d-47c2-bfb3-7aaa474c1a36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c9d5700-050d-47c2-bfb3-7aaa474c1a36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3b7ba2f-8446-4b82-9857-d4834824d358 {
  background-attachment: fixed;
min-height: 49px;
background-color: rgba(255, 255, 255, 1);
}








#s-e3b7ba2f-8446-4b82-9857-d4834824d358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3b7ba2f-8446-4b82-9857-d4834824d358.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f1db1e5-b4d6-4305-ba3c-80f772668d62 {
  margin-top: 75px;
margin-left: 12%;
margin-bottom: 75px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-9f1db1e5-b4d6-4305-ba3c-80f772668d62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f1db1e5-b4d6-4305-ba3c-80f772668d62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-9f1db1e5-b4d6-4305-ba3c-80f772668d62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-9f1db1e5-b4d6-4305-ba3c-80f772668d62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-9f1db1e5-b4d6-4305-ba3c-80f772668d62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f1db1e5-b4d6-4305-ba3c-80f772668d62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-9f1db1e5-b4d6-4305-ba3c-80f772668d62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

}

#s-81aa75c8-42d3-4179-909b-4f40b06cd67f {
  min-height: 50px;
}








#s-81aa75c8-42d3-4179-909b-4f40b06cd67f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81aa75c8-42d3-4179-909b-4f40b06cd67f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f960f5c2-f4e7-4489-ad31-5199ba005c6b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}








#s-f960f5c2-f4e7-4489-ad31-5199ba005c6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f960f5c2-f4e7-4489-ad31-5199ba005c6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47cd14b8-53a7-4355-8a3c-6b50d72e9c3d {
  min-height: 50px;
}








#s-47cd14b8-53a7-4355-8a3c-6b50d72e9c3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47cd14b8-53a7-4355-8a3c-6b50d72e9c3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7eb7841-f309-401e-8a7a-08f9be71571e {
  margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7eb7841-f309-401e-8a7a-08f9be71571e .shogun-heading-component h1 {
  color: rgba(0, 67, 54, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}



#s-113284d7-e543-4cfe-9f7f-7b250bb62652 {
  margin-bottom: 25px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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