.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-eab6fbfe-91df-4de1-bb7c-a3d5b7b788d0 {
  margin-top: 125px;
margin-left: 10%;
margin-bottom: 48px;
margin-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-eab6fbfe-91df-4de1-bb7c-a3d5b7b788d0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-eab6fbfe-91df-4de1-bb7c-a3d5b7b788d0 {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
}
}







#s-eab6fbfe-91df-4de1-bb7c-a3d5b7b788d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eab6fbfe-91df-4de1-bb7c-a3d5b7b788d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ef70fe2-7f7e-4c28-aad3-d1ba6133d7b0 {
  display: none;
}
.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;
}

@media (min-width: 0px) {
[id="s-ab6470b4-43f8-4d2d-bea9-19475c4832c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab6470b4-43f8-4d2d-bea9-19475c4832c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-ab6470b4-43f8-4d2d-bea9-19475c4832c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab6470b4-43f8-4d2d-bea9-19475c4832c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-ab6470b4-43f8-4d2d-bea9-19475c4832c0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

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

#s-b3def44b-ee53-4ac5-9505-04d712862695 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b3def44b-ee53-4ac5-9505-04d712862695 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 35px;
  line-height: 1.25em;
  letter-spacing: ;
}

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

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

#s-11ee8660-1c2e-49ce-96a7-6672ca02aa07 hr {
  border-top: 1px solid rgba(246, 246, 246, 1);
}

.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-db28c265-b2c9-4b72-b304-59b83e0a3484 {
  padding-top: 0px;
}

#s-df47697d-34cc-4478-8ef5-8560389d3265 {
  padding-top: 0px;
}

#s-17697769-09ce-4f5f-8391-b6cab036fc48 hr {
  border-top: 1px solid rgba(246, 246, 246, 1);
}

#s-f8330c2c-1df8-4f58-9ee7-c73a746e1feb {
  padding-top: 0px;
padding-bottom: 30px;
}

#s-689dcbaa-1ec2-4d92-b68f-23d93e2e3483 {
  margin-bottom: 3px;
text-align: left;
}

#s-689dcbaa-1ec2-4d92-b68f-23d93e2e3483 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 26px;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-689dcbaa-1ec2-4d92-b68f-23d93e2e3483 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 26px;
}

#s-689dcbaa-1ec2-4d92-b68f-23d93e2e3483 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-9f975f9b-045d-4439-bcc9-31e34a32c9c0 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(179, 220, 188, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9f975f9b-045d-4439-bcc9-31e34a32c9c0:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9f975f9b-045d-4439-bcc9-31e34a32c9c0:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9f975f9b-045d-4439-bcc9-31e34a32c9c0-atc-btn-wrapper {
    text-align: left;
  }


#s-9f975f9b-045d-4439-bcc9-31e34a32c9c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f975f9b-045d-4439-bcc9-31e34a32c9c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f975f9b-045d-4439-bcc9-31e34a32c9c0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9f975f9b-045d-4439-bcc9-31e34a32c9c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-406985e3-ebbe-48c9-ac58-68090305edae {
  min-height: 200px;
max-width: 628px;
text-align: right;
}

#s-406985e3-ebbe-48c9-ac58-68090305edae .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 100.0%;
  padding-right: 0px;
  padding-bottom: 15px;
}

#s-406985e3-ebbe-48c9-ac58-68090305edae .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-406985e3-ebbe-48c9-ac58-68090305edae .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-406985e3-ebbe-48c9-ac58-68090305edae .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-406985e3-ebbe-48c9-ac58-68090305edae .shg-gallery-scroll-button {
  color: #FFF;
}

#s-406985e3-ebbe-48c9-ac58-68090305edae .shg-gallery-dot {
  background-color: #FFF;
}

#s-f58c4bb9-e204-443f-8b97-b5874ee26e2a {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-f58c4bb9-e204-443f-8b97-b5874ee26e2a {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-f58c4bb9-e204-443f-8b97-b5874ee26e2a hr {
  border-top: 2px solid rgba(255, 254, 254, 1);
}

