.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-025e958b-9280-4de8-91b7-0959fb3002a6 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 450px;
background-position: center center;
}

#s-025e958b-9280-4de8-91b7-0959fb3002a6 {
  background-image: url(https://i.shgcdn.com/0f6a3ff9-1ca0-4373-ab35-cb29c1bce076/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-025e958b-9280-4de8-91b7-0959fb3002a6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-025e958b-9280-4de8-91b7-0959fb3002a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-30c78bb7-1a81-4cf2-bf0c-f6c2f50f5872 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-30c78bb7-1a81-4cf2-bf0c-f6c2f50f5872"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30c78bb7-1a81-4cf2-bf0c-f6c2f50f5872"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30c78bb7-1a81-4cf2-bf0c-f6c2f50f5872"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30c78bb7-1a81-4cf2-bf0c-f6c2f50f5872"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a3f1a5ab-9536-491b-8289-4f5581427170 {
  min-height: 50px;
}








#s-a3f1a5ab-9536-491b-8289-4f5581427170 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3f1a5ab-9536-491b-8289-4f5581427170.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: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-7735f4a4-8a28-4403-b808-5099c4a830a4 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}
@media (max-width: 767px){#s-7735f4a4-8a28-4403-b808-5099c4a830a4 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: center;
}
}
#s-7735f4a4-8a28-4403-b808-5099c4a830a4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-7735f4a4-8a28-4403-b808-5099c4a830a4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
.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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

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

#s-52646c69-e241-4057-a3e5-3f1ab8882dea {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-f227eb6d-e783-4a03-a10e-b06aef8ade47 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f227eb6d-e783-4a03-a10e-b06aef8ade47 {
  margin-top: 150px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f227eb6d-e783-4a03-a10e-b06aef8ade47 {
  margin-top: 150px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f227eb6d-e783-4a03-a10e-b06aef8ade47 {
  margin-top: 100px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-f227eb6d-e783-4a03-a10e-b06aef8ade47 {
  margin-top: 70px;
margin-bottom: 0px;
}
}







#s-f227eb6d-e783-4a03-a10e-b06aef8ade47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f227eb6d-e783-4a03-a10e-b06aef8ade47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3559aef0-80d5-4348-81c2-8f13ced18a7a {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-3559aef0-80d5-4348-81c2-8f13ced18a7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3559aef0-80d5-4348-81c2-8f13ced18a7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3559aef0-80d5-4348-81c2-8f13ced18a7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3559aef0-80d5-4348-81c2-8f13ced18a7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3559aef0-80d5-4348-81c2-8f13ced18a7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3559aef0-80d5-4348-81c2-8f13ced18a7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3559aef0-80d5-4348-81c2-8f13ced18a7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}








#s-c53e9f0a-e942-4a06-80b9-9102aa6cf58b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c53e9f0a-e942-4a06-80b9-9102aa6cf58b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77bfa876-a2ec-4a8a-99d0-accb344a7001 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}
@media (max-width: 767px){#s-77bfa876-a2ec-4a8a-99d0-accb344a7001 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}
}
#s-77bfa876-a2ec-4a8a-99d0-accb344a7001 .shogun-heading-component h2 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-77bfa876-a2ec-4a8a-99d0-accb344a7001 .shogun-heading-component h2 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-0683acc9-db6a-4e8b-b4cf-97dab7bd7cc4 {
  
}








#s-0683acc9-db6a-4e8b-b4cf-97dab7bd7cc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0683acc9-db6a-4e8b-b4cf-97dab7bd7cc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57a940a8-6589-4183-9f91-0d7b2205bd82 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: left;
}

#s-9da923ed-3c0b-4665-a679-0c5f7d306962 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9da923ed-3c0b-4665-a679-0c5f7d306962 {
  margin-top: 200px;
margin-bottom: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9da923ed-3c0b-4665-a679-0c5f7d306962 {
  margin-top: 200px;
margin-bottom: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9da923ed-3c0b-4665-a679-0c5f7d306962 {
  margin-top: 150px;
margin-bottom: 150px;
}
}@media (max-width: 767px){#s-9da923ed-3c0b-4665-a679-0c5f7d306962 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-9da923ed-3c0b-4665-a679-0c5f7d306962 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9da923ed-3c0b-4665-a679-0c5f7d306962.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e872732d-b257-4f30-b212-4a95b0a66959 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-e872732d-b257-4f30-b212-4a95b0a66959"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e872732d-b257-4f30-b212-4a95b0a66959"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e872732d-b257-4f30-b212-4a95b0a66959"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e872732d-b257-4f30-b212-4a95b0a66959"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e872732d-b257-4f30-b212-4a95b0a66959"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1e6dfd5a-d9e2-452a-90e1-7aae91a268b9 {
  min-height: 500px;
}








