.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-f7f87b9a-91ad-43b5-9929-963996973363 {
  margin-top: 0px;
margin-bottom: 30px;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-99ad8f20-0302-4301-b0c6-316aaddebd43 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0.2);
border-style: solid;
margin-bottom: 50px;
padding-top: 0px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(219, 219, 219, 0.5);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-99ad8f20-0302-4301-b0c6-316aaddebd43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99ad8f20-0302-4301-b0c6-316aaddebd43.shg-box.shg-c {
  justify-content: center;
}

#s-fbf073e0-2166-475f-82ec-66b7f9f940e9 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-18436b84-28a4-4aa2-a37f-957e01286795 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-18436b84-28a4-4aa2-a37f-957e01286795"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

.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.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-d93580a9-f9d7-4813-93af-2d0861f1990d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(53, 189, 131, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(53, 189, 131, 1);
}
#s-d93580a9-f9d7-4813-93af-2d0861f1990d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(53, 189, 131, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d93580a9-f9d7-4813-93af-2d0861f1990d:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(13, 123, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-d93580a9-f9d7-4813-93af-2d0861f1990d.shg-btn {
  color: rgba(53, 189, 131, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-81000628-ec58-425c-85ad-ae1cbae28af0 {
  padding-top: 15px;
}

#s-b70e8d7f-7d3b-4b72-bd45-4345b610fc8a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(53, 189, 131, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(53, 189, 131, 1);
hover-type: color;
}
#s-b70e8d7f-7d3b-4b72-bd45-4345b610fc8a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(53, 189, 131, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b70e8d7f-7d3b-4b72-bd45-4345b610fc8a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(13, 123, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-b70e8d7f-7d3b-4b72-bd45-4345b610fc8a.shg-btn {
  color: rgba(53, 189, 131, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-16a3750b-5128-4365-881a-644927c93064 {
  margin-top: 30px;
}

#s-d9767501-cee4-4829-82c4-741f245e2b70 {
  min-height: 50px;
background-color: rgba(53, 189, 131, 1);
}








#s-d9767501-cee4-4829-82c4-741f245e2b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9767501-cee4-4829-82c4-741f245e2b70.shg-box.shg-c {
  justify-content: center;
}

#s-d3bcb281-da8d-4c38-98e9-bf9a606a67eb {
  margin-bottom: 0px;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-4e52d082-aa4f-4ba9-aec3-9c398ebc39cb {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e52d082-aa4f-4ba9-aec3-9c398ebc39cb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}



#s-8f4d8332-ed1e-46a9-a7c3-bc8959a1ec57 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-ddc8d164-8337-4511-acf4-7505e8604ac4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddc8d164-8337-4511-acf4-7505e8604ac4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}



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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-92724186-6d67-4382-a0ef-e47d377bb675 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 520px;
background-position: center center;
}








#s-92724186-6d67-4382-a0ef-e47d377bb675 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-92724186-6d67-4382-a0ef-e47d377bb675.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3138bbd8-2176-4182-8b4f-cbe34be96d76 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-3138bbd8-2176-4182-8b4f-cbe34be96d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3138bbd8-2176-4182-8b4f-cbe34be96d76.shg-box.shg-c {
  justify-content: center;
}

#s-9dd64ce5-8f82-4c7c-a131-7175f5e8419a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dd64ce5-8f82-4c7c-a131-7175f5e8419a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 44px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-b9ee27b8-e574-47b1-b084-c3ec9fff7d9e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 520px;
background-position: center center;
}








#s-b9ee27b8-e574-47b1-b084-c3ec9fff7d9e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-b9ee27b8-e574-47b1-b084-c3ec9fff7d9e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d765b585-4997-4bdc-a3f2-325f852bda8d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-d765b585-4997-4bdc-a3f2-325f852bda8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d765b585-4997-4bdc-a3f2-325f852bda8d.shg-box.shg-c {
  justify-content: center;
}

