.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-b53116f9-08c5-4dd4-8ae8-aa6da6a2bd06 {
  min-height: 50px;
}








#s-b53116f9-08c5-4dd4-8ae8-aa6da6a2bd06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b53116f9-08c5-4dd4-8ae8-aa6da6a2bd06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-5ad05646-fbe9-42ed-9a84-dca5d74e89e8 {
  background-image: url(https://i.shgcdn.com/c5853392-1551-42b3-90f3-39014b0d60af/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 120px;
padding-bottom: 120px;
background-position: right top;
opacity: 1;
}

@media (min-width: 0px) {
[id="s-5ad05646-fbe9-42ed-9a84-dca5d74e89e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ad05646-fbe9-42ed-9a84-dca5d74e89e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ad05646-fbe9-42ed-9a84-dca5d74e89e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ad05646-fbe9-42ed-9a84-dca5d74e89e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b722dccc-cf51-4569-9d18-f77670398f87 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-b722dccc-cf51-4569-9d18-f77670398f87 {
  padding-left: 6%;
padding-right: 6%;
}
}







#s-b722dccc-cf51-4569-9d18-f77670398f87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b722dccc-cf51-4569-9d18-f77670398f87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-b722dccc-cf51-4569-9d18-f77670398f87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.8;
}#s-b722dccc-cf51-4569-9d18-f77670398f87.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-4bf716c7-645a-4d40-ac15-38bf672d43dc {
  margin-bottom: 8px;
}

.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-411c9c1f-d213-41cf-ade7-d0ceea68db36 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-411c9c1f-d213-41cf-ade7-d0ceea68db36 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-4b2ce64c-5dae-442d-a79f-2fa4fd2eb492 {
  min-height: 50px;
}








#s-4b2ce64c-5dae-442d-a79f-2fa4fd2eb492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b2ce64c-5dae-442d-a79f-2fa4fd2eb492.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c56a7c99-4e24-4cad-9d39-91501d836b96 {
  margin-left: auto;
margin-right: auto;
max-width: 1640px;
opacity: 1;
background-color: rgba(29, 37, 44, 1);
}

@media (min-width: 0px) {
[id="s-c56a7c99-4e24-4cad-9d39-91501d836b96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c56a7c99-4e24-4cad-9d39-91501d836b96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c56a7c99-4e24-4cad-9d39-91501d836b96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c56a7c99-4e24-4cad-9d39-91501d836b96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c56a7c99-4e24-4cad-9d39-91501d836b96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c56a7c99-4e24-4cad-9d39-91501d836b96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c56a7c99-4e24-4cad-9d39-91501d836b96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-c5e99c54-d119-4e66-8c3d-b95fe4b7ef77 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
background-color: rgba(61, 174, 40, 1);
}
@media (min-width: 1200px){#s-c5e99c54-d119-4e66-8c3d-b95fe4b7ef77 {
  padding-left: 60px;
padding-right: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5e99c54-d119-4e66-8c3d-b95fe4b7ef77 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-c5e99c54-d119-4e66-8c3d-b95fe4b7ef77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5e99c54-d119-4e66-8c3d-b95fe4b7ef77.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-c5e99c54-d119-4e66-8c3d-b95fe4b7ef77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5e99c54-d119-4e66-8c3d-b95fe4b7ef77.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-b9ebeb96-f63c-4e90-8f9e-ce6589ec12ea {
  min-height: 50px;
}








#s-b9ebeb96-f63c-4e90-8f9e-ce6589ec12ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9ebeb96-f63c-4e90-8f9e-ce6589ec12ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dee2227-3d02-40c8-8505-c8112edd6f13 {
  margin-top: 24px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 213, 0, 1);
border-style: solid;
background-color: rgba(89, 185, 39, 1);
}

@media (min-width: 0px) {
[id="s-3dee2227-3d02-40c8-8505-c8112edd6f13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dee2227-3d02-40c8-8505-c8112edd6f13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3dee2227-3d02-40c8-8505-c8112edd6f13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3dee2227-3d02-40c8-8505-c8112edd6f13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3dee2227-3d02-40c8-8505-c8112edd6f13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dee2227-3d02-40c8-8505-c8112edd6f13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3dee2227-3d02-40c8-8505-c8112edd6f13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-55fc2ad2-bf97-439e-8212-06ecfd155547 {
  text-align: center;
}







  #s-55fc2ad2-bf97-439e-8212-06ecfd155547 img.shogun-image {
    

    
    
    
  }


#s-55fc2ad2-bf97-439e-8212-06ecfd155547 .shogun-image-content {
  
    align-items: center;
  
}

#s-97a5381a-f219-46f3-ba9e-7d9bb3bc2aaa {
  text-align: left;
}

#s-97a5381a-f219-46f3-ba9e-7d9bb3bc2aaa .shogun-heading-component h2 {
  color: rgba(29, 37, 44, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-4486abce-b3af-4925-8b48-f6b9798722e7 {
  margin-top: 24px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 213, 0, 1);
border-style: solid;
background-color: rgba(89, 185, 39, 1);
}