#s-0d56446e-fb88-4d80-a7db-f2551c5c5ae7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-0d56446e-fb88-4d80-a7db-f2551c5c5ae7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d56446e-fb88-4d80-a7db-f2551c5c5ae7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d56446e-fb88-4d80-a7db-f2551c5c5ae7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d56446e-fb88-4d80-a7db-f2551c5c5ae7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-42126742-b815-4ccf-8996-417d50202b37 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-42126742-b815-4ccf-8996-417d50202b37 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-42126742-b815-4ccf-8996-417d50202b37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9827a2f-b1a5-47a8-9d25-b51a0c692a68 {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-c9827a2f-b1a5-47a8-9d25-b51a0c692a68 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 0);
  opacity: 0.5;
}#s-c9827a2f-b1a5-47a8-9d25-b51a0c692a68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7571fc9-e6d5-435d-9f87-099a3a6b9261 {
  border-style: solid;
margin-top: 50px;
margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}
@media (max-width: 767px){#s-d7571fc9-e6d5-435d-9f87-099a3a6b9261 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-fa3b2e9d-9ad9-4466-8b47-f202fd2e5686 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-fa3b2e9d-9ad9-4466-8b47-f202fd2e5686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa3b2e9d-9ad9-4466-8b47-f202fd2e5686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa3b2e9d-9ad9-4466-8b47-f202fd2e5686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa3b2e9d-9ad9-4466-8b47-f202fd2e5686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fa3b2e9d-9ad9-4466-8b47-f202fd2e5686"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c02ee5fa-e6ff-4cd9-bdc1-f568c8075d32 {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-c02ee5fa-e6ff-4cd9-bdc1-f568c8075d32 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}#s-c02ee5fa-e6ff-4cd9-bdc1-f568c8075d32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-150f9efd-1ef3-422a-be5d-654a9618fadf {
  border-style: solid;
margin-top: 50px;
margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}
@media (max-width: 767px){#s-150f9efd-1ef3-422a-be5d-654a9618fadf {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-4c0ed601-f230-420d-b6a6-02f992a0c813 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-4c0ed601-f230-420d-b6a6-02f992a0c813 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 0);
  opacity: 0.5;
}#s-4c0ed601-f230-420d-b6a6-02f992a0c813.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3809c2e8-a029-40e9-8902-876fde497882 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 550px;
background-position: center center;
opacity: 1;
}
@media (max-width: 767px){#s-3809c2e8-a029-40e9-8902-876fde497882 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 30px;
padding-bottom: 30px;
}
}