#s-5f818b7f-b949-4c82-94b3-0e0a56d1834b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f818b7f-b949-4c82-94b3-0e0a56d1834b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 44px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-a8d73a0b-ff3d-48a8-92e3-e1e808913298 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 520px;
background-position: center center;
}








#s-a8d73a0b-ff3d-48a8-92e3-e1e808913298 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-a8d73a0b-ff3d-48a8-92e3-e1e808913298.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ba545897-23cf-4a3e-a841-dc1a8a3e3853 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-ba545897-23cf-4a3e-a841-dc1a8a3e3853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba545897-23cf-4a3e-a841-dc1a8a3e3853.shg-box.shg-c {
  justify-content: center;
}

#s-fe0eeee7-2317-4f00-b83e-82bc997d831a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe0eeee7-2317-4f00-b83e-82bc997d831a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 44px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-27290fc6-2bee-4b1d-afa9-f78953ff01eb {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 520px;
background-position: center center;
}








#s-27290fc6-2bee-4b1d-afa9-f78953ff01eb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-27290fc6-2bee-4b1d-afa9-f78953ff01eb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-38ea59a4-5708-470b-a323-21594c3b559d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-38ea59a4-5708-470b-a323-21594c3b559d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38ea59a4-5708-470b-a323-21594c3b559d.shg-box.shg-c {
  justify-content: center;
}

#s-9487900e-cda6-44e6-8d80-d84a0cc4e81c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9487900e-cda6-44e6-8d80-d84a0cc4e81c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 44px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-71f98cb8-21a9-4fbc-bc27-de75224aa429 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 520px;
background-position: center center;
}








#s-71f98cb8-21a9-4fbc-bc27-de75224aa429 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-71f98cb8-21a9-4fbc-bc27-de75224aa429.shg-box.shg-c {
  justify-content: flex-start;
}

#s-274bd5fe-e0dc-4595-bfbb-34625b66b5f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-274bd5fe-e0dc-4595-bfbb-34625b66b5f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-274bd5fe-e0dc-4595-bfbb-34625b66b5f9.shg-box.shg-c {
  justify-content: center;
}

#s-801568fb-a5da-478a-93ad-c72a8e69937b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-801568fb-a5da-478a-93ad-c72a8e69937b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 44px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-dc3f0bf5-bdbb-4ad4-965f-9da2d5f5baab {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 520px;
background-position: center center;
}








#s-dc3f0bf5-bdbb-4ad4-965f-9da2d5f5baab > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-dc3f0bf5-bdbb-4ad4-965f-9da2d5f5baab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-39fa5b87-8051-461e-b37b-79071dec13fb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-39fa5b87-8051-461e-b37b-79071dec13fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39fa5b87-8051-461e-b37b-79071dec13fb.shg-box.shg-c {
  justify-content: center;
}

#s-8facb8c4-02c1-4aa8-992e-81caef098bbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8facb8c4-02c1-4aa8-992e-81caef098bbc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 44px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-53cc86d1-3383-41b7-b01d-85d590f26218 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 520px;
background-position: center center;
}








#s-53cc86d1-3383-41b7-b01d-85d590f26218 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-53cc86d1-3383-41b7-b01d-85d590f26218.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5d9403db-3b3c-4890-bf8d-c647e1913c59 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-5d9403db-3b3c-4890-bf8d-c647e1913c59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d9403db-3b3c-4890-bf8d-c647e1913c59.shg-box.shg-c {
  justify-content: center;
}

#s-97766329-2324-4c4d-8cf3-98a1eba94934 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97766329-2324-4c4d-8cf3-98a1eba94934 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 44px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-631e3208-2270-4497-aaef-e9718a990257 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 520px;
background-position: center center;
}








#s-631e3208-2270-4497-aaef-e9718a990257 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-631e3208-2270-4497-aaef-e9718a990257.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3798f03f-6cae-4ae5-b446-98a6552cf0a4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-3798f03f-6cae-4ae5-b446-98a6552cf0a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3798f03f-6cae-4ae5-b446-98a6552cf0a4.shg-box.shg-c {
  justify-content: center;
}