@media (min-width: 0px) {
[id="s-4486abce-b3af-4925-8b48-f6b9798722e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4486abce-b3af-4925-8b48-f6b9798722e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4486abce-b3af-4925-8b48-f6b9798722e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4486abce-b3af-4925-8b48-f6b9798722e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4486abce-b3af-4925-8b48-f6b9798722e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4486abce-b3af-4925-8b48-f6b9798722e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4486abce-b3af-4925-8b48-f6b9798722e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-358f9f56-0772-4884-89e9-c1ccb22f0b73 {
  text-align: center;
}







  #s-358f9f56-0772-4884-89e9-c1ccb22f0b73 img.shogun-image {
    

    
    
    
  }


#s-358f9f56-0772-4884-89e9-c1ccb22f0b73 .shogun-image-content {
  
    align-items: center;
  
}

#s-68d1228c-040e-4604-9bd4-015f9c6e2384 {
  text-align: left;
}

#s-68d1228c-040e-4604-9bd4-015f9c6e2384 .shogun-heading-component h2 {
  color: rgba(29, 37, 44, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-98d4b366-20ba-4dba-95e0-8a929e718f24 {
  margin-top: 24px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 213, 0, 1);
border-style: solid;
background-color: rgba(89, 185, 39, 1);
}

@media (min-width: 0px) {
[id="s-98d4b366-20ba-4dba-95e0-8a929e718f24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98d4b366-20ba-4dba-95e0-8a929e718f24"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-98d4b366-20ba-4dba-95e0-8a929e718f24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-98d4b366-20ba-4dba-95e0-8a929e718f24"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-98d4b366-20ba-4dba-95e0-8a929e718f24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-98d4b366-20ba-4dba-95e0-8a929e718f24"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-98d4b366-20ba-4dba-95e0-8a929e718f24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-c4fd5ca2-7af9-4178-9fb8-45f7b9a33ff7 {
  text-align: center;
}







  #s-c4fd5ca2-7af9-4178-9fb8-45f7b9a33ff7 img.shogun-image {
    

    
    
    
  }


#s-c4fd5ca2-7af9-4178-9fb8-45f7b9a33ff7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a6781f3-64cf-40b2-a56d-1d6e65c4b315 {
  text-align: left;
}

#s-2a6781f3-64cf-40b2-a56d-1d6e65c4b315 .shogun-heading-component h2 {
  color: rgba(29, 37, 44, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-ae49eeaa-ea36-49bf-9c5e-e81fc218721d {
  margin-top: 24px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 213, 0, 1);
border-style: solid;
background-color: rgba(89, 185, 39, 1);
}

@media (min-width: 0px) {
[id="s-ae49eeaa-ea36-49bf-9c5e-e81fc218721d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae49eeaa-ea36-49bf-9c5e-e81fc218721d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ae49eeaa-ea36-49bf-9c5e-e81fc218721d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ae49eeaa-ea36-49bf-9c5e-e81fc218721d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ae49eeaa-ea36-49bf-9c5e-e81fc218721d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae49eeaa-ea36-49bf-9c5e-e81fc218721d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ae49eeaa-ea36-49bf-9c5e-e81fc218721d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-fa8baa08-db1a-4f05-8f4a-42261adf2358 {
  text-align: center;
}







  #s-fa8baa08-db1a-4f05-8f4a-42261adf2358 img.shogun-image {
    

    
    
    
  }


#s-fa8baa08-db1a-4f05-8f4a-42261adf2358 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d5939c9-a797-49ee-ba2c-bfbb89cfb1f9 {
  text-align: left;
}

#s-2d5939c9-a797-49ee-ba2c-bfbb89cfb1f9 .shogun-heading-component h2 {
  color: rgba(29, 37, 44, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-1fbd5360-691f-41da-8604-707b0f586ea2 {
  margin-top: 24px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 213, 0, 1);
border-style: solid;
background-color: rgba(89, 185, 39, 1);
}

@media (min-width: 0px) {
[id="s-1fbd5360-691f-41da-8604-707b0f586ea2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fbd5360-691f-41da-8604-707b0f586ea2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1fbd5360-691f-41da-8604-707b0f586ea2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1fbd5360-691f-41da-8604-707b0f586ea2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1fbd5360-691f-41da-8604-707b0f586ea2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fbd5360-691f-41da-8604-707b0f586ea2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1fbd5360-691f-41da-8604-707b0f586ea2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-b2d97c84-b4ba-45f4-b77a-3929aafedb47 {
  text-align: center;
}







  #s-b2d97c84-b4ba-45f4-b77a-3929aafedb47 img.shogun-image {
    

    
    
    
  }


#s-b2d97c84-b4ba-45f4-b77a-3929aafedb47 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e302bd5-37c0-4cee-9eb2-9b22ad7f3123 {
  text-align: left;
}

#s-0e302bd5-37c0-4cee-9eb2-9b22ad7f3123 .shogun-heading-component h2 {
  color: rgba(29, 37, 44, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-8b763a11-6ddf-4e6a-9ea0-2c3598861f70 {
  margin-top: 24px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 213, 0, 1);
border-style: solid;
background-color: rgba(89, 185, 39, 1);
}

