.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-ee0e5af4-8fce-4f8d-9584-5ea6f5f284d6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ee0e5af4-8fce-4f8d-9584-5ea6f5f284d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee0e5af4-8fce-4f8d-9584-5ea6f5f284d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d2a4073-a54b-4c68-bede-4e4d48d2fe5b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
background-color: rgba(44, 213, 196, 1);
}
@media (min-width: 1200px){#s-7d2a4073-a54b-4c68-bede-4e4d48d2fe5b {
  min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d2a4073-a54b-4c68-bede-4e4d48d2fe5b {
  min-height: 600px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d2a4073-a54b-4c68-bede-4e4d48d2fe5b {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7d2a4073-a54b-4c68-bede-4e4d48d2fe5b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 400px;
}
}







#s-7d2a4073-a54b-4c68-bede-4e4d48d2fe5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d2a4073-a54b-4c68-bede-4e4d48d2fe5b.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-1ae6523b-2c5b-4af3-81e9-683df7f0d3e7 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-1ae6523b-2c5b-4af3-81e9-683df7f0d3e7 {
  margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-1ae6523b-2c5b-4af3-81e9-683df7f0d3e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ae6523b-2c5b-4af3-81e9-683df7f0d3e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ae6523b-2c5b-4af3-81e9-683df7f0d3e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ae6523b-2c5b-4af3-81e9-683df7f0d3e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-232fb66d-e294-4eb2-af51-93572514577c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-232fb66d-e294-4eb2-af51-93572514577c {
  margin-top: -90px;
margin-bottom: -90px;
min-height: 600px;
}
}
#s-232fb66d-e294-4eb2-af51-93572514577c {
  background-image: url(https://i.shgcdn.com/8538edc1-89bf-4cbc-b2a4-f52fc33b9703/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-232fb66d-e294-4eb2-af51-93572514577c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-232fb66d-e294-4eb2-af51-93572514577c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a033e122-a7a7-4ce4-a60c-49f34400df52 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 600px;
}
@media (max-width: 767px){#s-a033e122-a7a7-4ce4-a60c-49f34400df52 {
  margin-top: -75px;
margin-bottom: -100px;
}
}







#s-a033e122-a7a7-4ce4-a60c-49f34400df52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a033e122-a7a7-4ce4-a60c-49f34400df52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-6d8df51c-3f54-4c78-b4c4-e9101d743fe9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d8df51c-3f54-4c78-b4c4-e9101d743fe9 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-6d8df51c-3f54-4c78-b4c4-e9101d743fe9 {
  padding-left: 20px;
padding-right: 20px;
}
}
.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-a9ac1108-3254-4d80-af78-f5afdf9cfb5a {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a9ac1108-3254-4d80-af78-f5afdf9cfb5a {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-a9ac1108-3254-4d80-af78-f5afdf9cfb5a {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-a9ac1108-3254-4d80-af78-f5afdf9cfb5a .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Butler;
  font-style:   ;
  font-size: 52px;
  line-height: ;
  letter-spacing: ;
}

#s-387570c7-b570-4cee-972d-edd7ed4c305e {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 40px;
padding-right: 40px;
max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-387570c7-b570-4cee-972d-edd7ed4c305e {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-387570c7-b570-4cee-972d-edd7ed4c305e {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 1200px){#s-06a45894-7856-476c-903c-2a90783108b5 {
  max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06a45894-7856-476c-903c-2a90783108b5 {
  max-width: 400px;
}
}
#s-226768af-852e-4085-a40c-9ebc20b6ddeb {
  margin-top: 10px;
margin-bottom: 30px;
padding-left: 40px;
padding-right: 40px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-226768af-852e-4085-a40c-9ebc20b6ddeb {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-226768af-852e-4085-a40c-9ebc20b6ddeb {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-226768af-852e-4085-a40c-9ebc20b6ddeb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Gordita Medium;
  font-style:  normal ;
}

#s-226768af-852e-4085-a40c-9ebc20b6ddeb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Gordita Medium;
  font-style:  normal ;
  font-size: 16px;
}

#s-226768af-852e-4085-a40c-9ebc20b6ddeb .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-4f1b2ac0-5431-4be8-a89d-d88b628b1db4 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 0px;
background-color: rgba(0, 164, 153, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4f1b2ac0-5431-4be8-a89d-d88b628b1db4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 164, 153, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4f1b2ac0-5431-4be8-a89d-d88b628b1db4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 164, 153, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-4f1b2ac0-5431-4be8-a89d-d88b628b1db4 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-4f1b2ac0-5431-4be8-a89d-d88b628b1db4 {
  margin-left: 20px;
margin-right: 20px;
}
}


#s-4f1b2ac0-5431-4be8-a89d-d88b628b1db4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4f1b2ac0-5431-4be8-a89d-d88b628b1db4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f1b2ac0-5431-4be8-a89d-d88b628b1db4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gordita Medium;
  display:  block ;
}

#s-4f1b2ac0-5431-4be8-a89d-d88b628b1db4.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-4f1b2ac0-5431-4be8-a89d-d88b628b1db4.shg-btn.shg-product-atc-success {
    
    font-family: Gordita Medium;
    
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
  }


#s-ba84269b-1ffc-4593-8350-ba3007d353b8 {
  min-height: 50px;
}








