.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-099a624f-a60c-4859-b35d-09eceea5bf30 {
  min-height: 50px;
}








#s-099a624f-a60c-4859-b35d-09eceea5bf30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-099a624f-a60c-4859-b35d-09eceea5bf30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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: ;
  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-e94f8852-661f-4260-8122-f3f394fc64d9 {
  min-height: 50px;
}








#s-e94f8852-661f-4260-8122-f3f394fc64d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e94f8852-661f-4260-8122-f3f394fc64d9.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;
}

@media (min-width: 0px) {
[id="s-388f7007-3711-4a72-8aea-d8c69d4a17f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-388f7007-3711-4a72-8aea-d8c69d4a17f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-388f7007-3711-4a72-8aea-d8c69d4a17f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-388f7007-3711-4a72-8aea-d8c69d4a17f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-388f7007-3711-4a72-8aea-d8c69d4a17f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-388f7007-3711-4a72-8aea-d8c69d4a17f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-388f7007-3711-4a72-8aea-d8c69d4a17f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-8a94c609-0a00-4485-a978-6bee3d46d961 {
  background-color: rgba(220, 216, 213, 1);
}

#s-4fbfde92-f02c-48f0-a73e-59f1886ec20f {
  min-height: 50px;
}








#s-4fbfde92-f02c-48f0-a73e-59f1886ec20f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fbfde92-f02c-48f0-a73e-59f1886ec20f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-9a60aefb-7226-43d5-bfb0-51c8aa3cf2dd hr {
  border-top: 2px solid #ddd;
}

#s-278a9444-090f-4a1a-82c7-8b086335de35 {
  min-height: 50px;
}








#s-278a9444-090f-4a1a-82c7-8b086335de35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-278a9444-090f-4a1a-82c7-8b086335de35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-445bdaa3-1636-4476-a02c-b98f1e79c0be {
  min-height: 50px;
}








#s-445bdaa3-1636-4476-a02c-b98f1e79c0be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-445bdaa3-1636-4476-a02c-b98f1e79c0be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1ec031c2-7a67-44ed-bf29-b9fb06146055 {
  text-align: center;
}








#s-1ec031c2-7a67-44ed-bf29-b9fb06146055 .shogun-image-content {
  
    align-items: center;
  
}

