.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-a9ccf50e-292e-4cad-beb6-5db5f56116bf {
  min-height: 50px;
}








#s-a9ccf50e-292e-4cad-beb6-5db5f56116bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9ccf50e-292e-4cad-beb6-5db5f56116bf.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-00b96e55-bb00-4edb-92c2-a5fee1f81105 {
  margin-top: 20px;
}

.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-03496b24-20e6-4bff-ace8-1ac1448784ce {
  margin-bottom: 24px;
}

#s-03496b24-20e6-4bff-ace8-1ac1448784ce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(235, 241, 235, 1);
}

#s-03496b24-20e6-4bff-ace8-1ac1448784ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 241, 235, 1);
  padding: 5px;
}

#s-03496b24-20e6-4bff-ace8-1ac1448784ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(59, 101, 49, 1);
}

#s-03496b24-20e6-4bff-ace8-1ac1448784ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(235, 241, 235, 1);
  border-top: 1px solid rgba(235, 241, 235, 1);
}

#s-03496b24-20e6-4bff-ace8-1ac1448784ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(59, 101, 49, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-03496b24-20e6-4bff-ace8-1ac1448784ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-495ec424-25d9-4906-8229-0b90d236fe61 {
  padding-top: 14px;
padding-bottom: 14px;
}

#s-1714192f-bda2-480d-acc2-ac6d09af1cb3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(127, 197, 109, 1);
}








#s-1714192f-bda2-480d-acc2-ac6d09af1cb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1714192f-bda2-480d-acc2-ac6d09af1cb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78cabc07-085b-4196-ae40-107fd0f2d727 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(127, 197, 109, 1);
}








#s-78cabc07-085b-4196-ae40-107fd0f2d727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78cabc07-085b-4196-ae40-107fd0f2d727.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-8ec227c5-4ee9-4e4d-81ae-1f2e5915a5a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ec227c5-4ee9-4e4d-81ae-1f2e5915a5a9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-8ec227c5-4ee9-4e4d-81ae-1f2e5915a5a9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}
#s-6031c1ef-fc5b-411c-9a0b-801f334f47f4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6031c1ef-fc5b-411c-9a0b-801f334f47f4 .shogun-heading-component h5 {
  color: rgba(243, 247, 243, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-e48fbf64-1a6f-4774-bea1-f104f703ef66 {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e48fbf64-1a6f-4774-bea1-f104f703ef66 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-e48fbf64-1a6f-4774-bea1-f104f703ef66 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-e48fbf64-1a6f-4774-bea1-f104f703ef66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e48fbf64-1a6f-4774-bea1-f104f703ef66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-249daea1-95af-4cc4-9d0d-ff97d2a3126a {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1280px;
}








#s-249daea1-95af-4cc4-9d0d-ff97d2a3126a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-249daea1-95af-4cc4-9d0d-ff97d2a3126a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0bcea73-4c46-433b-b84b-fb1e7bbf1fd6 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 800px;
text-align: center;
}

#s-a0bcea73-4c46-433b-b84b-fb1e7bbf1fd6 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


@media (max-width: 767px){#s-a0bcea73-4c46-433b-b84b-fb1e7bbf1fd6 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


}
.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-2e87aed9-eefd-430a-a88a-499228155ec7 {
  margin-top: 50px;
}
@media (max-width: 767px){#s-2e87aed9-eefd-430a-a88a-499228155ec7 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-2e87aed9-eefd-430a-a88a-499228155ec7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e87aed9-eefd-430a-a88a-499228155ec7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e87aed9-eefd-430a-a88a-499228155ec7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e87aed9-eefd-430a-a88a-499228155ec7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-70acf9fd-0945-4488-9205-ce1ea85af4d9 {
  min-height: 300px;
}








#s-70acf9fd-0945-4488-9205-ce1ea85af4d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70acf9fd-0945-4488-9205-ce1ea85af4d9.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-501741d8-d5b9-45cc-97bc-e485fe7ee31f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 60px;
max-width: 60px;
text-align: center;
}







  #s-501741d8-d5b9-45cc-97bc-e485fe7ee31f img.shogun-image {
    

    
    
    
  }


#s-501741d8-d5b9-45cc-97bc-e485fe7ee31f .shogun-image-content {
  
    align-items: center;
  
}

#s-3ef56be8-3141-4a70-ae14-f00165e44a63 {
  min-height: 300px;
}








#s-3ef56be8-3141-4a70-ae14-f00165e44a63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ef56be8-3141-4a70-ae14-f00165e44a63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-befcb4b6-e05d-4c0e-acb8-b986486434c5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 60px;
max-width: 60px;
text-align: center;
}







  #s-befcb4b6-e05d-4c0e-acb8-b986486434c5 img.shogun-image {
    

    
    
    
  }