#s-e497e345-41ec-4ed8-b750-96e6e9a10edd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e497e345-41ec-4ed8-b750-96e6e9a10edd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:  italic ;
  font-size: 44px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-254f9601-ae4e-4307-b0af-4e1241fb263e {
  margin-top: 2px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-254f9601-ae4e-4307-b0af-4e1241fb263e {
  display: none;
}
#s-254f9601-ae4e-4307-b0af-4e1241fb263e, #wrap-s-254f9601-ae4e-4307-b0af-4e1241fb263e { display:none !important; }}@media (max-width: 767px){#s-254f9601-ae4e-4307-b0af-4e1241fb263e {
  display: none;
}
#s-254f9601-ae4e-4307-b0af-4e1241fb263e, #wrap-s-254f9601-ae4e-4307-b0af-4e1241fb263e { display:none !important; }}
@media (min-width: 0px) {
[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-254f9601-ae4e-4307-b0af-4e1241fb263e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

.static-landing-section {
	background-color: #009844;
	border-radius: 0px;
	box-shadow: none;
	text-align: center;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
    background-color: #76BD91;
    background: linear-gradient(180deg, #73B98C 0%, #258E50 100%);
}

.static-landing-section:hover figcaption {
    height: calc(100% - 45%);
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    transform: translateY(60%);
}

 .static-landing-section_title {
	 margin: 25px 0 0;
	 font-weight: 800;
	 font-size: 26px;
}
 .static-landing-section_title a {
	 color: #fff;
}
 .static-landing-section_figure {
	 position: relative;
	 margin: 0;
	 padding-bottom: 70px;
}
 .static-landing-section_figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: all 0.5s ease;
    background: #fff;
    z-index: 0;
    will-change: top;
	transition: all 0.5s ease;
	cursor: default;
}
.static-landing-section_figcaption * {
	 opacity: 0;
	 transition: all 300ms ease;
}
.static-landing-section_figcaption::before {
	 width: 0;
	 height: 0;
	 border-radius: 100%;
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 margin: 0 auto;
	 background-color: transparent;
	 z-index: -1;
}
 .static-landing-section_figcaption::after {
	content: '\f106';
    font-family: fontawesome;
    font-size: 42px;
    color: #fff;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    border: none;
    border-bottom-color: transparent;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: floating;
            animation-name: floating;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    transition: all 0.5s ease;
    will-change: transform;
}

 .static-landing-section:hover .static-landing-section_figcaption {
	 top: 60px;
}
 .static-landing-section:hover .static-landing-section_figcaption::after {
	transform: scaleY(-1) translateY(-15px);
	top: -10px;
    color: #017434;
}
 .static-landing-section:hover .static-landing-section_figcaption * {
	 opacity: 1;
}

 .static-landing-section_figcaption-wrapper {
	height: auto;
    overflow: hidden;
    display: flex;
}
 .static-landing-section_text {
	display: block;
	color: #000;
    font-weight: 500;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
 .static-landing-section_link {
	 display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #017434;
    border: 3px solid #017434;
    line-height: 38px;
    border-radius: 50px;
    width: 190px;
	padding: 0 10px;
	position: relative;
}
 .static-landing-section_link:hover {
	 background-color: #094;
	 border-color: #094;
	 color: #fff !important;
}
 
#s-874ce001-8fd2-4d58-ac43-5be62bafd5f9 {
  margin-top: -8px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-874ce001-8fd2-4d58-ac43-5be62bafd5f9 {
  display: none;
}
#s-874ce001-8fd2-4d58-ac43-5be62bafd5f9, #wrap-s-874ce001-8fd2-4d58-ac43-5be62bafd5f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-874ce001-8fd2-4d58-ac43-5be62bafd5f9 {
  display: none;
}
#s-874ce001-8fd2-4d58-ac43-5be62bafd5f9, #wrap-s-874ce001-8fd2-4d58-ac43-5be62bafd5f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-874ce001-8fd2-4d58-ac43-5be62bafd5f9 {
  
}
}
#s-0df45205-fb55-49b1-a3b0-8b82055b0470 {
  min-height: 50px;
}








