.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-9b5de8bc-0487-409e-af6a-6dffbe3a6d96 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-9b5de8bc-0487-409e-af6a-6dffbe3a6d96 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-9b5de8bc-0487-409e-af6a-6dffbe3a6d96 {
  background-image: url(https://i.shgcdn.com/09f20b0b-b73b-4928-b7a4-48ba3fbb5877/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9b5de8bc-0487-409e-af6a-6dffbe3a6d96 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.35;
}#s-9b5de8bc-0487-409e-af6a-6dffbe3a6d96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7fcecc6-d0c3-4935-88f3-3f8b83549b7a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7fcecc6-d0c3-4935-88f3-3f8b83549b7a {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-d7fcecc6-d0c3-4935-88f3-3f8b83549b7a {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-d7fcecc6-d0c3-4935-88f3-3f8b83549b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7fcecc6-d0c3-4935-88f3-3f8b83549b7a.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-7820c779-c2b9-488f-bfd6-6e801da5a818 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
max-width: 240px;
opacity: 0.98;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7820c779-c2b9-488f-bfd6-6e801da5a818 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7820c779-c2b9-488f-bfd6-6e801da5a818 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7820c779-c2b9-488f-bfd6-6e801da5a818 {
  
}
}@media (max-width: 767px){#s-7820c779-c2b9-488f-bfd6-6e801da5a818 {
  
}
}
#s-4125ef70-4ae2-4ca3-9d43-e6b312816ce7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
opacity: 0.98;
}
@media (min-width: 1200px){#s-4125ef70-4ae2-4ca3-9d43-e6b312816ce7 {
  max-width: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4125ef70-4ae2-4ca3-9d43-e6b312816ce7 {
  max-width: 700px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4125ef70-4ae2-4ca3-9d43-e6b312816ce7 {
  
}
}@media (max-width: 767px){#s-4125ef70-4ae2-4ca3-9d43-e6b312816ce7 {
  
}
}
#s-de6d4535-4c6a-4fce-bec1-09d531726acf {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(130, 180, 64, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-de6d4535-4c6a-4fce-bec1-09d531726acf {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}
}







#s-de6d4535-4c6a-4fce-bec1-09d531726acf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de6d4535-4c6a-4fce-bec1-09d531726acf.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-c20aad31-3ebf-4b0e-be3f-e8a89f826365 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c20aad31-3ebf-4b0e-be3f-e8a89f826365 {
  margin-left: 40px;
margin-right: 40px;
}
}@media (max-width: 767px){#s-c20aad31-3ebf-4b0e-be3f-e8a89f826365 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-c20aad31-3ebf-4b0e-be3f-e8a89f826365"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c20aad31-3ebf-4b0e-be3f-e8a89f826365"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c20aad31-3ebf-4b0e-be3f-e8a89f826365"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c20aad31-3ebf-4b0e-be3f-e8a89f826365"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf5c39dd-4290-4527-bfad-5ff42a200e08 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
background-repeat: no-repeat;
}
@media (max-width: 767px){#s-bf5c39dd-4290-4527-bfad-5ff42a200e08 {
  display: none;
}
#s-bf5c39dd-4290-4527-bfad-5ff42a200e08, #wrap-s-bf5c39dd-4290-4527-bfad-5ff42a200e08 { display:none !important; }}
#s-b159f9ad-3839-4770-8f93-2c8a2846987c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 750px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
background-repeat: no-repeat;
}
@media (max-width: 767px){#s-b159f9ad-3839-4770-8f93-2c8a2846987c {
  margin-top: 10px;
padding-top: 10px;
}
}
#s-80f8913c-c82a-4a49-a9b3-94d9d520f9c8 {
  min-height: 50px;
}








#s-80f8913c-c82a-4a49-a9b3-94d9d520f9c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80f8913c-c82a-4a49-a9b3-94d9d520f9c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-444cace1-da4f-49d4-88e9-0b5e732112b5 {
  min-height: 60px;
}
@media (min-width: 1200px){#s-444cace1-da4f-49d4-88e9-0b5e732112b5 {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-444cace1-da4f-49d4-88e9-0b5e732112b5 {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-444cace1-da4f-49d4-88e9-0b5e732112b5 {
  margin-top: 40px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-444cace1-da4f-49d4-88e9-0b5e732112b5 {
  
}
}
@media (min-width: 0px) {
[id="s-444cace1-da4f-49d4-88e9-0b5e732112b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-444cace1-da4f-49d4-88e9-0b5e732112b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-444cace1-da4f-49d4-88e9-0b5e732112b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-444cace1-da4f-49d4-88e9-0b5e732112b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

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

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

#s-008479fd-267a-4461-95a2-ed79280447a3 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-008479fd-267a-4461-95a2-ed79280447a3 {
  
}
}
#s-008479fd-267a-4461-95a2-ed79280447a3 hr {
  border-top: 3px solid rgba(130, 180, 64, 1);
}

.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-c3f8bd09-3384-4dc8-8917-4fe1d3b962bb {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
text-align: center;
}
@media (max-width: 767px){#s-c3f8bd09-3384-4dc8-8917-4fe1d3b962bb {
  margin-top: 0px;
}
}
#s-c3f8bd09-3384-4dc8-8917-4fe1d3b962bb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-fe286acd-ffdf-40a8-84cc-6e72bdf25faf {
  margin-top: 15px;
}
@media (max-width: 767px){#s-fe286acd-ffdf-40a8-84cc-6e72bdf25faf {
  margin-top: -20px;
}
}
#s-fe286acd-ffdf-40a8-84cc-6e72bdf25faf hr {
  border-top: 3px solid rgba(130, 180, 64, 1);
}

#s-1c8dccd9-f5e1-4537-9922-8c97a70f535c {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-1c8dccd9-f5e1-4537-9922-8c97a70f535c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c8dccd9-f5e1-4537-9922-8c97a70f535c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1c8dccd9-f5e1-4537-9922-8c97a70f535c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1c8dccd9-f5e1-4537-9922-8c97a70f535c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-8535b0f7-5959-4860-943b-2bb26d612312 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-8535b0f7-5959-4860-943b-2bb26d612312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8535b0f7-5959-4860-943b-2bb26d612312.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d397bcc9-0c6c-4419-aa4b-7dc026919b78 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-d397bcc9-0c6c-4419-aa4b-7dc026919b78 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-f1a300d1-8f63-42e6-a813-7d258ab41178 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 150px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-f1a300d1-8f63-42e6-a813-7d258ab41178 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1a300d1-8f63-42e6-a813-7d258ab41178 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1a300d1-8f63-42e6-a813-7d258ab41178 {
  padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-f1a300d1-8f63-42e6-a813-7d258ab41178 {
  
}
}
.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-3d273d17-cd82-46d2-afdd-fc92adb183a8 {
  margin-bottom: 40px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3d273d17-cd82-46d2-afdd-fc92adb183a8:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-3d273d17-cd82-46d2-afdd-fc92adb183a8:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-3d273d17-cd82-46d2-afdd-fc92adb183a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d273d17-cd82-46d2-afdd-fc92adb183a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d273d17-cd82-46d2-afdd-fc92adb183a8 {
  
}
}@media (max-width: 767px){#s-3d273d17-cd82-46d2-afdd-fc92adb183a8 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
background-color: rgba(59, 57, 53, 1);
}
}

  #s-3d273d17-cd82-46d2-afdd-fc92adb183a8-root {
    text-align: center;
  }


#s-3d273d17-cd82-46d2-afdd-fc92adb183a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d273d17-cd82-46d2-afdd-fc92adb183a8-root {
    text-align: center;
  }


#s-3d273d17-cd82-46d2-afdd-fc92adb183a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d273d17-cd82-46d2-afdd-fc92adb183a8-root {
    text-align: center;
  }


#s-3d273d17-cd82-46d2-afdd-fc92adb183a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d273d17-cd82-46d2-afdd-fc92adb183a8-root {
    text-align: center;
  }


#s-3d273d17-cd82-46d2-afdd-fc92adb183a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d273d17-cd82-46d2-afdd-fc92adb183a8-root {
    text-align: center;
  }