#s-befcb4b6-e05d-4c0e-acb8-b986486434c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b39917fb-ddb3-430c-8888-d5486db9d3d4 {
  min-height: 800px;
}
@media (max-width: 767px){#s-b39917fb-ddb3-430c-8888-d5486db9d3d4 {
  min-height: 50px;
}
}







#s-b39917fb-ddb3-430c-8888-d5486db9d3d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b39917fb-ddb3-430c-8888-d5486db9d3d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1481c972-02c8-4e35-aaa2-a5c2aa3dff50 {
  text-align: center;
}







  #s-1481c972-02c8-4e35-aaa2-a5c2aa3dff50 img.shogun-image {
    

    
    
    
  }


#s-1481c972-02c8-4e35-aaa2-a5c2aa3dff50 .shogun-image-content {
  
    align-items: center;
  
}

#s-33472640-433a-469e-9733-37649d67e961 {
  min-height: 300px;
}








#s-33472640-433a-469e-9733-37649d67e961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33472640-433a-469e-9733-37649d67e961.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4af128f1-e7dc-4071-9ce0-011873b23066 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 60px;
max-width: 60px;
text-align: center;
}







  #s-4af128f1-e7dc-4071-9ce0-011873b23066 img.shogun-image {
    

    
    
    
  }


#s-4af128f1-e7dc-4071-9ce0-011873b23066 .shogun-image-content {
  
    align-items: center;
  
}

#s-7eefa26a-0dd3-4913-ba19-d2a2fe72a93a {
  min-height: 300px;
}








#s-7eefa26a-0dd3-4913-ba19-d2a2fe72a93a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eefa26a-0dd3-4913-ba19-d2a2fe72a93a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c64b409d-167a-49d5-803e-f2192ceeb034 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 60px;
max-width: 60px;
text-align: center;
}







  #s-c64b409d-167a-49d5-803e-f2192ceeb034 img.shogun-image {
    

    
    
    
  }


#s-c64b409d-167a-49d5-803e-f2192ceeb034 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7eac4c3-e97b-41c8-9f88-2735466ebbdd {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(243, 247, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e7eac4c3-e97b-41c8-9f88-2735466ebbdd {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-e7eac4c3-e97b-41c8-9f88-2735466ebbdd {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-e7eac4c3-e97b-41c8-9f88-2735466ebbdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7eac4c3-e97b-41c8-9f88-2735466ebbdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ce4ac3f-4b98-4ea9-a3fc-03e118529022 {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1280px;
}








#s-9ce4ac3f-4b98-4ea9-a3fc-03e118529022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ce4ac3f-4b98-4ea9-a3fc-03e118529022.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d15f6f31-bc76-4383-a733-98203caa6dd5 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d15f6f31-bc76-4383-a733-98203caa6dd5 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


@media (max-width: 767px){#s-d15f6f31-bc76-4383-a733-98203caa6dd5 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


}
#s-68ffa42a-347f-4957-b04c-7f46028eb437 {
  margin-top: 50px;
}
@media (max-width: 767px){#s-68ffa42a-347f-4957-b04c-7f46028eb437 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-68ffa42a-347f-4957-b04c-7f46028eb437"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68ffa42a-347f-4957-b04c-7f46028eb437"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-68ffa42a-347f-4957-b04c-7f46028eb437"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-68ffa42a-347f-4957-b04c-7f46028eb437"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-af85a466-e639-40ef-8c35-1029841af4d5 {
  min-height: 50px;
}








#s-af85a466-e639-40ef-8c35-1029841af4d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af85a466-e639-40ef-8c35-1029841af4d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f299fcb-e69c-4bfb-81be-b2a7b8ebdbd3 {
  margin-bottom: 20px;
text-align: center;
}







  #s-8f299fcb-e69c-4bfb-81be-b2a7b8ebdbd3 img.shogun-image {
    

    
    
    
  }


#s-8f299fcb-e69c-4bfb-81be-b2a7b8ebdbd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f96a68a4-7c94-4d82-b09a-affc64a99672 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f96a68a4-7c94-4d82-b09a-affc64a99672 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-e98e2fed-b6f4-400f-81a4-12ce79b00f31 {
  min-height: 50px;
}








#s-e98e2fed-b6f4-400f-81a4-12ce79b00f31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e98e2fed-b6f4-400f-81a4-12ce79b00f31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9dd818a-587d-4fb1-8858-dbf8e7553324 {
  margin-bottom: 20px;
text-align: center;
}







  #s-f9dd818a-587d-4fb1-8858-dbf8e7553324 img.shogun-image {
    

    
    
    
  }


#s-f9dd818a-587d-4fb1-8858-dbf8e7553324 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ed89f1e-ebb9-4baf-936b-5bf04aeec4ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6ed89f1e-ebb9-4baf-936b-5bf04aeec4ed .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-a53cead6-9842-4a1f-8470-ca0b27dff2ce {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a53cead6-9842-4a1f-8470-ca0b27dff2ce {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-a53cead6-9842-4a1f-8470-ca0b27dff2ce {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-a53cead6-9842-4a1f-8470-ca0b27dff2ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a53cead6-9842-4a1f-8470-ca0b27dff2ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-962119c9-aef1-4987-a9b5-e294534aa673 {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1280px;
}