@media (min-width: 0px) {
[id="s-8b763a11-6ddf-4e6a-9ea0-2c3598861f70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b763a11-6ddf-4e6a-9ea0-2c3598861f70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b763a11-6ddf-4e6a-9ea0-2c3598861f70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8b763a11-6ddf-4e6a-9ea0-2c3598861f70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b763a11-6ddf-4e6a-9ea0-2c3598861f70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b763a11-6ddf-4e6a-9ea0-2c3598861f70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8b763a11-6ddf-4e6a-9ea0-2c3598861f70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-ef3004f1-280e-45fe-a47c-c929de75ec09 {
  text-align: center;
}







  #s-ef3004f1-280e-45fe-a47c-c929de75ec09 img.shogun-image {
    

    
    
    
  }


#s-ef3004f1-280e-45fe-a47c-c929de75ec09 .shogun-image-content {
  
    align-items: center;
  
}

#s-2acd0404-53af-422b-9aea-cb210f63ec6d {
  text-align: left;
}

#s-2acd0404-53af-422b-9aea-cb210f63ec6d .shogun-heading-component h2 {
  color: rgba(29, 37, 44, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}



.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-69c84dc2-ef00-4398-908d-a435ffcd44d5 {
  margin-top: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
background-color: rgba(29, 37, 44, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(147, 213, 0, 1);
}
#s-69c84dc2-ef00-4398-908d-a435ffcd44d5:hover {background-color: rgba(29, 37, 44, 1) !important;
text-decoration: none !important;
color: rgba(147, 213, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69c84dc2-ef00-4398-908d-a435ffcd44d5:active {background-color: rgba(29, 37, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(147, 213, 0, 1) !important;}

  #s-69c84dc2-ef00-4398-908d-a435ffcd44d5-root {
    text-align: left;
  }


#s-69c84dc2-ef00-4398-908d-a435ffcd44d5.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69c84dc2-ef00-4398-908d-a435ffcd44d5-root {
    text-align: left;
  }


#s-69c84dc2-ef00-4398-908d-a435ffcd44d5.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69c84dc2-ef00-4398-908d-a435ffcd44d5-root {
    text-align: left;
  }


#s-69c84dc2-ef00-4398-908d-a435ffcd44d5.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69c84dc2-ef00-4398-908d-a435ffcd44d5-root {
    text-align: left;
  }


#s-69c84dc2-ef00-4398-908d-a435ffcd44d5.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69c84dc2-ef00-4398-908d-a435ffcd44d5-root {
    text-align: left;
  }


#s-69c84dc2-ef00-4398-908d-a435ffcd44d5.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-e18ab9e8-ae15-4930-b7c0-67e6d8656641 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e18ab9e8-ae15-4930-b7c0-67e6d8656641 {
  padding-left: 60px;
padding-right: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e18ab9e8-ae15-4930-b7c0-67e6d8656641 {
  padding-left: 40px;
padding-right: 40px;
}
}
#s-e18ab9e8-ae15-4930-b7c0-67e6d8656641 {
  background-image: url();
}








#s-e18ab9e8-ae15-4930-b7c0-67e6d8656641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e18ab9e8-ae15-4930-b7c0-67e6d8656641.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-e18ab9e8-ae15-4930-b7c0-67e6d8656641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e18ab9e8-ae15-4930-b7c0-67e6d8656641.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-2ef1105c-18d8-4f0c-99e3-c6ca7fd5cd46 {
  min-height: 50px;
}








#s-2ef1105c-18d8-4f0c-99e3-c6ca7fd5cd46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ef1105c-18d8-4f0c-99e3-c6ca7fd5cd46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d70b31b-8270-46b2-b6cb-a21d74f41483 {
  margin-top: 24px;
margin-bottom: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 213, 0, 1);
border-style: solid;
background-color: rgba(89, 185, 39, 0);
}

@media (min-width: 0px) {
[id="s-7d70b31b-8270-46b2-b6cb-a21d74f41483"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d70b31b-8270-46b2-b6cb-a21d74f41483"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7d70b31b-8270-46b2-b6cb-a21d74f41483"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7d70b31b-8270-46b2-b6cb-a21d74f41483"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7d70b31b-8270-46b2-b6cb-a21d74f41483"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d70b31b-8270-46b2-b6cb-a21d74f41483"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-7d70b31b-8270-46b2-b6cb-a21d74f41483"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-af454c69-ac9d-4ef5-a09d-706c785ffb8f {
  text-align: left;
}

#s-af454c69-ac9d-4ef5-a09d-706c785ffb8f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-af454c69-ac9d-4ef5-a09d-706c785ffb8f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af454c69-ac9d-4ef5-a09d-706c785ffb8f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-af454c69-ac9d-4ef5-a09d-706c785ffb8f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-af454c69-ac9d-4ef5-a09d-706c785ffb8f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}


}
#s-247cbec7-64c0-4265-91ef-7231a687ac5d {
  border-style: solid;
margin-top: 16px;
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: #2C2A34;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(147, 213, 0, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-247cbec7-64c0-4265-91ef-7231a687ac5d:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-247cbec7-64c0-4265-91ef-7231a687ac5d:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-247cbec7-64c0-4265-91ef-7231a687ac5d-root {
    text-align: left;
  }


