.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-bcf53fa4-7518-4bc6-ac55-e6e637c02baf {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 2em;
padding-top: 15%;
padding-bottom: 15%;
background-position: center center;
}

#s-bcf53fa4-7518-4bc6-ac55-e6e637c02baf {
  background-image: url(https://i.shgcdn.com/98ad7e29-a430-4408-bd01-69a0418047c1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bcf53fa4-7518-4bc6-ac55-e6e637c02baf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcf53fa4-7518-4bc6-ac55-e6e637c02baf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-664deaa0-8453-4241-a1d6-44feeab3d4b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
max-width: 1160px;
text-align: center;
}

#s-664deaa0-8453-4241-a1d6-44feeab3d4b4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


@media (max-width: 767px){#s-664deaa0-8453-4241-a1d6-44feeab3d4b4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-e3c502cd-94e7-4e90-b209-dee9519a1862 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
max-width: 1160px;
text-align: center;
}

#s-e3c502cd-94e7-4e90-b209-dee9519a1862 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-e3c502cd-94e7-4e90-b209-dee9519a1862 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-3861339c-1bb5-4a15-9e9f-9011746dfa0b {
  margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3861339c-1bb5-4a15-9e9f-9011746dfa0b {
  max-width: 90%;
}
}@media (max-width: 767px){#s-3861339c-1bb5-4a15-9e9f-9011746dfa0b {
  max-width: 95%;
}
}







#s-3861339c-1bb5-4a15-9e9f-9011746dfa0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3861339c-1bb5-4a15-9e9f-9011746dfa0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-530db33c-4552-459e-8a7f-ec882fa85573 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1160px;
text-align: center;
}

#s-530db33c-4552-459e-8a7f-ec882fa85573 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (max-width: 767px){#s-530db33c-4552-459e-8a7f-ec882fa85573 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-dc563b86-335a-4960-981e-023eba6757cb {
  min-height: 50px;
}

#s-dc563b86-335a-4960-981e-023eba6757cb {
  background-image: url();
}








#s-dc563b86-335a-4960-981e-023eba6757cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc563b86-335a-4960-981e-023eba6757cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e75a082a-7078-41e8-9bba-9f871e12a352 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1160px;
}








#s-e75a082a-7078-41e8-9bba-9f871e12a352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e75a082a-7078-41e8-9bba-9f871e12a352.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-cad8984b-a7b5-45fe-bf85-9f1bcd022144 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cad8984b-a7b5-45fe-bf85-9f1bcd022144 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-cad8984b-a7b5-45fe-bf85-9f1bcd022144 {
  max-width: 85%;
}
}
@media (min-width: 0px) {
[id="s-cad8984b-a7b5-45fe-bf85-9f1bcd022144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cad8984b-a7b5-45fe-bf85-9f1bcd022144"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cad8984b-a7b5-45fe-bf85-9f1bcd022144"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cad8984b-a7b5-45fe-bf85-9f1bcd022144"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-b9a2fe2f-3542-4431-8451-6c4538876728 {
  margin-bottom: 3em;
}

#s-9fb85443-8d59-4d5a-a5e3-a3c9edd38600 {
  margin-bottom: 3em;
}

#s-bf9ee37d-cd1f-4926-91fb-0d7832f12c38 {
  margin-bottom: 3em;
}

#s-bf44a820-cf3e-4adc-ba26-c57316b3ab93 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf44a820-cf3e-4adc-ba26-c57316b3ab93 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-bf44a820-cf3e-4adc-ba26-c57316b3ab93 {
  max-width: 85%;
}
}
@media (min-width: 0px) {
[id="s-bf44a820-cf3e-4adc-ba26-c57316b3ab93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf44a820-cf3e-4adc-ba26-c57316b3ab93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bf44a820-cf3e-4adc-ba26-c57316b3ab93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf44a820-cf3e-4adc-ba26-c57316b3ab93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cca9117c-b232-4aef-a2d4-e65c60583af3 {
  margin-bottom: 3em;
}

#s-67c45acb-a4a6-4321-82d3-cff310cfeed5 {
  margin-bottom: 3em;
}

#s-8626a038-b7ae-4e1f-954a-42b30062b61b {
  margin-bottom: 3em;
}

.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-6abb8a9e-7183-4af3-b8ea-453721e2cf39 {
  margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(85, 186, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6abb8a9e-7183-4af3-b8ea-453721e2cf39:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(92, 195, 133, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6abb8a9e-7183-4af3-b8ea-453721e2cf39:active {background-color: rgba(92, 195, 133, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6abb8a9e-7183-4af3-b8ea-453721e2cf39-root {
    text-align: center;
  }


#s-6abb8a9e-7183-4af3-b8ea-453721e2cf39.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6abb8a9e-7183-4af3-b8ea-453721e2cf39-root {
    text-align: center;
  }


#s-6abb8a9e-7183-4af3-b8ea-453721e2cf39.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6abb8a9e-7183-4af3-b8ea-453721e2cf39-root {
    text-align: center;
  }


#s-6abb8a9e-7183-4af3-b8ea-453721e2cf39.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6abb8a9e-7183-4af3-b8ea-453721e2cf39-root {
    text-align: center;
  }


#s-6abb8a9e-7183-4af3-b8ea-453721e2cf39.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6abb8a9e-7183-4af3-b8ea-453721e2cf39-root {
    text-align: center;
  }


#s-6abb8a9e-7183-4af3-b8ea-453721e2cf39.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-32121ff4-ee20-4326-9f3f-eff3eea7d736 {
  margin-top: 1em;
margin-bottom: 3em;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-32121ff4-ee20-4326-9f3f-eff3eea7d736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32121ff4-ee20-4326-9f3f-eff3eea7d736.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c315336-4258-43c6-a0d7-f7850e4b6f8a {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-9c315336-4258-43c6-a0d7-f7850e4b6f8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c315336-4258-43c6-a0d7-f7850e4b6f8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2fa4429-d112-49ba-8c52-33dc33a54a17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 42em;
text-align: center;
}

#s-b2fa4429-d112-49ba-8c52-33dc33a54a17 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-b3cf9c95-1ed1-4b13-a7ae-1fdd95b684b1 {
  margin-top: 2em;
margin-bottom: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 50px;
}








#s-b3cf9c95-1ed1-4b13-a7ae-1fdd95b684b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3cf9c95-1ed1-4b13-a7ae-1fdd95b684b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74ed56ff-19b6-499f-a90e-955f52deb605 {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
min-height: 50px;
}








#s-74ed56ff-19b6-499f-a90e-955f52deb605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74ed56ff-19b6-499f-a90e-955f52deb605.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2610d8b6-183f-4cc1-be90-8b8275709ab5 {
  max-width: 193px;
text-align: center;
}







  #s-2610d8b6-183f-4cc1-be90-8b8275709ab5 img.shogun-image {
    

    
    
    
  }


#s-2610d8b6-183f-4cc1-be90-8b8275709ab5 .shogun-image-content {
  
    align-items: center;
  
}

#s-aafd3ece-e966-4394-b9fa-58c3ac30210d {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 0px;
padding-bottom: 0px;
max-width: 36em;
text-align: left;
}

#s-aafd3ece-e966-4394-b9fa-58c3ac30210d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-3d143b8a-074f-4965-9823-0123c668daf7 {
  text-align: left;
}

#s-829c6dab-35c0-4be1-82c3-07ccc86d87c9 {
  margin-top: 2em;
margin-bottom: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 50px;
}








#s-829c6dab-35c0-4be1-82c3-07ccc86d87c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-829c6dab-35c0-4be1-82c3-07ccc86d87c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0aa4ace7-3130-4187-a192-0e6927e48747 {
  margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
min-height: 50px;
}








#s-0aa4ace7-3130-4187-a192-0e6927e48747 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aa4ace7-3130-4187-a192-0e6927e48747.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ad4d80b-2c44-4104-a9ce-3134e95c8ec9 {
  max-width: 193px;
text-align: center;
}







  #s-2ad4d80b-2c44-4104-a9ce-3134e95c8ec9 img.shogun-image {
    

    
    
    
  }


#s-2ad4d80b-2c44-4104-a9ce-3134e95c8ec9 .shogun-image-content {
  
    align-items: center;
  
}

#s-81a2a46f-1b56-45e6-a8e1-a950e1ab11de {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 0px;
padding-bottom: 0px;
max-width: 32em;
text-align: left;
}

#s-81a2a46f-1b56-45e6-a8e1-a950e1ab11de .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-3c7722d5-ca17-4281-842d-b6daebbcb154 {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e {
  display: none;
}
#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e, #wrap-s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e {
  display: none;
}
#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e, #wrap-s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e {
  display: none;
}
#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e, #wrap-s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e { display: none !important; }}@media (max-width: 767px){#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e {
  
}
}
#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e .shg-sld-nav-button.shg-sld-left,
#s-f437bfc4-8d86-4cc5-9c77-4ef388e99f0e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-c80f1921-8a56-46f4-9440-57b66c112647"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c80f1921-8a56-46f4-9440-57b66c112647"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c80f1921-8a56-46f4-9440-57b66c112647"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c80f1921-8a56-46f4-9440-57b66c112647"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca10e3d1-a3d9-4e3f-9215-dfa713b75a21 {
  margin-bottom: 30px;