#s-3d273d17-cd82-46d2-afdd-fc92adb183a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5c4a2f70-7f4c-4d5e-9f8a-f2a461690df9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: right top;
}








#s-5c4a2f70-7f4c-4d5e-9f8a-f2a461690df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c4a2f70-7f4c-4d5e-9f8a-f2a461690df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e370b250-e769-4fc7-896e-c83d0a6cecfd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-e370b250-e769-4fc7-896e-c83d0a6cecfd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-71ca35c3-45b3-40d4-bbc5-2f8c83466b20 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 150px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-71ca35c3-45b3-40d4-bbc5-2f8c83466b20 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-71ca35c3-45b3-40d4-bbc5-2f8c83466b20 {
  
}
}
#s-f52818b6-c390-4887-a783-d98bff6c5f7b {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f52818b6-c390-4887-a783-d98bff6c5f7b:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-f52818b6-c390-4887-a783-d98bff6c5f7b:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-f52818b6-c390-4887-a783-d98bff6c5f7b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f52818b6-c390-4887-a783-d98bff6c5f7b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f52818b6-c390-4887-a783-d98bff6c5f7b {
  
}
}@media (max-width: 767px){#s-f52818b6-c390-4887-a783-d98bff6c5f7b {
  
}
}

  #s-f52818b6-c390-4887-a783-d98bff6c5f7b-root {
    text-align: center;
  }


#s-f52818b6-c390-4887-a783-d98bff6c5f7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f52818b6-c390-4887-a783-d98bff6c5f7b-root {
    text-align: center;
  }


#s-f52818b6-c390-4887-a783-d98bff6c5f7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f52818b6-c390-4887-a783-d98bff6c5f7b-root {
    text-align: center;
  }


#s-f52818b6-c390-4887-a783-d98bff6c5f7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f52818b6-c390-4887-a783-d98bff6c5f7b-root {
    text-align: center;
  }


#s-f52818b6-c390-4887-a783-d98bff6c5f7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f52818b6-c390-4887-a783-d98bff6c5f7b-root {
    text-align: center;
  }


#s-f52818b6-c390-4887-a783-d98bff6c5f7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-537ce2d7-a9af-4fde-a3bc-0aecbc783178 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-537ce2d7-a9af-4fde-a3bc-0aecbc783178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-537ce2d7-a9af-4fde-a3bc-0aecbc783178.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67f9e4b0-accc-45be-aee8-f88c1261e7d6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-67f9e4b0-accc-45be-aee8-f88c1261e7d6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-0dad403a-89a8-4f9f-b4eb-974a9f8a2cf6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 150px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-0dad403a-89a8-4f9f-b4eb-974a9f8a2cf6 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-10e8ba16-f620-4197-9b46-efb174812879 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-10e8ba16-f620-4197-9b46-efb174812879:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-10e8ba16-f620-4197-9b46-efb174812879:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-10e8ba16-f620-4197-9b46-efb174812879 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10e8ba16-f620-4197-9b46-efb174812879 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10e8ba16-f620-4197-9b46-efb174812879 {
  
}
}@media (max-width: 767px){#s-10e8ba16-f620-4197-9b46-efb174812879 {
  
}
}

  #s-10e8ba16-f620-4197-9b46-efb174812879-root {
    text-align: center;
  }


#s-10e8ba16-f620-4197-9b46-efb174812879.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10e8ba16-f620-4197-9b46-efb174812879-root {
    text-align: center;
  }


#s-10e8ba16-f620-4197-9b46-efb174812879.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10e8ba16-f620-4197-9b46-efb174812879-root {
    text-align: center;
  }


#s-10e8ba16-f620-4197-9b46-efb174812879.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10e8ba16-f620-4197-9b46-efb174812879-root {
    text-align: center;
  }


#s-10e8ba16-f620-4197-9b46-efb174812879.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10e8ba16-f620-4197-9b46-efb174812879-root {
    text-align: center;
  }


#s-10e8ba16-f620-4197-9b46-efb174812879.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c653c1e4-d202-42d4-8a2e-c3d784887c83 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
}
@media (max-width: 767px){#s-c653c1e4-d202-42d4-8a2e-c3d784887c83 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-c653c1e4-d202-42d4-8a2e-c3d784887c83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c653c1e4-d202-42d4-8a2e-c3d784887c83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c653c1e4-d202-42d4-8a2e-c3d784887c83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c653c1e4-d202-42d4-8a2e-c3d784887c83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6934eaeb-ed4e-415d-be4d-c82c1b311c6e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-6934eaeb-ed4e-415d-be4d-c82c1b311c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6934eaeb-ed4e-415d-be4d-c82c1b311c6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-477426c9-b2d1-4918-aab6-92ce17a57088 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-477426c9-b2d1-4918-aab6-92ce17a57088 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-b45c3043-1df0-450f-b39c-747cab2b4627 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 150px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b45c3043-1df0-450f-b39c-747cab2b4627 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b45c3043-1df0-450f-b39c-747cab2b4627 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b45c3043-1df0-450f-b39c-747cab2b4627 {
  padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-b45c3043-1df0-450f-b39c-747cab2b4627 {
  
}
}
#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf {
  margin-bottom: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf {
  
}
}@media (max-width: 767px){#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf {
  margin-bottom: 40px;
}
}

  #s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf-root {
    text-align: center;
  }


#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf-root {
    text-align: center;
  }


#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf-root {
    text-align: center;
  }


#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf-root {
    text-align: center;
  }


#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf-root {
    text-align: center;
  }


#s-8bcb8793-ad98-4a90-ac28-2a4bcf7ac3bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-317552de-6b0c-4071-9cd3-2361a5d81989 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-317552de-6b0c-4071-9cd3-2361a5d81989 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-317552de-6b0c-4071-9cd3-2361a5d81989.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-302cb406-76ff-4945-b95a-df7cd022ffd0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-302cb406-76ff-4945-b95a-df7cd022ffd0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-9b2251a1-4579-4758-96f8-94e463943fdc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 150px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-9b2251a1-4579-4758-96f8-94e463943fdc {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9 {
  margin-bottom: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9 {
  
}
}@media (max-width: 767px){#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9 {
  margin-bottom: 40px;
}
}

  #s-de6d56e0-67b7-416e-8cc5-c9ba073940f9-root {
    text-align: center;
  }


#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-de6d56e0-67b7-416e-8cc5-c9ba073940f9-root {
    text-align: center;
  }


#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de6d56e0-67b7-416e-8cc5-c9ba073940f9-root {
    text-align: center;
  }


#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de6d56e0-67b7-416e-8cc5-c9ba073940f9-root {
    text-align: center;
  }


#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-de6d56e0-67b7-416e-8cc5-c9ba073940f9-root {
    text-align: center;
  }


#s-de6d56e0-67b7-416e-8cc5-c9ba073940f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9524058e-2e6d-4f91-9673-6ff76b114331 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-9524058e-2e6d-4f91-9673-6ff76b114331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9524058e-2e6d-4f91-9673-6ff76b114331.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b299f834-a39e-4d91-89df-25858a7f4dff {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-b299f834-a39e-4d91-89df-25858a7f4dff .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-c7f23c27-b01e-45d3-a3fb-030540efefab {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 150px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-c7f23c27-b01e-45d3-a3fb-030540efefab {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287 {
  margin-bottom: 20px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287 {
  
}
}@media (max-width: 767px){#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287 {
  margin-bottom: 40px;
}
}

  #s-b9ab0f1d-371d-4f85-8173-8e212b6aa287-root {
    text-align: center;
  }


#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9ab0f1d-371d-4f85-8173-8e212b6aa287-root {
    text-align: center;
  }


#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9ab0f1d-371d-4f85-8173-8e212b6aa287-root {
    text-align: center;
  }


#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9ab0f1d-371d-4f85-8173-8e212b6aa287-root {
    text-align: center;
  }


#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9ab0f1d-371d-4f85-8173-8e212b6aa287-root {
    text-align: center;
  }