#s-247cbec7-64c0-4265-91ef-7231a687ac5d.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-247cbec7-64c0-4265-91ef-7231a687ac5d-root {
    text-align: left;
  }


#s-247cbec7-64c0-4265-91ef-7231a687ac5d.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-247cbec7-64c0-4265-91ef-7231a687ac5d-root {
    text-align: left;
  }


#s-247cbec7-64c0-4265-91ef-7231a687ac5d.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-247cbec7-64c0-4265-91ef-7231a687ac5d-root {
    text-align: left;
  }


#s-247cbec7-64c0-4265-91ef-7231a687ac5d.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-247cbec7-64c0-4265-91ef-7231a687ac5d-root {
    text-align: left;
  }


#s-247cbec7-64c0-4265-91ef-7231a687ac5d.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}
#s-a853ea9a-b7b6-4764-93bd-cc0c4e80f4d3 .shogun-icon-wrapper {
  text-align: center;
}


#s-a853ea9a-b7b6-4764-93bd-cc0c4e80f4d3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(89, 185, 39, 1);
}

#s-9b28990b-d58a-4b0e-a3c9-8ca0d678a687 {
  margin-top: 24px;
margin-bottom: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 213, 0, 1);
border-style: solid;
background-color: rgba(89, 185, 39, 0);
}

@media (min-width: 0px) {
[id="s-9b28990b-d58a-4b0e-a3c9-8ca0d678a687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b28990b-d58a-4b0e-a3c9-8ca0d678a687"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9b28990b-d58a-4b0e-a3c9-8ca0d678a687"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9b28990b-d58a-4b0e-a3c9-8ca0d678a687"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9b28990b-d58a-4b0e-a3c9-8ca0d678a687"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b28990b-d58a-4b0e-a3c9-8ca0d678a687"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9b28990b-d58a-4b0e-a3c9-8ca0d678a687"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-3654fb88-7c33-4a48-934f-be798b7e7a5d {
  text-align: left;
}

#s-3654fb88-7c33-4a48-934f-be798b7e7a5d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-3654fb88-7c33-4a48-934f-be798b7e7a5d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3654fb88-7c33-4a48-934f-be798b7e7a5d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3654fb88-7c33-4a48-934f-be798b7e7a5d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-3654fb88-7c33-4a48-934f-be798b7e7a5d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}


}
#s-9b8d74be-4285-44c3-b34b-1cdcc41deee1 {
  border-style: solid;
margin-top: 16px;
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: #2C2A34;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(147, 213, 0, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-9b8d74be-4285-44c3-b34b-1cdcc41deee1:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b8d74be-4285-44c3-b34b-1cdcc41deee1:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9b8d74be-4285-44c3-b34b-1cdcc41deee1-root {
    text-align: left;
  }


#s-9b8d74be-4285-44c3-b34b-1cdcc41deee1.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b8d74be-4285-44c3-b34b-1cdcc41deee1-root {
    text-align: left;
  }


#s-9b8d74be-4285-44c3-b34b-1cdcc41deee1.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b8d74be-4285-44c3-b34b-1cdcc41deee1-root {
    text-align: left;
  }


#s-9b8d74be-4285-44c3-b34b-1cdcc41deee1.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b8d74be-4285-44c3-b34b-1cdcc41deee1-root {
    text-align: left;
  }


#s-9b8d74be-4285-44c3-b34b-1cdcc41deee1.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b8d74be-4285-44c3-b34b-1cdcc41deee1-root {
    text-align: left;
  }


#s-9b8d74be-4285-44c3-b34b-1cdcc41deee1.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}
#s-e8dad26c-fbd2-4456-ab79-a5d4b2657ed8 .shogun-icon-wrapper {
  text-align: center;
}


#s-e8dad26c-fbd2-4456-ab79-a5d4b2657ed8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(89, 185, 39, 1);
}

#s-96d8b81c-0f0d-4e9b-b9b3-61da4710d608 {
  margin-top: 24px;
margin-bottom: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 213, 0, 1);
border-style: solid;
background-color: rgba(89, 185, 39, 0);
}

@media (min-width: 0px) {
[id="s-96d8b81c-0f0d-4e9b-b9b3-61da4710d608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96d8b81c-0f0d-4e9b-b9b3-61da4710d608"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-96d8b81c-0f0d-4e9b-b9b3-61da4710d608"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-96d8b81c-0f0d-4e9b-b9b3-61da4710d608"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-96d8b81c-0f0d-4e9b-b9b3-61da4710d608"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-96d8b81c-0f0d-4e9b-b9b3-61da4710d608"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-96d8b81c-0f0d-4e9b-b9b3-61da4710d608"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-ae679554-898b-4094-8aab-70d5674995fe {
  text-align: left;
}

#s-ae679554-898b-4094-8aab-70d5674995fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-ae679554-898b-4094-8aab-70d5674995fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ae679554-898b-4094-8aab-70d5674995fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ae679554-898b-4094-8aab-70d5674995fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-ae679554-898b-4094-8aab-70d5674995fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Arial";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}


}
#s-204e9352-17f4-4b38-a607-92ba636c3939 {
  border-style: solid;