text-align: center;
}







  #s-ca10e3d1-a3d9-4e3f-9215-dfa713b75a21 img.shogun-image {
    

    
    
    
  }


#s-ca10e3d1-a3d9-4e3f-9215-dfa713b75a21 .shogun-image-content {
  
    align-items: center;
  
}

#s-b714859c-bb70-44ee-9b4b-48b196989e06 {
  margin-bottom: 30px;
text-align: center;
}







  #s-b714859c-bb70-44ee-9b4b-48b196989e06 img.shogun-image {
    

    
    
    
  }


#s-b714859c-bb70-44ee-9b4b-48b196989e06 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-763ca725-9cbc-47bd-9689-f2b74b7752dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-763ca725-9cbc-47bd-9689-f2b74b7752dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-763ca725-9cbc-47bd-9689-f2b74b7752dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-763ca725-9cbc-47bd-9689-f2b74b7752dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0aa7400a-e71e-44db-b5d3-7d25c94058eb {
  margin-bottom: 30px;
text-align: center;
}







  #s-0aa7400a-e71e-44db-b5d3-7d25c94058eb img.shogun-image {
    

    
    
    
  }


#s-0aa7400a-e71e-44db-b5d3-7d25c94058eb .shogun-image-content {
  
    align-items: center;
  
}

#s-b607b308-aca3-4943-8e96-e9217868970a {
  margin-bottom: 30px;
text-align: center;
}







  #s-b607b308-aca3-4943-8e96-e9217868970a img.shogun-image {
    

    
    
    
  }


#s-b607b308-aca3-4943-8e96-e9217868970a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-446fe772-aa86-4cba-8569-af3ee3db102a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-446fe772-aa86-4cba-8569-af3ee3db102a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-446fe772-aa86-4cba-8569-af3ee3db102a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-446fe772-aa86-4cba-8569-af3ee3db102a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c9f37423-2511-40dc-918f-4329875ca997 {
  margin-bottom: 30px;
text-align: center;
}







  #s-c9f37423-2511-40dc-918f-4329875ca997 img.shogun-image {
    

    
    
    
  }


#s-c9f37423-2511-40dc-918f-4329875ca997 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a4f9985-3660-437f-90f0-010978971f7a {
  margin-bottom: 30px;
text-align: center;
}







  #s-7a4f9985-3660-437f-90f0-010978971f7a img.shogun-image {
    

    
    
    
  }


#s-7a4f9985-3660-437f-90f0-010978971f7a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-80972080-3f86-423a-a0e7-38905c528aac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80972080-3f86-423a-a0e7-38905c528aac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80972080-3f86-423a-a0e7-38905c528aac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80972080-3f86-423a-a0e7-38905c528aac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-611f3f72-e37b-4e2e-b436-4ed12adbb829 {
  margin-bottom: 30px;
text-align: center;
}







  #s-611f3f72-e37b-4e2e-b436-4ed12adbb829 img.shogun-image {
    

    
    
    
  }


#s-611f3f72-e37b-4e2e-b436-4ed12adbb829 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2b1eeed-424d-4ef8-8036-a78bb3dd8ccc {
  margin-bottom: 30px;
text-align: center;
}







  #s-e2b1eeed-424d-4ef8-8036-a78bb3dd8ccc img.shogun-image {
    

    
    
    
  }


#s-e2b1eeed-424d-4ef8-8036-a78bb3dd8ccc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d9a1f939-b0ed-40f6-bebc-a38fbb5547e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9a1f939-b0ed-40f6-bebc-a38fbb5547e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9a1f939-b0ed-40f6-bebc-a38fbb5547e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9a1f939-b0ed-40f6-bebc-a38fbb5547e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51710778-02f5-4e18-af5a-4f6b02df62b9 {
  margin-bottom: 30px;
text-align: center;
}







  #s-51710778-02f5-4e18-af5a-4f6b02df62b9 img.shogun-image {
    

    
    
    
  }


#s-51710778-02f5-4e18-af5a-4f6b02df62b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3710fb5-7074-422f-bed4-8a6dcb16cfd7 {
  margin-bottom: 30px;
text-align: center;
}







  #s-f3710fb5-7074-422f-bed4-8a6dcb16cfd7 img.shogun-image {
    

    
    
    
  }


#s-f3710fb5-7074-422f-bed4-8a6dcb16cfd7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-29b5c202-6732-4df2-9d27-f21989409bbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29b5c202-6732-4df2-9d27-f21989409bbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29b5c202-6732-4df2-9d27-f21989409bbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29b5c202-6732-4df2-9d27-f21989409bbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-441fb70c-c227-48c4-a218-0d3135339bf4 {
  margin-bottom: 30px;
text-align: center;
}







  #s-441fb70c-c227-48c4-a218-0d3135339bf4 img.shogun-image {
    

    
    
    
  }


#s-441fb70c-c227-48c4-a218-0d3135339bf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-40ab6176-5d56-454c-9066-ed44ef4ca93e {
  margin-bottom: 30px;
text-align: center;
}







  #s-40ab6176-5d56-454c-9066-ed44ef4ca93e img.shogun-image {
    

    
    
    
  }


#s-40ab6176-5d56-454c-9066-ed44ef4ca93e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3c8dca26-7d75-4b9f-9ee2-e28c64560dfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c8dca26-7d75-4b9f-9ee2-e28c64560dfd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c8dca26-7d75-4b9f-9ee2-e28c64560dfd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c8dca26-7d75-4b9f-9ee2-e28c64560dfd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a487effd-d6a1-4883-935f-07b3b106f239 {
  margin-bottom: 30px;
text-align: center;
}







  #s-a487effd-d6a1-4883-935f-07b3b106f239 img.shogun-image {
    

    
    
    
  }


#s-a487effd-d6a1-4883-935f-07b3b106f239 .shogun-image-content {
  
    align-items: center;
  
}

#s-51dfeb58-679e-4df7-90df-2efab69fa37d {
  margin-bottom: 30px;
text-align: center;
}







  #s-51dfeb58-679e-4df7-90df-2efab69fa37d img.shogun-image {
    

    
    
    
  }


#s-51dfeb58-679e-4df7-90df-2efab69fa37d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ce32ed7b-91d2-4bbc-8a3c-33600a7f1de2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce32ed7b-91d2-4bbc-8a3c-33600a7f1de2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce32ed7b-91d2-4bbc-8a3c-33600a7f1de2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce32ed7b-91d2-4bbc-8a3c-33600a7f1de2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d4dba4d-7037-492b-b66b-fef86a97ee9d {
  margin-bottom: 30px;
text-align: center;
}







  #s-6d4dba4d-7037-492b-b66b-fef86a97ee9d img.shogun-image {
    

    
    
    
  }


#s-6d4dba4d-7037-492b-b66b-fef86a97ee9d .shogun-image-content {
  
    align-items: center;
  
}

#s-1367edea-d307-4695-add3-25a47550c7d5 {
  margin-bottom: 30px;
text-align: center;
}







  #s-1367edea-d307-4695-add3-25a47550c7d5 img.shogun-image {
    

    
    
    
  }


#s-1367edea-d307-4695-add3-25a47550c7d5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a87e15f1-b544-4a5c-92e4-663942407f2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a87e15f1-b544-4a5c-92e4-663942407f2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a87e15f1-b544-4a5c-92e4-663942407f2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a87e15f1-b544-4a5c-92e4-663942407f2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-38e3148c-8ad6-4287-9d39-dadf852da594 {
  margin-bottom: 30px;
text-align: center;
}







  #s-38e3148c-8ad6-4287-9d39-dadf852da594 img.shogun-image {
    

    
    
    
  }


#s-38e3148c-8ad6-4287-9d39-dadf852da594 .shogun-image-content {
  
    align-items: center;
  
}

#s-190042dc-34c3-4bd8-b6bf-5289449fe79d {
  margin-bottom: 30px;
text-align: center;
}







  #s-190042dc-34c3-4bd8-b6bf-5289449fe79d img.shogun-image {
    

    
    
    
  }


#s-190042dc-34c3-4bd8-b6bf-5289449fe79d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b912ddcc-1c6e-42ae-a628-bd8a50e11157"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b912ddcc-1c6e-42ae-a628-bd8a50e11157"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b912ddcc-1c6e-42ae-a628-bd8a50e11157"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b912ddcc-1c6e-42ae-a628-bd8a50e11157"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e65cf471-1303-4739-8238-5b40be9b2f92 {
  margin-bottom: 30px;
text-align: center;
}







  #s-e65cf471-1303-4739-8238-5b40be9b2f92 img.shogun-image {
    

    
    
    
  }


#s-e65cf471-1303-4739-8238-5b40be9b2f92 .shogun-image-content {
  
    align-items: center;
  
}

#s-655ea395-ffe9-4767-b39b-97458efccb16 {
  margin-bottom: 30px;
text-align: center;
}







  #s-655ea395-ffe9-4767-b39b-97458efccb16 img.shogun-image {
    

    
    
    
  }


#s-655ea395-ffe9-4767-b39b-97458efccb16 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5c6a49c9-fc74-4d77-9e57-757432d8bbed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c6a49c9-fc74-4d77-9e57-757432d8bbed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c6a49c9-fc74-4d77-9e57-757432d8bbed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c6a49c9-fc74-4d77-9e57-757432d8bbed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-421995c6-74e1-4201-8507-917c117d021f {
  margin-bottom: 30px;