#s-ba84269b-1ffc-4593-8350-ba3007d353b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba84269b-1ffc-4593-8350-ba3007d353b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32b15883-210a-4ffe-8840-6fddf8001579 {
  min-height: 600px;
}








#s-32b15883-210a-4ffe-8840-6fddf8001579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32b15883-210a-4ffe-8840-6fddf8001579.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68f351ce-ff8b-441d-a89c-789fd32f430f {
  margin-top: 50px;
margin-left: 80px;
margin-bottom: 50px;
margin-right: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-68f351ce-ff8b-441d-a89c-789fd32f430f {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-68f351ce-ff8b-441d-a89c-789fd32f430f {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-68f351ce-ff8b-441d-a89c-789fd32f430f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68f351ce-ff8b-441d-a89c-789fd32f430f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68f351ce-ff8b-441d-a89c-789fd32f430f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68f351ce-ff8b-441d-a89c-789fd32f430f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-68f351ce-ff8b-441d-a89c-789fd32f430f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d8340657-718c-4f0a-9e55-6650ead26359 {
  min-height: 600px;
}








#s-d8340657-718c-4f0a-9e55-6650ead26359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8340657-718c-4f0a-9e55-6650ead26359.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-9fd2ec85-5ca2-4897-9178-8140c69ba6b4 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-9fd2ec85-5ca2-4897-9178-8140c69ba6b4 .shogun-heading-component h2 {
  color: rgba(0, 164, 153, 1);
  font-weight:  normal ;
  font-family: "Butler";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-e87a3be8-1a88-4d9e-8f0e-0f228676bea4 {
  margin-top: -20px;
margin-bottom: 0px;
margin-right: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e87a3be8-1a88-4d9e-8f0e-0f228676bea4 {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-e87a3be8-1a88-4d9e-8f0e-0f228676bea4 {
  margin-right: 0px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-a970de48-84f1-46b8-aaec-b26a38b3d4fb {
  margin-top: -25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-a970de48-84f1-46b8-aaec-b26a38b3d4fb {
  margin-right: 20px;
}
}@media (max-width: 767px){#s-a970de48-84f1-46b8-aaec-b26a38b3d4fb {
  margin-right: 0px;
}
}
#s-a970de48-84f1-46b8-aaec-b26a38b3d4fb hr {
  border-top: 1px solid rgba(44, 213, 196, 1);
}

#s-8a5e9f39-2a50-4f75-84cb-bf32fb835634 {
  margin-top: -20px;
margin-bottom: 0px;
margin-right: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a5e9f39-2a50-4f75-84cb-bf32fb835634 {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-8a5e9f39-2a50-4f75-84cb-bf32fb835634 {
  margin-right: 0px;
}
}
#s-584a3b1f-78b2-454f-b2a9-6e534b5e5a38 {
  margin-top: -25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-584a3b1f-78b2-454f-b2a9-6e534b5e5a38 {
  margin-right: 20px;
}
}@media (max-width: 767px){#s-584a3b1f-78b2-454f-b2a9-6e534b5e5a38 {
  margin-right: 0px;
}
}
#s-584a3b1f-78b2-454f-b2a9-6e534b5e5a38 hr {
  border-top: 1px solid rgba(44, 213, 196, 1);
}

#s-e88ac95c-4271-4cd6-af6e-2a6ac9b1fd5b {
  margin-top: -20px;