#s-1e6dfd5a-d9e2-452a-90e1-7aae91a268b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e6dfd5a-d9e2-452a-90e1-7aae91a268b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b898d5ff-75c3-475b-aab6-09d770465de8 {
  text-align: center;
}







  img.s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image {
    
    
  }


.s-b898d5ff-75c3-475b-aab6-09d770465de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b898d5ff-75c3-475b-aab6-09d770465de8.shg-align-container {
  text-align: center
}

.s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image {
    
    
  }


.s-b898d5ff-75c3-475b-aab6-09d770465de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b898d5ff-75c3-475b-aab6-09d770465de8.shg-align-container {
  text-align: center
}

.s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image {
    
    
  }


.s-b898d5ff-75c3-475b-aab6-09d770465de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b898d5ff-75c3-475b-aab6-09d770465de8.shg-align-container {
  text-align: center
}

.s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image {
    
    
  }


.s-b898d5ff-75c3-475b-aab6-09d770465de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b898d5ff-75c3-475b-aab6-09d770465de8.shg-align-container {
  text-align: center
}

.s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image {
    
    
  }


.s-b898d5ff-75c3-475b-aab6-09d770465de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b898d5ff-75c3-475b-aab6-09d770465de8.shg-align-container {
  text-align: center
}

.s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b898d5ff-75c3-475b-aab6-09d770465de8.shogun-image {
  box-sizing: border-box;
}


}
#s-2b429765-4bb1-4385-910f-f9bff47050f6 {
  min-height: 500px;
}








#s-2b429765-4bb1-4385-910f-f9bff47050f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b429765-4bb1-4385-910f-f9bff47050f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-190f8c3e-36eb-418e-b6dc-6af4ad9add2b {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}
@media (max-width: 767px){#s-190f8c3e-36eb-418e-b6dc-6af4ad9add2b {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}
}
#s-190f8c3e-36eb-418e-b6dc-6af4ad9add2b .shogun-heading-component h2 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-190f8c3e-36eb-418e-b6dc-6af4ad9add2b .shogun-heading-component h2 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
border-style: solid;
min-height: 0px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7 {
  
}
}







#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7 > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
}#s-e2ff78aa-57c6-4f52-accd-d881eeaa49f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b245cff2-ec66-4d8a-993d-6d547ae8a5a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-9644ecfd-44e7-41a3-8d8d-cb26d55f5e53 {
  background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
background-position: center center;
background-color: rgba(43, 122, 112, 1);
}








#s-9644ecfd-44e7-41a3-8d8d-cb26d55f5e53 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}#s-9644ecfd-44e7-41a3-8d8d-cb26d55f5e53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e98edc42-70ac-4252-9dc9-bcf82030e3eb {
  max-width: 150px;
text-align: center;
}







  img.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image {
    
    
  }


.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb .shogun-image-content {
  
    align-items: center;
  
}

.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shg-align-container {
  text-align: center
}

.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image {
    
    
  }


.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb .shogun-image-content {
  
    align-items: center;
  
}

.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shg-align-container {
  text-align: center
}

.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image {
    
    
  }


.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb .shogun-image-content {
  
    align-items: center;
  
}

.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shg-align-container {
  text-align: center
}

.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image {
    
    
  }


.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb .shogun-image-content {
  
    align-items: center;
  
}

.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shg-align-container {
  text-align: center
}

.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image {
    
    
  }


.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb .shogun-image-content {
  
    align-items: center;
  
}

.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shg-align-container {
  text-align: center
}

.s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e98edc42-70ac-4252-9dc9-bcf82030e3eb.shogun-image {
  box-sizing: border-box;
}


}
#s-cffacdcd-0c7a-42e7-8bec-aff75a9d57d4 {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-10f164ab-155c-4a1d-b451-eed42b7f08ed {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 85%;
}

#s-10f164ab-155c-4a1d-b451-eed42b7f08ed > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-10f164ab-155c-4a1d-b451-eed42b7f08ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-10f164ab-155c-4a1d-b451-eed42b7f08ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(43, 122, 112, 1);
}

#s-10f164ab-155c-4a1d-b451-eed42b7f08ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-10f164ab-155c-4a1d-b451-eed42b7f08ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(43, 122, 112, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-10f164ab-155c-4a1d-b451-eed42b7f08ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b74d0d5e-327e-40a4-aead-01a36579d840 {
  background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