text-align: center;
}







  #s-421995c6-74e1-4201-8507-917c117d021f img.shogun-image {
    

    
    
    
  }


#s-421995c6-74e1-4201-8507-917c117d021f .shogun-image-content {
  
    align-items: center;
  
}

#s-abfe0145-638b-4905-b544-ec8e6ddd9ddd {
  margin-bottom: 30px;
text-align: center;
}







  #s-abfe0145-638b-4905-b544-ec8e6ddd9ddd img.shogun-image {
    

    
    
    
  }


#s-abfe0145-638b-4905-b544-ec8e6ddd9ddd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0d56a506-b09e-4331-a140-11ea8b8a28e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d56a506-b09e-4331-a140-11ea8b8a28e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d56a506-b09e-4331-a140-11ea8b8a28e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d56a506-b09e-4331-a140-11ea8b8a28e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-78485a1e-8854-4497-8b3c-81b26e8287ca {
  margin-bottom: 30px;
text-align: center;
}







  #s-78485a1e-8854-4497-8b3c-81b26e8287ca img.shogun-image {
    

    
    
    
  }


#s-78485a1e-8854-4497-8b3c-81b26e8287ca .shogun-image-content {
  
    align-items: center;
  
}

#s-87753fa4-4a8e-4e03-8f45-42245db6ed26 {
  margin-bottom: 30px;
text-align: center;
}







  #s-87753fa4-4a8e-4e03-8f45-42245db6ed26 img.shogun-image {
    

    
    
    
  }


#s-87753fa4-4a8e-4e03-8f45-42245db6ed26 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4986d553-258d-49eb-aff0-6654ae76a863"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4986d553-258d-49eb-aff0-6654ae76a863"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4986d553-258d-49eb-aff0-6654ae76a863"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4986d553-258d-49eb-aff0-6654ae76a863"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-683a740e-0976-4976-a022-2d76188374a4 {
  margin-bottom: 30px;
text-align: center;
}







  #s-683a740e-0976-4976-a022-2d76188374a4 img.shogun-image {
    

    
    
    
  }


#s-683a740e-0976-4976-a022-2d76188374a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d62acc0-b524-496f-94e9-002e17f015a5 {
  margin-bottom: 30px;
text-align: center;
}







  #s-8d62acc0-b524-496f-94e9-002e17f015a5 img.shogun-image {
    

    
    
    
  }


#s-8d62acc0-b524-496f-94e9-002e17f015a5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-16acd02d-d215-48c7-839c-c03f2ab7f93f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16acd02d-d215-48c7-839c-c03f2ab7f93f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16acd02d-d215-48c7-839c-c03f2ab7f93f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16acd02d-d215-48c7-839c-c03f2ab7f93f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ef50423-7ac0-4e02-8d5d-fa30c1e2d70d {
  margin-bottom: 30px;
text-align: center;
}







  #s-2ef50423-7ac0-4e02-8d5d-fa30c1e2d70d img.shogun-image {
    

    
    
    
  }


#s-2ef50423-7ac0-4e02-8d5d-fa30c1e2d70d .shogun-image-content {
  
    align-items: center;
  
}

#s-c7c87315-52ea-408b-9823-1f36f337b44e {
  margin-bottom: 30px;
text-align: center;
}







  #s-c7c87315-52ea-408b-9823-1f36f337b44e img.shogun-image {
    

    
    
    
  }


#s-c7c87315-52ea-408b-9823-1f36f337b44e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ab1d68ae-c02d-481c-95f0-86b42c6f0dc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab1d68ae-c02d-481c-95f0-86b42c6f0dc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab1d68ae-c02d-481c-95f0-86b42c6f0dc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab1d68ae-c02d-481c-95f0-86b42c6f0dc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9986f8ca-2ab9-4f33-baca-e75ee2a5c3dc {
  margin-bottom: 30px;
text-align: center;
}







  #s-9986f8ca-2ab9-4f33-baca-e75ee2a5c3dc img.shogun-image {
    

    
    
    
  }


#s-9986f8ca-2ab9-4f33-baca-e75ee2a5c3dc .shogun-image-content {
  
    align-items: center;
  
}

#s-f8a0cf0c-5cb5-4047-926d-8c6f1009b8e2 {
  margin-bottom: 30px;
text-align: center;
}







  #s-f8a0cf0c-5cb5-4047-926d-8c6f1009b8e2 img.shogun-image {
    

    
    
    
  }


#s-f8a0cf0c-5cb5-4047-926d-8c6f1009b8e2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bdc954f4-6831-4d0e-a558-af874262ef3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdc954f4-6831-4d0e-a558-af874262ef3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdc954f4-6831-4d0e-a558-af874262ef3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdc954f4-6831-4d0e-a558-af874262ef3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-866ffac5-0af5-4710-b143-b91f6f32fab8 {
  margin-bottom: 30px;
text-align: center;
}







  #s-866ffac5-0af5-4710-b143-b91f6f32fab8 img.shogun-image {
    

    
    
    
  }


#s-866ffac5-0af5-4710-b143-b91f6f32fab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-55c54eeb-45cb-4f78-840d-ba9fcd2f9d41 {
  margin-bottom: 30px;
text-align: center;
}







  #s-55c54eeb-45cb-4f78-840d-ba9fcd2f9d41 img.shogun-image {
    

    
    
    
  }


#s-55c54eeb-45cb-4f78-840d-ba9fcd2f9d41 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-60956f01-ac6b-4106-a717-daccd7d1d8cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60956f01-ac6b-4106-a717-daccd7d1d8cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60956f01-ac6b-4106-a717-daccd7d1d8cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60956f01-ac6b-4106-a717-daccd7d1d8cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-10651870-e40e-43bc-8406-69e712c6be57 {
  margin-bottom: 30px;
text-align: center;
}







  #s-10651870-e40e-43bc-8406-69e712c6be57 img.shogun-image {
    

    
    
    
  }


#s-10651870-e40e-43bc-8406-69e712c6be57 .shogun-image-content {
  
    align-items: center;
  
}

#s-45ccf035-55ec-4268-86ba-c0b1c4d8294d {
  margin-bottom: 30px;
text-align: center;
}







  #s-45ccf035-55ec-4268-86ba-c0b1c4d8294d img.shogun-image {
    

    
    
    
  }


#s-45ccf035-55ec-4268-86ba-c0b1c4d8294d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-78cac26e-0e58-444a-8af0-1e642f086c1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78cac26e-0e58-444a-8af0-1e642f086c1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78cac26e-0e58-444a-8af0-1e642f086c1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78cac26e-0e58-444a-8af0-1e642f086c1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-606631e3-f52d-4ce3-9077-14eeecd77c50 {
  margin-bottom: 30px;
text-align: center;
}







  #s-606631e3-f52d-4ce3-9077-14eeecd77c50 img.shogun-image {
    

    
    
    
  }


#s-606631e3-f52d-4ce3-9077-14eeecd77c50 .shogun-image-content {
  
    align-items: center;
  
}

#s-485d8bd0-0b0d-4b30-b967-1e48e4fc1f27 {
  margin-bottom: 30px;
text-align: center;
}







  #s-485d8bd0-0b0d-4b30-b967-1e48e4fc1f27 img.shogun-image {
    

    
    
    
  }


#s-485d8bd0-0b0d-4b30-b967-1e48e4fc1f27 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-04d17f5d-de80-4707-b43d-bb84fe9aac57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04d17f5d-de80-4707-b43d-bb84fe9aac57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04d17f5d-de80-4707-b43d-bb84fe9aac57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04d17f5d-de80-4707-b43d-bb84fe9aac57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e30a1c6d-4dc7-473b-9a22-1850856266c2 {
  margin-bottom: 30px;
text-align: center;
}







  #s-e30a1c6d-4dc7-473b-9a22-1850856266c2 img.shogun-image {
    

    
    
    
  }


#s-e30a1c6d-4dc7-473b-9a22-1850856266c2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a76c2950-e2e2-4f7f-9cd6-b068c0667528"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a76c2950-e2e2-4f7f-9cd6-b068c0667528"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a76c2950-e2e2-4f7f-9cd6-b068c0667528"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a76c2950-e2e2-4f7f-9cd6-b068c0667528"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0e2a28a9-cb7d-41ee-8dcd-3b316c7177fe {
  margin-bottom: 30px;
text-align: center;
}







  #s-0e2a28a9-cb7d-41ee-8dcd-3b316c7177fe img.shogun-image {
    

    
    
    
  }


#s-0e2a28a9-cb7d-41ee-8dcd-3b316c7177fe .shogun-image-content {
  
    align-items: center;
  
}

#s-a255f8d3-a95c-47b7-a411-6498c690e0f5 {
  margin-bottom: 30px;
text-align: center;
}







  #s-a255f8d3-a95c-47b7-a411-6498c690e0f5 img.shogun-image {
    

    
    
    
  }


#s-a255f8d3-a95c-47b7-a411-6498c690e0f5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0828497d-0edb-4948-91fc-116f370eca1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0828497d-0edb-4948-91fc-116f370eca1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0828497d-0edb-4948-91fc-116f370eca1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0828497d-0edb-4948-91fc-116f370eca1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-93fe8e93-eb86-4dd0-897e-17d64d064a6a {
  margin-bottom: 30px;