#s-0df45205-fb55-49b1-a3b0-8b82055b0470 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0df45205-fb55-49b1-a3b0-8b82055b0470.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-0c4bfac9-dfcd-4e30-805f-af20304dff7d {
  display: none;
}
#s-0c4bfac9-dfcd-4e30-805f-af20304dff7d, #wrap-s-0c4bfac9-dfcd-4e30-805f-af20304dff7d { display:none !important; }}@media (max-width: 767px){#s-0c4bfac9-dfcd-4e30-805f-af20304dff7d {
  display: none;
}
#s-0c4bfac9-dfcd-4e30-805f-af20304dff7d, #wrap-s-0c4bfac9-dfcd-4e30-805f-af20304dff7d { display:none !important; }}
.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-2003f87e-f9b7-4f04-9919-efdce3fbca6a {
  text-align: center;
}




  #s-2003f87e-f9b7-4f04-9919-efdce3fbca6a img.shogun-image {
    
    width: px;
  }


#s-2003f87e-f9b7-4f04-9919-efdce3fbca6a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-57e3bbee-7943-4df6-aa72-72903b114c34 {
  display: none;
}
#s-57e3bbee-7943-4df6-aa72-72903b114c34, #wrap-s-57e3bbee-7943-4df6-aa72-72903b114c34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57e3bbee-7943-4df6-aa72-72903b114c34 {
  display: none;
}
#s-57e3bbee-7943-4df6-aa72-72903b114c34, #wrap-s-57e3bbee-7943-4df6-aa72-72903b114c34 { display:none !important; }}
#s-819133b5-48ce-4d11-a3ee-3aac209a100f {
  text-align: center;
}
@media (min-width: 1200px){#s-819133b5-48ce-4d11-a3ee-3aac209a100f {
  display: none;
}
#s-819133b5-48ce-4d11-a3ee-3aac209a100f, #wrap-s-819133b5-48ce-4d11-a3ee-3aac209a100f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-819133b5-48ce-4d11-a3ee-3aac209a100f {
  
}
}



  #s-819133b5-48ce-4d11-a3ee-3aac209a100f img.shogun-image {
    
    width: px;
  }


#s-819133b5-48ce-4d11-a3ee-3aac209a100f .shogun-image-content {
  
    align-items: center;
  
}

#s-93284579-5e93-42d2-bbb9-1c22b467f453 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-93284579-5e93-42d2-bbb9-1c22b467f453 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93284579-5e93-42d2-bbb9-1c22b467f453.shg-box.shg-c {
  justify-content: center;
}

#s-e127e750-cb64-433f-b2dd-106eb693e3af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e127e750-cb64-433f-b2dd-106eb693e3af .shogun-heading-component h3 {
  color: rgba(170, 170, 170, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: -1px;
  text-align: center;
}



#s-355efbce-c144-4190-9860-48f37e773c16 {
  text-align: center;
}




  #s-355efbce-c144-4190-9860-48f37e773c16 img.shogun-image {
    
    width: px;
  }


#s-355efbce-c144-4190-9860-48f37e773c16 .shogun-image-content {
  
    align-items: center;
  
}

.section-reviews-slick {
    position: relative;
}

.hup_real_review_head_section {
    border-bottom: 2px solid #808080;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
    padding-bottom: 10px;
    padding-right: 50px;
}

.hup_real_review_head_section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4d4d4d;
    margin: 0;
}