margin-bottom: 0px;
margin-right: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e88ac95c-4271-4cd6-af6e-2a6ac9b1fd5b {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-e88ac95c-4271-4cd6-af6e-2a6ac9b1fd5b {
  margin-right: 0px;
}
}
#s-c62d6555-98bb-4563-baee-06975d7b2c87 {
  margin-top: -25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-c62d6555-98bb-4563-baee-06975d7b2c87 {
  margin-right: 20px;
}
}@media (max-width: 767px){#s-c62d6555-98bb-4563-baee-06975d7b2c87 {
  margin-right: 0px;
}
}
#s-c62d6555-98bb-4563-baee-06975d7b2c87 hr {
  border-top: 1px solid rgba(44, 213, 196, 1);
}

#s-b163dadf-2fc7-41a8-b340-974a7a026482 {
  margin-top: -20px;
margin-bottom: 0px;
margin-right: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b163dadf-2fc7-41a8-b340-974a7a026482 {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-b163dadf-2fc7-41a8-b340-974a7a026482 {
  margin-right: 0px;
}
}
#s-c2e4b3de-ccc6-4b78-a60e-e5338bd9eb7a {
  margin-top: -25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2e4b3de-ccc6-4b78-a60e-e5338bd9eb7a {
  margin-right: 20px;
}
}@media (max-width: 767px){#s-c2e4b3de-ccc6-4b78-a60e-e5338bd9eb7a {
  margin-right: 0px;
}
}
#s-c2e4b3de-ccc6-4b78-a60e-e5338bd9eb7a hr {
  border-top: 1px solid rgba(44, 213, 196, 1);
}

#s-12e54fb8-44c6-427b-8e37-b3b436fbc489 {
  margin-top: -20px;
margin-bottom: 0px;
margin-right: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12e54fb8-44c6-427b-8e37-b3b436fbc489 {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-12e54fb8-44c6-427b-8e37-b3b436fbc489 {
  margin-right: 0px;
}
}
#s-783a1a01-b957-490d-8b82-5af2b616ac9e {
  margin-top: -25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-783a1a01-b957-490d-8b82-5af2b616ac9e {
  margin-right: 20px;
}
}@media (max-width: 767px){#s-783a1a01-b957-490d-8b82-5af2b616ac9e {
  margin-right: 0px;
}
}
#s-783a1a01-b957-490d-8b82-5af2b616ac9e hr {
  border-top: 1px solid rgba(44, 213, 196, 1);
}

#s-bc31e56a-ef6b-4cdc-9109-7f2309c45cdb {
  margin-top: -20px;
margin-bottom: 0px;
margin-right: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc31e56a-ef6b-4cdc-9109-7f2309c45cdb {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-bc31e56a-ef6b-4cdc-9109-7f2309c45cdb {
  margin-right: 0px;
}
}
#s-cb50a95f-8c1e-423c-96d1-d19bf39aa680 {
  margin-top: -25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb50a95f-8c1e-423c-96d1-d19bf39aa680 {
  margin-right: 20px;
}
}@media (max-width: 767px){#s-cb50a95f-8c1e-423c-96d1-d19bf39aa680 {
  margin-right: 0px;
}
}
#s-cb50a95f-8c1e-423c-96d1-d19bf39aa680 hr {
  border-top: 1px solid rgba(44, 213, 196, 1);
}

#s-260f9b94-b53f-4572-8531-dcc463e6a19c {
  min-height: 600px;
}
@media (max-width: 767px){#s-260f9b94-b53f-4572-8531-dcc463e6a19c {
  margin-top: -100px;
margin-bottom: -100px;
}
}







#s-260f9b94-b53f-4572-8531-dcc463e6a19c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-260f9b94-b53f-4572-8531-dcc463e6a19c.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-40243585-18a5-4043-ac8c-0b9390fb9595 {
  max-width: 600px;
text-align: center;
}







  #s-40243585-18a5-4043-ac8c-0b9390fb9595 img.shogun-image {
    

    
    
    
  }


#s-40243585-18a5-4043-ac8c-0b9390fb9595 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5447424-4544-4c32-af3f-f4682325f4fd {
  background-attachment: fixed;
min-height: 50px;
background-color: rgba(0, 164, 153, 1);
}