text-align: center;
}







  #s-93fe8e93-eb86-4dd0-897e-17d64d064a6a img.shogun-image {
    

    
    
    
  }


#s-93fe8e93-eb86-4dd0-897e-17d64d064a6a .shogun-image-content {
  
    align-items: center;
  
}

#s-684ee81c-3ae6-48b9-92fc-ae252833fd35 {
  margin-bottom: 30px;
text-align: center;
}







  #s-684ee81c-3ae6-48b9-92fc-ae252833fd35 img.shogun-image {
    

    
    
    
  }


#s-684ee81c-3ae6-48b9-92fc-ae252833fd35 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1a824636-29d3-45bb-814c-749c67ac103d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a824636-29d3-45bb-814c-749c67ac103d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a824636-29d3-45bb-814c-749c67ac103d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a824636-29d3-45bb-814c-749c67ac103d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9488fc21-d597-476d-8e07-16aede9445ff {
  margin-bottom: 30px;
text-align: center;
}







  #s-9488fc21-d597-476d-8e07-16aede9445ff img.shogun-image {
    

    
    
    
  }


#s-9488fc21-d597-476d-8e07-16aede9445ff .shogun-image-content {
  
    align-items: center;
  
}

#s-a9c77fcc-3bc9-41ea-9f9f-f9ec7add27a8 {
  margin-bottom: 30px;
text-align: center;
}







  #s-a9c77fcc-3bc9-41ea-9f9f-f9ec7add27a8 img.shogun-image {
    

    
    
    
  }


#s-a9c77fcc-3bc9-41ea-9f9f-f9ec7add27a8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ebc438b4-862a-4419-a5e9-28ada31184e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebc438b4-862a-4419-a5e9-28ada31184e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebc438b4-862a-4419-a5e9-28ada31184e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebc438b4-862a-4419-a5e9-28ada31184e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf0df4d7-3bb3-4ecd-82b0-9cf649ec141b {
  margin-bottom: 30px;
text-align: center;
}







  #s-bf0df4d7-3bb3-4ecd-82b0-9cf649ec141b img.shogun-image {
    

    
    
    
  }


#s-bf0df4d7-3bb3-4ecd-82b0-9cf649ec141b .shogun-image-content {
  
    align-items: center;
  
}

#s-5d805ed0-14cd-455c-aca5-56f4953ba0cc {
  margin-bottom: 30px;
text-align: center;
}







  #s-5d805ed0-14cd-455c-aca5-56f4953ba0cc img.shogun-image {
    

    
    
    
  }


#s-5d805ed0-14cd-455c-aca5-56f4953ba0cc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3566fa58-d998-4a47-8029-c26162b5b84e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3566fa58-d998-4a47-8029-c26162b5b84e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3566fa58-d998-4a47-8029-c26162b5b84e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3566fa58-d998-4a47-8029-c26162b5b84e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-801374be-a25b-4933-8a7a-a0e0d894fba2 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}







  #s-801374be-a25b-4933-8a7a-a0e0d894fba2 img.shogun-image {
    

    
    
    
  }


#s-801374be-a25b-4933-8a7a-a0e0d894fba2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9dec1241-dfa3-4e00-8990-5882e6a3189b {
  margin-bottom: 30px;
text-align: center;
}







  #s-9dec1241-dfa3-4e00-8990-5882e6a3189b img.shogun-image {
    

    
    
    
  }


#s-9dec1241-dfa3-4e00-8990-5882e6a3189b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c1abf78e-d889-42af-99c8-2f0bb19841b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1abf78e-d889-42af-99c8-2f0bb19841b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1abf78e-d889-42af-99c8-2f0bb19841b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1abf78e-d889-42af-99c8-2f0bb19841b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14c94ce7-7033-4397-8db4-68d3c1150532 {
  margin-bottom: 30px;
text-align: center;
}







  #s-14c94ce7-7033-4397-8db4-68d3c1150532 img.shogun-image {
    

    
    
    
  }


#s-14c94ce7-7033-4397-8db4-68d3c1150532 .shogun-image-content {
  
    align-items: center;
  
}

#s-509a5231-0cd4-470f-ae62-2231082fd9d0 {
  margin-bottom: 30px;
text-align: center;
}







  #s-509a5231-0cd4-470f-ae62-2231082fd9d0 img.shogun-image {
    

    
    
    
  }


#s-509a5231-0cd4-470f-ae62-2231082fd9d0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a6dce482-c609-4d3f-aa81-aaabf32fc887"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6dce482-c609-4d3f-aa81-aaabf32fc887"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6dce482-c609-4d3f-aa81-aaabf32fc887"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6dce482-c609-4d3f-aa81-aaabf32fc887"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aa23739b-9b13-497a-858b-12b112595d9b {
  margin-bottom: 30px;
text-align: center;
}







  #s-aa23739b-9b13-497a-858b-12b112595d9b img.shogun-image {
    

    
    
    
  }


#s-aa23739b-9b13-497a-858b-12b112595d9b .shogun-image-content {
  
    align-items: center;
  
}

#s-d4be1a0e-8168-40d3-8afd-357920857fca {
  margin-bottom: 30px;
text-align: center;
}







  #s-d4be1a0e-8168-40d3-8afd-357920857fca img.shogun-image {
    

    
    
    
  }


#s-d4be1a0e-8168-40d3-8afd-357920857fca .shogun-image-content {
  
    align-items: center;
  
}

#s-0f09c330-12d6-4dac-8c4c-a0292f1c2d0d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-0f09c330-12d6-4dac-8c4c-a0292f1c2d0d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f09c330-12d6-4dac-8c4c-a0292f1c2d0d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f09c330-12d6-4dac-8c4c-a0292f1c2d0d {
  
}
}@media (max-width: 767px){#s-0f09c330-12d6-4dac-8c4c-a0292f1c2d0d {
  
}
}







#s-0f09c330-12d6-4dac-8c4c-a0292f1c2d0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f09c330-12d6-4dac-8c4c-a0292f1c2d0d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d7e63eec-1d8a-456e-8d38-c912114049de {
  margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
min-height: 50em;
max-width: 1160px;
}
@media (max-width: 767px){#s-d7e63eec-1d8a-456e-8d38-c912114049de {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-d7e63eec-1d8a-456e-8d38-c912114049de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7e63eec-1d8a-456e-8d38-c912114049de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6a12c6a-c73c-4a12-9875-38b8bb5dc553 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-f6a12c6a-c73c-4a12-9875-38b8bb5dc553 .shg-sld-dot {
  background-color: rgba(196, 195, 195, 1);
}

#s-f6a12c6a-c73c-4a12-9875-38b8bb5dc553 .shg-sld-nav-button.shg-sld-left,
#s-f6a12c6a-c73c-4a12-9875-38b8bb5dc553 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(196, 195, 195, 1);
}

#s-6b2ae3cd-800f-48ac-8eb8-c21388f80106 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-6b2ae3cd-800f-48ac-8eb8-c21388f80106 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b2ae3cd-800f-48ac-8eb8-c21388f80106.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5739fcb1-f680-4f04-b731-61b47d0c1b54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5739fcb1-f680-4f04-b731-61b47d0c1b54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5739fcb1-f680-4f04-b731-61b47d0c1b54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5739fcb1-f680-4f04-b731-61b47d0c1b54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-33a65d73-871d-49ed-b6d1-567301066abd {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}
@media (max-width: 767px){#s-33a65d73-871d-49ed-b6d1-567301066abd {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-33a65d73-871d-49ed-b6d1-567301066abd img.shogun-image {
    

    
    
    
  }


#s-33a65d73-871d-49ed-b6d1-567301066abd .shogun-image-content {
  
    align-items: center;
  
}

#s-eb8a0fad-d528-4715-8634-52bf6aa0cea7 {
  margin-top: 20px;
margin-bottom: 40px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 56, 77, 1);
border-style: solid;
opacity: 1;
}
@media (min-width: 1200px){#s-eb8a0fad-d528-4715-8634-52bf6aa0cea7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb8a0fad-d528-4715-8634-52bf6aa0cea7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb8a0fad-d528-4715-8634-52bf6aa0cea7 {
  
}
}@media (max-width: 767px){#s-eb8a0fad-d528-4715-8634-52bf6aa0cea7 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
display: none;
}
#s-eb8a0fad-d528-4715-8634-52bf6aa0cea7, #wrap-s-eb8a0fad-d528-4715-8634-52bf6aa0cea7 { display: none !important; }}
#s-d45beb3e-c0b7-43f2-a961-da90ae5c122e {
  margin-top: 20px;