margin-top: 16px;
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: #2C2A34;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(147, 213, 0, 1);
line-height: 1.2em;
background-image: none;
hover-type: color;
}
#s-204e9352-17f4-4b38-a607-92ba636c3939:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-204e9352-17f4-4b38-a607-92ba636c3939:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-204e9352-17f4-4b38-a607-92ba636c3939-root {
    text-align: left;
  }


#s-204e9352-17f4-4b38-a607-92ba636c3939.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-204e9352-17f4-4b38-a607-92ba636c3939-root {
    text-align: left;
  }


#s-204e9352-17f4-4b38-a607-92ba636c3939.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-204e9352-17f4-4b38-a607-92ba636c3939-root {
    text-align: left;
  }


#s-204e9352-17f4-4b38-a607-92ba636c3939.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-204e9352-17f4-4b38-a607-92ba636c3939-root {
    text-align: left;
  }


#s-204e9352-17f4-4b38-a607-92ba636c3939.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-204e9352-17f4-4b38-a607-92ba636c3939-root {
    text-align: left;
  }


#s-204e9352-17f4-4b38-a607-92ba636c3939.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  font-family: Arial;
  display:  inline-block ;
}
}
#s-f818b931-c8c9-4457-b92f-267a99e0ed11 .shogun-icon-wrapper {
  text-align: center;
}


#s-f818b931-c8c9-4457-b92f-267a99e0ed11 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(89, 185, 39, 1);
}

#s-8aeac1a9-3fdc-4bae-9952-8470450973da {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 60px;
padding-right: 60px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8aeac1a9-3fdc-4bae-9952-8470450973da {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-8aeac1a9-3fdc-4bae-9952-8470450973da {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-8aeac1a9-3fdc-4bae-9952-8470450973da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aeac1a9-3fdc-4bae-9952-8470450973da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px){






#s-8aeac1a9-3fdc-4bae-9952-8470450973da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aeac1a9-3fdc-4bae-9952-8470450973da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-8aeac1a9-3fdc-4bae-9952-8470450973da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-8aeac1a9-3fdc-4bae-9952-8470450973da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-8aeac1a9-3fdc-4bae-9952-8470450973da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-8aeac1a9-3fdc-4bae-9952-8470450973da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-261f7f46-98b1-441d-b593-97b6e0c2bda0 {
  margin-left: auto;
margin-right: auto;
padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
max-width: 1640px;
}
@media (min-width: 768px) and (max-width: 991px){#s-261f7f46-98b1-441d-b593-97b6e0c2bda0 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-261f7f46-98b1-441d-b593-97b6e0c2bda0 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-261f7f46-98b1-441d-b593-97b6e0c2bda0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-261f7f46-98b1-441d-b593-97b6e0c2bda0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-263e5ea8-0a43-498c-8dc9-49ae9d906e69 {
  min-height: 50px;
max-width: 800px;
}








#s-263e5ea8-0a43-498c-8dc9-49ae9d906e69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263e5ea8-0a43-498c-8dc9-49ae9d906e69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eeaa9bee-8048-4a4d-8813-ab596d6ae3b5 {
  margin-top: 15px;
}

#s-ee535e19-d449-407b-8fde-3129552744c3 {
  margin-top: 20px;
}

#s-1f179c8b-6969-48ef-8f7d-332648eb8bc8 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
background-color: rgba(0, 193, 222, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(29, 37, 44, 1);
}
#s-1f179c8b-6969-48ef-8f7d-332648eb8bc8:hover {background-color: rgba(72, 212, 232, 1) !important;
text-decoration: none !important;
color: rgba(29, 37, 44, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1f179c8b-6969-48ef-8f7d-332648eb8bc8:active {background-color: rgba(0, 193, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(29, 37, 44, 1) !important;}

  #s-1f179c8b-6969-48ef-8f7d-332648eb8bc8-root {
    text-align: left;
  }


#s-1f179c8b-6969-48ef-8f7d-332648eb8bc8.shg-btn {
  color: rgba(29, 37, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f179c8b-6969-48ef-8f7d-332648eb8bc8-root {
    text-align: left;
  }


#s-1f179c8b-6969-48ef-8f7d-332648eb8bc8.shg-btn {
  color: rgba(29, 37, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f179c8b-6969-48ef-8f7d-332648eb8bc8-root {
    text-align: left;
  }


#s-1f179c8b-6969-48ef-8f7d-332648eb8bc8.shg-btn {
  color: rgba(29, 37, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f179c8b-6969-48ef-8f7d-332648eb8bc8-root {
    text-align: left;
  }


#s-1f179c8b-6969-48ef-8f7d-332648eb8bc8.shg-btn {
  color: rgba(29, 37, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f179c8b-6969-48ef-8f7d-332648eb8bc8-root {
    text-align: left;
  }


#s-1f179c8b-6969-48ef-8f7d-332648eb8bc8.shg-btn {
  color: rgba(29, 37, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8 {
  border-style: solid;
margin-top: 16px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 223, 1);
border-radius: 12px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(77, 88, 88, 1);
}
#s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8:hover {border-style: solid !important;
border-color: rgba(77, 88, 88, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(77, 88, 88, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(77, 88, 88, 1) !important;}

  #s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8-root {
    text-align: left;
  }


#s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8-root {
    text-align: left;
  }


#s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8-root {
    text-align: left;
  }


#s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8-root {
    text-align: left;
  }


#s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8-root {
    text-align: left;
  }


#s-0aee9463-a2cf-4fd1-bbb2-695508a37bb8.shg-btn {
  color: rgba(77, 88, 88, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d4c745d7-9757-44db-83fa-4720cdc126fc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 64px;
padding-left: 32px;
padding-bottom: 64px;
padding-right: 32px;
min-height: 70px;
max-width: 1640px;
background-color: rgba(89, 185, 39, 1);
}








#s-d4c745d7-9757-44db-83fa-4720cdc126fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4c745d7-9757-44db-83fa-4720cdc126fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04f9d961-8afb-4f56-a402-0ca1300683f0 {
  margin-bottom: 40px;
text-align: center;
}