background-position: center center;
background-color: rgba(43, 122, 112, 1);
}
@media (max-width: 767px){#s-b74d0d5e-327e-40a4-aead-01a36579d840 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-b74d0d5e-327e-40a4-aead-01a36579d840 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}#s-b74d0d5e-327e-40a4-aead-01a36579d840.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6 {
  max-width: 150px;
text-align: center;
}







  img.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image {
    
    
  }


.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shg-align-container {
  text-align: center
}

.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image {
    
    
  }


.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shg-align-container {
  text-align: center
}

.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image {
    
    
  }


.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shg-align-container {
  text-align: center
}

.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image {
    
    
  }


.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shg-align-container {
  text-align: center
}

.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image {
    
    
  }


.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shg-align-container {
  text-align: center
}

.s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-132cf880-a2cb-4d07-8c20-b43a37e0c6d6.shogun-image {
  box-sizing: border-box;
}


}
#s-f455c146-2985-4d7b-a6ff-c9f4084b4379 {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-536e7204-6f85-480f-bef2-04a71354dfab {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 85%;
}

#s-536e7204-6f85-480f-bef2-04a71354dfab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-536e7204-6f85-480f-bef2-04a71354dfab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-536e7204-6f85-480f-bef2-04a71354dfab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(43, 122, 112, 1);
}

#s-536e7204-6f85-480f-bef2-04a71354dfab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-536e7204-6f85-480f-bef2-04a71354dfab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(43, 122, 112, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-536e7204-6f85-480f-bef2-04a71354dfab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6357d211-a3b1-48b7-ab5f-96b8f7276d20 {
  background-size: cover;
border-style: solid;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 400px;
background-position: center center;
background-color: rgba(43, 122, 112, 1);
}








#s-6357d211-a3b1-48b7-ab5f-96b8f7276d20 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.4;
}#s-6357d211-a3b1-48b7-ab5f-96b8f7276d20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f {
  max-width: 150px;
text-align: center;
}







  img.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image {
    
    
  }


.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f .shogun-image-content {
  
    align-items: center;
  
}

.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shg-align-container {
  text-align: center
}

.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image {
    
    
  }


.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f .shogun-image-content {
  
    align-items: center;
  
}

.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shg-align-container {
  text-align: center
}

.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image {
    
    
  }


.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f .shogun-image-content {
  
    align-items: center;
  
}

.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shg-align-container {
  text-align: center
}

.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image {
    
    
  }


.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f .shogun-image-content {
  
    align-items: center;
  
}

.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shg-align-container {
  text-align: center
}

.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image {
    
    
  }


.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f .shogun-image-content {
  
    align-items: center;
  
}

.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shg-align-container {
  text-align: center
}

.s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc35740-4cdd-45d9-8aed-9485ce28bc6f.shogun-image {
  box-sizing: border-box;
}


}
#s-053ae18e-d91e-4354-9659-bf22cdb9e81c {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-9a4a7a09-366f-466c-bea5-b56b554d0c00 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 85%;
}

#s-9a4a7a09-366f-466c-bea5-b56b554d0c00 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9a4a7a09-366f-466c-bea5-b56b554d0c00 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-9a4a7a09-366f-466c-bea5-b56b554d0c00 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(43, 122, 112, 1);
}

#s-9a4a7a09-366f-466c-bea5-b56b554d0c00 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9a4a7a09-366f-466c-bea5-b56b554d0c00 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(43, 122, 112, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9a4a7a09-366f-466c-bea5-b56b554d0c00 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3cc527f4-9184-4e60-a252-3355d2202156 {
  margin-top: 200px;
margin-left: auto;
margin-bottom: 200px;
margin-right: auto;
max-width: 1200px;
}








#s-3cc527f4-9184-4e60-a252-3355d2202156 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cc527f4-9184-4e60-a252-3355d2202156.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8a25a7f-4fc7-45e5-bb53-8278504e71e5 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8a25a7f-4fc7-45e5-bb53-8278504e71e5 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-b8a25a7f-4fc7-45e5-bb53-8278504e71e5 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-b8a25a7f-4fc7-45e5-bb53-8278504e71e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8a25a7f-4fc7-45e5-bb53-8278504e71e5.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-c31476e7-b051-4833-8882-7bce95f753ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c31476e7-b051-4833-8882-7bce95f753ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c31476e7-b051-4833-8882-7bce95f753ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c31476e7-b051-4833-8882-7bce95f753ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c31476e7-b051-4833-8882-7bce95f753ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c31476e7-b051-4833-8882-7bce95f753ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c31476e7-b051-4833-8882-7bce95f753ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-c5f3dc00-58b8-4603-a1ef-1edca4295847 {
  min-height: 50px;
}