margin-bottom: 40px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 56, 77, 1);
border-style: solid;
opacity: 1;
}
@media (min-width: 1200px){#s-d45beb3e-c0b7-43f2-a961-da90ae5c122e {
  display: none;
}
#s-d45beb3e-c0b7-43f2-a961-da90ae5c122e, #wrap-s-d45beb3e-c0b7-43f2-a961-da90ae5c122e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d45beb3e-c0b7-43f2-a961-da90ae5c122e {
  display: none;
}
#s-d45beb3e-c0b7-43f2-a961-da90ae5c122e, #wrap-s-d45beb3e-c0b7-43f2-a961-da90ae5c122e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d45beb3e-c0b7-43f2-a961-da90ae5c122e {
  display: none;
}
#s-d45beb3e-c0b7-43f2-a961-da90ae5c122e, #wrap-s-d45beb3e-c0b7-43f2-a961-da90ae5c122e { display: none !important; }}@media (max-width: 767px){#s-d45beb3e-c0b7-43f2-a961-da90ae5c122e {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}
#s-1c143449-5c10-4c72-b93c-a04d28af849d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-1c143449-5c10-4c72-b93c-a04d28af849d {
  background-image: url();
}








#s-1c143449-5c10-4c72-b93c-a04d28af849d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c143449-5c10-4c72-b93c-a04d28af849d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2785a3aa-994d-4c09-99ec-2b248b966fd9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2785a3aa-994d-4c09-99ec-2b248b966fd9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2785a3aa-994d-4c09-99ec-2b248b966fd9:active {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2785a3aa-994d-4c09-99ec-2b248b966fd9-root {
    text-align: center;
  }


#s-2785a3aa-994d-4c09-99ec-2b248b966fd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2785a3aa-994d-4c09-99ec-2b248b966fd9-root {
    text-align: center;
  }


#s-2785a3aa-994d-4c09-99ec-2b248b966fd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2785a3aa-994d-4c09-99ec-2b248b966fd9-root {
    text-align: center;
  }


#s-2785a3aa-994d-4c09-99ec-2b248b966fd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2785a3aa-994d-4c09-99ec-2b248b966fd9-root {
    text-align: center;
  }


#s-2785a3aa-994d-4c09-99ec-2b248b966fd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2785a3aa-994d-4c09-99ec-2b248b966fd9-root {
    text-align: center;
  }


#s-2785a3aa-994d-4c09-99ec-2b248b966fd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-52b73229-3af9-4c7f-a67b-ca2cf28d4a05 {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-52b73229-3af9-4c7f-a67b-ca2cf28d4a05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52b73229-3af9-4c7f-a67b-ca2cf28d4a05.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f4ad3bd2-e487-4dbd-8f17-aeb35767bb76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4ad3bd2-e487-4dbd-8f17-aeb35767bb76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4ad3bd2-e487-4dbd-8f17-aeb35767bb76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4ad3bd2-e487-4dbd-8f17-aeb35767bb76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d43ecffe-ccea-4955-90ca-bdcf1c0ea99d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}
@media (max-width: 767px){#s-d43ecffe-ccea-4955-90ca-bdcf1c0ea99d {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-d43ecffe-ccea-4955-90ca-bdcf1c0ea99d img.shogun-image {
    

    
    
    
  }


#s-d43ecffe-ccea-4955-90ca-bdcf1c0ea99d .shogun-image-content {
  
    align-items: center;
  
}

#s-8e0f1e11-b9c8-45e8-86a7-90db59330283 {
  margin-top: 20px;
margin-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 56, 77, 1);
border-style: solid;
opacity: 1;
}
@media (min-width: 1200px){#s-8e0f1e11-b9c8-45e8-86a7-90db59330283 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e0f1e11-b9c8-45e8-86a7-90db59330283 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e0f1e11-b9c8-45e8-86a7-90db59330283 {
  
}
}@media (max-width: 767px){#s-8e0f1e11-b9c8-45e8-86a7-90db59330283 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
display: none;
}
#s-8e0f1e11-b9c8-45e8-86a7-90db59330283, #wrap-s-8e0f1e11-b9c8-45e8-86a7-90db59330283 { display: none !important; }}
#s-506f2f44-770c-4f9e-989c-ef9dfb16795c {
  margin-top: 20px;
margin-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 56, 77, 1);
border-style: solid;
opacity: 1;
}
@media (min-width: 1200px){#s-506f2f44-770c-4f9e-989c-ef9dfb16795c {
  display: none;
}
#s-506f2f44-770c-4f9e-989c-ef9dfb16795c, #wrap-s-506f2f44-770c-4f9e-989c-ef9dfb16795c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-506f2f44-770c-4f9e-989c-ef9dfb16795c {
  display: none;
}
#s-506f2f44-770c-4f9e-989c-ef9dfb16795c, #wrap-s-506f2f44-770c-4f9e-989c-ef9dfb16795c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-506f2f44-770c-4f9e-989c-ef9dfb16795c {
  display: none;
}
#s-506f2f44-770c-4f9e-989c-ef9dfb16795c, #wrap-s-506f2f44-770c-4f9e-989c-ef9dfb16795c { display: none !important; }}@media (max-width: 767px){#s-506f2f44-770c-4f9e-989c-ef9dfb16795c {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}
#s-ecfc8652-5275-4344-b070-a177d5713692 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ecfc8652-5275-4344-b070-a177d5713692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecfc8652-5275-4344-b070-a177d5713692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80d62cfd-7347-4205-bda4-458ebed55bc8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-80d62cfd-7347-4205-bda4-458ebed55bc8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-80d62cfd-7347-4205-bda4-458ebed55bc8:active {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-80d62cfd-7347-4205-bda4-458ebed55bc8-root {
    text-align: center;
  }


#s-80d62cfd-7347-4205-bda4-458ebed55bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-80d62cfd-7347-4205-bda4-458ebed55bc8-root {
    text-align: center;
  }


#s-80d62cfd-7347-4205-bda4-458ebed55bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80d62cfd-7347-4205-bda4-458ebed55bc8-root {
    text-align: center;
  }


#s-80d62cfd-7347-4205-bda4-458ebed55bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80d62cfd-7347-4205-bda4-458ebed55bc8-root {
    text-align: center;
  }


#s-80d62cfd-7347-4205-bda4-458ebed55bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-80d62cfd-7347-4205-bda4-458ebed55bc8-root {
    text-align: center;
  }


#s-80d62cfd-7347-4205-bda4-458ebed55bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a9528dac-899d-423e-9f40-f7bbb05769ac {
  margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-a9528dac-899d-423e-9f40-f7bbb05769ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9528dac-899d-423e-9f40-f7bbb05769ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-4c7d6aef-f921-4b1c-9334-534a257530c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c7d6aef-f921-4b1c-9334-534a257530c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c7d6aef-f921-4b1c-9334-534a257530c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c7d6aef-f921-4b1c-9334-534a257530c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ecefcd5e-0fc5-49e5-a32f-5f2ea8096123 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}
@media (max-width: 767px){#s-ecefcd5e-0fc5-49e5-a32f-5f2ea8096123 {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-ecefcd5e-0fc5-49e5-a32f-5f2ea8096123 img.shogun-image {
    

    
    
    
  }


#s-ecefcd5e-0fc5-49e5-a32f-5f2ea8096123 .shogun-image-content {
  
    align-items: center;
  
}

#s-1877a377-c441-4ff6-a2f0-b862b596c54b {
  margin-top: 20px;
margin-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 56, 77, 1);
border-style: solid;
opacity: 1;
}
@media (min-width: 1200px){#s-1877a377-c441-4ff6-a2f0-b862b596c54b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1877a377-c441-4ff6-a2f0-b862b596c54b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1877a377-c441-4ff6-a2f0-b862b596c54b {
  
}
}@media (max-width: 767px){#s-1877a377-c441-4ff6-a2f0-b862b596c54b {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
display: none;
}
#s-1877a377-c441-4ff6-a2f0-b862b596c54b, #wrap-s-1877a377-c441-4ff6-a2f0-b862b596c54b { display: none !important; }}
#s-8dd3826a-59ea-499b-8b94-db564ef91743 {
  margin-top: 20px;
margin-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 56, 77, 1);
border-style: solid;
opacity: 1;
}
@media (min-width: 1200px){#s-8dd3826a-59ea-499b-8b94-db564ef91743 {
  display: none;
}
#s-8dd3826a-59ea-499b-8b94-db564ef91743, #wrap-s-8dd3826a-59ea-499b-8b94-db564ef91743 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dd3826a-59ea-499b-8b94-db564ef91743 {
  display: none;
}
#s-8dd3826a-59ea-499b-8b94-db564ef91743, #wrap-s-8dd3826a-59ea-499b-8b94-db564ef91743 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8dd3826a-59ea-499b-8b94-db564ef91743 {
  display: none;
}
#s-8dd3826a-59ea-499b-8b94-db564ef91743, #wrap-s-8dd3826a-59ea-499b-8b94-db564ef91743 { display: none !important; }}@media (max-width: 767px){#s-8dd3826a-59ea-499b-8b94-db564ef91743 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}
#s-3f8d3ae0-36cd-4092-9941-786dc716d248 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3f8d3ae0-36cd-4092-9941-786dc716d248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f8d3ae0-36cd-4092-9941-786dc716d248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06b8f6e5-e207-4a0d-8837-b8d32cad3001 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-06b8f6e5-e207-4a0d-8837-b8d32cad3001:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 8px !important;
background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-06b8f6e5-e207-4a0d-8837-b8d32cad3001:active {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-06b8f6e5-e207-4a0d-8837-b8d32cad3001-root {
    text-align: center;
  }


#s-06b8f6e5-e207-4a0d-8837-b8d32cad3001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-06b8f6e5-e207-4a0d-8837-b8d32cad3001-root {
    text-align: center;
  }