#s-d5447424-4544-4c32-af3f-f4682325f4fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5447424-4544-4c32-af3f-f4682325f4fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f326095-1c19-4674-a24b-c4723165afe3 {
  min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f326095-1c19-4674-a24b-c4723165afe3 {
  padding-bottom: 30px;
}
}@media (max-width: 767px){#s-9f326095-1c19-4674-a24b-c4723165afe3 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-9f326095-1c19-4674-a24b-c4723165afe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f326095-1c19-4674-a24b-c4723165afe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b82b00f8-d69f-4a5f-8157-9b303f044cb4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}
@media (max-width: 767px){#s-b82b00f8-d69f-4a5f-8157-9b303f044cb4 {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-b82b00f8-d69f-4a5f-8157-9b303f044cb4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Butler";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-3658d178-bdb8-4a54-bb7c-fd240bff62fd {
  min-height: 300px;
}
@media (min-width: 1200px){#s-3658d178-bdb8-4a54-bb7c-fd240bff62fd {
  padding-left: 175px;
padding-right: 175px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3658d178-bdb8-4a54-bb7c-fd240bff62fd {
  padding-left: 175px;
padding-right: 175px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3658d178-bdb8-4a54-bb7c-fd240bff62fd {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-3658d178-bdb8-4a54-bb7c-fd240bff62fd {
  padding-left: 50px;
padding-right: 50px;
}
}

  #s-3658d178-bdb8-4a54-bb7c-fd240bff62fd .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 164, 153, 1);
    border: 1px solid rgba(0, 164, 153, 1);
  }
  #s-3658d178-bdb8-4a54-bb7c-fd240bff62fd .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 164, 153, 1);
  }
#s-3658d178-bdb8-4a54-bb7c-fd240bff62fd .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: Gordita Medium;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3658d178-bdb8-4a54-bb7c-fd240bff62fd .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 164, 153, 1);
}

#s-3658d178-bdb8-4a54-bb7c-fd240bff62fd .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-3658d178-bdb8-4a54-bb7c-fd240bff62fd .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 164, 153, 1);
}

#s-5470428f-281e-44a1-9355-568c34c3a6c5 {
  min-height: 50px;
}








#s-5470428f-281e-44a1-9355-568c34c3a6c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5470428f-281e-44a1-9355-568c34c3a6c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02261f4a-c0ea-4355-a503-2441f96e8ddf {
  margin-top: 0%;
margin-bottom: 0px;
padding-top: 1%;
padding-bottom: 0%;
min-height: 50px;
background-color: rgba(44, 213, 196, 1);
}
@media (max-width: 767px){#s-02261f4a-c0ea-4355-a503-2441f96e8ddf {
  padding-top: 2%;
}
}







#s-02261f4a-c0ea-4355-a503-2441f96e8ddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02261f4a-c0ea-4355-a503-2441f96e8ddf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7598d952-2c64-45b6-99ca-e9f6f9d118d0 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-7598d952-2c64-45b6-99ca-e9f6f9d118d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7598d952-2c64-45b6-99ca-e9f6f9d118d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7598d952-2c64-45b6-99ca-e9f6f9d118d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7598d952-2c64-45b6-99ca-e9f6f9d118d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-524648ff-586c-4d88-8b8e-38b7a6eec16c {
  min-height: 50px;
}








#s-524648ff-586c-4d88-8b8e-38b7a6eec16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-524648ff-586c-4d88-8b8e-38b7a6eec16c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-873209b4-e237-4d43-a3a0-85c51792228c {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0%;
min-height: 80px;
background-position: center center;
}








#s-873209b4-e237-4d43-a3a0-85c51792228c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-873209b4-e237-4d43-a3a0-85c51792228c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48d3f12d-6f38-45ef-9af2-407ae5d9041e {
  min-height: 50px;
}








#s-48d3f12d-6f38-45ef-9af2-407ae5d9041e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48d3f12d-6f38-45ef-9af2-407ae5d9041e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63abff45-295b-479b-ac76-b81a46112288 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0%;
min-height: 80px;
background-position: center center;
}








#s-63abff45-295b-479b-ac76-b81a46112288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63abff45-295b-479b-ac76-b81a46112288.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84a2bf4b-9dc9-4d68-95e8-a14be4055dc0 {
  min-height: 50px;
}