#s-c5f3dc00-58b8-4603-a1ef-1edca4295847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5f3dc00-58b8-4603-a1ef-1edca4295847.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8831a898-95d7-48b2-855d-125f8ccaf7fd {
  min-height: 50px;
}








#s-8831a898-95d7-48b2-855d-125f8ccaf7fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8831a898-95d7-48b2-855d-125f8ccaf7fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-799114f0-1dce-4be4-b8b1-d586dc0aff66 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}
@media (max-width: 767px){#s-799114f0-1dce-4be4-b8b1-d586dc0aff66 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
}
#s-799114f0-1dce-4be4-b8b1-d586dc0aff66 .shogun-heading-component h1 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-799114f0-1dce-4be4-b8b1-d586dc0aff66 .shogun-heading-component h1 a {
  color: rgba(43, 122, 112, 1);
}

@media (max-width: 767px){#s-799114f0-1dce-4be4-b8b1-d586dc0aff66 .shogun-heading-component h1 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-799114f0-1dce-4be4-b8b1-d586dc0aff66 .shogun-heading-component h1 a {
  color: rgba(43, 122, 112, 1);
}

}
@media (min-width: 0px) {
[id="s-f31023d3-cde6-4abe-a3d4-033b4798486d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f31023d3-cde6-4abe-a3d4-033b4798486d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f31023d3-cde6-4abe-a3d4-033b4798486d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f31023d3-cde6-4abe-a3d4-033b4798486d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f31023d3-cde6-4abe-a3d4-033b4798486d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f31023d3-cde6-4abe-a3d4-033b4798486d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f31023d3-cde6-4abe-a3d4-033b4798486d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-0b132490-09b2-4014-9235-71d2ec94aa16 {
  min-height: 50px;
}








#s-0b132490-09b2-4014-9235-71d2ec94aa16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b132490-09b2-4014-9235-71d2ec94aa16.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-c691976c-fda5-4e9b-8f89-800c1b957d25 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-c691976c-fda5-4e9b-8f89-800c1b957d25 img.shogun-image {
    

    
    
    
  }


#s-c691976c-fda5-4e9b-8f89-800c1b957d25 .shogun-image-content {
  
    align-items: center;
  
}

#s-8633fa6d-45ae-4bf7-a8b1-a62607429445 {
  min-height: 50px;
}








#s-8633fa6d-45ae-4bf7-a8b1-a62607429445 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8633fa6d-45ae-4bf7-a8b1-a62607429445.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32bac936-36d2-4ebe-a260-1dfa8efb9f4e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-32bac936-36d2-4ebe-a260-1dfa8efb9f4e {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-32bac936-36d2-4ebe-a260-1dfa8efb9f4e {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-32bac936-36d2-4ebe-a260-1dfa8efb9f4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32bac936-36d2-4ebe-a260-1dfa8efb9f4e.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-b60c355b-9c5d-452d-9c68-73d17fb43d4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b60c355b-9c5d-452d-9c68-73d17fb43d4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b60c355b-9c5d-452d-9c68-73d17fb43d4d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b60c355b-9c5d-452d-9c68-73d17fb43d4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b60c355b-9c5d-452d-9c68-73d17fb43d4d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b60c355b-9c5d-452d-9c68-73d17fb43d4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b60c355b-9c5d-452d-9c68-73d17fb43d4d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-37607552-2828-443f-8af0-4288ce6fe2c6 {
  min-height: 50px;
}








#s-37607552-2828-443f-8af0-4288ce6fe2c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37607552-2828-443f-8af0-4288ce6fe2c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1c34e48-c9b0-45ba-b0ab-69e484ab4e3f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-c1c34e48-c9b0-45ba-b0ab-69e484ab4e3f img.shogun-image {
    

    
    
    
  }


#s-c1c34e48-c9b0-45ba-b0ab-69e484ab4e3f .shogun-image-content {
  
    align-items: center;
  
}

#s-eddc99de-851a-498c-947a-34b3908f4e55 {
  min-height: 50px;
}








#s-eddc99de-851a-498c-947a-34b3908f4e55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eddc99de-851a-498c-947a-34b3908f4e55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe758d35-af66-4411-886c-64e100d053da {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe758d35-af66-4411-886c-64e100d053da {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-fe758d35-af66-4411-886c-64e100d053da {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-fe758d35-af66-4411-886c-64e100d053da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe758d35-af66-4411-886c-64e100d053da.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-da4acb12-500b-4e44-92df-3bdded58c3a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da4acb12-500b-4e44-92df-3bdded58c3a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da4acb12-500b-4e44-92df-3bdded58c3a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da4acb12-500b-4e44-92df-3bdded58c3a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da4acb12-500b-4e44-92df-3bdded58c3a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da4acb12-500b-4e44-92df-3bdded58c3a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da4acb12-500b-4e44-92df-3bdded58c3a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-75942f66-84da-4298-bc6f-b641df4b8116 {
  min-height: 50px;
}