#s-962119c9-aef1-4987-a9b5-e294534aa673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-962119c9-aef1-4987-a9b5-e294534aa673.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4a1a6a6-9609-46b7-becc-0574c837eb44 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4a1a6a6-9609-46b7-becc-0574c837eb44 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


@media (max-width: 767px){#s-f4a1a6a6-9609-46b7-becc-0574c837eb44 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


}
#s-cfda706b-4a51-476c-a095-7b6f1d48bfda {
  margin-top: 50px;
}
@media (max-width: 767px){#s-cfda706b-4a51-476c-a095-7b6f1d48bfda {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-cfda706b-4a51-476c-a095-7b6f1d48bfda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cfda706b-4a51-476c-a095-7b6f1d48bfda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-cfda706b-4a51-476c-a095-7b6f1d48bfda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfda706b-4a51-476c-a095-7b6f1d48bfda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-097b497d-5f4a-4fe3-a1fa-8baa4ec9bb4e {
  min-height: 50px;
}








#s-097b497d-5f4a-4fe3-a1fa-8baa4ec9bb4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-097b497d-5f4a-4fe3-a1fa-8baa4ec9bb4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9c6b4be-baf0-4fa7-b21b-1411484e1b33 {
  text-align: center;
}







  #s-e9c6b4be-baf0-4fa7-b21b-1411484e1b33 img.shogun-image {
    

    
    
    
  }


#s-e9c6b4be-baf0-4fa7-b21b-1411484e1b33 .shogun-image-content {
  
    align-items: center;
  
}

#s-549be195-9e51-46ca-aae1-36ef03acf2b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-549be195-9e51-46ca-aae1-36ef03acf2b6 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-bbb45a4d-01e1-4844-98ce-2163e79a1f4e {
  min-height: 50px;
}








#s-bbb45a4d-01e1-4844-98ce-2163e79a1f4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbb45a4d-01e1-4844-98ce-2163e79a1f4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-927fffcf-6d6b-4cfe-8c12-8275adef2e9d {
  text-align: center;
}







  #s-927fffcf-6d6b-4cfe-8c12-8275adef2e9d img.shogun-image {
    

    
    
    
  }


#s-927fffcf-6d6b-4cfe-8c12-8275adef2e9d .shogun-image-content {
  
    align-items: center;
  
}

#s-4650ec22-e823-40ed-aa4d-a1ac3b8a21eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4650ec22-e823-40ed-aa4d-a1ac3b8a21eb .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-7b3991d5-5cba-4c56-88af-83eea259ec6c {
  min-height: 50px;
}








#s-7b3991d5-5cba-4c56-88af-83eea259ec6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b3991d5-5cba-4c56-88af-83eea259ec6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b84441e4-0e3e-4578-95e0-d002f86ab88c {
  text-align: center;
}







  #s-b84441e4-0e3e-4578-95e0-d002f86ab88c img.shogun-image {
    

    
    
    
  }


#s-b84441e4-0e3e-4578-95e0-d002f86ab88c .shogun-image-content {
  
    align-items: center;
  
}

#s-a0a4308b-e7f8-4e26-8c90-7ba559cdb9e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0a4308b-e7f8-4e26-8c90-7ba559cdb9e5 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-e55878de-8d83-4cba-b68d-3df9837e28c9 {
  min-height: 50px;
}








#s-e55878de-8d83-4cba-b68d-3df9837e28c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e55878de-8d83-4cba-b68d-3df9837e28c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3104be4d-4878-4cd5-88f9-b38be1708d17 {
  text-align: center;
}







  #s-3104be4d-4878-4cd5-88f9-b38be1708d17 img.shogun-image {
    

    
    
    
  }


#s-3104be4d-4878-4cd5-88f9-b38be1708d17 .shogun-image-content {
  
    align-items: center;
  
}

#s-5359c81d-3d84-4633-bd48-d93092c587b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5359c81d-3d84-4633-bd48-d93092c587b1 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-fc827ba2-827b-4600-a2ed-b85334b85566 {
  margin-top: 25px;
}
@media (max-width: 767px){#s-fc827ba2-827b-4600-a2ed-b85334b85566 {
  margin-top: 15px;
}
}
@media (min-width: 0px) {
[id="s-fc827ba2-827b-4600-a2ed-b85334b85566"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-fc827ba2-827b-4600-a2ed-b85334b85566"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-fc827ba2-827b-4600-a2ed-b85334b85566"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc827ba2-827b-4600-a2ed-b85334b85566"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-3494fcde-52c5-4277-9ebe-28078ac0616a {
  min-height: 50px;
}








#s-3494fcde-52c5-4277-9ebe-28078ac0616a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3494fcde-52c5-4277-9ebe-28078ac0616a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b326b1fb-196b-4bd3-92d6-377bb07a5608 {
  text-align: center;
}







  #s-b326b1fb-196b-4bd3-92d6-377bb07a5608 img.shogun-image {
    

    
    
    
  }