#s-84a2bf4b-9dc9-4d68-95e8-a14be4055dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84a2bf4b-9dc9-4d68-95e8-a14be4055dc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-968a371d-ab7a-4c42-ae8e-e9a1a749f495 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0%;
min-height: 80px;
background-position: center center;
}








#s-968a371d-ab7a-4c42-ae8e-e9a1a749f495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-968a371d-ab7a-4c42-ae8e-e9a1a749f495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-946dfb30-cdcb-4f73-9125-af46a2c76530 {
  min-height: 50px;
}








#s-946dfb30-cdcb-4f73-9125-af46a2c76530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-946dfb30-cdcb-4f73-9125-af46a2c76530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaf48b20-2653-4bd0-8592-e7ab2420639d {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0%;
min-height: 80px;
background-position: center center;
}








#s-eaf48b20-2653-4bd0-8592-e7ab2420639d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaf48b20-2653-4bd0-8592-e7ab2420639d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38812048-8c0b-4b2e-9a16-2e99ef983621 {
  min-height: 800px;
}








#s-38812048-8c0b-4b2e-9a16-2e99ef983621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38812048-8c0b-4b2e-9a16-2e99ef983621.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c9a2d36-9a3d-457c-a3e4-911d5b68eeb3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 600px;
}








#s-7c9a2d36-9a3d-457c-a3e4-911d5b68eeb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c9a2d36-9a3d-457c-a3e4-911d5b68eeb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-126f505e-1164-48f2-972e-8e936929ead3 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-126f505e-1164-48f2-972e-8e936929ead3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-126f505e-1164-48f2-972e-8e936929ead3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-126f505e-1164-48f2-972e-8e936929ead3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-126f505e-1164-48f2-972e-8e936929ead3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4eb49b33-3777-4b4e-bcca-c59fd2bc6d2f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-4eb49b33-3777-4b4e-bcca-c59fd2bc6d2f {
  margin-top: -40%;
margin-bottom: -40%;
}
}







#s-4eb49b33-3777-4b4e-bcca-c59fd2bc6d2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eb49b33-3777-4b4e-bcca-c59fd2bc6d2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86b0d793-ccc2-4046-bb02-60d5ae5afff3 {
  min-height: 600px;
}








#s-86b0d793-ccc2-4046-bb02-60d5ae5afff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86b0d793-ccc2-4046-bb02-60d5ae5afff3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

@media (min-width: 768px) and (max-width: 991px){#s-ea679d31-a6cc-432e-94ae-688d586c6a39 {
  padding-left: 30px;
padding-right: 0px;
}
}
#s-ea679d31-a6cc-432e-94ae-688d586c6a39 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 173, 118, 0);
}

#s-ea679d31-a6cc-432e-94ae-688d586c6a39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-ea679d31-a6cc-432e-94ae-688d586c6a39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 164, 153, 1);
}

#s-ea679d31-a6cc-432e-94ae-688d586c6a39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 173, 118, 0);
}

#s-ea679d31-a6cc-432e-94ae-688d586c6a39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 164, 153, 1);
  text-align: left;
  font-family: Butler;
  font-weight: ;
  font-style: ;
  font-size: 40px;
}

#s-ea679d31-a6cc-432e-94ae-688d586c6a39 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 40px;
}
#s-23aede1f-6859-4658-98d6-e0ab86acb523 {
  min-height: 50px;
}








#s-23aede1f-6859-4658-98d6-e0ab86acb523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23aede1f-6859-4658-98d6-e0ab86acb523.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c25da655-379c-4ac0-9f92-e227289fdd6e {
  min-height: 50px;
}








#s-c25da655-379c-4ac0-9f92-e227289fdd6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c25da655-379c-4ac0-9f92-e227289fdd6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcedf50f-08e8-4525-ba68-9e46f2498c79 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 {
  margin-top: 50px;
margin-left: 250px;
margin-bottom: 50px;
margin-right: 250px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(44, 213, 196, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 .shg-product-reviews-container {
  font-family: Gordita Light;
  font-size: 14px;
  color: rgba(84, 86, 91, 1);
}

#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(0, 164, 153, 1);
}

#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: rgba(44, 213, 196, 1);
  stroke: rgba(44, 213, 196, 1);
}

#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: rgba(44, 213, 196, 1);
}

#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(0, 164, 153, 1);
  color: #FFFFFF;
}

#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(0, 164, 153, 1);
}