#s-75942f66-84da-4298-bc6f-b641df4b8116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75942f66-84da-4298-bc6f-b641df4b8116.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5df8ff8e-f690-4655-8ec4-7cb7b84920ed {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-5df8ff8e-f690-4655-8ec4-7cb7b84920ed img.shogun-image {
    

    
    
    
  }


#s-5df8ff8e-f690-4655-8ec4-7cb7b84920ed .shogun-image-content {
  
    align-items: center;
  
}

#s-68da0a1d-3072-4e65-a362-212726706eb5 {
  min-height: 50px;
}








#s-68da0a1d-3072-4e65-a362-212726706eb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68da0a1d-3072-4e65-a362-212726706eb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ece56697-bcf3-4e0a-9cbe-0b178a078847 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ece56697-bcf3-4e0a-9cbe-0b178a078847 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-ece56697-bcf3-4e0a-9cbe-0b178a078847 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-ece56697-bcf3-4e0a-9cbe-0b178a078847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ece56697-bcf3-4e0a-9cbe-0b178a078847.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-1a31131d-b299-44cf-b65c-324f148223c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a31131d-b299-44cf-b65c-324f148223c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a31131d-b299-44cf-b65c-324f148223c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a31131d-b299-44cf-b65c-324f148223c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a31131d-b299-44cf-b65c-324f148223c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a31131d-b299-44cf-b65c-324f148223c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1a31131d-b299-44cf-b65c-324f148223c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-1d63ddf4-3b83-424c-a724-0b18018e11eb {
  min-height: 50px;
}








#s-1d63ddf4-3b83-424c-a724-0b18018e11eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d63ddf4-3b83-424c-a724-0b18018e11eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-217fa746-cbe1-4098-a7c0-aa5fecb2249a {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-217fa746-cbe1-4098-a7c0-aa5fecb2249a img.shogun-image {
    

    
    
    
  }


#s-217fa746-cbe1-4098-a7c0-aa5fecb2249a .shogun-image-content {
  
    align-items: center;
  
}

#s-eff4e495-7bff-481a-b361-c9df8708505a {
  min-height: 50px;
}








#s-eff4e495-7bff-481a-b361-c9df8708505a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eff4e495-7bff-481a-b361-c9df8708505a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8f30610-c74d-4e84-bf92-e5f490c81361 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8f30610-c74d-4e84-bf92-e5f490c81361 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-a8f30610-c74d-4e84-bf92-e5f490c81361 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-a8f30610-c74d-4e84-bf92-e5f490c81361 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8f30610-c74d-4e84-bf92-e5f490c81361.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-48bd8194-1fc1-4192-8cbb-a50b78ef9d1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48bd8194-1fc1-4192-8cbb-a50b78ef9d1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48bd8194-1fc1-4192-8cbb-a50b78ef9d1b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48bd8194-1fc1-4192-8cbb-a50b78ef9d1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48bd8194-1fc1-4192-8cbb-a50b78ef9d1b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48bd8194-1fc1-4192-8cbb-a50b78ef9d1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48bd8194-1fc1-4192-8cbb-a50b78ef9d1b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-238bf7ac-d88a-4729-acf5-e360ebc6eba2 {
  min-height: 50px;
}








#s-238bf7ac-d88a-4729-acf5-e360ebc6eba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-238bf7ac-d88a-4729-acf5-e360ebc6eba2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-121e88c4-c41a-492a-9fa5-b78b2a185d7f {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-121e88c4-c41a-492a-9fa5-b78b2a185d7f img.shogun-image {
    

    
    
    
  }


#s-121e88c4-c41a-492a-9fa5-b78b2a185d7f .shogun-image-content {
  
    align-items: center;
  
}

#s-aba935be-46e7-4464-b792-422f66804697 {
  min-height: 50px;
}