#s-06c2ec3a-161c-41e8-877d-eac8241537d5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-06c2ec3a-161c-41e8-877d-eac8241537d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06c2ec3a-161c-41e8-877d-eac8241537d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06c2ec3a-161c-41e8-877d-eac8241537d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06c2ec3a-161c-41e8-877d-eac8241537d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-06c2ec3a-161c-41e8-877d-eac8241537d5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bb2e92c2-599d-44aa-a1ce-18537653beb1 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-bb2e92c2-599d-44aa-a1ce-18537653beb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb2e92c2-599d-44aa-a1ce-18537653beb1.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-588fbce3-6aaa-4a6a-9eeb-f81e3b362ded {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-588fbce3-6aaa-4a6a-9eeb-f81e3b362ded .shogun-heading-component h2 {
  color: rgba(21, 70, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9e60e00d-c701-4c75-b227-add1ec0ea228 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9e60e00d-c701-4c75-b227-add1ec0ea228 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2f829285-ec18-4b23-b207-d5ce195e9620 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7780871d-08af-4909-af3b-eac5f69b886f {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-7780871d-08af-4909-af3b-eac5f69b886f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7780871d-08af-4909-af3b-eac5f69b886f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db14e330-32cd-4ff9-93fd-d3b5965a3a73 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-db14e330-32cd-4ff9-93fd-d3b5965a3a73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db14e330-32cd-4ff9-93fd-d3b5965a3a73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db14e330-32cd-4ff9-93fd-d3b5965a3a73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db14e330-32cd-4ff9-93fd-d3b5965a3a73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-88515340-8079-4cb6-acd7-966b2a79a856 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-88515340-8079-4cb6-acd7-966b2a79a856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88515340-8079-4cb6-acd7-966b2a79a856.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b456baf0-1694-4b51-91aa-5d9ff86dcae7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-b456baf0-1694-4b51-91aa-5d9ff86dcae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b456baf0-1694-4b51-91aa-5d9ff86dcae7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d206b5fd-406d-40e6-8b6f-5239eb97e42c {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d206b5fd-406d-40e6-8b6f-5239eb97e42c .shogun-heading-component h2 {
  color: rgba(21, 70, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8f06c5a3-5782-4bbc-8fb6-a8ae2b8aaece {
  margin-left: 50px;
margin-right: 50px;
}

#s-8f06c5a3-5782-4bbc-8fb6-a8ae2b8aaece hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-01a40e5e-8ad4-41b4-9aa9-7eb1c6cd32b5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-2e5c0172-e2d7-48e4-b789-45e7aefccff4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-2e5c0172-e2d7-48e4-b789-45e7aefccff4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e5c0172-e2d7-48e4-b789-45e7aefccff4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e5c0172-e2d7-48e4-b789-45e7aefccff4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e5c0172-e2d7-48e4-b789-45e7aefccff4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2e5c0172-e2d7-48e4-b789-45e7aefccff4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-869d78c1-6e3e-44e8-887a-44ee9ddfa7ae {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-869d78c1-6e3e-44e8-887a-44ee9ddfa7ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-869d78c1-6e3e-44e8-887a-44ee9ddfa7ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-264b6a35-2bef-437b-b39d-20cbd72f919a {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-264b6a35-2bef-437b-b39d-20cbd72f919a .shogun-heading-component h2 {
  color: rgba(21, 70, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-91fd06c0-e79f-4c06-bce6-7d2c008894c9 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-91fd06c0-e79f-4c06-bce6-7d2c008894c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91fd06c0-e79f-4c06-bce6-7d2c008894c9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6886809e-e9f3-49a5-8bdf-d937e1cc807c {
  min-height: 50px;
background-color: rgba(220, 216, 213, 1);
}








#s-6886809e-e9f3-49a5-8bdf-d937e1cc807c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6886809e-e9f3-49a5-8bdf-d937e1cc807c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74c4bed5-2187-4bbc-b895-d46f5a2b53ea {
  min-height: 50px;
}








#s-74c4bed5-2187-4bbc-b895-d46f5a2b53ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74c4bed5-2187-4bbc-b895-d46f5a2b53ea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac3e9fb1-4032-4c29-b879-5b85763093e4 {
  min-height: 500px;
background-color: rgba(153, 153, 153, 1);
}
@media (min-width: 1200px){#s-ac3e9fb1-4032-4c29-b879-5b85763093e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac3e9fb1-4032-4c29-b879-5b85763093e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac3e9fb1-4032-4c29-b879-5b85763093e4 {
  
}
}@media (max-width: 767px){#s-ac3e9fb1-4032-4c29-b879-5b85763093e4 {
  
}
}







#s-ac3e9fb1-4032-4c29-b879-5b85763093e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac3e9fb1-4032-4c29-b879-5b85763093e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b06153c-e680-4904-bcea-bd59cc010c05 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3b06153c-e680-4904-bcea-bd59cc010c05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b06153c-e680-4904-bcea-bd59cc010c05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3b06153c-e680-4904-bcea-bd59cc010c05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b06153c-e680-4904-bcea-bd59cc010c05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3b06153c-e680-4904-bcea-bd59cc010c05"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-be5fe0f9-a3af-4727-a34c-e68d39d2a795 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-be5fe0f9-a3af-4727-a34c-e68d39d2a795 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be5fe0f9-a3af-4727-a34c-e68d39d2a795 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be5fe0f9-a3af-4727-a34c-e68d39d2a795 {
  
}
}@media (max-width: 767px){#s-be5fe0f9-a3af-4727-a34c-e68d39d2a795 {
  
}
}







#s-be5fe0f9-a3af-4727-a34c-e68d39d2a795 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-be5fe0f9-a3af-4727-a34c-e68d39d2a795.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-789364c0-064b-41ed-ad02-62884829fd57 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(21, 70, 49, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-c6229c67-4aea-44d2-a41c-4f83b43d1727 {
  min-height: 50px;
}