#s-b326b1fb-196b-4bd3-92d6-377bb07a5608 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd8859ea-fc2d-4966-a756-a249c2ffc519 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd8859ea-fc2d-4966-a756-a249c2ffc519 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-d7df0d99-bc4f-425a-b4ea-b1a9055ef805 {
  min-height: 50px;
}








#s-d7df0d99-bc4f-425a-b4ea-b1a9055ef805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7df0d99-bc4f-425a-b4ea-b1a9055ef805.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44c0db15-bc58-4665-afb0-7c0cbbc6b4b3 {
  text-align: center;
}







  #s-44c0db15-bc58-4665-afb0-7c0cbbc6b4b3 img.shogun-image {
    

    
    
    
  }


#s-44c0db15-bc58-4665-afb0-7c0cbbc6b4b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-42612a42-7cab-4ef6-b052-02855cfb8a62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42612a42-7cab-4ef6-b052-02855cfb8a62 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-83287327-d634-4885-af7c-1a119a9ce792 {
  min-height: 50px;
}








#s-83287327-d634-4885-af7c-1a119a9ce792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83287327-d634-4885-af7c-1a119a9ce792.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-205b54e9-fe07-404e-9d9c-936552430c29 {
  text-align: center;
}







  #s-205b54e9-fe07-404e-9d9c-936552430c29 img.shogun-image {
    

    
    
    
  }


#s-205b54e9-fe07-404e-9d9c-936552430c29 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb36ba79-dce1-41ef-84b1-d3e396045b78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb36ba79-dce1-41ef-84b1-d3e396045b78 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-700104e3-1ee6-4fb7-8933-4641855d38f4 {
  min-height: 50px;
}








#s-700104e3-1ee6-4fb7-8933-4641855d38f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-700104e3-1ee6-4fb7-8933-4641855d38f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce6a1691-f767-472a-a433-e680290fb40e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce6a1691-f767-472a-a433-e680290fb40e .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.304em;
  letter-spacing: -0.5px;
  
}



#s-d2e18249-d136-4fc5-860d-87eb6c0fef32 {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(243, 247, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d2e18249-d136-4fc5-860d-87eb6c0fef32 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-d2e18249-d136-4fc5-860d-87eb6c0fef32 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-d2e18249-d136-4fc5-860d-87eb6c0fef32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2e18249-d136-4fc5-860d-87eb6c0fef32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f954018-799b-4f49-adc5-610f823c6ba2 {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1280px;
}








#s-9f954018-799b-4f49-adc5-610f823c6ba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f954018-799b-4f49-adc5-610f823c6ba2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1aa6f763-9291-4ec0-a351-a6b5f7d7a6bd {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1aa6f763-9291-4ec0-a351-a6b5f7d7a6bd .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


@media (max-width: 767px){#s-1aa6f763-9291-4ec0-a351-a6b5f7d7a6bd .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


}
#s-e16500aa-35e5-4fdb-9f5b-a7178601a989 {
  margin-top: 50px;
}
@media (max-width: 767px){#s-e16500aa-35e5-4fdb-9f5b-a7178601a989 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-e16500aa-35e5-4fdb-9f5b-a7178601a989"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e16500aa-35e5-4fdb-9f5b-a7178601a989"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-e16500aa-35e5-4fdb-9f5b-a7178601a989"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-e16500aa-35e5-4fdb-9f5b-a7178601a989"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-a910a822-ff6e-4fa5-be6d-79ac6ca38d0f {
  min-height: 50px;
}








#s-a910a822-ff6e-4fa5-be6d-79ac6ca38d0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a910a822-ff6e-4fa5-be6d-79ac6ca38d0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24b68931-95d2-4ef9-8ea8-65a966bdcd60 {
  text-align: left;
}

#s-aa2504bb-357f-4197-bb48-d7227d97d6b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa2504bb-357f-4197-bb48-d7227d97d6b8 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-bc67af63-c384-4ea3-b208-9ab6e63543d7 {
  min-height: 50px;
}








#s-bc67af63-c384-4ea3-b208-9ab6e63543d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc67af63-c384-4ea3-b208-9ab6e63543d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-396e8d59-afb0-44be-9083-cc8bff8acd1b {
  margin-bottom: 20px;
border-radius: 4px;
text-align: center;
}







  #s-396e8d59-afb0-44be-9083-cc8bff8acd1b img.shogun-image {
    

    
    
    
  }


#s-396e8d59-afb0-44be-9083-cc8bff8acd1b .shogun-image-content {
  
    align-items: center;
  
}