#s-aba935be-46e7-4464-b792-422f66804697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aba935be-46e7-4464-b792-422f66804697.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b9d7b9d-1dff-45c4-abda-8f6f0333caae {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b9d7b9d-1dff-45c4-abda-8f6f0333caae {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-4b9d7b9d-1dff-45c4-abda-8f6f0333caae {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-4b9d7b9d-1dff-45c4-abda-8f6f0333caae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b9d7b9d-1dff-45c4-abda-8f6f0333caae.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-c958a43e-ad44-4237-aa5e-2bacf4460b35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c958a43e-ad44-4237-aa5e-2bacf4460b35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c958a43e-ad44-4237-aa5e-2bacf4460b35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c958a43e-ad44-4237-aa5e-2bacf4460b35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c958a43e-ad44-4237-aa5e-2bacf4460b35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c958a43e-ad44-4237-aa5e-2bacf4460b35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c958a43e-ad44-4237-aa5e-2bacf4460b35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-4448685c-9f7a-47c7-aba6-817cdb53a5c1 {
  min-height: 50px;
}








#s-4448685c-9f7a-47c7-aba6-817cdb53a5c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4448685c-9f7a-47c7-aba6-817cdb53a5c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-656639ac-5f29-4665-ba88-bd7028653075 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-656639ac-5f29-4665-ba88-bd7028653075 img.shogun-image {
    

    
    
    
  }


#s-656639ac-5f29-4665-ba88-bd7028653075 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b54d7ef-d923-4aa4-afe1-d963b47bef7a {
  min-height: 50px;
}








#s-5b54d7ef-d923-4aa4-afe1-d963b47bef7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b54d7ef-d923-4aa4-afe1-d963b47bef7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dba6953f-94f5-42e5-8dca-193a1e8eb5c9 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dba6953f-94f5-42e5-8dca-193a1e8eb5c9 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-dba6953f-94f5-42e5-8dca-193a1e8eb5c9 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-dba6953f-94f5-42e5-8dca-193a1e8eb5c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dba6953f-94f5-42e5-8dca-193a1e8eb5c9.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-5e6b6306-1377-4590-a192-38fc7721c387"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e6b6306-1377-4590-a192-38fc7721c387"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e6b6306-1377-4590-a192-38fc7721c387"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e6b6306-1377-4590-a192-38fc7721c387"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e6b6306-1377-4590-a192-38fc7721c387"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e6b6306-1377-4590-a192-38fc7721c387"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e6b6306-1377-4590-a192-38fc7721c387"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-601d9076-eff6-4c88-9c3b-eeb6c000d8b3 {
  min-height: 50px;
}








#s-601d9076-eff6-4c88-9c3b-eeb6c000d8b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-601d9076-eff6-4c88-9c3b-eeb6c000d8b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ddd9cd9-b300-4836-9580-cfdf398149ba {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-9ddd9cd9-b300-4836-9580-cfdf398149ba img.shogun-image {
    

    
    
    
  }


#s-9ddd9cd9-b300-4836-9580-cfdf398149ba .shogun-image-content {
  
    align-items: center;
  
}

#s-6e73912f-186b-411c-96aa-169e02e2e424 {
  min-height: 50px;
}








#s-6e73912f-186b-411c-96aa-169e02e2e424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e73912f-186b-411c-96aa-169e02e2e424.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-413cd79a-2d5f-4fdf-a578-e4817ab16cfc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-413cd79a-2d5f-4fdf-a578-e4817ab16cfc {
  margin-bottom: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-413cd79a-2d5f-4fdf-a578-e4817ab16cfc {
  margin-bottom: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-413cd79a-2d5f-4fdf-a578-e4817ab16cfc {
  margin-bottom: 100px;
padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-413cd79a-2d5f-4fdf-a578-e4817ab16cfc {
  margin-bottom: 70px;
padding-left: 10%;
padding-right: 10%;
}
}







#s-413cd79a-2d5f-4fdf-a578-e4817ab16cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-413cd79a-2d5f-4fdf-a578-e4817ab16cfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d1bf9e6-8a8d-48d0-b794-41ee4e007038 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-4d1bf9e6-8a8d-48d0-b794-41ee4e007038 .shogun-heading-component h2 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-4d1bf9e6-8a8d-48d0-b794-41ee4e007038 .shogun-heading-component h2 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-21d842eb-774e-43f3-8b77-68cec58a9e5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21d842eb-774e-43f3-8b77-68cec58a9e5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21d842eb-774e-43f3-8b77-68cec58a9e5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-21d842eb-774e-43f3-8b77-68cec58a9e5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21d842eb-774e-43f3-8b77-68cec58a9e5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-21d842eb-774e-43f3-8b77-68cec58a9e5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-21d842eb-774e-43f3-8b77-68cec58a9e5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-21d842eb-774e-43f3-8b77-68cec58a9e5d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9445c64f-1b4a-45ce-ae8f-ccd4c7ee5374 {
  min-height: 50px;
}