#s-b9ab0f1d-371d-4f85-8173-8e212b6aa287.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-16b3e1cc-1226-4db5-86da-74b6800288f9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-16b3e1cc-1226-4db5-86da-74b6800288f9 {
  
}
}







#s-16b3e1cc-1226-4db5-86da-74b6800288f9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-16b3e1cc-1226-4db5-86da-74b6800288f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2740b63-071c-41bf-8cc1-0c82665d953c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 550px;
opacity: 0.98;
}

#s-779051d2-1f76-4bf2-9eed-ffde634d0163 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 490px;
opacity: 0.98;
}

#s-7cfc76bb-7310-47b9-a1e4-6aa42bdabca3 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}

#s-113da8f7-2110-4d63-b69c-2fd923d41603 {
  min-height: 50px;
}
@media (max-width: 767px){#s-113da8f7-2110-4d63-b69c-2fd923d41603 {
  margin-top: 30px;
}
}







#s-113da8f7-2110-4d63-b69c-2fd923d41603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-113da8f7-2110-4d63-b69c-2fd923d41603.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2719028a-529b-4bc4-8a3b-1cede5a755ce {
  min-height: 60px;
}
@media (min-width: 1200px){#s-2719028a-529b-4bc4-8a3b-1cede5a755ce {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2719028a-529b-4bc4-8a3b-1cede5a755ce {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2719028a-529b-4bc4-8a3b-1cede5a755ce {
  margin-top: 40px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-2719028a-529b-4bc4-8a3b-1cede5a755ce {
  
}
}
@media (min-width: 0px) {
[id="s-2719028a-529b-4bc4-8a3b-1cede5a755ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2719028a-529b-4bc4-8a3b-1cede5a755ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2719028a-529b-4bc4-8a3b-1cede5a755ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2719028a-529b-4bc4-8a3b-1cede5a755ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-3453456b-f470-4ca7-bdf3-f7fe34c705a9 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-3453456b-f470-4ca7-bdf3-f7fe34c705a9 {
  
}
}
#s-3453456b-f470-4ca7-bdf3-f7fe34c705a9 hr {
  border-top: 3px solid rgba(130, 180, 64, 1);
}

#s-9e557af2-f516-4c8f-bbf7-34c0e4ed2f59 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
text-align: center;
}
@media (max-width: 767px){#s-9e557af2-f516-4c8f-bbf7-34c0e4ed2f59 {
  margin-top: 0px;
}
}
#s-9e557af2-f516-4c8f-bbf7-34c0e4ed2f59 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-f7ddbaa9-8b86-4149-b822-491bfe5d8fbf {
  margin-top: 15px;
}
@media (max-width: 767px){#s-f7ddbaa9-8b86-4149-b822-491bfe5d8fbf {
  margin-top: -20px;
margin-bottom: 0px;
}
}
#s-f7ddbaa9-8b86-4149-b822-491bfe5d8fbf hr {
  border-top: 3px solid rgba(130, 180, 64, 1);
}

#s-b2364762-d3fe-4645-a754-e4ced33e0e9a {
  margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}
@media (max-width: 767px){#s-b2364762-d3fe-4645-a754-e4ced33e0e9a {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-b2364762-d3fe-4645-a754-e4ced33e0e9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2364762-d3fe-4645-a754-e4ced33e0e9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2364762-d3fe-4645-a754-e4ced33e0e9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2364762-d3fe-4645-a754-e4ced33e0e9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c6c842c-654b-4b34-9d6e-41be8d6676ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center top;
}








#s-8c6c842c-654b-4b34-9d6e-41be8d6676ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c6c842c-654b-4b34-9d6e-41be8d6676ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcfef94d-a643-4017-974c-f49010ad458e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(59, 57, 53, 1);
}

#s-fcfef94d-a643-4017-974c-f49010ad458e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-d9c8c5c4-64d3-40b5-b8ea-18f84741ec4f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d9c8c5c4-64d3-40b5-b8ea-18f84741ec4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9c8c5c4-64d3-40b5-b8ea-18f84741ec4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9c8c5c4-64d3-40b5-b8ea-18f84741ec4f {
  padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-d9c8c5c4-64d3-40b5-b8ea-18f84741ec4f {
  
}
}
#s-d41c2dff-1cdb-4653-a313-70565c8204ec {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d41c2dff-1cdb-4653-a313-70565c8204ec:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-d41c2dff-1cdb-4653-a313-70565c8204ec:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-d41c2dff-1cdb-4653-a313-70565c8204ec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d41c2dff-1cdb-4653-a313-70565c8204ec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d41c2dff-1cdb-4653-a313-70565c8204ec {
  
}
}@media (max-width: 767px){#s-d41c2dff-1cdb-4653-a313-70565c8204ec {
  margin-bottom: 40px;
}
}

  #s-d41c2dff-1cdb-4653-a313-70565c8204ec-root {
    text-align: center;
  }


#s-d41c2dff-1cdb-4653-a313-70565c8204ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d41c2dff-1cdb-4653-a313-70565c8204ec-root {
    text-align: center;
  }


#s-d41c2dff-1cdb-4653-a313-70565c8204ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d41c2dff-1cdb-4653-a313-70565c8204ec-root {
    text-align: center;
  }


#s-d41c2dff-1cdb-4653-a313-70565c8204ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d41c2dff-1cdb-4653-a313-70565c8204ec-root {
    text-align: center;
  }


#s-d41c2dff-1cdb-4653-a313-70565c8204ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d41c2dff-1cdb-4653-a313-70565c8204ec-root {
    text-align: center;
  }


#s-d41c2dff-1cdb-4653-a313-70565c8204ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3d953ec9-0da7-43b3-97b1-23b6d7925e47 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-3d953ec9-0da7-43b3-97b1-23b6d7925e47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d953ec9-0da7-43b3-97b1-23b6d7925e47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0086472-d379-4eed-af13-5319a032479d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(59, 57, 53, 1);
}

#s-c0086472-d379-4eed-af13-5319a032479d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-bd2aff8a-de66-4559-bb07-3a1e3e00389c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-bd2aff8a-de66-4559-bb07-3a1e3e00389c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd2aff8a-de66-4559-bb07-3a1e3e00389c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd2aff8a-de66-4559-bb07-3a1e3e00389c {
  padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-bd2aff8a-de66-4559-bb07-3a1e3e00389c {
  
}
}
#s-7c27ef4e-0b15-4524-b33e-89e314604812 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7c27ef4e-0b15-4524-b33e-89e314604812:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-7c27ef4e-0b15-4524-b33e-89e314604812:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-7c27ef4e-0b15-4524-b33e-89e314604812 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c27ef4e-0b15-4524-b33e-89e314604812 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c27ef4e-0b15-4524-b33e-89e314604812 {
  
}
}@media (max-width: 767px){#s-7c27ef4e-0b15-4524-b33e-89e314604812 {
  margin-bottom: 40px;
}
}

  #s-7c27ef4e-0b15-4524-b33e-89e314604812-root {
    text-align: center;
  }


#s-7c27ef4e-0b15-4524-b33e-89e314604812.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7c27ef4e-0b15-4524-b33e-89e314604812-root {
    text-align: center;
  }


#s-7c27ef4e-0b15-4524-b33e-89e314604812.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c27ef4e-0b15-4524-b33e-89e314604812-root {
    text-align: center;
  }


#s-7c27ef4e-0b15-4524-b33e-89e314604812.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c27ef4e-0b15-4524-b33e-89e314604812-root {
    text-align: center;
  }


#s-7c27ef4e-0b15-4524-b33e-89e314604812.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c27ef4e-0b15-4524-b33e-89e314604812-root {
    text-align: center;
  }