#s-fc78cfbe-47ec-44fd-a3ae-3f080996f9cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc78cfbe-47ec-44fd-a3ae-3f080996f9cc .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-3de4b3a4-a2a5-4180-a073-4139c651e5c4 {
  min-height: 50px;
}








#s-3de4b3a4-a2a5-4180-a073-4139c651e5c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3de4b3a4-a2a5-4180-a073-4139c651e5c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79bc3836-22c9-4b57-916f-1b4d65e48a81 {
  margin-bottom: 20px;
border-radius: 4px;
text-align: center;
}







  #s-79bc3836-22c9-4b57-916f-1b4d65e48a81 img.shogun-image {
    

    
    
    
  }


#s-79bc3836-22c9-4b57-916f-1b4d65e48a81 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5181493-652a-42d2-9e12-35e450f12c14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5181493-652a-42d2-9e12-35e450f12c14 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-3dca8e44-381c-40bd-a24a-463d4ae63666 {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(127, 197, 109, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3dca8e44-381c-40bd-a24a-463d4ae63666 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-3dca8e44-381c-40bd-a24a-463d4ae63666 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-3dca8e44-381c-40bd-a24a-463d4ae63666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dca8e44-381c-40bd-a24a-463d4ae63666.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd85c317-43e2-47ef-b2a3-0cc8f666931c {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 940px;
}








#s-bd85c317-43e2-47ef-b2a3-0cc8f666931c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd85c317-43e2-47ef-b2a3-0cc8f666931c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce1b3be1-5bf4-4a9c-a002-589413d02103 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce1b3be1-5bf4-4a9c-a002-589413d02103 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}



#s-0c3d1ded-e0d9-4752-abf3-4e2a86c70805 {
  margin-top: 50px;
}

@media (min-width: 0px) {
[id="s-0c3d1ded-e0d9-4752-abf3-4e2a86c70805"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c3d1ded-e0d9-4752-abf3-4e2a86c70805"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0c3d1ded-e0d9-4752-abf3-4e2a86c70805"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0c3d1ded-e0d9-4752-abf3-4e2a86c70805"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0c3d1ded-e0d9-4752-abf3-4e2a86c70805"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c3d1ded-e0d9-4752-abf3-4e2a86c70805"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-0c3d1ded-e0d9-4752-abf3-4e2a86c70805"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-e3f42804-69f6-4e16-978b-28694ac62fd1 {
  max-width: 280px;
text-align: right;
}
@media (max-width: 767px){#s-e3f42804-69f6-4e16-978b-28694ac62fd1 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
}






  #s-e3f42804-69f6-4e16-978b-28694ac62fd1 img.shogun-image {
    

    
    
    
  }


#s-e3f42804-69f6-4e16-978b-28694ac62fd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e5f31f3-7df0-4656-9ba2-482695cc373f {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e5f31f3-7df0-4656-9ba2-482695cc373f {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-9e5f31f3-7df0-4656-9ba2-482695cc373f {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-9e5f31f3-7df0-4656-9ba2-482695cc373f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e5f31f3-7df0-4656-9ba2-482695cc373f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a72a1afa-6b5a-497e-89e7-ef37ba8ff9b5 {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1280px;
}








#s-a72a1afa-6b5a-497e-89e7-ef37ba8ff9b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a72a1afa-6b5a-497e-89e7-ef37ba8ff9b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61fff1df-4d04-422b-a218-bf23326526d2 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61fff1df-4d04-422b-a218-bf23326526d2 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


@media (max-width: 767px){#s-61fff1df-4d04-422b-a218-bf23326526d2 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


}
#s-891746c9-867e-42a9-a3dd-efdeecc804cf {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-891746c9-867e-42a9-a3dd-efdeecc804cf {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-891746c9-867e-42a9-a3dd-efdeecc804cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-891746c9-867e-42a9-a3dd-efdeecc804cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-891746c9-867e-42a9-a3dd-efdeecc804cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-891746c9-867e-42a9-a3dd-efdeecc804cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f02c4b82-6451-4e6d-b780-c5ec5cea3941 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(200, 232, 192, 1);
}








#s-f02c4b82-6451-4e6d-b780-c5ec5cea3941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f02c4b82-6451-4e6d-b780-c5ec5cea3941.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da225fb0-b804-4f60-94d6-c12ff3a87908 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(200, 232, 192, 1);
}
@media (max-width: 767px){#s-da225fb0-b804-4f60-94d6-c12ff3a87908 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 30px;
}
}







#s-da225fb0-b804-4f60-94d6-c12ff3a87908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da225fb0-b804-4f60-94d6-c12ff3a87908.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d9f3ada-f71b-4bf4-ae23-98c05366c205 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(200, 232, 192, 1);
}








#s-0d9f3ada-f71b-4bf4-ae23-98c05366c205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d9f3ada-f71b-4bf4-ae23-98c05366c205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0944a817-c09b-49ed-a786-e4babd1b20be {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(243, 247, 243, 1);
}
@media (max-width: 767px){#s-0944a817-c09b-49ed-a786-e4babd1b20be {
  padding-top: 40px;
padding-left: 24px;
padding-bottom: 40px;
padding-right: 24px;
}
}