#s-9445c64f-1b4a-45ce-ae8f-ccd4c7ee5374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9445c64f-1b4a-45ce-ae8f-ccd4c7ee5374.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-9445c64f-1b4a-45ce-ae8f-ccd4c7ee5374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9445c64f-1b4a-45ce-ae8f-ccd4c7ee5374.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-0f919037-bbe5-4c8e-b09c-1505e5910d1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0f919037-bbe5-4c8e-b09c-1505e5910d1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-0f919037-bbe5-4c8e-b09c-1505e5910d1f .shogun-heading-component h3 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0f919037-bbe5-4c8e-b09c-1505e5910d1f .shogun-heading-component h3 a {
  color: rgba(43, 122, 112, 1);
}

@media (max-width: 767px){#s-0f919037-bbe5-4c8e-b09c-1505e5910d1f .shogun-heading-component h3 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0f919037-bbe5-4c8e-b09c-1505e5910d1f .shogun-heading-component h3 a {
  color: rgba(43, 122, 112, 1);
}

}
#s-c47cc644-22c2-400c-a0f4-28bd8dca3df6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c47cc644-22c2-400c-a0f4-28bd8dca3df6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c47cc644-22c2-400c-a0f4-28bd8dca3df6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b6f1fe2-2305-4842-83ca-f81be448efce {
  text-align: center;
}







  img.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image {
    
    
  }


.s-6b6f1fe2-2305-4842-83ca-f81be448efce .shogun-image-content {
  
    align-items: center;
  
}

.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shg-align-container {
  text-align: center
}

.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image {
    
    
  }


.s-6b6f1fe2-2305-4842-83ca-f81be448efce .shogun-image-content {
  
    align-items: center;
  
}

.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shg-align-container {
  text-align: center
}

.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image {
    
    
  }


.s-6b6f1fe2-2305-4842-83ca-f81be448efce .shogun-image-content {
  
    align-items: center;
  
}

.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shg-align-container {
  text-align: center
}

.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image {
    
    
  }


.s-6b6f1fe2-2305-4842-83ca-f81be448efce .shogun-image-content {
  
    align-items: center;
  
}

.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shg-align-container {
  text-align: center
}

.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image {
    
    
  }


.s-6b6f1fe2-2305-4842-83ca-f81be448efce .shogun-image-content {
  
    align-items: center;
  
}

.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shg-align-container {
  text-align: center
}

.s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b6f1fe2-2305-4842-83ca-f81be448efce.shogun-image {
  box-sizing: border-box;
}


}
#s-f6aec07d-0265-4cf5-aa04-76fe76bc46b2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-f6aec07d-0265-4cf5-aa04-76fe76bc46b2 {
  margin-bottom: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6aec07d-0265-4cf5-aa04-76fe76bc46b2 {
  margin-bottom: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6aec07d-0265-4cf5-aa04-76fe76bc46b2 {
  margin-bottom: 50px;
padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-f6aec07d-0265-4cf5-aa04-76fe76bc46b2 {
  margin-bottom: 50px;
padding-left: 10%;
padding-right: 10%;
}
}







#s-f6aec07d-0265-4cf5-aa04-76fe76bc46b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6aec07d-0265-4cf5-aa04-76fe76bc46b2.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-bf90b6b1-ab35-48bc-bd8c-e6b4e89fb27b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf90b6b1-ab35-48bc-bd8c-e6b4e89fb27b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bf90b6b1-ab35-48bc-bd8c-e6b4e89fb27b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bf90b6b1-ab35-48bc-bd8c-e6b4e89fb27b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bf90b6b1-ab35-48bc-bd8c-e6b4e89fb27b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf90b6b1-ab35-48bc-bd8c-e6b4e89fb27b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bf90b6b1-ab35-48bc-bd8c-e6b4e89fb27b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-484c41f4-f4c4-4178-b175-33c42459e58e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-484c41f4-f4c4-4178-b175-33c42459e58e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-484c41f4-f4c4-4178-b175-33c42459e58e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda {
  text-align: center;
}







  img.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image {
    
    
  }


.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda .shogun-image-content {
  
    align-items: center;
  
}

.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shg-align-container {
  text-align: center
}

.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image {
    
    
  }


.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda .shogun-image-content {
  
    align-items: center;
  
}

.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shg-align-container {
  text-align: center
}

.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image {
  box-sizing: border-box;
}


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





  img.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image {
    
    
  }


.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda .shogun-image-content {
  
    align-items: center;
  
}

.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shg-align-container {
  text-align: center
}

.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image {
  box-sizing: border-box;
}


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





  img.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image {
    
    
  }


.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda .shogun-image-content {
  
    align-items: center;
  
}