.hup_real_review_head_section .hup_align_right {
    display: flex;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa.fa-star.hup_review_checked {
    color: #418e4f;
    font-size: 18px;
}

.hup-tooltip span.fa {
    color: #418e4f;
}

span.hup-tooltip-info::after {
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: rgb(59, 61, 64);
}

span.hup-tooltip:hover .hup-tooltip-info {
    visibility: visible;
    opacity: 1;
}

.hup_real_review_head_section .fa.fa-star.hup_review_checked {
    font-size: 16px;
}

.hup_real_review_count {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.yotpo-star-distribution {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
}

span.hup-tooltip {
    cursor: pointer;
    position: relative;
}

span.hup-tooltip-info {
    z-index: 1;
    display: block;
    position: absolute;
    padding: 5px 12px;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    background: #3b3d40;
    border-radius: 3px;
    color: #eee !important;
    visibility: hidden;
    width: 260px;
    text-align: left;
    opacity: 0;
}

span.hup-tooltip-info::after {
    content: "";
    position: absolute;
    margin-top: 0;
    border-width: 5px;
    border-style: solid;
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 1em;
    width: 1em;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0;
}

.slick-prev:before {
    background-image: none;
    content: '\f104';
    font-family: fontawesome;
    font-size: 32px;
    color: #4d4d4d;
}

.slick-next:before {
    background-image: none;
    content: '\f105';
    font-family: fontawesome;
    font-size: 32px;
    color: #4d4d4d;
}

.slick-prev, .slick-next {
    top: -110px !important;
}

@media (min-width: 768px) {
    .slick-prev, .slick-next {
        top: -100px !important;
    }
}

.slick-prev {
    right: 10px;
    left: auto;
}

.slick-next {
    right: -10px;
}

.slick-prev:hover::before, .slick-next:hover::before {
    background-image: none;
}

.ult-carousel-wrapper button {
    z-index: 1;
}

.ult-carousel-wrapper .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}


@media (max-width: 767px) {
    .section-reviews-slick {
        /*padding-left: 1.5rem;*/
        /*padding-right: 1.5rem;*/
    }

    .hup_real_review_head_section {
        padding-right: 0;
        flex-wrap: wrap;
    }

    .hup_real_review_head_section h3 {
        font-size: 14px;
        text-align: left;
        margin-bottom: 10px;
    }

    .hup_real_review_head_section .hup_align_right {
        width: 100%;
    }
}


@media (min-width: 900px) {
    span.hup-tooltip-info {
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }

    span.hup-tooltip-info::after {
        top: 50%;
        transform: translateY(-50%);
        left: -10px;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
        border-right-color: rgb(59, 61, 64);
    }
}

@media (max-width: 900px) {
    span.hup-tooltip-info {
        bottom: 25px;
        right: -6px;
    }

    span.hup-tooltip-info::after {
        bottom: -15px;
        right: 5px;
        top: inherit;
        left: inherit;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: rgb(59, 61, 64);
    }
}
#s-1db8826a-3a46-4f01-9ca0-e414681963bd {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-1db8826a-3a46-4f01-9ca0-e414681963bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db8826a-3a46-4f01-9ca0-e414681963bd.shg-box.shg-c {
  justify-content: center;
}

#s-403f29c6-6349-4474-b862-2bdf5267e1c3 {
  margin-bottom: 15px;
}








#s-403f29c6-6349-4474-b862-2bdf5267e1c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-403f29c6-6349-4474-b862-2bdf5267e1c3.shg-box.shg-c {
  justify-content: center;
}

#s-d921ae5b-72d2-4f00-9a94-d4b7e60ba89f {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-d921ae5b-72d2-4f00-9a94-d4b7e60ba89f .shogun-icon-wrapper {
  text-align: center;
}


#s-d921ae5b-72d2-4f00-9a94-d4b7e60ba89f .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-dfaa3d24-149b-4082-83c4-6821df1ac41d {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-dfaa3d24-149b-4082-83c4-6821df1ac41d .shogun-icon-wrapper {
  text-align: center;
}


#s-dfaa3d24-149b-4082-83c4-6821df1ac41d .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-86417f3e-d5e5-4925-95c2-90c271ba2d68 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-86417f3e-d5e5-4925-95c2-90c271ba2d68 .shogun-icon-wrapper {
  text-align: center;
}