#s-0944a817-c09b-49ed-a786-e4babd1b20be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0944a817-c09b-49ed-a786-e4babd1b20be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2cdc463-22d4-4811-a0b3-d706524ebdf0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-a2cdc463-22d4-4811-a0b3-d706524ebdf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2cdc463-22d4-4811-a0b3-d706524ebdf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52a0d7af-cd42-49c3-8e8f-5fd2900182d5 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52a0d7af-cd42-49c3-8e8f-5fd2900182d5 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


@media (max-width: 767px){#s-52a0d7af-cd42-49c3-8e8f-5fd2900182d5 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


}
#s-8c664139-e30f-4d8b-bf7f-63bead7f0917 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-8c664139-e30f-4d8b-bf7f-63bead7f0917"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c664139-e30f-4d8b-bf7f-63bead7f0917"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c664139-e30f-4d8b-bf7f-63bead7f0917"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c664139-e30f-4d8b-bf7f-63bead7f0917"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c664139-e30f-4d8b-bf7f-63bead7f0917"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c664139-e30f-4d8b-bf7f-63bead7f0917"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c664139-e30f-4d8b-bf7f-63bead7f0917"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-58179617-c4bf-49e1-9c51-b94ef95d7284 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(26, 178, 44, 1);
text-align: center;
text-decoration: none;
line-height: 1.3em;
letter-spacing: -1px;
background-image: none;
hover-type: color;
}
#s-58179617-c4bf-49e1-9c51-b94ef95d7284:hover {background-color: rgba(64, 174, 43, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-58179617-c4bf-49e1-9c51-b94ef95d7284:active {background-color: rgba(0, 180, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-58179617-c4bf-49e1-9c51-b94ef95d7284 {
  line-height: 1.8em;
}
}

  #s-58179617-c4bf-49e1-9c51-b94ef95d7284-root {
    text-align: center;
  }


#s-58179617-c4bf-49e1-9c51-b94ef95d7284.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58179617-c4bf-49e1-9c51-b94ef95d7284-root {
    text-align: center;
  }


#s-58179617-c4bf-49e1-9c51-b94ef95d7284.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58179617-c4bf-49e1-9c51-b94ef95d7284-root {
    text-align: center;
  }


#s-58179617-c4bf-49e1-9c51-b94ef95d7284.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58179617-c4bf-49e1-9c51-b94ef95d7284-root {
    text-align: center;
  }


#s-58179617-c4bf-49e1-9c51-b94ef95d7284.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58179617-c4bf-49e1-9c51-b94ef95d7284-root {
    text-align: center;
  }


#s-58179617-c4bf-49e1-9c51-b94ef95d7284.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-58179617-c4bf-49e1-9c51-b94ef95d7284-root {
    text-align: center;
  }


#s-58179617-c4bf-49e1-9c51-b94ef95d7284.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5fb75158-e6ad-4cba-a1a3-4dfc77745da3 {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5fb75158-e6ad-4cba-a1a3-4dfc77745da3 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-5fb75158-e6ad-4cba-a1a3-4dfc77745da3 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-5fb75158-e6ad-4cba-a1a3-4dfc77745da3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fb75158-e6ad-4cba-a1a3-4dfc77745da3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79d26bab-e57c-4cdd-a02d-e35d326fc68f {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 800px;
}








#s-79d26bab-e57c-4cdd-a02d-e35d326fc68f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79d26bab-e57c-4cdd-a02d-e35d326fc68f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12d0a015-414f-42d3-b6ea-46b29bce2c45 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12d0a015-414f-42d3-b6ea-46b29bce2c45 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


@media (max-width: 767px){#s-12d0a015-414f-42d3-b6ea-46b29bce2c45 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}


}
#s-fc301959-c7e1-40fa-8416-c82adb38651d {
  margin-top: 40px;
margin-bottom: 20px;
}

#s-8cdce951-9db7-4dd8-a8a4-f2d8dc0ddc70 {
  margin-bottom: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(120, 134, 117, 1);
border-style: dashed;
border-radius: 0px;
background-color: rgba(216, 226, 230, 1);
}

#s-e0075139-6f2b-4174-91c2-6710da1a5f2c {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(243, 247, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e0075139-6f2b-4174-91c2-6710da1a5f2c {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-e0075139-6f2b-4174-91c2-6710da1a5f2c {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-e0075139-6f2b-4174-91c2-6710da1a5f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0075139-6f2b-4174-91c2-6710da1a5f2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d38648a-f106-4f6e-bfdc-e003479e7758 {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1280px;
}