#s-04f9d961-8afb-4f56-a402-0ca1300683f0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-e1faefea-b7e5-4fe4-97b6-45f09c749d55 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e1faefea-b7e5-4fe4-97b6-45f09c749d55 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e1faefea-b7e5-4fe4-97b6-45f09c749d55 .shg-sld-nav-button.shg-sld-left,
#s-e1faefea-b7e5-4fe4-97b6-45f09c749d55 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-986a16d6-c0d5-422c-9cdc-b61088252e4d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-986a16d6-c0d5-422c-9cdc-b61088252e4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-986a16d6-c0d5-422c-9cdc-b61088252e4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-986a16d6-c0d5-422c-9cdc-b61088252e4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-986a16d6-c0d5-422c-9cdc-b61088252e4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

#s-58771221-e0ba-454f-9f2e-41b24ffb8b06 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-58771221-e0ba-454f-9f2e-41b24ffb8b06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58771221-e0ba-454f-9f2e-41b24ffb8b06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a1a3aa8-8f8b-4686-a034-3a9d611f8029 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1a1a3aa8-8f8b-4686-a034-3a9d611f8029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a1a3aa8-8f8b-4686-a034-3a9d611f8029.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92c3c33f-74af-4b02-9383-9cc8ebaaa636 {
  text-align: center;
}







  #s-92c3c33f-74af-4b02-9383-9cc8ebaaa636 img.shogun-image {
    

    
    
    
  }


#s-92c3c33f-74af-4b02-9383-9cc8ebaaa636 .shogun-image-content {
  
    align-items: center;
  
}

#s-265ab690-9e54-493e-9a17-4eed171d5913 {
  margin-top: 32px;
margin-bottom: 8px;
}

#s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9 {
  margin-top: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
background-color: rgba(29, 37, 44, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(147, 213, 0, 1);
}
#s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9:hover {background-color: rgba(29, 37, 44, 1) !important;
text-decoration: none !important;
color: rgba(147, 213, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9:active {background-color: rgba(29, 37, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(147, 213, 0, 1) !important;}

  #s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9-root {
    text-align: left;
  }


#s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9-root {
    text-align: left;
  }


#s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9-root {
    text-align: left;
  }


#s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9-root {
    text-align: left;
  }


#s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9-root {
    text-align: left;
  }


#s-6a9ae2d7-0544-4299-98e5-9c5e61366ae9.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-374adf9e-b2a9-4793-a068-325020089738 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-374adf9e-b2a9-4793-a068-325020089738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-374adf9e-b2a9-4793-a068-325020089738.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-359b5b23-4235-4445-a4a3-6f973412f69c {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-359b5b23-4235-4445-a4a3-6f973412f69c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-359b5b23-4235-4445-a4a3-6f973412f69c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cf9f16a-6bc5-4f37-b789-29d59f9cb7a9 {
  text-align: center;
}







  #s-3cf9f16a-6bc5-4f37-b789-29d59f9cb7a9 img.shogun-image {
    

    
    
    
  }


#s-3cf9f16a-6bc5-4f37-b789-29d59f9cb7a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7d895a7-9986-4cbd-b433-aa399cace4e2 {
  margin-top: 32px;
margin-bottom: 8px;
}

#s-5215a4d6-b797-432c-be18-218daaf06372 {
  margin-top: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
background-color: rgba(29, 37, 44, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(147, 213, 0, 1);
}
#s-5215a4d6-b797-432c-be18-218daaf06372:hover {background-color: rgba(29, 37, 44, 1) !important;
text-decoration: none !important;
color: rgba(147, 213, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5215a4d6-b797-432c-be18-218daaf06372:active {background-color: rgba(29, 37, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(147, 213, 0, 1) !important;}

  #s-5215a4d6-b797-432c-be18-218daaf06372-root {
    text-align: left;
  }


#s-5215a4d6-b797-432c-be18-218daaf06372.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5215a4d6-b797-432c-be18-218daaf06372-root {
    text-align: left;
  }


#s-5215a4d6-b797-432c-be18-218daaf06372.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5215a4d6-b797-432c-be18-218daaf06372-root {
    text-align: left;
  }


#s-5215a4d6-b797-432c-be18-218daaf06372.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5215a4d6-b797-432c-be18-218daaf06372-root {
    text-align: left;
  }