#s-3809c2e8-a029-40e9-8902-876fde497882 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-3809c2e8-a029-40e9-8902-876fde497882.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8593c91-c1d7-45f0-b6b8-798545412154 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-b8593c91-c1d7-45f0-b6b8-798545412154"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8593c91-c1d7-45f0-b6b8-798545412154"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8593c91-c1d7-45f0-b6b8-798545412154"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8593c91-c1d7-45f0-b6b8-798545412154"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
  z-index: 0;
}

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-a51151d6-82e2-405d-905f-4c25ba53d3f1 {
  max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 img.shogun-image,
  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 {
    width: 100%;
    height: auto;
  }



  img.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image {
    
    
  }


.s-a51151d6-82e2-405d-905f-4c25ba53d3f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shg-align-container {
  text-align: center
}

.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 img.shogun-image,
  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 {
    width: 100%;
    height: auto;
  }



  img.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image {
    
    
  }


.s-a51151d6-82e2-405d-905f-4c25ba53d3f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shg-align-container {
  text-align: center
}

.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image {
  box-sizing: border-box;
}


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



  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 img.shogun-image,
  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 {
    width: 100%;
    height: auto;
  }



  img.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image {
    
    
  }


.s-a51151d6-82e2-405d-905f-4c25ba53d3f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shg-align-container {
  text-align: center
}

.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image {
  box-sizing: border-box;
}


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



  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 img.shogun-image,
  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 {
    width: 100%;
    height: auto;
  }



  img.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image {
    
    
  }


.s-a51151d6-82e2-405d-905f-4c25ba53d3f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shg-align-container {
  text-align: center
}

.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image {
  box-sizing: border-box;
}


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



  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 img.shogun-image,
  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a51151d6-82e2-405d-905f-4c25ba53d3f1 {
    width: 100%;
    height: auto;
  }



  img.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image {
    
    
  }


.s-a51151d6-82e2-405d-905f-4c25ba53d3f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shg-align-container {
  text-align: center
}

.s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a51151d6-82e2-405d-905f-4c25ba53d3f1.shogun-image {
  box-sizing: border-box;
}


}
#s-592b7904-9020-4225-bf2d-06f89805707c {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-592b7904-9020-4225-bf2d-06f89805707c {
  margin-left: 1%;
}
}@media (max-width: 767px){#s-592b7904-9020-4225-bf2d-06f89805707c {
  margin-top: 15px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-b5c1e43d-ceec-4fa4-a70d-065a43a498bd {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 19px;
padding-bottom: 19px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}
@media (max-width: 767px){#s-b5c1e43d-ceec-4fa4-a70d-065a43a498bd {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-da7ea841-f8eb-4d89-8b51-754306dd71cd {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-da7ea841-f8eb-4d89-8b51-754306dd71cd {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-da7ea841-f8eb-4d89-8b51-754306dd71cd hr {
  border-top: 2px solid rgba(255, 254, 254, 1);
}

#s-68519eb5-4180-4d2f-8b16-0f83341f3225 {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (max-width: 767px){#s-68519eb5-4180-4d2f-8b16-0f83341f3225 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ee1abe58-c4bf-4032-8c28-857281fae3a0 {
  max-width: 1000px;
aspect-ratio: 1209/595;
text-align: center;
}





  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 img.shogun-image,
  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 {
    width: 100%;
    height: auto;
  }



  img.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image {
    
    
  }


.s-ee1abe58-c4bf-4032-8c28-857281fae3a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shg-align-container {
  text-align: center
}

.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 img.shogun-image,
  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 {
    width: 100%;
    height: auto;
  }



  img.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image {
    
    
  }


.s-ee1abe58-c4bf-4032-8c28-857281fae3a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shg-align-container {
  text-align: center
}

.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 img.shogun-image,
  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 {
    width: 100%;
    height: auto;
  }



  img.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image {
    
    
  }


.s-ee1abe58-c4bf-4032-8c28-857281fae3a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shg-align-container {
  text-align: center
}

.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 img.shogun-image,
  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 {
    width: 100%;
    height: auto;
  }



  img.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image {
    
    
  }


.s-ee1abe58-c4bf-4032-8c28-857281fae3a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shg-align-container {
  text-align: center
}

.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 img.shogun-image,
  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee1abe58-c4bf-4032-8c28-857281fae3a0 {
    width: 100%;
    height: auto;
  }



  img.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image {
    
    
  }


.s-ee1abe58-c4bf-4032-8c28-857281fae3a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shg-align-container {
  text-align: center
}

.s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee1abe58-c4bf-4032-8c28-857281fae3a0.shogun-image {
  box-sizing: border-box;
}


}
#s-9f3ec308-4142-47f2-8603-c8e2a86cc51d {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9f3ec308-4142-47f2-8603-c8e2a86cc51d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f3ec308-4142-47f2-8603-c8e2a86cc51d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f3ec308-4142-47f2-8603-c8e2a86cc51d {
  
}
}@media (max-width: 767px){#s-9f3ec308-4142-47f2-8603-c8e2a86cc51d {
  
}
}







#s-9f3ec308-4142-47f2-8603-c8e2a86cc51d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9f3ec308-4142-47f2-8603-c8e2a86cc51d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c2b8ac7-f63b-4f66-84ba-0eb6decd7865 {
  margin-top: 50px;