#s-06b8f6e5-e207-4a0d-8837-b8d32cad3001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06b8f6e5-e207-4a0d-8837-b8d32cad3001-root {
    text-align: center;
  }


#s-06b8f6e5-e207-4a0d-8837-b8d32cad3001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06b8f6e5-e207-4a0d-8837-b8d32cad3001-root {
    text-align: center;
  }


#s-06b8f6e5-e207-4a0d-8837-b8d32cad3001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-06b8f6e5-e207-4a0d-8837-b8d32cad3001-root {
    text-align: center;
  }


#s-06b8f6e5-e207-4a0d-8837-b8d32cad3001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7ec26db3-4b66-4f4b-a574-58dec85b7d6f {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
min-height: 50px;
max-width: 1160px;
}








#s-7ec26db3-4b66-4f4b-a574-58dec85b7d6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ec26db3-4b66-4f4b-a574-58dec85b7d6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21904270-f7ce-4d8e-bee5-75adfa4b6ca0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1160px;
text-align: center;
}

#s-21904270-f7ce-4d8e-bee5-75adfa4b6ca0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (max-width: 767px){#s-21904270-f7ce-4d8e-bee5-75adfa4b6ca0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-96096c7c-3047-48bf-8fc7-203c6e03d620 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-96096c7c-3047-48bf-8fc7-203c6e03d620 {
  max-width: 95%;
}
}@media (max-width: 767px){#s-96096c7c-3047-48bf-8fc7-203c6e03d620 {
  max-width: 95%;
}
}







#s-96096c7c-3047-48bf-8fc7-203c6e03d620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96096c7c-3047-48bf-8fc7-203c6e03d620.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cc0da8b-59ae-4512-a39e-01199c7ab117 {
  margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
max-width: 1160px;
}

@media (min-width: 0px) {
[id="s-0cc0da8b-59ae-4512-a39e-01199c7ab117"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cc0da8b-59ae-4512-a39e-01199c7ab117"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0cc0da8b-59ae-4512-a39e-01199c7ab117"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cc0da8b-59ae-4512-a39e-01199c7ab117"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0cc0da8b-59ae-4512-a39e-01199c7ab117"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a6f22188-a077-49d0-895d-fe40db606b6c {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a6f22188-a077-49d0-895d-fe40db606b6c .shogun-heading-component h2 {
  color: rgba(25, 25, 25, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-86072036-dcfa-4800-80e2-02c36c3e1f59 {
  min-height: 50px;
}








#s-86072036-dcfa-4800-80e2-02c36c3e1f59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86072036-dcfa-4800-80e2-02c36c3e1f59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d9ea091-1f0c-4aa5-9ce1-c3863137cbde {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-6d9ea091-1f0c-4aa5-9ce1-c3863137cbde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6d9ea091-1f0c-4aa5-9ce1-c3863137cbde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d9ea091-1f0c-4aa5-9ce1-c3863137cbde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d9ea091-1f0c-4aa5-9ce1-c3863137cbde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d9ea091-1f0c-4aa5-9ce1-c3863137cbde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d9ea091-1f0c-4aa5-9ce1-c3863137cbde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d9ea091-1f0c-4aa5-9ce1-c3863137cbde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-60ea2538-fdff-45be-831e-e5d3e67d48e8 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-60ea2538-fdff-45be-831e-e5d3e67d48e8 img.shogun-image {
    

    
    
    
  }


#s-60ea2538-fdff-45be-831e-e5d3e67d48e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-459d96d5-8f7d-4d56-afa5-7b0ce6be8018 {
  min-height: 50px;
}








#s-459d96d5-8f7d-4d56-afa5-7b0ce6be8018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-459d96d5-8f7d-4d56-afa5-7b0ce6be8018.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fca54ce-3fc5-4583-8a4c-2db82fea1065 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7fca54ce-3fc5-4583-8a4c-2db82fea1065"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7fca54ce-3fc5-4583-8a4c-2db82fea1065"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fca54ce-3fc5-4583-8a4c-2db82fea1065"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fca54ce-3fc5-4583-8a4c-2db82fea1065"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fca54ce-3fc5-4583-8a4c-2db82fea1065"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fca54ce-3fc5-4583-8a4c-2db82fea1065"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fca54ce-3fc5-4583-8a4c-2db82fea1065"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5bba364a-3da4-4b22-afbe-a5173647757f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-5bba364a-3da4-4b22-afbe-a5173647757f img.shogun-image {
    

    
    
    
  }


#s-5bba364a-3da4-4b22-afbe-a5173647757f .shogun-image-content {
  
    align-items: center;
  
}

#s-cbd233c0-e3fb-41d6-8e90-a6093736ec4b {
  min-height: 50px;
}








#s-cbd233c0-e3fb-41d6-8e90-a6093736ec4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbd233c0-e3fb-41d6-8e90-a6093736ec4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32b6618e-dba0-4ec1-9e3d-96bae9ea1685 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-32b6618e-dba0-4ec1-9e3d-96bae9ea1685"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-32b6618e-dba0-4ec1-9e3d-96bae9ea1685"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32b6618e-dba0-4ec1-9e3d-96bae9ea1685"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32b6618e-dba0-4ec1-9e3d-96bae9ea1685"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32b6618e-dba0-4ec1-9e3d-96bae9ea1685"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32b6618e-dba0-4ec1-9e3d-96bae9ea1685"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32b6618e-dba0-4ec1-9e3d-96bae9ea1685"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b888525e-2a34-4510-b17b-b231672e116a {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-b888525e-2a34-4510-b17b-b231672e116a img.shogun-image {
    

    
    
    
  }


#s-b888525e-2a34-4510-b17b-b231672e116a .shogun-image-content {
  
    align-items: center;
  
}

#s-019c6f82-c34c-4970-978c-09a1752a1591 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-019c6f82-c34c-4970-978c-09a1752a1591 img.shogun-image {
    

    
    
    
  }


#s-019c6f82-c34c-4970-978c-09a1752a1591 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9e508a1-ec9c-422b-9683-0bb01af31c91 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9e508a1-ec9c-422b-9683-0bb01af31c91 {
  max-width: 95%;
}
}@media (max-width: 767px){#s-b9e508a1-ec9c-422b-9683-0bb01af31c91 {
  max-width: 95%;
}
}







#s-b9e508a1-ec9c-422b-9683-0bb01af31c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9e508a1-ec9c-422b-9683-0bb01af31c91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fad810c-9e22-4166-93a0-c8110c353ac1 {
  margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
max-width: 1160px;
}

@media (min-width: 0px) {
[id="s-8fad810c-9e22-4166-93a0-c8110c353ac1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fad810c-9e22-4166-93a0-c8110c353ac1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fad810c-9e22-4166-93a0-c8110c353ac1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fad810c-9e22-4166-93a0-c8110c353ac1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-323f8707-e995-4f18-ac72-4810ed0a2c49 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-323f8707-e995-4f18-ac72-4810ed0a2c49 img.shogun-image {
    

    
    
    
  }


#s-323f8707-e995-4f18-ac72-4810ed0a2c49 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7ddb505-f101-46be-a8ce-c670bec1c2d0 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a7ddb505-f101-46be-a8ce-c670bec1c2d0 .shogun-heading-component h2 {
  color: rgba(25, 25, 25, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b966de8d-489c-4da2-abd5-36773857857f {
  min-height: 50px;
}








#s-b966de8d-489c-4da2-abd5-36773857857f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b966de8d-489c-4da2-abd5-36773857857f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5488744f-39fb-4685-9aea-45a25303a14c {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5488744f-39fb-4685-9aea-45a25303a14c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5488744f-39fb-4685-9aea-45a25303a14c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5488744f-39fb-4685-9aea-45a25303a14c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5488744f-39fb-4685-9aea-45a25303a14c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5488744f-39fb-4685-9aea-45a25303a14c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5488744f-39fb-4685-9aea-45a25303a14c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5488744f-39fb-4685-9aea-45a25303a14c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0e516a09-a8fb-45d9-a2f1-3d8526f7e77a {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-0e516a09-a8fb-45d9-a2f1-3d8526f7e77a img.shogun-image {
    

    
    
    
  }


#s-0e516a09-a8fb-45d9-a2f1-3d8526f7e77a .shogun-image-content {
  
    align-items: center;
  
}

#s-58aa24a9-f465-4430-88e2-0841b6bfc22a {
  min-height: 50px;
}








#s-58aa24a9-f465-4430-88e2-0841b6bfc22a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58aa24a9-f465-4430-88e2-0841b6bfc22a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff6dae7e-5aff-42f3-832a-7e733dcd5cfb {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ff6dae7e-5aff-42f3-832a-7e733dcd5cfb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff6dae7e-5aff-42f3-832a-7e733dcd5cfb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff6dae7e-5aff-42f3-832a-7e733dcd5cfb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff6dae7e-5aff-42f3-832a-7e733dcd5cfb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff6dae7e-5aff-42f3-832a-7e733dcd5cfb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff6dae7e-5aff-42f3-832a-7e733dcd5cfb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff6dae7e-5aff-42f3-832a-7e733dcd5cfb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-cd3f46b1-0e7d-4b62-89ce-f6ea7a4d560a {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-cd3f46b1-0e7d-4b62-89ce-f6ea7a4d560a img.shogun-image {
    

    
    
    
  }