#s-7c27ef4e-0b15-4524-b33e-89e314604812.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-81575bfe-1002-4cd2-9123-5a242c834773 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-81575bfe-1002-4cd2-9123-5a242c834773 {
  margin-top: 1px;
}
}
@media (min-width: 0px) {
[id="s-81575bfe-1002-4cd2-9123-5a242c834773"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81575bfe-1002-4cd2-9123-5a242c834773"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-81575bfe-1002-4cd2-9123-5a242c834773"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-81575bfe-1002-4cd2-9123-5a242c834773"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c225f617-ace6-404c-b045-2b121dc9de38 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-c225f617-ace6-404c-b045-2b121dc9de38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c225f617-ace6-404c-b045-2b121dc9de38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5984dab2-09d0-4c6c-a539-7a9275d1efc7 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(59, 57, 53, 1);
}

#s-5984dab2-09d0-4c6c-a539-7a9275d1efc7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-587d9543-2edb-4794-b506-816838c094d7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-587d9543-2edb-4794-b506-816838c094d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-587d9543-2edb-4794-b506-816838c094d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-587d9543-2edb-4794-b506-816838c094d7 {
  padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-587d9543-2edb-4794-b506-816838c094d7 {
  
}
}
#s-b40d7786-bf16-48cc-9349-f87254d5b057 {
  margin-bottom: 20px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b40d7786-bf16-48cc-9349-f87254d5b057:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-b40d7786-bf16-48cc-9349-f87254d5b057:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-b40d7786-bf16-48cc-9349-f87254d5b057 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b40d7786-bf16-48cc-9349-f87254d5b057 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b40d7786-bf16-48cc-9349-f87254d5b057 {
  
}
}@media (max-width: 767px){#s-b40d7786-bf16-48cc-9349-f87254d5b057 {
  margin-bottom: 40px;
}
}

  #s-b40d7786-bf16-48cc-9349-f87254d5b057-root {
    text-align: center;
  }


#s-b40d7786-bf16-48cc-9349-f87254d5b057.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b40d7786-bf16-48cc-9349-f87254d5b057-root {
    text-align: center;
  }


#s-b40d7786-bf16-48cc-9349-f87254d5b057.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b40d7786-bf16-48cc-9349-f87254d5b057-root {
    text-align: center;
  }


#s-b40d7786-bf16-48cc-9349-f87254d5b057.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b40d7786-bf16-48cc-9349-f87254d5b057-root {
    text-align: center;
  }


#s-b40d7786-bf16-48cc-9349-f87254d5b057.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b40d7786-bf16-48cc-9349-f87254d5b057-root {
    text-align: center;
  }


#s-b40d7786-bf16-48cc-9349-f87254d5b057.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a255c89a-522f-436b-a102-1a16919c352b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-a255c89a-522f-436b-a102-1a16919c352b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a255c89a-522f-436b-a102-1a16919c352b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecae4fe2-462e-43cb-ae04-3d3ee8ee25d3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(59, 57, 53, 1);
}

#s-ecae4fe2-462e-43cb-ae04-3d3ee8ee25d3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-b41e01ea-47c5-4415-b8dc-422dafb96da5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b41e01ea-47c5-4415-b8dc-422dafb96da5 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f {
  margin-bottom: 20px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f {
  
}
}@media (max-width: 767px){#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f {
  border-style: solid;
border-color: #000;
margin-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}

  #s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f-root {
    text-align: center;
  }


#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f-root {
    text-align: center;
  }


#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f-root {
    text-align: center;
  }


#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f-root {
    text-align: center;
  }


#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f-root {
    text-align: center;
  }


#s-55b7bc7f-23d6-42e3-be5c-818ebf2d793f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-724a694b-17d6-4bf3-a401-516881261258 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-724a694b-17d6-4bf3-a401-516881261258 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-724a694b-17d6-4bf3-a401-516881261258.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a52cbe95-1e1d-48fb-86d4-9ce4cbe8249f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(59, 57, 53, 1);
}

#s-a52cbe95-1e1d-48fb-86d4-9ce4cbe8249f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-56d0bf02-7676-477b-8b05-8a937cda2e8f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-56d0bf02-7676-477b-8b05-8a937cda2e8f {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe {
  
}
}@media (max-width: 767px){#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe {
  border-style: solid;
border-color: #000;
margin-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}

  #s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe-root {
    text-align: center;
  }


#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe-root {
    text-align: center;
  }


#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe-root {
    text-align: center;
  }


#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe-root {
    text-align: center;
  }


#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe-root {
    text-align: center;
  }


#s-6f014895-f4a6-49bd-8b1f-6ffbae5a35fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-be38505c-2d9a-465f-b7c0-5ac3877d40cd {
  padding-top: 0px;
padding-bottom: 0px;
}








#s-be38505c-2d9a-465f-b7c0-5ac3877d40cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be38505c-2d9a-465f-b7c0-5ac3877d40cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f511f147-580d-4f58-9afe-ac6dd59cce42 {
  min-height: 60px;
}
@media (min-width: 1200px){#s-f511f147-580d-4f58-9afe-ac6dd59cce42 {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f511f147-580d-4f58-9afe-ac6dd59cce42 {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f511f147-580d-4f58-9afe-ac6dd59cce42 {
  margin-top: 40px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-f511f147-580d-4f58-9afe-ac6dd59cce42 {
  
}
}
@media (min-width: 0px) {
[id="s-f511f147-580d-4f58-9afe-ac6dd59cce42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f511f147-580d-4f58-9afe-ac6dd59cce42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f511f147-580d-4f58-9afe-ac6dd59cce42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f511f147-580d-4f58-9afe-ac6dd59cce42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-70341681-af29-4554-949e-7092ceedde31 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-70341681-af29-4554-949e-7092ceedde31 {
  
}
}
#s-70341681-af29-4554-949e-7092ceedde31 hr {
  border-top: 3px solid rgba(130, 180, 64, 1);
}

#s-be69ae4b-f5de-4052-9657-e7a8f276f5fb {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
text-align: center;
}
@media (max-width: 767px){#s-be69ae4b-f5de-4052-9657-e7a8f276f5fb {
  margin-top: 0px;
}
}
#s-be69ae4b-f5de-4052-9657-e7a8f276f5fb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-ef891fdf-7e1c-492f-a5cb-9578e5c7c2a0 {
  margin-top: 15px;
}
@media (max-width: 767px){#s-ef891fdf-7e1c-492f-a5cb-9578e5c7c2a0 {
  margin-top: -20px;
}
}
#s-ef891fdf-7e1c-492f-a5cb-9578e5c7c2a0 hr {
  border-top: 3px solid rgba(130, 180, 64, 1);
}

#s-7b3859ac-ffd9-4668-b6df-16f58266b21f {
  margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
}
@media (max-width: 767px){#s-7b3859ac-ffd9-4668-b6df-16f58266b21f {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-7b3859ac-ffd9-4668-b6df-16f58266b21f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b3859ac-ffd9-4668-b6df-16f58266b21f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b3859ac-ffd9-4668-b6df-16f58266b21f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b3859ac-ffd9-4668-b6df-16f58266b21f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0b9f03e8-2211-4986-85e5-4f9ede8be11c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-0b9f03e8-2211-4986-85e5-4f9ede8be11c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b9f03e8-2211-4986-85e5-4f9ede8be11c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f4e651b-d016-4d7a-b52b-2cc287e8707b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-3f4e651b-d016-4d7a-b52b-2cc287e8707b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-80de92c2-cb5c-4273-a0f5-075547d2e3a4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-80de92c2-cb5c-4273-a0f5-075547d2e3a4 {
  min-height: 190px;
}
}
#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c {
  
}
}@media (max-width: 767px){#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c {
  margin-bottom: 30px;
}
}

  #s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c-root {
    text-align: center;
  }


#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c-root {
    text-align: center;
  }


#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c-root {
    text-align: center;
  }


#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c-root {
    text-align: center;
  }


#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c-root {
    text-align: center;
  }