margin-left: 6%;
margin-bottom: 50px;
margin-right: 6%;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-1c2b8ac7-f63b-4f66-84ba-0eb6decd7865"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1c2b8ac7-f63b-4f66-84ba-0eb6decd7865"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c2b8ac7-f63b-4f66-84ba-0eb6decd7865"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c2b8ac7-f63b-4f66-84ba-0eb6decd7865"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-cd43d8fa-4c57-4c9e-bcac-67bbdad4aea8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-cd43d8fa-4c57-4c9e-bcac-67bbdad4aea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd43d8fa-4c57-4c9e-bcac-67bbdad4aea8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4971005a-ecd3-4350-b86e-108426a77211 {
  margin-left: 3%;
margin-right: 0%;
max-width: 43px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-4971005a-ecd3-4350-b86e-108426a77211 img.shogun-image,
  #s-4971005a-ecd3-4350-b86e-108426a77211 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4971005a-ecd3-4350-b86e-108426a77211 {
    width: 100%;
    height: auto;
  }



  img.s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image {
    
    
  }


.s-4971005a-ecd3-4350-b86e-108426a77211 .shogun-image-content {
  
    align-items: center;
  
}

.s-4971005a-ecd3-4350-b86e-108426a77211.shg-align-container {
  text-align: left
}

.s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4971005a-ecd3-4350-b86e-108426a77211 img.shogun-image,
  #s-4971005a-ecd3-4350-b86e-108426a77211 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4971005a-ecd3-4350-b86e-108426a77211 {
    width: 100%;
    height: auto;
  }



  img.s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image {
    
    
  }


.s-4971005a-ecd3-4350-b86e-108426a77211 .shogun-image-content {
  
    align-items: center;
  
}

.s-4971005a-ecd3-4350-b86e-108426a77211.shg-align-container {
  text-align: left
}

.s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image {
  box-sizing: border-box;
}


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



  #s-4971005a-ecd3-4350-b86e-108426a77211 img.shogun-image,
  #s-4971005a-ecd3-4350-b86e-108426a77211 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4971005a-ecd3-4350-b86e-108426a77211 {
    width: 100%;
    height: auto;
  }



  img.s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image {
    
    
  }


.s-4971005a-ecd3-4350-b86e-108426a77211 .shogun-image-content {
  
    align-items: center;
  
}

.s-4971005a-ecd3-4350-b86e-108426a77211.shg-align-container {
  text-align: left
}

.s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image {
  box-sizing: border-box;
}


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



  #s-4971005a-ecd3-4350-b86e-108426a77211 img.shogun-image,
  #s-4971005a-ecd3-4350-b86e-108426a77211 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4971005a-ecd3-4350-b86e-108426a77211 {
    width: 100%;
    height: auto;
  }



  img.s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image {
    
    
  }


.s-4971005a-ecd3-4350-b86e-108426a77211 .shogun-image-content {
  
    align-items: center;
  
}

.s-4971005a-ecd3-4350-b86e-108426a77211.shg-align-container {
  text-align: left
}

.s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image {
  box-sizing: border-box;
}


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



  #s-4971005a-ecd3-4350-b86e-108426a77211 img.shogun-image,
  #s-4971005a-ecd3-4350-b86e-108426a77211 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4971005a-ecd3-4350-b86e-108426a77211 {
    width: 100%;
    height: auto;
  }



  img.s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image {
    
    
  }


.s-4971005a-ecd3-4350-b86e-108426a77211 .shogun-image-content {
  
    align-items: center;
  
}

.s-4971005a-ecd3-4350-b86e-108426a77211.shg-align-container {
  text-align: left
}

.s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4971005a-ecd3-4350-b86e-108426a77211.shogun-image {
  box-sizing: border-box;
}


}
#s-aea310d6-1e2c-4a52-827f-60e1af6c9359 {
  margin-left: 20px;