#s-cd3f46b1-0e7d-4b62-89ce-f6ea7a4d560a .shogun-image-content {
  
    align-items: center;
  
}

#s-68a4e9c1-c604-4e5f-8111-c17a5be74953 {
  min-height: 50px;
}








#s-68a4e9c1-c604-4e5f-8111-c17a5be74953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68a4e9c1-c604-4e5f-8111-c17a5be74953.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-395c76e0-dfdc-4ebb-821d-f5084fd9eb2e {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-395c76e0-dfdc-4ebb-821d-f5084fd9eb2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-395c76e0-dfdc-4ebb-821d-f5084fd9eb2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-395c76e0-dfdc-4ebb-821d-f5084fd9eb2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-395c76e0-dfdc-4ebb-821d-f5084fd9eb2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-395c76e0-dfdc-4ebb-821d-f5084fd9eb2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-395c76e0-dfdc-4ebb-821d-f5084fd9eb2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-395c76e0-dfdc-4ebb-821d-f5084fd9eb2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-08b8a4e3-cf25-4bcb-b02c-175a533d5100 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-08b8a4e3-cf25-4bcb-b02c-175a533d5100 img.shogun-image {
    

    
    
    
  }


#s-08b8a4e3-cf25-4bcb-b02c-175a533d5100 .shogun-image-content {
  
    align-items: center;
  
}

#s-8117151a-564c-4ed0-95b1-747e7f0654a0 {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(85, 186, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8117151a-564c-4ed0-95b1-747e7f0654a0:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(92, 195, 133, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8117151a-564c-4ed0-95b1-747e7f0654a0:active {background-color: rgba(92, 195, 133, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-8117151a-564c-4ed0-95b1-747e7f0654a0-root {
    text-align: center;
  }


#s-8117151a-564c-4ed0-95b1-747e7f0654a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8117151a-564c-4ed0-95b1-747e7f0654a0-root {
    text-align: center;
  }


#s-8117151a-564c-4ed0-95b1-747e7f0654a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8117151a-564c-4ed0-95b1-747e7f0654a0-root {
    text-align: center;
  }


#s-8117151a-564c-4ed0-95b1-747e7f0654a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8117151a-564c-4ed0-95b1-747e7f0654a0-root {
    text-align: center;
  }


#s-8117151a-564c-4ed0-95b1-747e7f0654a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8117151a-564c-4ed0-95b1-747e7f0654a0-root {
    text-align: center;
  }


#s-8117151a-564c-4ed0-95b1-747e7f0654a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-bb7d6a43-1d28-40bb-90d1-a1415fd69474 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-bb7d6a43-1d28-40bb-90d1-a1415fd69474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb7d6a43-1d28-40bb-90d1-a1415fd69474.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-604b8877-c4a5-443b-8990-4e44d5310b3f {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 40px;
padding-bottom: 50px;
padding-right: 40px;
min-height: 50px;
max-width: 1160px;
}








#s-604b8877-c4a5-443b-8990-4e44d5310b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-604b8877-c4a5-443b-8990-4e44d5310b3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c26720e-1b47-4c4d-b811-1905c209c6af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c26720e-1b47-4c4d-b811-1905c209c6af .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-354c96a3-4a2a-461d-bdc7-a1447448d1eb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 325px;
text-align: center;
}







  #s-354c96a3-4a2a-461d-bdc7-a1447448d1eb img.shogun-image {
    

    
    
    
  }


#s-354c96a3-4a2a-461d-bdc7-a1447448d1eb .shogun-image-content {
  
    align-items: center;
  
}

#s-54b17e5a-6f0f-49eb-b818-4cf5d3b8e11d {
  margin-bottom: 2%;
min-height: 50px;
max-width: 1080px;
}








#s-54b17e5a-6f0f-49eb-b818-4cf5d3b8e11d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b17e5a-6f0f-49eb-b818-4cf5d3b8e11d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a67bb863-0b19-498a-a543-fa3e9699d284 {
  margin-left: auto;
margin-right: auto;
min-height: 34px;
max-width: 280px;
}

@media (min-width: 0px) {
[id="s-a67bb863-0b19-498a-a543-fa3e9699d284"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a67bb863-0b19-498a-a543-fa3e9699d284"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a67bb863-0b19-498a-a543-fa3e9699d284"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a67bb863-0b19-498a-a543-fa3e9699d284"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a67bb863-0b19-498a-a543-fa3e9699d284"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a67bb863-0b19-498a-a543-fa3e9699d284"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a67bb863-0b19-498a-a543-fa3e9699d284"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-1249a1b9-027a-484b-84a1-540e971be555 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 34px;
max-width: 70px;
}

#s-5da1085b-8941-4871-ae2a-844a105eb1bd {
  min-height: 34px;
max-width: 200px;
text-align: center;
}







  #s-5da1085b-8941-4871-ae2a-844a105eb1bd img.shogun-image {
    

    
    
    
  }


#s-5da1085b-8941-4871-ae2a-844a105eb1bd .shogun-image-content {
  
    align-items: center;
  
}

#s-199c69e9-a9f6-4944-b77e-a0b53941a0d5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-199c69e9-a9f6-4944-b77e-a0b53941a0d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-199c69e9-a9f6-4944-b77e-a0b53941a0d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-199c69e9-a9f6-4944-b77e-a0b53941a0d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-199c69e9-a9f6-4944-b77e-a0b53941a0d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7940417c-c333-4f3e-afcf-bf2d945588e4 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
min-height: 50px;
max-width: 304px;
background-color: rgba(255, 255, 255, 1);
}








#s-7940417c-c333-4f3e-afcf-bf2d945588e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7940417c-c333-4f3e-afcf-bf2d945588e4 {
  cursor: pointer;
}#s-7940417c-c333-4f3e-afcf-bf2d945588e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-828d404c-9cf0-47a6-8b96-007538e8df18 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
max-width: 200px;
text-align: center;
}







  #s-828d404c-9cf0-47a6-8b96-007538e8df18 img.shogun-image {
    

    
    
    
  }


#s-828d404c-9cf0-47a6-8b96-007538e8df18 .shogun-image-content {
  
    align-items: center;
  
}

#s-60083117-c707-4ad4-9de2-139cef67e461 {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 8em;
background-color: rgba(0, 0, 0, 0);
}

#s-dec8f409-bd37-4322-a848-2953e84c06a5 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
min-height: 50px;
max-width: 304px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-dec8f409-bd37-4322-a848-2953e84c06a5 {
  display: none;
}
#s-dec8f409-bd37-4322-a848-2953e84c06a5, #wrap-s-dec8f409-bd37-4322-a848-2953e84c06a5 { display: none !important; }}







#s-dec8f409-bd37-4322-a848-2953e84c06a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dec8f409-bd37-4322-a848-2953e84c06a5 {
  cursor: pointer;
}#s-dec8f409-bd37-4322-a848-2953e84c06a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6486370-f19f-4a02-b438-1bf3d82a3fc5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
max-width: 200px;
text-align: center;
}







  #s-f6486370-f19f-4a02-b438-1bf3d82a3fc5 img.shogun-image {
    

    
    
    
  }


#s-f6486370-f19f-4a02-b438-1bf3d82a3fc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-56b4acae-c06c-45f0-a33c-a1ad2577c76c {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 8em;
background-color: rgba(0, 0, 0, 0);
}

#s-30c7a1e0-6b04-4a46-97a4-796f734315bc {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
min-height: 50px;
max-width: 304px;
background-color: rgba(255, 255, 255, 1);
}








#s-30c7a1e0-6b04-4a46-97a4-796f734315bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30c7a1e0-6b04-4a46-97a4-796f734315bc {
  cursor: pointer;
}#s-30c7a1e0-6b04-4a46-97a4-796f734315bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71d67f77-8ac3-47be-93b3-f2f952e7dd6a {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
max-width: 200px;
text-align: center;
}







  #s-71d67f77-8ac3-47be-93b3-f2f952e7dd6a img.shogun-image {
    

    
    
    
  }


#s-71d67f77-8ac3-47be-93b3-f2f952e7dd6a .shogun-image-content {
  
    align-items: center;
  
}

#s-f050cfec-7f52-480e-b442-af0db4cb08c0 {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 8em;
background-color: rgba(0, 0, 0, 0);
}

#s-738c3427-7b1d-429a-b3fc-2d54d73380ee {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-738c3427-7b1d-429a-b3fc-2d54d73380ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-738c3427-7b1d-429a-b3fc-2d54d73380ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abb91688-33af-4df8-b457-b2046dd04762 {
  text-align: left;
}

#s-3bf8a65f-d243-4a8d-9e54-2618cb03261f {
  text-align: left;
}

#s-5be5b493-8c10-4dab-9e9e-1dc2e0086335 {
  margin-left: auto;
margin-right: auto;
padding-left: 40px;
padding-right: 40px;
min-height: 40px;
max-width: 1160px;
}