#s-86417f3e-d5e5-4925-95c2-90c271ba2d68 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-e675ef7c-da24-4e2d-bc16-0e2421f7140d {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-e675ef7c-da24-4e2d-bc16-0e2421f7140d .shogun-icon-wrapper {
  text-align: center;
}


#s-e675ef7c-da24-4e2d-bc16-0e2421f7140d .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-6fa4c026-0b8c-4364-9605-e899c477b4c7 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-6fa4c026-0b8c-4364-9605-e899c477b4c7 .shogun-icon-wrapper {
  text-align: center;
}


#s-6fa4c026-0b8c-4364-9605-e899c477b4c7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-2ce34575-e602-4b75-bc8a-0d232a788a5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ce34575-e602-4b75-bc8a-0d232a788a5f .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b1108460-ea0f-45d9-b5e3-02b633fceb9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1108460-ea0f-45d9-b5e3-02b633fceb9a .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2d90b6dc-98e7-4e12-9ab3-68f09c01466e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2d90b6dc-98e7-4e12-9ab3-68f09c01466e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d90b6dc-98e7-4e12-9ab3-68f09c01466e.shg-box.shg-c {
  justify-content: center;
}

#s-ecfbed92-6c6c-4c21-ae6d-462563f9d15c {
  margin-bottom: 15px;
}








#s-ecfbed92-6c6c-4c21-ae6d-462563f9d15c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecfbed92-6c6c-4c21-ae6d-462563f9d15c.shg-box.shg-c {
  justify-content: center;
}

#s-7ae783d1-2636-46ed-9261-0259cea1d9a1 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-7ae783d1-2636-46ed-9261-0259cea1d9a1 .shogun-icon-wrapper {
  text-align: center;
}


#s-7ae783d1-2636-46ed-9261-0259cea1d9a1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-c8fd19d0-e8bd-4c44-98d4-afc2cf782409 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-c8fd19d0-e8bd-4c44-98d4-afc2cf782409 .shogun-icon-wrapper {
  text-align: center;
}


#s-c8fd19d0-e8bd-4c44-98d4-afc2cf782409 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-44c234b7-7bd0-47de-aaf5-e8c1bc4b5da4 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-44c234b7-7bd0-47de-aaf5-e8c1bc4b5da4 .shogun-icon-wrapper {
  text-align: center;
}


#s-44c234b7-7bd0-47de-aaf5-e8c1bc4b5da4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-d0d1a206-f796-487b-922e-98ef505d2c45 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-d0d1a206-f796-487b-922e-98ef505d2c45 .shogun-icon-wrapper {
  text-align: center;
}


#s-d0d1a206-f796-487b-922e-98ef505d2c45 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-b727d997-579e-461d-a020-c09e75358bbc {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-b727d997-579e-461d-a020-c09e75358bbc .shogun-icon-wrapper {
  text-align: center;
}


#s-b727d997-579e-461d-a020-c09e75358bbc .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-cb3d4a1f-4ea8-4c01-8a12-5ee47607a022 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb3d4a1f-4ea8-4c01-8a12-5ee47607a022 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3cac06c1-51bb-41d9-a755-03a384016a9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cac06c1-51bb-41d9-a755-03a384016a9b .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5d0cd857-344e-44b6-88b4-5588cf3c832f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5d0cd857-344e-44b6-88b4-5588cf3c832f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0cd857-344e-44b6-88b4-5588cf3c832f.shg-box.shg-c {
  justify-content: center;
}

#s-7c1bbd71-63e4-4827-830a-dc376b6cff46 {
  margin-bottom: 15px;
}








#s-7c1bbd71-63e4-4827-830a-dc376b6cff46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c1bbd71-63e4-4827-830a-dc376b6cff46.shg-box.shg-c {
  justify-content: center;
}

#s-571d1695-7de2-4d43-88ca-5ed3f47509ef {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-571d1695-7de2-4d43-88ca-5ed3f47509ef .shogun-icon-wrapper {
  text-align: center;
}