margin-right: 20px;
}

#s-75640cfa-b50b-477b-a3f7-e819668af5e9 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-75640cfa-b50b-477b-a3f7-e819668af5e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75640cfa-b50b-477b-a3f7-e819668af5e9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f7e38671-2a91-4045-8f62-361efb5b2d16 {
  margin-left: 2%;
margin-right: 0%;
max-width: 43px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 img.shogun-image,
  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 {
    width: 100%;
    height: auto;
  }



  img.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image {
    
    
  }


.s-f7e38671-2a91-4045-8f62-361efb5b2d16 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shg-align-container {
  text-align: left
}

.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 img.shogun-image,
  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 {
    width: 100%;
    height: auto;
  }



  img.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image {
    
    
  }


.s-f7e38671-2a91-4045-8f62-361efb5b2d16 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shg-align-container {
  text-align: left
}

.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image {
  box-sizing: border-box;
}


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



  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 img.shogun-image,
  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 {
    width: 100%;
    height: auto;
  }



  img.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image {
    
    
  }


.s-f7e38671-2a91-4045-8f62-361efb5b2d16 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shg-align-container {
  text-align: left
}

.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image {
  box-sizing: border-box;
}


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



  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 img.shogun-image,
  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 {
    width: 100%;
    height: auto;
  }



  img.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image {
    
    
  }


.s-f7e38671-2a91-4045-8f62-361efb5b2d16 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shg-align-container {
  text-align: left
}

.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image {
  box-sizing: border-box;
}


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



  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 img.shogun-image,
  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7e38671-2a91-4045-8f62-361efb5b2d16 {
    width: 100%;
    height: auto;
  }



  img.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image {
    
    
  }


.s-f7e38671-2a91-4045-8f62-361efb5b2d16 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shg-align-container {
  text-align: left
}

.s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7e38671-2a91-4045-8f62-361efb5b2d16.shogun-image {
  box-sizing: border-box;
}


}
#s-5cbd0dce-e570-4757-bca9-d8eec06a893a {
  margin-left: 20px;
margin-right: 20px;
}

#s-2ed3f119-1061-4cc6-9fe1-1f950bb32818 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-2ed3f119-1061-4cc6-9fe1-1f950bb32818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ed3f119-1061-4cc6-9fe1-1f950bb32818.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 {
  margin-left: 3%;
margin-right: 0%;
max-width: 43px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 img.shogun-image,
  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 {
    width: 100%;
    height: auto;
  }



  img.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image {
    
    
  }


.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shg-align-container {
  text-align: left
}

.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 img.shogun-image,
  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 {
    width: 100%;
    height: auto;
  }



  img.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image {
    
    
  }


.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shg-align-container {
  text-align: left
}

.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 img.shogun-image,
  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 {
    width: 100%;
    height: auto;
  }



  img.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image {
    
    
  }


.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shg-align-container {
  text-align: left
}

.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 img.shogun-image,
  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 {
    width: 100%;
    height: auto;
  }



  img.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image {
    
    
  }


.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shg-align-container {
  text-align: left
}

.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 img.shogun-image,
  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 {
    width: 100%;
    height: auto;
  }



  img.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image {
    
    
  }


.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shg-align-container {
  text-align: left
}

.s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2f4a91-99c3-42ab-bc28-2358d4db1168.shogun-image {
  box-sizing: border-box;
}


}
#s-c68a476a-8f70-4492-a45d-86d7ee5fa7df {
  margin-left: 20px;
margin-right: 20px;
}

#s-33f876d7-e6a9-49bb-af30-94a38791d7e2 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-33f876d7-e6a9-49bb-af30-94a38791d7e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33f876d7-e6a9-49bb-af30-94a38791d7e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-94c75f0a-625f-40f1-be26-e86a056e4ff1 {
  margin-left: 3%;
margin-right: 0%;
max-width: 43px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 img.shogun-image,
  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 {
    width: 100%;
    height: auto;
  }



  img.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image {
    
    
  }