#s-5215a4d6-b797-432c-be18-218daaf06372.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5215a4d6-b797-432c-be18-218daaf06372-root {
    text-align: left;
  }


#s-5215a4d6-b797-432c-be18-218daaf06372.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d5e60383-a0b8-4473-802f-2531b8e25442 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d5e60383-a0b8-4473-802f-2531b8e25442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5e60383-a0b8-4473-802f-2531b8e25442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-d5e60383-a0b8-4473-802f-2531b8e25442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5e60383-a0b8-4473-802f-2531b8e25442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

#s-64fc3b4c-9cc6-4c5f-a64d-2093d3738406 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-64fc3b4c-9cc6-4c5f-a64d-2093d3738406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64fc3b4c-9cc6-4c5f-a64d-2093d3738406.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82b949c1-fcd5-4809-a223-53b55d0f2ebf {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-82b949c1-fcd5-4809-a223-53b55d0f2ebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82b949c1-fcd5-4809-a223-53b55d0f2ebf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-493763a3-959e-4d73-a0a8-f016ec173d08 {
  text-align: center;
}







  #s-493763a3-959e-4d73-a0a8-f016ec173d08 img.shogun-image {
    

    
    
    
  }


#s-493763a3-959e-4d73-a0a8-f016ec173d08 .shogun-image-content {
  
    align-items: center;
  
}

#s-5110761f-0b5d-428d-8221-6f7e3e06ed23 {
  margin-top: 32px;
margin-bottom: 8px;
}

#s-5d4a9d05-8b25-4322-b94b-cda6d30700db {
  margin-top: 24px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
background-color: rgba(29, 37, 44, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(147, 213, 0, 1);
}
#s-5d4a9d05-8b25-4322-b94b-cda6d30700db:hover {background-color: rgba(29, 37, 44, 1) !important;
text-decoration: none !important;
color: rgba(147, 213, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5d4a9d05-8b25-4322-b94b-cda6d30700db:active {background-color: rgba(29, 37, 44, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(147, 213, 0, 1) !important;}

  #s-5d4a9d05-8b25-4322-b94b-cda6d30700db-root {
    text-align: left;
  }


#s-5d4a9d05-8b25-4322-b94b-cda6d30700db.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d4a9d05-8b25-4322-b94b-cda6d30700db-root {
    text-align: left;
  }


#s-5d4a9d05-8b25-4322-b94b-cda6d30700db.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d4a9d05-8b25-4322-b94b-cda6d30700db-root {
    text-align: left;
  }


#s-5d4a9d05-8b25-4322-b94b-cda6d30700db.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d4a9d05-8b25-4322-b94b-cda6d30700db-root {
    text-align: left;
  }


#s-5d4a9d05-8b25-4322-b94b-cda6d30700db.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d4a9d05-8b25-4322-b94b-cda6d30700db-root {
    text-align: left;
  }


#s-5d4a9d05-8b25-4322-b94b-cda6d30700db.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-e2f549c0-008b-4636-b0bc-2526d19e3a5f {
  margin-bottom: 40px;
min-height: 61px;
}








#s-e2f549c0-008b-4636-b0bc-2526d19e3a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2f549c0-008b-4636-b0bc-2526d19e3a5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-639f73ca-c8b5-4f2b-b257-f0367f622d02 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-639f73ca-c8b5-4f2b-b257-f0367f622d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-639f73ca-c8b5-4f2b-b257-f0367f622d02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a06b419-aa73-4623-b085-028c9fae2b66 {
  text-align: center;
background-color: rgba(89, 185, 39, 1);
}







  #s-5a06b419-aa73-4623-b085-028c9fae2b66 img.shogun-image {
    

    
    
    
  }


#s-5a06b419-aa73-4623-b085-028c9fae2b66 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a22ef9-0e20-4f97-9b5e-59a5be7cc765 {
  margin-top: 32px;
margin-bottom: 8px;
}

#s-1cb3ba53-f270-436f-a864-080982b569ca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(147, 213, 0, 1);
}
#s-1cb3ba53-f270-436f-a864-080982b569ca:hover {background-color: rgba(29, 37, 44, 1) !important;
text-decoration: none !important;
color: rgba(147, 213, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1cb3ba53-f270-436f-a864-080982b569ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cb3ba53-f270-436f-a864-080982b569ca-root {
    text-align: left;
  }


#s-1cb3ba53-f270-436f-a864-080982b569ca.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cb3ba53-f270-436f-a864-080982b569ca-root {
    text-align: left;
  }


#s-1cb3ba53-f270-436f-a864-080982b569ca.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cb3ba53-f270-436f-a864-080982b569ca-root {
    text-align: left;
  }


#s-1cb3ba53-f270-436f-a864-080982b569ca.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cb3ba53-f270-436f-a864-080982b569ca-root {
    text-align: left;
  }


#s-1cb3ba53-f270-436f-a864-080982b569ca.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cb3ba53-f270-436f-a864-080982b569ca-root {
    text-align: left;
  }