#s-2d38648a-f106-4f6e-bfdc-e003479e7758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d38648a-f106-4f6e-bfdc-e003479e7758.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a9928b5-fc7a-4429-b530-b20a645d5472 {
  margin-bottom: 60px;
}
@media (max-width: 767px){#s-7a9928b5-fc7a-4429-b530-b20a645d5472 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-7a9928b5-fc7a-4429-b530-b20a645d5472"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7a9928b5-fc7a-4429-b530-b20a645d5472"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7a9928b5-fc7a-4429-b530-b20a645d5472"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7a9928b5-fc7a-4429-b530-b20a645d5472"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5ffb3452-98f2-4c13-9bc9-6855d45bdd54 {
  min-height: 50px;
}








#s-5ffb3452-98f2-4c13-9bc9-6855d45bdd54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ffb3452-98f2-4c13-9bc9-6855d45bdd54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a70116b-29c4-43c6-8963-9a4e525ddde2 {
  border-radius: 4px;
text-align: center;
}







  #s-5a70116b-29c4-43c6-8963-9a4e525ddde2 img.shogun-image {
    

    
    
    
  }


#s-5a70116b-29c4-43c6-8963-9a4e525ddde2 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfedff4b-d422-4ff4-83a1-8d3b7dfe54e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfedff4b-d422-4ff4-83a1-8d3b7dfe54e1 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-cc817494-20db-4f3d-9e9b-9a7d4a84d882 {
  min-height: 50px;
}








#s-cc817494-20db-4f3d-9e9b-9a7d4a84d882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc817494-20db-4f3d-9e9b-9a7d4a84d882.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dba7ef64-67f1-482f-82f0-e5b6524a3ba9 {
  border-radius: 4px;
text-align: center;
}







  #s-dba7ef64-67f1-482f-82f0-e5b6524a3ba9 img.shogun-image {
    

    
    
    
  }


#s-dba7ef64-67f1-482f-82f0-e5b6524a3ba9 .shogun-image-content {
  
    align-items: center;
  
}

#s-238f034d-4660-446f-b2eb-e264cb0a3e1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-238f034d-4660-446f-b2eb-e264cb0a3e1b .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-3a6528fd-298b-4ab7-9a18-97fb3f3d03cd {
  min-height: 50px;
}








#s-3a6528fd-298b-4ab7-9a18-97fb3f3d03cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a6528fd-298b-4ab7-9a18-97fb3f3d03cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9c8b37a-e502-4378-a9c0-cbf822b9f779 {
  border-radius: 4px;
text-align: center;
}







  #s-b9c8b37a-e502-4378-a9c0-cbf822b9f779 img.shogun-image {
    

    
    
    
  }


#s-b9c8b37a-e502-4378-a9c0-cbf822b9f779 .shogun-image-content {
  
    align-items: center;
  
}

#s-565c1ee1-d7a4-4c71-a733-c44331ce3c9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-565c1ee1-d7a4-4c71-a733-c44331ce3c9c .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-67e5a2c0-e7d8-4c3c-8dc8-6437a8f8122e {
  min-height: 50px;
}








#s-67e5a2c0-e7d8-4c3c-8dc8-6437a8f8122e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67e5a2c0-e7d8-4c3c-8dc8-6437a8f8122e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9748555-9c8f-4f7c-bcd3-70bfc7fdd24f {
  border-radius: 4px;
text-align: center;
}







  #s-b9748555-9c8f-4f7c-bcd3-70bfc7fdd24f img.shogun-image {
    

    
    
    
  }


#s-b9748555-9c8f-4f7c-bcd3-70bfc7fdd24f .shogun-image-content {
  
    align-items: center;
  
}

#s-357eae86-dc57-4edd-a3a1-7c7895aba4d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-357eae86-dc57-4edd-a3a1-7c7895aba4d0 .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-12731367-4f13-4100-be57-dc0719413096 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(120, 134, 117, 1);
border-style: solid;
border-radius: 0px;
max-width: 800px;
background-color: rgba(245, 240, 214, 1);
}

#s-e657eb45-5a3c-406d-aa59-960ddccee799 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
background-color: rgba(26, 178, 44, 1);
text-align: center;
text-decoration: none;
line-height: 1.3em;
letter-spacing: -1px;
background-image: none;
hover-type: color;
}
#s-e657eb45-5a3c-406d-aa59-960ddccee799:hover {background-color: rgba(64, 174, 43, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e657eb45-5a3c-406d-aa59-960ddccee799:active {background-color: rgba(0, 180, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-e657eb45-5a3c-406d-aa59-960ddccee799 {
  padding-left: 30px;
padding-right: 30px;
line-height: 1.8em;
}
}

  #s-e657eb45-5a3c-406d-aa59-960ddccee799-root {
    text-align: center;
  }


#s-e657eb45-5a3c-406d-aa59-960ddccee799.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e657eb45-5a3c-406d-aa59-960ddccee799-root {
    text-align: center;
  }


#s-e657eb45-5a3c-406d-aa59-960ddccee799.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e657eb45-5a3c-406d-aa59-960ddccee799-root {
    text-align: center;
  }