#s-6f6ebaee-6a9f-4f8d-8999-4481d217ee58 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(0, 164, 153, 1);
}

#s-73c1631f-0b68-44c9-8f94-057f9d21257d {
  min-height: 50px;
}








#s-73c1631f-0b68-44c9-8f94-057f9d21257d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73c1631f-0b68-44c9-8f94-057f9d21257d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-552d3aed-106a-4695-bd40-1705bb75db8c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}








#s-552d3aed-106a-4695-bd40-1705bb75db8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-552d3aed-106a-4695-bd40-1705bb75db8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a19ef36-e724-46ee-bdd1-dd2adf24fa46 {
  min-height: 50px;
}








#s-2a19ef36-e724-46ee-bdd1-dd2adf24fa46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a19ef36-e724-46ee-bdd1-dd2adf24fa46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4 {
  box-shadow:0px 0px 10px 2px rgba(51, 51, 51, 0.3);
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(0, 163, 154, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4:hover {background-color: rgba(44, 213, 196, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4:active {background-color: rgba(44, 213, 196, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4-root {
    text-align: center;
  }


#s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gordita Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4-root {
    text-align: center;
  }


#s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gordita Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4-root {
    text-align: center;
  }


#s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gordita Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4-root {
    text-align: center;
  }


#s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gordita Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4-root {
    text-align: center;
  }


#s-a07a6af3-faf0-42ca-8bb7-ce3e7cd3dbe4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gordita Medium;
  display:  inline-block ;
}
}
#s-d209c44e-2d89-4c68-a512-041735d9b7b8 {
  min-height: 0px;
}








#s-d209c44e-2d89-4c68-a512-041735d9b7b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d209c44e-2d89-4c68-a512-041735d9b7b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6539f7a1-13a0-486d-975a-682b22d7a7ee {
  min-height: 0px;
}








#s-6539f7a1-13a0-486d-975a-682b22d7a7ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6539f7a1-13a0-486d-975a-682b22d7a7ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cb17c81-18b2-4e77-8252-1427bdb358af {
  min-height: 50px;
}








#s-8cb17c81-18b2-4e77-8252-1427bdb358af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cb17c81-18b2-4e77-8252-1427bdb358af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fe623df-186d-4796-91ff-efddc8c6bc2f {
  margin-top: 5%;
margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-9fe623df-186d-4796-91ff-efddc8c6bc2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fe623df-186d-4796-91ff-efddc8c6bc2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9fe623df-186d-4796-91ff-efddc8c6bc2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9fe623df-186d-4796-91ff-efddc8c6bc2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9fe623df-186d-4796-91ff-efddc8c6bc2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fe623df-186d-4796-91ff-efddc8c6bc2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9fe623df-186d-4796-91ff-efddc8c6bc2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-8a60468b-82ec-4324-b65d-7443a228f2d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8a60468b-82ec-4324-b65d-7443a228f2d7 {
  display: none;
}
#s-8a60468b-82ec-4324-b65d-7443a228f2d7, #wrap-s-8a60468b-82ec-4324-b65d-7443a228f2d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a60468b-82ec-4324-b65d-7443a228f2d7 {
  display: none;
}
#s-8a60468b-82ec-4324-b65d-7443a228f2d7, #wrap-s-8a60468b-82ec-4324-b65d-7443a228f2d7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a60468b-82ec-4324-b65d-7443a228f2d7 {
  display: none;
}
#s-8a60468b-82ec-4324-b65d-7443a228f2d7, #wrap-s-8a60468b-82ec-4324-b65d-7443a228f2d7 { display: none !important; }}@media (max-width: 767px){#s-8a60468b-82ec-4324-b65d-7443a228f2d7 {
  display: none;
}
#s-8a60468b-82ec-4324-b65d-7443a228f2d7, #wrap-s-8a60468b-82ec-4324-b65d-7443a228f2d7 { display: none !important; }}







#s-8a60468b-82ec-4324-b65d-7443a228f2d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a60468b-82ec-4324-b65d-7443a228f2d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a13cb2a-9e7d-43e4-a04d-a890127a8c67 {
  min-height: 50px;
}