.s-94c75f0a-625f-40f1-be26-e86a056e4ff1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shg-align-container {
  text-align: left
}

.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 img.shogun-image,
  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 {
    width: 100%;
    height: auto;
  }



  img.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image {
    
    
  }


.s-94c75f0a-625f-40f1-be26-e86a056e4ff1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shg-align-container {
  text-align: left
}

.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image {
  box-sizing: border-box;
}


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



  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 img.shogun-image,
  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 {
    width: 100%;
    height: auto;
  }



  img.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image {
    
    
  }


.s-94c75f0a-625f-40f1-be26-e86a056e4ff1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shg-align-container {
  text-align: left
}

.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image {
  box-sizing: border-box;
}


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



  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 img.shogun-image,
  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 {
    width: 100%;
    height: auto;
  }



  img.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image {
    
    
  }


.s-94c75f0a-625f-40f1-be26-e86a056e4ff1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shg-align-container {
  text-align: left
}

.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image {
  box-sizing: border-box;
}


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



  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 img.shogun-image,
  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94c75f0a-625f-40f1-be26-e86a056e4ff1 {
    width: 100%;
    height: auto;
  }



  img.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image {
    
    
  }


.s-94c75f0a-625f-40f1-be26-e86a056e4ff1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shg-align-container {
  text-align: left
}

.s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94c75f0a-625f-40f1-be26-e86a056e4ff1.shogun-image {
  box-sizing: border-box;
}


}
#s-8159083a-31d3-473b-a873-6a9dd6d9a336 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c105c3bf-1850-4b9e-b27e-51a279e8ba8a {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 55px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-c105c3bf-1850-4b9e-b27e-51a279e8ba8a {
  margin-right: 0%;
}
}







#s-c105c3bf-1850-4b9e-b27e-51a279e8ba8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c105c3bf-1850-4b9e-b27e-51a279e8ba8a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14ad0a4a-c7d7-4e21-9f47-584762553f60 {
  margin-top: 75px;
margin-bottom: 75px;
}

@media (min-width: 0px) {
[id="s-14ad0a4a-c7d7-4e21-9f47-584762553f60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14ad0a4a-c7d7-4e21-9f47-584762553f60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-14ad0a4a-c7d7-4e21-9f47-584762553f60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-14ad0a4a-c7d7-4e21-9f47-584762553f60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-14ad0a4a-c7d7-4e21-9f47-584762553f60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-14ad0a4a-c7d7-4e21-9f47-584762553f60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-14ad0a4a-c7d7-4e21-9f47-584762553f60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-08561cbb-5781-4596-9f6a-637261039e57 {
  margin-top: 11px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08561cbb-5781-4596-9f6a-637261039e57 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-e30da0d2-5413-49d2-87f4-29c1480e2782 {
  margin-top: 20px;
margin-bottom: 38px;
margin-right: 1%;
}
@media (max-width: 767px){#s-e30da0d2-5413-49d2-87f4-29c1480e2782 {
  margin-left: 5px;
margin-right: 5px;
}
}
#s-e30da0d2-5413-49d2-87f4-29c1480e2782 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e30da0d2-5413-49d2-87f4-29c1480e2782 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(242, 242, 242, 1);
  padding: 20px;
}

#s-e30da0d2-5413-49d2-87f4-29c1480e2782 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e30da0d2-5413-49d2-87f4-29c1480e2782 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 254, 254, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e30da0d2-5413-49d2-87f4-29c1480e2782 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-e30da0d2-5413-49d2-87f4-29c1480e2782 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7021464d-6896-4926-8768-00104f5d9116 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-0bef617d-1a4d-4679-b8fa-8f41e615e764 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-689e664d-1a8f-4b12-b7e5-56a7d5baf55f {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-84f011f2-bccc-4eec-891d-480072bfa8cc {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-a2cb508e-d8c5-4800-bda8-799585b6bf73 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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