#s-c6229c67-4aea-44d2-a41c-4f83b43d1727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6229c67-4aea-44d2-a41c-4f83b43d1727.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8038311f-33c6-4456-80ee-21345e3d3b0d {
  text-align: center;
}







  #s-8038311f-33c6-4456-80ee-21345e3d3b0d img.shogun-image {
    

    
    
    
  }


#s-8038311f-33c6-4456-80ee-21345e3d3b0d .shogun-image-content {
  
    align-items: center;
  
}

#s-ab60c437-d596-4a28-b480-d3a81aec42f4 hr {
  border-top: 2px solid #ddd;
}

#s-ad7ed6e4-9db1-4894-a80e-41b91be58dd0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ad7ed6e4-9db1-4894-a80e-41b91be58dd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad7ed6e4-9db1-4894-a80e-41b91be58dd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad7ed6e4-9db1-4894-a80e-41b91be58dd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad7ed6e4-9db1-4894-a80e-41b91be58dd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7f49c95f-7687-45ce-81e6-cf5cf84cb699 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-7f49c95f-7687-45ce-81e6-cf5cf84cb699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f49c95f-7687-45ce-81e6-cf5cf84cb699.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2496f41f-3e5b-47d8-8e09-946cf95be8a3 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-2496f41f-3e5b-47d8-8e09-946cf95be8a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2496f41f-3e5b-47d8-8e09-946cf95be8a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08557425-9281-4e9a-b0b3-bbabd8e7a544 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08557425-9281-4e9a-b0b3-bbabd8e7a544 .shogun-heading-component h2 {
  color: rgba(21, 70, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fd3c3805-d63d-4a3d-9cab-7b7189f56720 {
  margin-left: 50px;
margin-right: 50px;
}

#s-fd3c3805-d63d-4a3d-9cab-7b7189f56720 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-29d41441-ee90-4700-9f8e-891eb185c39f {
  margin-left: 50px;
margin-right: 50px;
}

#s-782aef20-21aa-4f9b-a8ad-82e25ac85d52 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-782aef20-21aa-4f9b-a8ad-82e25ac85d52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-782aef20-21aa-4f9b-a8ad-82e25ac85d52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-782aef20-21aa-4f9b-a8ad-82e25ac85d52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-782aef20-21aa-4f9b-a8ad-82e25ac85d52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-782aef20-21aa-4f9b-a8ad-82e25ac85d52"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4825c2eb-65d8-4880-ab1d-2d2e43c81ef9 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 395px;
}
@media (max-width: 767px){#s-4825c2eb-65d8-4880-ab1d-2d2e43c81ef9 {
  min-height: 281px;
}
}







#s-4825c2eb-65d8-4880-ab1d-2d2e43c81ef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4825c2eb-65d8-4880-ab1d-2d2e43c81ef9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49008579-a395-4b29-8753-f92ed05bba98 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49008579-a395-4b29-8753-f92ed05bba98 .shogun-heading-component h2 {
  color: rgba(21, 70, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a2b1063f-0569-4694-9656-e035d99a4bf2 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a2b1063f-0569-4694-9656-e035d99a4bf2 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-000bcbc9-32f3-422e-8abb-b44baa37c8ff {
  margin-left: 50px;
margin-right: 50px;
min-height: 1px;
}

#s-ef540ff6-905e-4b7b-b017-3a3da83ad955 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-ef540ff6-905e-4b7b-b017-3a3da83ad955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef540ff6-905e-4b7b-b017-3a3da83ad955.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ba431cda-24e5-47d2-9651-4cc38bccb5cc {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-ba431cda-24e5-47d2-9651-4cc38bccb5cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba431cda-24e5-47d2-9651-4cc38bccb5cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba431cda-24e5-47d2-9651-4cc38bccb5cc {
  
}
}@media (max-width: 767px){#s-ba431cda-24e5-47d2-9651-4cc38bccb5cc {
  
}
}







#s-ba431cda-24e5-47d2-9651-4cc38bccb5cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba431cda-24e5-47d2-9651-4cc38bccb5cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-254eb711-2493-4075-ad2d-a8be993b5264 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-254eb711-2493-4075-ad2d-a8be993b5264 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-254eb711-2493-4075-ad2d-a8be993b5264 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-254eb711-2493-4075-ad2d-a8be993b5264 {
  
}
}@media (max-width: 767px){#s-254eb711-2493-4075-ad2d-a8be993b5264 {
  
}
}