#s-1a13cb2a-9e7d-43e4-a04d-a890127a8c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a13cb2a-9e7d-43e4-a04d-a890127a8c67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4260b9f7-77f0-44ab-8c19-eb94c3f0f85a {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4260b9f7-77f0-44ab-8c19-eb94c3f0f85a .shogun-heading-component h1 {
  color: rgba(0, 164, 153, 1);
  font-weight:  normal ;
  font-family: "Butler";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520 {
  display: none;
}
#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520, #wrap-s-738d06d1-cfae-42cb-8fa0-1b27eb42d520 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520 {
  display: none;
}
#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520, #wrap-s-738d06d1-cfae-42cb-8fa0-1b27eb42d520 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520 {
  display: none;
}
#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520, #wrap-s-738d06d1-cfae-42cb-8fa0-1b27eb42d520 { display: none !important; }}@media (max-width: 767px){#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520 {
  display: none;
}
#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520, #wrap-s-738d06d1-cfae-42cb-8fa0-1b27eb42d520 { display: none !important; }}







#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-738d06d1-cfae-42cb-8fa0-1b27eb42d520.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-3e4d1966-c82d-4487-8146-437ca5364d9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e4d1966-c82d-4487-8146-437ca5364d9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69e293f7-c077-4861-8d09-b6009214f84b {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-69e293f7-c077-4861-8d09-b6009214f84b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69e293f7-c077-4861-8d09-b6009214f84b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69e293f7-c077-4861-8d09-b6009214f84b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69e293f7-c077-4861-8d09-b6009214f84b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f5ef3f73-b61e-48e9-876a-627c1aa20512 {
  min-height: 50px;
}








#s-f5ef3f73-b61e-48e9-876a-627c1aa20512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5ef3f73-b61e-48e9-876a-627c1aa20512.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}



.shg-c#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d927f08b-21b1-48f8-a68b-3a9d7af0f8e5 img.shogun-image {
  width: 100%;
}



}
#s-1cf31fe6-1a51-4346-b966-84d45b158056 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 60px;
text-align: center;
}

#s-1cf31fe6-1a51-4346-b966-84d45b158056 .shg-product-title-component h4 {
  color: rgba(84, 86, 91, 1);
  font-weight:   ;
  font-family: Gordita Medium;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c7f7f9b0-b0b9-441c-afd0-4aaaaf42f8ca {
  text-align: center;
}

#s-c7f7f9b0-b0b9-441c-afd0-4aaaaf42f8ca .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 91, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: Gordita Light;
  font-style:  normal ;
}

#s-c7f7f9b0-b0b9-441c-afd0-4aaaaf42f8ca .shg-product-price {
  color: rgba(84, 86, 91, 1);
  font-weight:   ;
  font-family: Gordita Light;
  font-style:  normal ;
  font-size: 12px;
}

#s-c7f7f9b0-b0b9-441c-afd0-4aaaaf42f8ca .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d257275f-8620-4f03-ad8d-502f19b1fd5f {
  margin-top: 15px;
margin-left: -10%;
margin-bottom: 15px;
margin-right: -10%;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 0px;
background-color: rgba(243, 108, 35, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-d257275f-8620-4f03-ad8d-502f19b1fd5f:hover {background-color: rgba(255, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d257275f-8620-4f03-ad8d-502f19b1fd5f:active {background-color: rgba(255, 155, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d257275f-8620-4f03-ad8d-502f19b1fd5f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d257275f-8620-4f03-ad8d-502f19b1fd5f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d257275f-8620-4f03-ad8d-502f19b1fd5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gordita Medium;
  display:  inline-block ;
}

#s-d257275f-8620-4f03-ad8d-502f19b1fd5f.shg-btn.shg-product-atc-error {
  
  font-family: Gordita Medium;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}



#s-62071456-4941-4d56-9404-ecd969f3bcb2 {
  min-height: 50px;
}








#s-62071456-4941-4d56-9404-ecd969f3bcb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62071456-4941-4d56-9404-ecd969f3bcb2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a {
  margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}



.shg-c#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b050abf-cf9a-4898-8243-e33e3e0eaf4a img.shogun-image {
  width: 100%;
}



}
#s-cce54d49-ef10-4fa5-81c4-1d6a8d5daf95 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 60px;
text-align: center;
}

#s-cce54d49-ef10-4fa5-81c4-1d6a8d5daf95 .shg-product-title-component h4 {
  color: rgba(84, 86, 91, 1);
  font-weight:   ;
  font-family: Gordita Medium;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-40ed6e95-c7fc-458a-ae0e-87679f7ad0c9 {
  text-align: center;
}