#s-9992539b-7c89-4f4e-8c05-bee7f8f75b0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-da1e3279-3310-4a4a-8897-7da2a90668b6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-da1e3279-3310-4a4a-8897-7da2a90668b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da1e3279-3310-4a4a-8897-7da2a90668b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-361f6eec-7f56-4747-a5c1-c83ae3129fe2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-361f6eec-7f56-4747-a5c1-c83ae3129fe2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-fd18f75c-ecc1-48e5-b2e3-649c3a3f7edc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-fd18f75c-ecc1-48e5-b2e3-649c3a3f7edc {
  min-height: 190px;
}
}
#s-ec6c6e0b-1faa-4378-bde1-3673410acf92 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ec6c6e0b-1faa-4378-bde1-3673410acf92:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-ec6c6e0b-1faa-4378-bde1-3673410acf92:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-ec6c6e0b-1faa-4378-bde1-3673410acf92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec6c6e0b-1faa-4378-bde1-3673410acf92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec6c6e0b-1faa-4378-bde1-3673410acf92 {
  
}
}@media (max-width: 767px){#s-ec6c6e0b-1faa-4378-bde1-3673410acf92 {
  
}
}

  #s-ec6c6e0b-1faa-4378-bde1-3673410acf92-root {
    text-align: center;
  }


#s-ec6c6e0b-1faa-4378-bde1-3673410acf92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec6c6e0b-1faa-4378-bde1-3673410acf92-root {
    text-align: center;
  }


#s-ec6c6e0b-1faa-4378-bde1-3673410acf92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec6c6e0b-1faa-4378-bde1-3673410acf92-root {
    text-align: center;
  }


#s-ec6c6e0b-1faa-4378-bde1-3673410acf92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec6c6e0b-1faa-4378-bde1-3673410acf92-root {
    text-align: center;
  }


#s-ec6c6e0b-1faa-4378-bde1-3673410acf92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec6c6e0b-1faa-4378-bde1-3673410acf92-root {
    text-align: center;
  }


#s-ec6c6e0b-1faa-4378-bde1-3673410acf92.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b4fb3965-1943-43e0-a4d7-8faaaab562d6 {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-b4fb3965-1943-43e0-a4d7-8faaaab562d6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-b4fb3965-1943-43e0-a4d7-8faaaab562d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4fb3965-1943-43e0-a4d7-8faaaab562d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b4fb3965-1943-43e0-a4d7-8faaaab562d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4fb3965-1943-43e0-a4d7-8faaaab562d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-420e84ea-a052-450b-b8e7-694ed84c9cea {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-420e84ea-a052-450b-b8e7-694ed84c9cea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-420e84ea-a052-450b-b8e7-694ed84c9cea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-036f504f-4e3c-498d-9200-b34555fd7752 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-036f504f-4e3c-498d-9200-b34555fd7752 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-1ec05e74-f815-4f66-9c58-cdb370f9d4f9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-1ec05e74-f815-4f66-9c58-cdb370f9d4f9 {
  min-height: 190px;
}
}
#s-f807ff94-d219-4757-a606-18fd99b17657 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f807ff94-d219-4757-a606-18fd99b17657:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-f807ff94-d219-4757-a606-18fd99b17657:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-f807ff94-d219-4757-a606-18fd99b17657 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f807ff94-d219-4757-a606-18fd99b17657 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f807ff94-d219-4757-a606-18fd99b17657 {
  
}
}@media (max-width: 767px){#s-f807ff94-d219-4757-a606-18fd99b17657 {
  margin-bottom: 40px;
}
}

  #s-f807ff94-d219-4757-a606-18fd99b17657-root {
    text-align: center;
  }


#s-f807ff94-d219-4757-a606-18fd99b17657.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f807ff94-d219-4757-a606-18fd99b17657-root {
    text-align: center;
  }


#s-f807ff94-d219-4757-a606-18fd99b17657.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f807ff94-d219-4757-a606-18fd99b17657-root {
    text-align: center;
  }


#s-f807ff94-d219-4757-a606-18fd99b17657.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f807ff94-d219-4757-a606-18fd99b17657-root {
    text-align: center;
  }


#s-f807ff94-d219-4757-a606-18fd99b17657.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f807ff94-d219-4757-a606-18fd99b17657-root {
    text-align: center;
  }


#s-f807ff94-d219-4757-a606-18fd99b17657.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-475b08cb-08ba-4edc-a181-458d2ce9a615 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-475b08cb-08ba-4edc-a181-458d2ce9a615 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-475b08cb-08ba-4edc-a181-458d2ce9a615.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0392c31f-05ab-4359-9bb9-5b17c947315e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-0392c31f-05ab-4359-9bb9-5b17c947315e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0392c31f-05ab-4359-9bb9-5b17c947315e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9fc6511-eeec-48f6-95c1-96fb919ab156 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-c9fc6511-eeec-48f6-95c1-96fb919ab156 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-9caebd49-aaf9-408e-b629-a387ad7e47b4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-9caebd49-aaf9-408e-b629-a387ad7e47b4 {
  min-height: 190px;
}
}
#s-c3c16c2b-0ebe-40c1-b460-0334077ba642 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c3c16c2b-0ebe-40c1-b460-0334077ba642:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-c3c16c2b-0ebe-40c1-b460-0334077ba642:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-c3c16c2b-0ebe-40c1-b460-0334077ba642 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3c16c2b-0ebe-40c1-b460-0334077ba642 {
  
}
}@media (max-width: 767px){#s-c3c16c2b-0ebe-40c1-b460-0334077ba642 {
  border-style: solid;
border-color: #000;
margin-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}

  #s-c3c16c2b-0ebe-40c1-b460-0334077ba642-root {
    text-align: center;
  }


#s-c3c16c2b-0ebe-40c1-b460-0334077ba642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3c16c2b-0ebe-40c1-b460-0334077ba642-root {
    text-align: center;
  }


#s-c3c16c2b-0ebe-40c1-b460-0334077ba642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3c16c2b-0ebe-40c1-b460-0334077ba642-root {
    text-align: center;
  }


#s-c3c16c2b-0ebe-40c1-b460-0334077ba642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3c16c2b-0ebe-40c1-b460-0334077ba642-root {
    text-align: center;
  }


#s-c3c16c2b-0ebe-40c1-b460-0334077ba642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3c16c2b-0ebe-40c1-b460-0334077ba642-root {
    text-align: center;
  }


#s-c3c16c2b-0ebe-40c1-b460-0334077ba642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e202ebaa-f0ed-409b-95f1-a7ab929e127c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-e202ebaa-f0ed-409b-95f1-a7ab929e127c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e202ebaa-f0ed-409b-95f1-a7ab929e127c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e588e438-0cbf-4fa3-8779-ca72e28c1aa3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-e588e438-0cbf-4fa3-8779-ca72e28c1aa3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-391d85ac-0c64-42d5-b80e-7c1d5dc7339b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-391d85ac-0c64-42d5-b80e-7c1d5dc7339b {
  min-height: 190px;
}
}
#s-823a9bf4-c315-49f0-8814-cb46305b2b2d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-823a9bf4-c315-49f0-8814-cb46305b2b2d:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-823a9bf4-c315-49f0-8814-cb46305b2b2d:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-823a9bf4-c315-49f0-8814-cb46305b2b2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-823a9bf4-c315-49f0-8814-cb46305b2b2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-823a9bf4-c315-49f0-8814-cb46305b2b2d {
  
}
}@media (max-width: 767px){#s-823a9bf4-c315-49f0-8814-cb46305b2b2d {
  margin-bottom: 40px;
}
}

  #s-823a9bf4-c315-49f0-8814-cb46305b2b2d-root {
    text-align: center;
  }


#s-823a9bf4-c315-49f0-8814-cb46305b2b2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-823a9bf4-c315-49f0-8814-cb46305b2b2d-root {
    text-align: center;
  }


#s-823a9bf4-c315-49f0-8814-cb46305b2b2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-823a9bf4-c315-49f0-8814-cb46305b2b2d-root {
    text-align: center;
  }


#s-823a9bf4-c315-49f0-8814-cb46305b2b2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-823a9bf4-c315-49f0-8814-cb46305b2b2d-root {
    text-align: center;
  }


#s-823a9bf4-c315-49f0-8814-cb46305b2b2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-823a9bf4-c315-49f0-8814-cb46305b2b2d-root {
    text-align: center;
  }