#s-254eb711-2493-4075-ad2d-a8be993b5264 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-254eb711-2493-4075-ad2d-a8be993b5264.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b6dee9f-bdd2-4b27-a428-24adca2e4a8c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-4b6dee9f-bdd2-4b27-a428-24adca2e4a8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b6dee9f-bdd2-4b27-a428-24adca2e4a8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b6dee9f-bdd2-4b27-a428-24adca2e4a8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b6dee9f-bdd2-4b27-a428-24adca2e4a8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4b6dee9f-bdd2-4b27-a428-24adca2e4a8c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-06b184be-6a3a-4268-8e4c-75080120f37d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-06b184be-6a3a-4268-8e4c-75080120f37d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06b184be-6a3a-4268-8e4c-75080120f37d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06b184be-6a3a-4268-8e4c-75080120f37d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06b184be-6a3a-4268-8e4c-75080120f37d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a8507ef5-1c74-4a83-8f11-7548a502faac {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-a8507ef5-1c74-4a83-8f11-7548a502faac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8507ef5-1c74-4a83-8f11-7548a502faac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b8d5257d-86ba-4ebf-8b98-324195cdc962 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-b8d5257d-86ba-4ebf-8b98-324195cdc962 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8d5257d-86ba-4ebf-8b98-324195cdc962.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be7104ce-0e72-4a15-b703-16e4ab5e8e0f {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be7104ce-0e72-4a15-b703-16e4ab5e8e0f .shogun-heading-component h2 {
  color: rgba(21, 70, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c5699767-fdd7-49b3-b4c8-a75ef9598871 {
  margin-left: 50px;
margin-right: 50px;
}

#s-c5699767-fdd7-49b3-b4c8-a75ef9598871 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-4ef8e32d-dd6a-4256-af5f-524b5950527e {
  margin-left: 50px;
margin-right: 50px;
}

#s-9cb3b33f-6648-4f94-8153-a9c7fc7704ac {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9cb3b33f-6648-4f94-8153-a9c7fc7704ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cb3b33f-6648-4f94-8153-a9c7fc7704ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9cb3b33f-6648-4f94-8153-a9c7fc7704ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cb3b33f-6648-4f94-8153-a9c7fc7704ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9cb3b33f-6648-4f94-8153-a9c7fc7704ac"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-96d48d40-3611-4dbe-b703-1734f8efb030 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(220, 216, 213, 1);
}

#s-96d48d40-3611-4dbe-b703-1734f8efb030 .shogun-heading-component h2 {
  color: rgba(21, 70, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4b3ab883-9d7f-44b6-9556-c1e3a36de432 {
  text-align: center;
}








#s-4b3ab883-9d7f-44b6-9556-c1e3a36de432 .shogun-image-content {
  
    align-items: center;
  
}

#s-993b2b52-c535-45b6-b369-5f8e0a64e712 hr {
  border-top: 2px solid #ddd;
}

#s-e04a8faa-eb1a-4507-b482-e2eb398322b7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e04a8faa-eb1a-4507-b482-e2eb398322b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e04a8faa-eb1a-4507-b482-e2eb398322b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e04a8faa-eb1a-4507-b482-e2eb398322b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e04a8faa-eb1a-4507-b482-e2eb398322b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e04a8faa-eb1a-4507-b482-e2eb398322b7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3524d708-f785-43f1-9b23-39e8fde75dd4 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}
@media (max-width: 767px){#s-3524d708-f785-43f1-9b23-39e8fde75dd4 {
  margin-top: -10px;
margin-bottom: -11px;
min-height: 303px;
}
}







#s-3524d708-f785-43f1-9b23-39e8fde75dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3524d708-f785-43f1-9b23-39e8fde75dd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff84fc92-881f-4a27-b889-6852c6c0a39c {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff84fc92-881f-4a27-b889-6852c6c0a39c .shogun-heading-component h2 {
  color: rgba(21, 70, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d1260c87-f952-4f46-9f75-a3c33709df0d {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-d1260c87-f952-4f46-9f75-a3c33709df0d {
  margin-top: -14px;
margin-bottom: -3px;
}
}
#s-d1260c87-f952-4f46-9f75-a3c33709df0d hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-fac4a29d-9612-4810-823d-a2a5acd2a51e {
  margin-left: 50px;
margin-right: 50px;
}