.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shg-align-container {
  text-align: center
}

.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image {
  box-sizing: border-box;
}


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





  img.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image {
    
    
  }


.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda .shogun-image-content {
  
    align-items: center;
  
}

.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shg-align-container {
  text-align: center
}

.s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-876c6ee7-45f9-4526-ade9-8b2fa8dbaeda.shogun-image {
  box-sizing: border-box;
}


}
#s-450c2991-9a7e-4373-a2af-b202cd2fcc42 {
  min-height: 50px;
}








#s-450c2991-9a7e-4373-a2af-b202cd2fcc42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-450c2991-9a7e-4373-a2af-b202cd2fcc42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-450c2991-9a7e-4373-a2af-b202cd2fcc42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-450c2991-9a7e-4373-a2af-b202cd2fcc42.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-4626655d-a0de-425c-a8f9-d220eb2bf0db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4626655d-a0de-425c-a8f9-d220eb2bf0db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4626655d-a0de-425c-a8f9-d220eb2bf0db .shogun-heading-component h3 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-4626655d-a0de-425c-a8f9-d220eb2bf0db .shogun-heading-component h3 a {
  color: rgba(43, 122, 112, 1);
}

@media (max-width: 767px){#s-4626655d-a0de-425c-a8f9-d220eb2bf0db .shogun-heading-component h3 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4626655d-a0de-425c-a8f9-d220eb2bf0db .shogun-heading-component h3 a {
  color: rgba(43, 122, 112, 1);
}

}
#s-6d6b68de-3e9f-414d-8da9-77238e85d43a {
  margin-top: 200px;
margin-left: auto;
margin-bottom: 200px;
margin-right: auto;
max-width: 1200px;
}








#s-6d6b68de-3e9f-414d-8da9-77238e85d43a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d6b68de-3e9f-414d-8da9-77238e85d43a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-733b786b-8816-4903-80df-13bdb4b52a7d {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-733b786b-8816-4903-80df-13bdb4b52a7d {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-733b786b-8816-4903-80df-13bdb4b52a7d {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-733b786b-8816-4903-80df-13bdb4b52a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-733b786b-8816-4903-80df-13bdb4b52a7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ced69ea-de26-40b8-84e2-01a0633b6f69 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-6ced69ea-de26-40b8-84e2-01a0633b6f69 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ced69ea-de26-40b8-84e2-01a0633b6f69 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-6ced69ea-de26-40b8-84e2-01a0633b6f69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-6ced69ea-de26-40b8-84e2-01a0633b6f69 .shogun-heading-component h1 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-6ced69ea-de26-40b8-84e2-01a0633b6f69 .shogun-heading-component h1 a {
  color: rgba(43, 122, 112, 1);
}

@media (max-width: 767px){#s-6ced69ea-de26-40b8-84e2-01a0633b6f69 .shogun-heading-component h1 {
  color: rgba(43, 122, 112, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6ced69ea-de26-40b8-84e2-01a0633b6f69 .shogun-heading-component h1 a {
  color: rgba(43, 122, 112, 1);
}

}
#s-a9370028-1779-4a0f-96fe-6815d51786ec {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a9370028-1779-4a0f-96fe-6815d51786ec {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-a9370028-1779-4a0f-96fe-6815d51786ec {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-a9370028-1779-4a0f-96fe-6815d51786ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9370028-1779-4a0f-96fe-6815d51786ec.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-8f9cee4a-2165-458a-a85d-ca9983099a0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f9cee4a-2165-458a-a85d-ca9983099a0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f9cee4a-2165-458a-a85d-ca9983099a0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8f9cee4a-2165-458a-a85d-ca9983099a0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f9cee4a-2165-458a-a85d-ca9983099a0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f9cee4a-2165-458a-a85d-ca9983099a0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f9cee4a-2165-458a-a85d-ca9983099a0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-36ca0826-9720-44e4-8081-db46bd266e05 {
  min-height: 50px;
}








#s-36ca0826-9720-44e4-8081-db46bd266e05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36ca0826-9720-44e4-8081-db46bd266e05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8c0eb86-9d4f-4c34-b527-3566c071dcb9 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-e8c0eb86-9d4f-4c34-b527-3566c071dcb9 img.shogun-image {
    

    
    
    
  }


#s-e8c0eb86-9d4f-4c34-b527-3566c071dcb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd27da69-ade8-42c7-aa22-095bebc5835b {
  min-height: 50px;
}








#s-fd27da69-ade8-42c7-aa22-095bebc5835b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd27da69-ade8-42c7-aa22-095bebc5835b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@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}