#s-823a9bf4-c315-49f0-8814-cb46305b2b2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-31ee8c15-fc75-4f5e-bcb6-ce7dd033a3ff {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-31ee8c15-fc75-4f5e-bcb6-ce7dd033a3ff {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-31ee8c15-fc75-4f5e-bcb6-ce7dd033a3ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31ee8c15-fc75-4f5e-bcb6-ce7dd033a3ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-31ee8c15-fc75-4f5e-bcb6-ce7dd033a3ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-31ee8c15-fc75-4f5e-bcb6-ce7dd033a3ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8efc1631-e8c3-449e-abb6-0e224f3b9ed9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-8efc1631-e8c3-449e-abb6-0e224f3b9ed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8efc1631-e8c3-449e-abb6-0e224f3b9ed9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dce61d75-e1dc-442a-98c2-8bf0c962ad73 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-dce61d75-e1dc-442a-98c2-8bf0c962ad73 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-44dcfdf8-1a9d-4883-b9c8-a4fab6dcbda9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-44dcfdf8-1a9d-4883-b9c8-a4fab6dcbda9 {
  min-height: 190px;
}
}
#s-233ac426-36ae-4db6-aa38-9f80c22742e7 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-233ac426-36ae-4db6-aa38-9f80c22742e7:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-233ac426-36ae-4db6-aa38-9f80c22742e7:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-233ac426-36ae-4db6-aa38-9f80c22742e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-233ac426-36ae-4db6-aa38-9f80c22742e7 {
  
}
}@media (max-width: 767px){#s-233ac426-36ae-4db6-aa38-9f80c22742e7 {
  border-style: solid;
border-color: #000;
margin-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}

  #s-233ac426-36ae-4db6-aa38-9f80c22742e7-root {
    text-align: center;
  }


#s-233ac426-36ae-4db6-aa38-9f80c22742e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-233ac426-36ae-4db6-aa38-9f80c22742e7-root {
    text-align: center;
  }


#s-233ac426-36ae-4db6-aa38-9f80c22742e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-233ac426-36ae-4db6-aa38-9f80c22742e7-root {
    text-align: center;
  }


#s-233ac426-36ae-4db6-aa38-9f80c22742e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-233ac426-36ae-4db6-aa38-9f80c22742e7-root {
    text-align: center;
  }


#s-233ac426-36ae-4db6-aa38-9f80c22742e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-233ac426-36ae-4db6-aa38-9f80c22742e7-root {
    text-align: center;
  }


#s-233ac426-36ae-4db6-aa38-9f80c22742e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-62d6a618-4a95-4e26-9556-fc4229325f81 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-62d6a618-4a95-4e26-9556-fc4229325f81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d6a618-4a95-4e26-9556-fc4229325f81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-552292b8-d2e3-4f2b-87da-dbf673026902 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-552292b8-d2e3-4f2b-87da-dbf673026902 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-786b121e-aca5-464e-9539-b1ddd4103da4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-786b121e-aca5-464e-9539-b1ddd4103da4 {
  min-height: 190px;
}
}
#s-57fefd67-b793-4443-86b1-218a9d5ed29d {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57fefd67-b793-4443-86b1-218a9d5ed29d:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-57fefd67-b793-4443-86b1-218a9d5ed29d:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-57fefd67-b793-4443-86b1-218a9d5ed29d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57fefd67-b793-4443-86b1-218a9d5ed29d {
  
}
}@media (max-width: 767px){#s-57fefd67-b793-4443-86b1-218a9d5ed29d {
  border-style: solid;
border-color: #000;
margin-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}

  #s-57fefd67-b793-4443-86b1-218a9d5ed29d-root {
    text-align: center;
  }


#s-57fefd67-b793-4443-86b1-218a9d5ed29d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57fefd67-b793-4443-86b1-218a9d5ed29d-root {
    text-align: center;
  }


#s-57fefd67-b793-4443-86b1-218a9d5ed29d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57fefd67-b793-4443-86b1-218a9d5ed29d-root {
    text-align: center;
  }


#s-57fefd67-b793-4443-86b1-218a9d5ed29d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57fefd67-b793-4443-86b1-218a9d5ed29d-root {
    text-align: center;
  }


#s-57fefd67-b793-4443-86b1-218a9d5ed29d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57fefd67-b793-4443-86b1-218a9d5ed29d-root {
    text-align: center;
  }


#s-57fefd67-b793-4443-86b1-218a9d5ed29d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ddc00583-0fc5-487b-b5f5-195a7b377bbc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-ddc00583-0fc5-487b-b5f5-195a7b377bbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddc00583-0fc5-487b-b5f5-195a7b377bbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8623e11f-62e1-41e2-8e0c-b44a7343d198 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 70px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-8623e11f-62e1-41e2-8e0c-b44a7343d198 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-39179d97-33cd-456f-b076-f65dfd8970f2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-39179d97-33cd-456f-b076-f65dfd8970f2 {
  min-height: 190px;
}
}
#s-8c108b83-0d82-48c6-9520-86b5922c4879 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(59, 57, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8c108b83-0d82-48c6-9520-86b5922c4879:hover {border-style: solid !important;
border-color: rgba(59, 57, 53, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}#s-8c108b83-0d82-48c6-9520-86b5922c4879:active {background-color: rgba(59, 57, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-8c108b83-0d82-48c6-9520-86b5922c4879 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c108b83-0d82-48c6-9520-86b5922c4879 {
  
}
}@media (max-width: 767px){#s-8c108b83-0d82-48c6-9520-86b5922c4879 {
  border-style: solid;
border-color: #000;
margin-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}

  #s-8c108b83-0d82-48c6-9520-86b5922c4879-root {
    text-align: center;
  }


#s-8c108b83-0d82-48c6-9520-86b5922c4879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c108b83-0d82-48c6-9520-86b5922c4879-root {
    text-align: center;
  }


#s-8c108b83-0d82-48c6-9520-86b5922c4879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c108b83-0d82-48c6-9520-86b5922c4879-root {
    text-align: center;
  }


#s-8c108b83-0d82-48c6-9520-86b5922c4879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c108b83-0d82-48c6-9520-86b5922c4879-root {
    text-align: center;
  }


#s-8c108b83-0d82-48c6-9520-86b5922c4879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c108b83-0d82-48c6-9520-86b5922c4879-root {
    text-align: center;
  }


#s-8c108b83-0d82-48c6-9520-86b5922c4879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1d60c02f-f072-459e-9337-c33524d5d9d8 {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-1d60c02f-f072-459e-9337-c33524d5d9d8 {
  margin-top: 0px;
}
}







#s-1d60c02f-f072-459e-9337-c33524d5d9d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d60c02f-f072-459e-9337-c33524d5d9d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-307171e2-f064-4d10-84d1-3c92f340813e {
  min-height: 60px;
}
@media (min-width: 1200px){#s-307171e2-f064-4d10-84d1-3c92f340813e {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-307171e2-f064-4d10-84d1-3c92f340813e {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-307171e2-f064-4d10-84d1-3c92f340813e {
  margin-top: 40px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-307171e2-f064-4d10-84d1-3c92f340813e {
  
}
}
@media (min-width: 0px) {
[id="s-307171e2-f064-4d10-84d1-3c92f340813e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-307171e2-f064-4d10-84d1-3c92f340813e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-307171e2-f064-4d10-84d1-3c92f340813e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-307171e2-f064-4d10-84d1-3c92f340813e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fae7cc51-9717-4bfd-986e-3eaa1c055fb5 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-fae7cc51-9717-4bfd-986e-3eaa1c055fb5 {
  
}
}
#s-fae7cc51-9717-4bfd-986e-3eaa1c055fb5 hr {
  border-top: 3px solid rgba(130, 180, 64, 1);
}

#s-43a84592-e5d2-48da-b200-1733d7a71225 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
text-align: center;
}
@media (max-width: 767px){#s-43a84592-e5d2-48da-b200-1733d7a71225 {
  margin-top: 0px;
}
}
#s-43a84592-e5d2-48da-b200-1733d7a71225 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-8088b469-2cf5-48ea-9dfc-89ea86cd6c86 {
  margin-top: 15px;
}
@media (max-width: 767px){#s-8088b469-2cf5-48ea-9dfc-89ea86cd6c86 {
  margin-top: -20px;
}
}
#s-8088b469-2cf5-48ea-9dfc-89ea86cd6c86 hr {
  border-top: 3px solid rgba(130, 180, 64, 1);
}