#s-40ed6e95-c7fc-458a-ae0e-87679f7ad0c9 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 91, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: Gordita Light;
  font-style:  normal ;
}

#s-40ed6e95-c7fc-458a-ae0e-87679f7ad0c9 .shg-product-price {
  color: rgba(84, 86, 91, 1);
  font-weight:   ;
  font-family: Gordita Light;
  font-style:  normal ;
  font-size: 12px;
}

#s-40ed6e95-c7fc-458a-ae0e-87679f7ad0c9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dcee8136-7cfa-484c-8b41-8bd42e992d02 {
  margin-top: 15px;
margin-left: -10%;
margin-bottom: 15px;
margin-right: -10%;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 0px;
background-color: rgba(230, 66, 123, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-dcee8136-7cfa-484c-8b41-8bd42e992d02:hover {background-color: rgba(255, 128, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dcee8136-7cfa-484c-8b41-8bd42e992d02:active {background-color: rgba(255, 128, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-dcee8136-7cfa-484c-8b41-8bd42e992d02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcee8136-7cfa-484c-8b41-8bd42e992d02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcee8136-7cfa-484c-8b41-8bd42e992d02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gordita Medium;
  display:  inline-block ;
}

#s-dcee8136-7cfa-484c-8b41-8bd42e992d02.shg-btn.shg-product-atc-error {
  
  font-family: Gordita Medium;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}



#s-fbb6a30b-390b-4d46-9b3f-4d8c04b6b302 {
  min-height: 50px;
}








#s-fbb6a30b-390b-4d46-9b3f-4d8c04b6b302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbb6a30b-390b-4d46-9b3f-4d8c04b6b302.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-baccc40f-8084-4304-930d-b2578a5369c2 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}



.shg-c#s-baccc40f-8084-4304-930d-b2578a5369c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baccc40f-8084-4304-930d-b2578a5369c2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-baccc40f-8084-4304-930d-b2578a5369c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baccc40f-8084-4304-930d-b2578a5369c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baccc40f-8084-4304-930d-b2578a5369c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baccc40f-8084-4304-930d-b2578a5369c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baccc40f-8084-4304-930d-b2578a5369c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baccc40f-8084-4304-930d-b2578a5369c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baccc40f-8084-4304-930d-b2578a5369c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baccc40f-8084-4304-930d-b2578a5369c2 img.shogun-image {
  width: 100%;
}



}
#s-8c289274-e0e6-464b-bdba-dc5e07bcd578 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 60px;
text-align: center;
}

#s-8c289274-e0e6-464b-bdba-dc5e07bcd578 .shg-product-title-component h4 {
  color: rgba(84, 86, 91, 1);
  font-weight:   ;
  font-family: Gordita Medium;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bef386e2-31d5-496b-bbaf-74cc1a60e0c8 {
  text-align: center;
}

#s-bef386e2-31d5-496b-bbaf-74cc1a60e0c8 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 91, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: Gordita Light;
  font-style:  normal ;
}

#s-bef386e2-31d5-496b-bbaf-74cc1a60e0c8 .shg-product-price {
  color: rgba(84, 86, 91, 1);
  font-weight:   ;
  font-family: Gordita Light;
  font-style:  normal ;
  font-size: 12px;
}

#s-bef386e2-31d5-496b-bbaf-74cc1a60e0c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-183d6b27-0f56-4280-82cc-d65c4094344a {
  margin-top: 15px;
margin-left: -10%;
margin-bottom: 15px;
margin-right: -10%;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 0px;
background-color: rgba(95, 36, 159, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-183d6b27-0f56-4280-82cc-d65c4094344a:hover {background-color: rgba(181, 128, 209, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-183d6b27-0f56-4280-82cc-d65c4094344a:active {background-color: rgba(181, 128, 209, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-183d6b27-0f56-4280-82cc-d65c4094344a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-183d6b27-0f56-4280-82cc-d65c4094344a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-183d6b27-0f56-4280-82cc-d65c4094344a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Gordita Medium;
  display:  inline-block ;
}

#s-183d6b27-0f56-4280-82cc-d65c4094344a.shg-btn.shg-product-atc-error {
  
  font-family: Gordita Medium;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}



/*
  $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}