#s-493f84bd-fea1-40a5-ab94-2a374858920b {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-493f84bd-fea1-40a5-ab94-2a374858920b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-493f84bd-fea1-40a5-ab94-2a374858920b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88b45e1d-e9a9-419f-ac52-64778aae0219 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-88b45e1d-e9a9-419f-ac52-64778aae0219 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88b45e1d-e9a9-419f-ac52-64778aae0219 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-88b45e1d-e9a9-419f-ac52-64778aae0219 {
  
}
}@media (max-width: 767px){#s-88b45e1d-e9a9-419f-ac52-64778aae0219 {
  
}
}
@media (min-width: 0px) {
[id="s-88b45e1d-e9a9-419f-ac52-64778aae0219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88b45e1d-e9a9-419f-ac52-64778aae0219"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-88b45e1d-e9a9-419f-ac52-64778aae0219"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-88b45e1d-e9a9-419f-ac52-64778aae0219"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-7f925df8-8b77-4738-a13e-7a002e1229a1 {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(21, 70, 49, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7f925df8-8b77-4738-a13e-7a002e1229a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f925df8-8b77-4738-a13e-7a002e1229a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-74aed813-c8c2-45e3-bf6d-58d780505912 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-74aed813-c8c2-45e3-bf6d-58d780505912 .shogun-icon-wrapper {
  text-align: center;
}


#s-74aed813-c8c2-45e3-bf6d-58d780505912 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a4318953-6295-4175-9572-4590519b7a40 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a4318953-6295-4175-9572-4590519b7a40 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4318953-6295-4175-9572-4590519b7a40 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4318953-6295-4175-9572-4590519b7a40 {
  
}
}@media (max-width: 767px){#s-a4318953-6295-4175-9572-4590519b7a40 {
  
}
}
#s-863f1acb-fc33-4bdf-b7f2-22968a897cae {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(21, 70, 49, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-863f1acb-fc33-4bdf-b7f2-22968a897cae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-863f1acb-fc33-4bdf-b7f2-22968a897cae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7b31ce20-d1b6-4ee9-88e5-5aa7a18ff149 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-7b31ce20-d1b6-4ee9-88e5-5aa7a18ff149 .shogun-icon-wrapper {
  text-align: center;
}


#s-7b31ce20-d1b6-4ee9-88e5-5aa7a18ff149 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(21, 70, 49, 1);
}

#s-426ae66e-ee10-4faa-8caf-109719f93191 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-426ae66e-ee10-4faa-8caf-109719f93191 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-426ae66e-ee10-4faa-8caf-109719f93191 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-426ae66e-ee10-4faa-8caf-109719f93191 {
  
}
}@media (max-width: 767px){#s-426ae66e-ee10-4faa-8caf-109719f93191 {
  
}
}
#s-3c23eb34-9c17-4782-bf27-53f47f75f38f {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(21, 70, 49, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3c23eb34-9c17-4782-bf27-53f47f75f38f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c23eb34-9c17-4782-bf27-53f47f75f38f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4fa2fc6d-0267-487e-b44d-552ad8033fbc {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-4fa2fc6d-0267-487e-b44d-552ad8033fbc .shogun-icon-wrapper {
  text-align: center;
}


#s-4fa2fc6d-0267-487e-b44d-552ad8033fbc .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(21, 70, 49, 1);
}

#s-31a0a6de-a041-4f7e-9ae4-884e66a7c32c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-31a0a6de-a041-4f7e-9ae4-884e66a7c32c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31a0a6de-a041-4f7e-9ae4-884e66a7c32c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31a0a6de-a041-4f7e-9ae4-884e66a7c32c {
  
}
}@media (max-width: 767px){#s-31a0a6de-a041-4f7e-9ae4-884e66a7c32c {
  
}
}
/*
  $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}