#s-c292787a-1db9-41fc-8373-b19aff5726bb {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (max-width: 767px){#s-c292787a-1db9-41fc-8373-b19aff5726bb {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c292787a-1db9-41fc-8373-b19aff5726bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c292787a-1db9-41fc-8373-b19aff5726bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c292787a-1db9-41fc-8373-b19aff5726bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c292787a-1db9-41fc-8373-b19aff5726bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f59da48-a695-46d0-800f-4314a71e9cfa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-1f59da48-a695-46d0-800f-4314a71e9cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f59da48-a695-46d0-800f-4314a71e9cfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4d327b5-880d-44bf-9d64-c990725506c2 {
  min-height: 50px;
background-color: rgba(59, 57, 53, 1);
}








#s-a4d327b5-880d-44bf-9d64-c990725506c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4d327b5-880d-44bf-9d64-c990725506c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a716115d-1c36-4b7f-86fe-cae35802db03 {
  margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a716115d-1c36-4b7f-86fe-cae35802db03 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-8e1f708a-1a57-46b1-9d3e-834f59a48bbd {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
max-width: 550px;
text-align: center;
}

#s-8e1f708a-1a57-46b1-9d3e-834f59a48bbd .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(59, 57, 53, 1);
}
#s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8:hover {border-style: solid !important;
border-color: rgba(200, 222, 171, 1) !important;
background-color: rgba(200, 222, 171, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8-root {
    text-align: center;
  }


#s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8-root {
    text-align: center;
  }


#s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8-root {
    text-align: center;
  }


#s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8-root {
    text-align: center;
  }


#s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8-root {
    text-align: center;
  }


#s-814cbd2c-c29b-4f2f-b5b4-6aabb626ace8.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-629bae16-88a7-48e7-8ee0-6d1d4d62f4f2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-629bae16-88a7-48e7-8ee0-6d1d4d62f4f2 {
  margin-top: 40px;
margin-bottom: 0px;
}
}







#s-629bae16-88a7-48e7-8ee0-6d1d4d62f4f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-629bae16-88a7-48e7-8ee0-6d1d4d62f4f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f71d5b70-a7a5-4dfa-be7d-92f64af61e22 {
  min-height: 50px;
background-color: rgba(59, 57, 53, 1);
}








#s-f71d5b70-a7a5-4dfa-be7d-92f64af61e22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f71d5b70-a7a5-4dfa-be7d-92f64af61e22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-846785d2-240a-42a9-aabd-159e579b9bb7 {
  margin-left: 5px;
margin-bottom: 10px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-846785d2-240a-42a9-aabd-159e579b9bb7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-f07ead07-9cff-40a7-84fc-d947b6cef536 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
max-width: 550px;
text-align: center;
}

#s-f07ead07-9cff-40a7-84fc-d947b6cef536 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b9e048bd-68e8-4083-ac1f-5db59945543c {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
border-radius: 90px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(59, 57, 53, 1);
}
#s-b9e048bd-68e8-4083-ac1f-5db59945543c:hover {border-style: solid !important;
border-color: rgba(200, 222, 171, 1) !important;
background-color: rgba(200, 222, 171, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b9e048bd-68e8-4083-ac1f-5db59945543c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b9e048bd-68e8-4083-ac1f-5db59945543c-root {
    text-align: center;
  }


#s-b9e048bd-68e8-4083-ac1f-5db59945543c.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9e048bd-68e8-4083-ac1f-5db59945543c-root {
    text-align: center;
  }


#s-b9e048bd-68e8-4083-ac1f-5db59945543c.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9e048bd-68e8-4083-ac1f-5db59945543c-root {
    text-align: center;
  }


#s-b9e048bd-68e8-4083-ac1f-5db59945543c.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9e048bd-68e8-4083-ac1f-5db59945543c-root {
    text-align: center;
  }


#s-b9e048bd-68e8-4083-ac1f-5db59945543c.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9e048bd-68e8-4083-ac1f-5db59945543c-root {
    text-align: center;
  }


#s-b9e048bd-68e8-4083-ac1f-5db59945543c.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-636cc1fe-9e70-4fde-b801-09231d22b6f9 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-636cc1fe-9e70-4fde-b801-09231d22b6f9 {
  margin-bottom: 40px;
}
}







#s-636cc1fe-9e70-4fde-b801-09231d22b6f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-636cc1fe-9e70-4fde-b801-09231d22b6f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd2a24f5-3cc7-4eef-96b9-de71a67def74 {
  min-height: 60px;
}
@media (min-width: 1200px){#s-cd2a24f5-3cc7-4eef-96b9-de71a67def74 {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd2a24f5-3cc7-4eef-96b9-de71a67def74 {
  margin-top: 40px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd2a24f5-3cc7-4eef-96b9-de71a67def74 {
  margin-top: 40px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-cd2a24f5-3cc7-4eef-96b9-de71a67def74 {
  
}
}
@media (min-width: 0px) {
[id="s-cd2a24f5-3cc7-4eef-96b9-de71a67def74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd2a24f5-3cc7-4eef-96b9-de71a67def74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-cd2a24f5-3cc7-4eef-96b9-de71a67def74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-cd2a24f5-3cc7-4eef-96b9-de71a67def74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-5a021ebe-bf89-4025-a447-83ed000c410f {
  margin-top: 10px;
}
@media (max-width: 767px){#s-5a021ebe-bf89-4025-a447-83ed000c410f {
  
}
}
#s-5a021ebe-bf89-4025-a447-83ed000c410f hr {
  border-top: 3px solid rgba(130, 180, 64, 1);
}

#s-f36df3a8-b7cb-458f-bde2-2147ff156e88 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
text-align: center;
}
@media (max-width: 767px){#s-f36df3a8-b7cb-458f-bde2-2147ff156e88 {
  margin-top: 0px;
}
}
#s-f36df3a8-b7cb-458f-bde2-2147ff156e88 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-0f00a62e-4be6-4438-9df1-88a201b29be7 {
  margin-top: 15px;
}
@media (max-width: 767px){#s-0f00a62e-4be6-4438-9df1-88a201b29be7 {
  margin-top: -20px;
}
}
#s-0f00a62e-4be6-4438-9df1-88a201b29be7 hr {
  border-top: 3px solid rgba(130, 180, 64, 1);
}

#s-18e90bea-a5fd-41f8-b0a8-9f7bcb56807d {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-18e90bea-a5fd-41f8-b0a8-9f7bcb56807d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-18e90bea-a5fd-41f8-b0a8-9f7bcb56807d {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-18e90bea-a5fd-41f8-b0a8-9f7bcb56807d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-18e90bea-a5fd-41f8-b0a8-9f7bcb56807d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-18e90bea-a5fd-41f8-b0a8-9f7bcb56807d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-18e90bea-a5fd-41f8-b0a8-9f7bcb56807d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7aea853e-1fa8-4d06-b75c-c7df259e850d {
  margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 180, 64, 1);
border-style: solid;
background-color: rgba(130, 180, 64, 1);
}

#s-7aea853e-1fa8-4d06-b75c-c7df259e850d {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28dcb54d-34f1-4c20-8573-ad5fc5ac56b9 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-bc29a218-81a6-4509-b8af-28f33e96aefd {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 180, 64, 1);
border-style: solid;
min-height: 90px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}
@media (min-width: 1200px){#s-bc29a218-81a6-4509-b8af-28f33e96aefd {
  min-height: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc29a218-81a6-4509-b8af-28f33e96aefd {
  min-height: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc29a218-81a6-4509-b8af-28f33e96aefd {
  min-height: 100px;
}
}@media (max-width: 767px){#s-bc29a218-81a6-4509-b8af-28f33e96aefd {
  min-height: 110px;
}
}
#s-bc29a218-81a6-4509-b8af-28f33e96aefd .shg-product-title-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-746dfaab-044f-43a6-a51b-87634f197ede {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 180, 64, 1);
border-style: solid;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-746dfaab-044f-43a6-a51b-87634f197ede .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-746dfaab-044f-43a6-a51b-87634f197ede .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-746dfaab-044f-43a6-a51b-87634f197ede .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-f697da59-0211-428c-9a23-2c2efc8e2568 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 29px;
padding-bottom: 10px;
padding-right: 29px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(59, 57, 53, 1);
}
#s-f697da59-0211-428c-9a23-2c2efc8e2568:hover {border-style: solid !important;
border-color: rgba(200, 222, 171, 1) !important;
background-color: rgba(200, 222, 171, 1) !important;
text-decoration: none !important;
color: rgba(59, 57, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f697da59-0211-428c-9a23-2c2efc8e2568:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}