#s-571d1695-7de2-4d43-88ca-5ed3f47509ef .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-aac06008-65c5-4687-86d4-19bea3055de5 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-aac06008-65c5-4687-86d4-19bea3055de5 .shogun-icon-wrapper {
  text-align: center;
}


#s-aac06008-65c5-4687-86d4-19bea3055de5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-5dcd19a6-dfa3-4880-8046-5de725182b73 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-5dcd19a6-dfa3-4880-8046-5de725182b73 .shogun-icon-wrapper {
  text-align: center;
}


#s-5dcd19a6-dfa3-4880-8046-5de725182b73 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-7f337daa-da1b-45e6-894d-5b09350c0313 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-7f337daa-da1b-45e6-894d-5b09350c0313 .shogun-icon-wrapper {
  text-align: center;
}


#s-7f337daa-da1b-45e6-894d-5b09350c0313 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-b1bfdf92-044e-4612-95fc-9ca8f55210d5 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-b1bfdf92-044e-4612-95fc-9ca8f55210d5 .shogun-icon-wrapper {
  text-align: center;
}


#s-b1bfdf92-044e-4612-95fc-9ca8f55210d5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-c7fffedb-b795-4fbb-a9ef-7abc75cb9382 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7fffedb-b795-4fbb-a9ef-7abc75cb9382 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8da59e8a-cb55-41ad-83af-4fbaa8069f36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8da59e8a-cb55-41ad-83af-4fbaa8069f36 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2fcb43df-190d-4e1e-af1d-b211577ccf30 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2fcb43df-190d-4e1e-af1d-b211577ccf30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fcb43df-190d-4e1e-af1d-b211577ccf30.shg-box.shg-c {
  justify-content: center;
}

#s-6e56e658-8c9a-4219-af46-ff537f13d66c {
  margin-bottom: 15px;
}








#s-6e56e658-8c9a-4219-af46-ff537f13d66c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e56e658-8c9a-4219-af46-ff537f13d66c.shg-box.shg-c {
  justify-content: center;
}

#s-4d6e8eaa-cd07-4973-a53f-e283ed635adb {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-4d6e8eaa-cd07-4973-a53f-e283ed635adb .shogun-icon-wrapper {
  text-align: center;
}


#s-4d6e8eaa-cd07-4973-a53f-e283ed635adb .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-f8ca1bc6-3c5a-49c4-9502-629ce633a6e6 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-f8ca1bc6-3c5a-49c4-9502-629ce633a6e6 .shogun-icon-wrapper {
  text-align: center;
}


#s-f8ca1bc6-3c5a-49c4-9502-629ce633a6e6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-f2795e94-4e15-4850-abc4-6b2fdef9c318 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-f2795e94-4e15-4850-abc4-6b2fdef9c318 .shogun-icon-wrapper {
  text-align: center;
}


#s-f2795e94-4e15-4850-abc4-6b2fdef9c318 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-ec1f3fca-2575-4a74-b680-c6d260083eac {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-ec1f3fca-2575-4a74-b680-c6d260083eac .shogun-icon-wrapper {
  text-align: center;
}


#s-ec1f3fca-2575-4a74-b680-c6d260083eac .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-3c2645bf-b0e4-4619-87d9-7bae8697fb70 {
  margin-left: 2.5px;
margin-right: 2.5px;
}

#s-3c2645bf-b0e4-4619-87d9-7bae8697fb70 .shogun-icon-wrapper {
  text-align: center;
}


#s-3c2645bf-b0e4-4619-87d9-7bae8697fb70 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(53, 189, 131, 1);
}

#s-eee5cac6-7311-4a61-a82a-c5ca75486aa5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eee5cac6-7311-4a61-a82a-c5ca75486aa5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d94e6574-b5d2-45ef-a30e-928c0f48f11d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d94e6574-b5d2-45ef-a30e-928c0f48f11d .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: 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;
  }
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