#s-5be5b493-8c10-4dab-9e9e-1dc2e0086335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5be5b493-8c10-4dab-9e9e-1dc2e0086335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f {
  box-shadow:0px 1px 15px 1px rgba(0, 0, 0, 0.5);
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 24px;
max-width: 1160px;
}
@media (min-width: 1200px){#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f {
  display: none;
}
#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f, #wrap-s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f {
  display: none;
}
#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f, #wrap-s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f {
  display: none;
}
#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f, #wrap-s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f { display: none !important; }}@media (max-width: 767px){#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f {
  display: none;
}
#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f, #wrap-s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f { display: none !important; }}
#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f .shogun-form-error-msg-container, #s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f .shogun-form-field-error-msg-container {
  display: none;
}

#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-cf98c1a5-8490-4cdf-80d6-48fe1e23357f .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-66902d4d-3a60-40fa-8768-f8881962c14e {
  max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-66902d4d-3a60-40fa-8768-f8881962c14e {
  max-width: 100%;
}
}@media (max-width: 767px){#s-66902d4d-3a60-40fa-8768-f8881962c14e {
  max-width: 100%;
}
}
#s-66902d4d-3a60-40fa-8768-f8881962c14e  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: ;
  font-weight: ;
  
  
}

#s-66902d4d-3a60-40fa-8768-f8881962c14e  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-66902d4d-3a60-40fa-8768-f8881962c14e .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-66902d4d-3a60-40fa-8768-f8881962c14e .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-4dcd545d-e865-44e9-beef-18fc6ea91922 {
  max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4dcd545d-e865-44e9-beef-18fc6ea91922 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-4dcd545d-e865-44e9-beef-18fc6ea91922 {
  max-width: 100%;
}
}
#s-4dcd545d-e865-44e9-beef-18fc6ea91922  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-4dcd545d-e865-44e9-beef-18fc6ea91922  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-4dcd545d-e865-44e9-beef-18fc6ea91922 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-4dcd545d-e865-44e9-beef-18fc6ea91922 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-bc49acee-be49-463b-8f78-1acc2b1a8366 {
  max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc49acee-be49-463b-8f78-1acc2b1a8366 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-bc49acee-be49-463b-8f78-1acc2b1a8366 {
  max-width: 100%;
}
}
#s-bc49acee-be49-463b-8f78-1acc2b1a8366  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-bc49acee-be49-463b-8f78-1acc2b1a8366  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-bc49acee-be49-463b-8f78-1acc2b1a8366 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-bc49acee-be49-463b-8f78-1acc2b1a8366 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-49defaf2-b164-4d28-a84c-ade9a6c063c9  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-49defaf2-b164-4d28-a84c-ade9a6c063c9  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-49defaf2-b164-4d28-a84c-ade9a6c063c9 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-49defaf2-b164-4d28-a84c-ade9a6c063c9 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


@media (min-width: 0px) {
[id="s-e81ba09a-d1f3-45ca-b3b5-553478c2b75f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e81ba09a-d1f3-45ca-b3b5-553478c2b75f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e81ba09a-d1f3-45ca-b3b5-553478c2b75f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e81ba09a-d1f3-45ca-b3b5-553478c2b75f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-73f5b882-f4ee-42c3-8d09-a70619baf0f7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 24px;
color: #FFFFFF;
background-color: rgba(227, 56, 77, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Poppins;
font-weight: 500;
font-size: 20px;
}
#s-73f5b882-f4ee-42c3-8d09-a70619baf0f7:hover {background-color: rgba(227, 56, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-73f5b882-f4ee-42c3-8d09-a70619baf0f7:active {background-color: rgba(227, 56, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}
#s-73f5b882-f4ee-42c3-8d09-a70619baf0f7[disabled],
#s-73f5b882-f4ee-42c3-8d09-a70619baf0f7[disabled]:hover,
#s-73f5b882-f4ee-42c3-8d09-a70619baf0f7[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-73f5b882-f4ee-42c3-8d09-a70619baf0f7 {
  display:  inline-block ;
  width:  auto ;
}


#s-df557302-397c-4d68-9188-2dc9a79c026b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-df557302-397c-4d68-9188-2dc9a79c026b .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-df557302-397c-4d68-9188-2dc9a79c026b .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-df557302-397c-4d68-9188-2dc9a79c026b .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-df557302-397c-4d68-9188-2dc9a79c026b .shogun-form-error-msg-container, #s-df557302-397c-4d68-9188-2dc9a79c026b .shogun-form-field-error-msg-container {
  display: none;
}

#s-df557302-397c-4d68-9188-2dc9a79c026b .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-df557302-397c-4d68-9188-2dc9a79c026b .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-8c705dd9-7dff-41f0-ad70-fa091b709547 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c705dd9-7dff-41f0-ad70-fa091b709547 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-a1128494-ecbd-4dca-8d52-067aca1edb63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a1128494-ecbd-4dca-8d52-067aca1edb63 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-05bcafad-12c2-4ce1-b266-235d11773df0  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-05bcafad-12c2-4ce1-b266-235d11773df0  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-05bcafad-12c2-4ce1-b266-235d11773df0 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-05bcafad-12c2-4ce1-b266-235d11773df0 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-551a5bae-08d4-4c85-a7dd-e187a72b0a4d  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-551a5bae-08d4-4c85-a7dd-e187a72b0a4d  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-551a5bae-08d4-4c85-a7dd-e187a72b0a4d .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-551a5bae-08d4-4c85-a7dd-e187a72b0a4d .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-476bd59e-0536-4299-b4af-c9a0402ae229  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-476bd59e-0536-4299-b4af-c9a0402ae229  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-476bd59e-0536-4299-b4af-c9a0402ae229 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-476bd59e-0536-4299-b4af-c9a0402ae229 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-c27a6f9f-c0f0-4fc5-8609-3da934f6afbd  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-c27a6f9f-c0f0-4fc5-8609-3da934f6afbd  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-c27a6f9f-c0f0-4fc5-8609-3da934f6afbd .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-c27a6f9f-c0f0-4fc5-8609-3da934f6afbd .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-d49bdd19-8c05-48f4-84e7-ce09479a8b91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d49bdd19-8c05-48f4-84e7-ce09479a8b91 .shogun-heading-component h3 {
  color: rgba(10, 10, 10, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



.shogun-form-dropdown .shogun-form-label {
  margin-bottom: 8px;
}

.shogun-form-dropdown select {
  margin: 0;
  width: 100%;
}

#s-e95cb459-36d7-4e57-8045-a1c5634b8f94 select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-e95cb459-36d7-4e57-8045-a1c5634b8f94 .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  
  
  
  
  
  
  
}

#s-e95cb459-36d7-4e57-8045-a1c5634b8f94 .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-e95cb459-36d7-4e57-8045-a1c5634b8f94 .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-e95cb459-36d7-4e57-8045-a1c5634b8f94 .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }


#s-69fb235d-5cb7-4ec1-8277-6071449dc4ae select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-69fb235d-5cb7-4ec1-8277-6071449dc4ae .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  
  
  
  
  
  
  
}

#s-69fb235d-5cb7-4ec1-8277-6071449dc4ae .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-69fb235d-5cb7-4ec1-8277-6071449dc4ae .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-69fb235d-5cb7-4ec1-8277-6071449dc4ae .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }


#s-f9761a02-c21f-4808-890c-6d2cff4abf9f select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-f9761a02-c21f-4808-890c-6d2cff4abf9f .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  
  
  
  
  
  
  
}

#s-f9761a02-c21f-4808-890c-6d2cff4abf9f .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-f9761a02-c21f-4808-890c-6d2cff4abf9f .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-f9761a02-c21f-4808-890c-6d2cff4abf9f .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }


#s-11cb5a17-8f0a-4d7f-bf91-12c54cea2e8b select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-11cb5a17-8f0a-4d7f-bf91-12c54cea2e8b .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: #000;
  border-width: 1px;
  
  box-shadow: ;

  
  
  
  
  
  
  
}

#s-11cb5a17-8f0a-4d7f-bf91-12c54cea2e8b .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-11cb5a17-8f0a-4d7f-bf91-12c54cea2e8b .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-11cb5a17-8f0a-4d7f-bf91-12c54cea2e8b .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }


#s-7fd097ce-b3d2-43b3-a64b-b03ea4036d21  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-7fd097ce-b3d2-43b3-a64b-b03ea4036d21  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-7fd097ce-b3d2-43b3-a64b-b03ea4036d21 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-7fd097ce-b3d2-43b3-a64b-b03ea4036d21 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a86c9c92-d80e-4414-bd5d-95df6e9e01c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a86c9c92-d80e-4414-bd5d-95df6e9e01c0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-34986373-5e85-4d3f-93c1-5e9d4278f5bf {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(227, 56, 77, 1);
border-radius: 32px;
color: #FFFFFF;
background-color: rgba(227, 56, 77, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-34986373-5e85-4d3f-93c1-5e9d4278f5bf:hover {border-style: solid !important;
border-color: rgba(227, 56, 77, 1) !important;
background-color: rgba(235, 65, 85, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-34986373-5e85-4d3f-93c1-5e9d4278f5bf:active {background-color: rgba(235, 65, 85, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}
#s-34986373-5e85-4d3f-93c1-5e9d4278f5bf[disabled],
#s-34986373-5e85-4d3f-93c1-5e9d4278f5bf[disabled]:hover,
#s-34986373-5e85-4d3f-93c1-5e9d4278f5bf[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-34986373-5e85-4d3f-93c1-5e9d4278f5bf {
  display:  inline-block ;
  width:  auto ;
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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