#s-f697da59-0211-428c-9a23-2c2efc8e2568 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f697da59-0211-428c-9a23-2c2efc8e2568.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f697da59-0211-428c-9a23-2c2efc8e2568.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f697da59-0211-428c-9a23-2c2efc8e2568.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f19dec76-09dc-4b94-a6dd-93d179617553 {
  margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 180, 64, 1);
border-style: solid;
background-color: rgba(130, 180, 64, 1);
}

#s-f19dec76-09dc-4b94-a6dd-93d179617553 {
  display: none;
}
#s-9aa5362c-2924-4905-934b-0d0de5930c59 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-9aa5362c-2924-4905-934b-0d0de5930c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aa5362c-2924-4905-934b-0d0de5930c59 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9aa5362c-2924-4905-934b-0d0de5930c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aa5362c-2924-4905-934b-0d0de5930c59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9aa5362c-2924-4905-934b-0d0de5930c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aa5362c-2924-4905-934b-0d0de5930c59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9aa5362c-2924-4905-934b-0d0de5930c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aa5362c-2924-4905-934b-0d0de5930c59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9aa5362c-2924-4905-934b-0d0de5930c59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aa5362c-2924-4905-934b-0d0de5930c59 img.shogun-image {
  width: 100%;
}



}
#s-611795c1-ae31-47fc-8279-63183dae76d7 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
min-height: 90px;
text-align: center;
background-color: rgba(130, 180, 64, 1);
}
@media (min-width: 1200px){#s-611795c1-ae31-47fc-8279-63183dae76d7 {
  min-height: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-611795c1-ae31-47fc-8279-63183dae76d7 {
  min-height: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-611795c1-ae31-47fc-8279-63183dae76d7 {
  min-height: 100px;
}
}@media (max-width: 767px){#s-611795c1-ae31-47fc-8279-63183dae76d7 {
  min-height: 110px;
}
}
#s-611795c1-ae31-47fc-8279-63183dae76d7 .shg-product-title-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c25a811a-091a-439f-918b-b5cf189e46e3 {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-c25a811a-091a-439f-918b-b5cf189e46e3 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c25a811a-091a-439f-918b-b5cf189e46e3 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-c25a811a-091a-439f-918b-b5cf189e46e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a48e482f-0874-4420-a329-27c5affa3a1f {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 29px;
padding-bottom: 10px;
padding-right: 29px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(59, 57, 53, 1);
}
#s-a48e482f-0874-4420-a329-27c5affa3a1f:hover {border-style: solid !important;
border-color: rgba(200, 222, 171, 1) !important;
background-color: rgba(200, 222, 171, 1) !important;
text-decoration: none !important;
color: rgba(59, 57, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a48e482f-0874-4420-a329-27c5affa3a1f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}


#s-a48e482f-0874-4420-a329-27c5affa3a1f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a48e482f-0874-4420-a329-27c5affa3a1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a48e482f-0874-4420-a329-27c5affa3a1f.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a48e482f-0874-4420-a329-27c5affa3a1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b7be57c1-41a8-4cdd-a96d-41611c7161c6 {
  margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 180, 64, 1);
border-style: solid;
background-color: rgba(130, 180, 64, 1);
}
@media (max-width: 767px){#s-b7be57c1-41a8-4cdd-a96d-41611c7161c6 {
  margin-bottom: 0px;
}
}
#s-b7be57c1-41a8-4cdd-a96d-41611c7161c6 {
  display: none;
}
#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c228fc60-d634-4cd4-ac99-1031b8b0f7eb img.shogun-image {
  width: 100%;
}



}
#s-e8f33c8b-12ad-47c2-b7cc-611323cfb73b {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
min-height: 90px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-e8f33c8b-12ad-47c2-b7cc-611323cfb73b {
  min-height: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8f33c8b-12ad-47c2-b7cc-611323cfb73b {
  min-height: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8f33c8b-12ad-47c2-b7cc-611323cfb73b {
  margin-left: 0px;
margin-right: 0px;
min-height: 100px;
}
}@media (max-width: 767px){#s-e8f33c8b-12ad-47c2-b7cc-611323cfb73b {
  min-height: 110px;
}
}
#s-e8f33c8b-12ad-47c2-b7cc-611323cfb73b .shg-product-title-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-dc09187f-cfb7-422c-b6bc-826818d5e2ab {
  text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-dc09187f-cfb7-422c-b6bc-826818d5e2ab .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-dc09187f-cfb7-422c-b6bc-826818d5e2ab .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc09187f-cfb7-422c-b6bc-826818d5e2ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d76bb5d-b829-4b4a-9981-9b5de0873969 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 29px;
padding-bottom: 10px;
padding-right: 29px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(59, 57, 53, 1);
}
#s-2d76bb5d-b829-4b4a-9981-9b5de0873969:hover {border-style: solid !important;
border-color: rgba(200, 222, 171, 1) !important;
background-color: rgba(200, 222, 171, 1) !important;
text-decoration: none !important;
color: rgba(59, 57, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2d76bb5d-b829-4b4a-9981-9b5de0873969:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}


#s-2d76bb5d-b829-4b4a-9981-9b5de0873969 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d76bb5d-b829-4b4a-9981-9b5de0873969.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d76bb5d-b829-4b4a-9981-9b5de0873969.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2d76bb5d-b829-4b4a-9981-9b5de0873969.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c17549c8-2686-4592-893a-c8b104d6d2b9 {
  margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(130, 180, 64, 1);
border-style: solid;
background-color: rgba(130, 180, 64, 1);
}
@media (max-width: 767px){#s-c17549c8-2686-4592-893a-c8b104d6d2b9 {
  margin-bottom: 0px;
}
}
#s-c17549c8-2686-4592-893a-c8b104d6d2b9 {
  display: none;
}
#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(59, 57, 53, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd3cebbc-a373-4431-b3a1-0c306213e0bc img.shogun-image {
  width: 100%;
}



}
#s-3248f0d5-0e23-4504-a173-baf78617bc3e {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
min-height: 90px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-3248f0d5-0e23-4504-a173-baf78617bc3e {
  min-height: 110px;
}
}
#s-3248f0d5-0e23-4504-a173-baf78617bc3e .shg-product-title-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3150bbe0-b97b-4024-acfc-23d2ba28275d {
  text-align: center;
background-color: rgba(130, 180, 64, 1);
}

#s-3150bbe0-b97b-4024-acfc-23d2ba28275d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3150bbe0-b97b-4024-acfc-23d2ba28275d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 18px;
}

#s-3150bbe0-b97b-4024-acfc-23d2ba28275d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e98b8769-bb58-4e84-8630-cc7bc03def70 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 29px;
padding-bottom: 10px;
padding-right: 29px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(59, 57, 53, 1);
}
#s-e98b8769-bb58-4e84-8630-cc7bc03def70:hover {border-style: solid !important;
border-color: rgba(200, 222, 171, 1) !important;
background-color: rgba(200, 222, 171, 1) !important;
text-decoration: none !important;
color: rgba(59, 57, 53, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e98b8769-bb58-4e84-8630-cc7bc03def70:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 57, 53, 1) !important;}


#s-e98b8769-bb58-4e84-8630-cc7bc03def70 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e98b8769-bb58-4e84-8630-cc7bc03def70.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e98b8769-bb58-4e84-8630-cc7bc03def70.shg-btn {
  color: rgba(59, 57, 53, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e98b8769-bb58-4e84-8630-cc7bc03def70.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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