#s-1cb3ba53-f270-436f-a864-080982b569ca.shg-btn {
  color: rgba(147, 213, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-dd919c0f-a908-4143-ac1e-d7f3711b630b {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dd919c0f-a908-4143-ac1e-d7f3711b630b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd919c0f-a908-4143-ac1e-d7f3711b630b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-dd919c0f-a908-4143-ac1e-d7f3711b630b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd919c0f-a908-4143-ac1e-d7f3711b630b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-dd919c0f-a908-4143-ac1e-d7f3711b630b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd919c0f-a908-4143-ac1e-d7f3711b630b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-1cfb69e3-1496-4e9f-8757-02d7cd3904c0 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-1cfb69e3-1496-4e9f-8757-02d7cd3904c0 .shg-sld-dot {
  background-color: rgba(142, 156, 156, 1);
}

#s-1cfb69e3-1496-4e9f-8757-02d7cd3904c0 .shg-sld-nav-button.shg-sld-left,
#s-1cfb69e3-1496-4e9f-8757-02d7cd3904c0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(142, 156, 156, 1);
}

#s-0095310d-db30-4582-a7f3-3724d143bde3 {
  margin-bottom: 40px;
text-align: center;
}

#s-0095310d-db30-4582-a7f3-3724d143bde3 .shogun-heading-component h2 {
  color: rgba(29, 37, 44, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-05b8400f-eb11-4590-bd04-a92228e495e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1640px;
}








#s-05b8400f-eb11-4590-bd04-a92228e495e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05b8400f-eb11-4590-bd04-a92228e495e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1854d5b6-06ec-4416-9bf1-1766b5a79433 {
  margin-bottom: 40px;
text-align: center;
}

#s-1854d5b6-06ec-4416-9bf1-1766b5a79433 .shogun-heading-component h2 {
  color: rgba(29, 37, 44, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-97a447d6-f288-47a4-be74-2e0d38cb2ef3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-97a447d6-f288-47a4-be74-2e0d38cb2ef3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-97a447d6-f288-47a4-be74-2e0d38cb2ef3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97a447d6-f288-47a4-be74-2e0d38cb2ef3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97a447d6-f288-47a4-be74-2e0d38cb2ef3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f4041744-dd6d-4397-a3d6-acde7be7868f {
  margin-bottom: 20px;
text-align: center;
}







  #s-f4041744-dd6d-4397-a3d6-acde7be7868f img.shogun-image {
    

    
    
    
  }


#s-f4041744-dd6d-4397-a3d6-acde7be7868f .shogun-image-content {
  
    align-items: center;
  
}

#s-269b0c05-3235-45cf-949c-4fd019cee899 {
  margin-bottom: 20px;
text-align: center;
}







  #s-269b0c05-3235-45cf-949c-4fd019cee899 img.shogun-image {
    

    
    
    
  }


#s-269b0c05-3235-45cf-949c-4fd019cee899 .shogun-image-content {
  
    align-items: center;
  
}

#s-eec276a0-4019-432e-89cc-173e84c71e98 {
  margin-bottom: 20px;
text-align: center;
}







  #s-eec276a0-4019-432e-89cc-173e84c71e98 img.shogun-image {
    

    
    
    
  }


#s-eec276a0-4019-432e-89cc-173e84c71e98 .shogun-image-content {
  
    align-items: center;
  
}

#s-5af850cf-838c-4353-81d5-becc01c5d8a1 {
  margin-bottom: 20px;
text-align: center;
}







  #s-5af850cf-838c-4353-81d5-becc01c5d8a1 img.shogun-image {
    

    
    
    
  }


#s-5af850cf-838c-4353-81d5-becc01c5d8a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5536f1a5-b870-4484-ba06-36b79a9f8a27 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5536f1a5-b870-4484-ba06-36b79a9f8a27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5536f1a5-b870-4484-ba06-36b79a9f8a27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5536f1a5-b870-4484-ba06-36b79a9f8a27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5536f1a5-b870-4484-ba06-36b79a9f8a27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-703e8ddd-c610-4299-a939-faf599232cc2 {
  margin-bottom: 20px;
text-align: center;
}







  #s-703e8ddd-c610-4299-a939-faf599232cc2 img.shogun-image {
    

    
    
    
  }


#s-703e8ddd-c610-4299-a939-faf599232cc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9905d37b-7852-4a56-b7f0-2176dae758c7 {
  margin-bottom: 20px;
text-align: center;
}







  #s-9905d37b-7852-4a56-b7f0-2176dae758c7 img.shogun-image {
    

    
    
    
  }


#s-9905d37b-7852-4a56-b7f0-2176dae758c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ead3d5c-5b79-4787-a8c6-aaa26ff6baea {
  text-align: center;
}







  #s-3ead3d5c-5b79-4787-a8c6-aaa26ff6baea img.shogun-image {
    

    
    
    
  }


#s-3ead3d5c-5b79-4787-a8c6-aaa26ff6baea .shogun-image-content {
  
    align-items: center;
  
}

#s-d59ef66e-4024-4ae7-91df-76a4c15ecc94 {
  text-align: center;
}







  #s-d59ef66e-4024-4ae7-91df-76a4c15ecc94 img.shogun-image {
    

    
    
    
  }


#s-d59ef66e-4024-4ae7-91df-76a4c15ecc94 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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