#s-e657eb45-5a3c-406d-aa59-960ddccee799.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e657eb45-5a3c-406d-aa59-960ddccee799-root {
    text-align: center;
  }


#s-e657eb45-5a3c-406d-aa59-960ddccee799.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e657eb45-5a3c-406d-aa59-960ddccee799-root {
    text-align: center;
  }


#s-e657eb45-5a3c-406d-aa59-960ddccee799.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-e657eb45-5a3c-406d-aa59-960ddccee799-root {
    text-align: center;
  }


#s-e657eb45-5a3c-406d-aa59-960ddccee799.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5bd6f9ac-96e6-4e67-a4a5-3b63ab648048 {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
}
@media (max-width: 767px){#s-5bd6f9ac-96e6-4e67-a4a5-3b63ab648048 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-5bd6f9ac-96e6-4e67-a4a5-3b63ab648048 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bd6f9ac-96e6-4e67-a4a5-3b63ab648048.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cec3d444-abf3-4cb6-bce9-ea2394ada6cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-cec3d444-abf3-4cb6-bce9-ea2394ada6cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cec3d444-abf3-4cb6-bce9-ea2394ada6cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e4421d5-6311-478f-a33e-c859ce3ccbc2 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-5e4421d5-6311-478f-a33e-c859ce3ccbc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e4421d5-6311-478f-a33e-c859ce3ccbc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ac94063-54d8-42fb-a5c2-aa29c1324683 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 960px;
}








#s-8ac94063-54d8-42fb-a5c2-aa29c1324683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ac94063-54d8-42fb-a5c2-aa29c1324683.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88c7507b-5c4d-4646-80cd-375200e3a2af {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88c7507b-5c4d-4646-80cd-375200e3a2af .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  text-align: center;
}



#s-2dd5597e-3201-4d85-9c1a-3d4af68bfecf {
  margin-bottom: 10px;
}

#s-2dd5597e-3201-4d85-9c1a-3d4af68bfecf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2dd5597e-3201-4d85-9c1a-3d4af68bfecf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-2dd5597e-3201-4d85-9c1a-3d4af68bfecf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-2dd5597e-3201-4d85-9c1a-3d4af68bfecf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2dd5597e-3201-4d85-9c1a-3d4af68bfecf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-2dd5597e-3201-4d85-9c1a-3d4af68bfecf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-9e1101d1-8477-4e77-b560-ca8374c3f7a6 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-bb86a72b-d761-4bd2-be64-55448f72ed1f {
  margin-bottom: 10px;
}

#s-bb86a72b-d761-4bd2-be64-55448f72ed1f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bb86a72b-d761-4bd2-be64-55448f72ed1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-bb86a72b-d761-4bd2-be64-55448f72ed1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-bb86a72b-d761-4bd2-be64-55448f72ed1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bb86a72b-d761-4bd2-be64-55448f72ed1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-bb86a72b-d761-4bd2-be64-55448f72ed1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5e59cd5d-a29e-4317-a1fc-ba7d06524238 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-30d198d8-82cb-4186-a83c-dc4825d8c7cb {
  margin-bottom: 10px;
}

#s-30d198d8-82cb-4186-a83c-dc4825d8c7cb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-30d198d8-82cb-4186-a83c-dc4825d8c7cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-30d198d8-82cb-4186-a83c-dc4825d8c7cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-30d198d8-82cb-4186-a83c-dc4825d8c7cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-30d198d8-82cb-4186-a83c-dc4825d8c7cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-30d198d8-82cb-4186-a83c-dc4825d8c7cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-200c32d1-40e7-4df9-9db7-61f973b05a8e {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-b8a6be67-d9cb-47e2-919e-c08346fea04a {
  margin-bottom: 10px;
}

#s-b8a6be67-d9cb-47e2-919e-c08346fea04a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b8a6be67-d9cb-47e2-919e-c08346fea04a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-b8a6be67-d9cb-47e2-919e-c08346fea04a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-b8a6be67-d9cb-47e2-919e-c08346fea04a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b8a6be67-d9cb-47e2-919e-c08346fea04a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-b8a6be67-d9cb-47e2-919e-c08346fea04a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ad4719e0-06d1-4e1d-9789-b89f434cecbf {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-9aaed2b3-c436-41e3-a93f-3cd2b06c45b9 {
  margin-bottom: 10px;
}

#s-9aaed2b3-c436-41e3-a93f-3cd2b06c45b9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9aaed2b3-c436-41e3-a93f-3cd2b06c45b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-9aaed2b3-c436-41e3-a93f-3cd2b06c45b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-9aaed2b3-c436-41e3-a93f-3cd2b06c45b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9aaed2b3-c436-41e3-a93f-3cd2b06c45b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-9aaed2b3-c436-41e3-a93f-3cd2b06c45b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-f50e9ec3-5f4a-4549-a13b-8779b481f35d {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

/*
  $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}