.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-cfda2ff2-e2b8-4e00-bb4c-9830842ef14d {
  min-height: 50px;
}








#s-cfda2ff2-e2b8-4e00-bb4c-9830842ef14d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfda2ff2-e2b8-4e00-bb4c-9830842ef14d.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-cac5cc7f-73a9-4b8b-817e-7e92cc8c0363 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cac5cc7f-73a9-4b8b-817e-7e92cc8c0363 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-3d454da0-6864-45ad-b206-109e4daa4670 {
  min-height: 50px;
}








#s-3d454da0-6864-45ad-b206-109e4daa4670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d454da0-6864-45ad-b206-109e4daa4670.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;
}

@media (min-width: 0px) {
[id="s-c77ae5af-b8d3-4320-abaf-3531a349ef30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c77ae5af-b8d3-4320-abaf-3531a349ef30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c77ae5af-b8d3-4320-abaf-3531a349ef30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c77ae5af-b8d3-4320-abaf-3531a349ef30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9d7ac30f-5fce-4cef-ae7d-7ba6b54c2da6 {
  display: none;
}
.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-43cf3fb1-6541-449a-bdc1-af02dca0d5ba {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba-root {
    text-align: center;
  }


#s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba-root {
    text-align: center;
  }


#s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba-root {
    text-align: center;
  }


#s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba-root {
    text-align: center;
  }


#s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba-root {
    text-align: center;
  }


#s-43cf3fb1-6541-449a-bdc1-af02dca0d5ba.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-507aeccf-1040-4e97-8a90-06dfa1ef3455 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-507aeccf-1040-4e97-8a90-06dfa1ef3455:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-507aeccf-1040-4e97-8a90-06dfa1ef3455:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-507aeccf-1040-4e97-8a90-06dfa1ef3455-root {
    text-align: center;
  }


#s-507aeccf-1040-4e97-8a90-06dfa1ef3455.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-507aeccf-1040-4e97-8a90-06dfa1ef3455-root {
    text-align: center;
  }


#s-507aeccf-1040-4e97-8a90-06dfa1ef3455.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-507aeccf-1040-4e97-8a90-06dfa1ef3455-root {
    text-align: center;
  }


#s-507aeccf-1040-4e97-8a90-06dfa1ef3455.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-507aeccf-1040-4e97-8a90-06dfa1ef3455-root {
    text-align: center;
  }


#s-507aeccf-1040-4e97-8a90-06dfa1ef3455.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-507aeccf-1040-4e97-8a90-06dfa1ef3455-root {
    text-align: center;
  }


#s-507aeccf-1040-4e97-8a90-06dfa1ef3455.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7-root {
    text-align: center;
  }


#s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7-root {
    text-align: center;
  }


#s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7-root {
    text-align: center;
  }


#s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7-root {
    text-align: center;
  }


#s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7-root {
    text-align: center;
  }


#s-7d8ccaf5-8de8-4490-813d-8f1d0fe86ce7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (max-width: 767px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}







#s-ffa41fc6-8486-42e6-9903-33f5f7923853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa41fc6-8486-42e6-9903-33f5f7923853.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (max-width: 767px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}
#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  display: none;
}
#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}@media (max-width: 767px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}







#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-e497fb19-6502-476a-bfc0-21c88255b0b1 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 {
  text-align: left;
}



.shg-c#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-25f2f13c-6427-468e-a5f9-ad0f8ebf6bb4 img.shogun-image {
  width: 100%;
}



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

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

#s-34b621a2-5ef7-423b-a30a-38f17ecc44cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34b621a2-5ef7-423b-a30a-38f17ecc44cc .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f03d87fa-aa30-4b06-a382-4b8734a970ab {
  text-align: center;
}

#s-f03d87fa-aa30-4b06-a382-4b8734a970ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f03d87fa-aa30-4b06-a382-4b8734a970ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f03d87fa-aa30-4b06-a382-4b8734a970ab .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-bf04ee57-93d5-473e-a6d0-69da829b151e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bf04ee57-93d5-473e-a6d0-69da829b151e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf04ee57-93d5-473e-a6d0-69da829b151e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf04ee57-93d5-473e-a6d0-69da829b151e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf04ee57-93d5-473e-a6d0-69da829b151e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf04ee57-93d5-473e-a6d0-69da829b151e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bf04ee57-93d5-473e-a6d0-69da829b151e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-800b52b8-5fd4-4ec3-bdb4-61a282991479 {
  display: none;
}
#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 {
  text-align: left;
}



.shg-c#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d51a43-7b05-4bb4-a0cc-9eb79fa6c325 img.shogun-image {
  width: 100%;
}



}
#s-fe4d6139-49a5-4623-870e-a9f9252f641a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe4d6139-49a5-4623-870e-a9f9252f641a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5ccb3e00-ef96-481c-b25f-883bb1519e9b {
  text-align: center;
}

#s-5ccb3e00-ef96-481c-b25f-883bb1519e9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ccb3e00-ef96-481c-b25f-883bb1519e9b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5ccb3e00-ef96-481c-b25f-883bb1519e9b .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-a90e00ce-91f5-4256-93a6-6ad45f6a1af0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a90e00ce-91f5-4256-93a6-6ad45f6a1af0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a90e00ce-91f5-4256-93a6-6ad45f6a1af0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a90e00ce-91f5-4256-93a6-6ad45f6a1af0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a90e00ce-91f5-4256-93a6-6ad45f6a1af0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a90e00ce-91f5-4256-93a6-6ad45f6a1af0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a90e00ce-91f5-4256-93a6-6ad45f6a1af0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-08130e5d-77ad-4693-996c-313b2226ad73 {
  display: none;
}
#s-8e6939ff-d5eb-4256-8952-774342853e26 {
  text-align: left;
}



.shg-c#s-8e6939ff-d5eb-4256-8952-774342853e26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e6939ff-d5eb-4256-8952-774342853e26 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8e6939ff-d5eb-4256-8952-774342853e26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e6939ff-d5eb-4256-8952-774342853e26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e6939ff-d5eb-4256-8952-774342853e26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e6939ff-d5eb-4256-8952-774342853e26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e6939ff-d5eb-4256-8952-774342853e26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e6939ff-d5eb-4256-8952-774342853e26 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e6939ff-d5eb-4256-8952-774342853e26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e6939ff-d5eb-4256-8952-774342853e26 img.shogun-image {
  width: 100%;
}



}
#s-7d8e795a-406c-4401-99c1-b729404fe1ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d8e795a-406c-4401-99c1-b729404fe1ec .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e212df8c-e50a-407c-b51d-b68b068b10dd {
  text-align: center;
}

#s-e212df8c-e50a-407c-b51d-b68b068b10dd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e212df8c-e50a-407c-b51d-b68b068b10dd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e212df8c-e50a-407c-b51d-b68b068b10dd .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-7b4bfad9-c4f6-4fe9-8671-24c6cb378100 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7b4bfad9-c4f6-4fe9-8671-24c6cb378100:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b4bfad9-c4f6-4fe9-8671-24c6cb378100:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7b4bfad9-c4f6-4fe9-8671-24c6cb378100 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7b4bfad9-c4f6-4fe9-8671-24c6cb378100.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7b4bfad9-c4f6-4fe9-8671-24c6cb378100.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7b4bfad9-c4f6-4fe9-8671-24c6cb378100.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a0d812d5-c8c2-4228-bfba-2537ca5902d0 {
  display: none;
}
#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b {
  text-align: left;
}



.shg-c#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-020e39f7-ba93-455a-9f26-7b6aef11aa9b img.shogun-image {
  width: 100%;
}



}
#s-b09e05be-d74f-4da1-8a39-63b667dff1ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b09e05be-d74f-4da1-8a39-63b667dff1ee .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cfc87a5d-f21a-497d-8f43-2f4dbd8836e9 {
  text-align: center;
}

#s-cfc87a5d-f21a-497d-8f43-2f4dbd8836e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cfc87a5d-f21a-497d-8f43-2f4dbd8836e9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-cfc87a5d-f21a-497d-8f43-2f4dbd8836e9 .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-4488763f-401e-476c-a4e6-f00ae2e6d953 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4488763f-401e-476c-a4e6-f00ae2e6d953:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4488763f-401e-476c-a4e6-f00ae2e6d953:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4488763f-401e-476c-a4e6-f00ae2e6d953 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4488763f-401e-476c-a4e6-f00ae2e6d953.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4488763f-401e-476c-a4e6-f00ae2e6d953.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4488763f-401e-476c-a4e6-f00ae2e6d953.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6a74a588-621b-4b6e-812e-04f86ec6c0b3 {
  display: none;
}
#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b {
  text-align: left;
}



.shg-c#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61cf582e-e9e5-45e8-b4ea-cf2b25df178b img.shogun-image {
  width: 100%;
}



}
#s-c31cfa1c-29ba-4c09-8338-6abeca00d34c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c31cfa1c-29ba-4c09-8338-6abeca00d34c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2275f861-8818-43a1-aad2-c169b3d621b5 {
  text-align: center;
}

#s-2275f861-8818-43a1-aad2-c169b3d621b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2275f861-8818-43a1-aad2-c169b3d621b5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2275f861-8818-43a1-aad2-c169b3d621b5 .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-1c125ba6-5fa6-4031-b171-ed4d667b1964 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1c125ba6-5fa6-4031-b171-ed4d667b1964:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c125ba6-5fa6-4031-b171-ed4d667b1964:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c125ba6-5fa6-4031-b171-ed4d667b1964 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c125ba6-5fa6-4031-b171-ed4d667b1964.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c125ba6-5fa6-4031-b171-ed4d667b1964.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1c125ba6-5fa6-4031-b171-ed4d667b1964.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-de151a78-85e4-49e7-b4e1-846738583d99 {
  display: none;
}
#s-75ff0149-4b12-47f5-8c9d-937e3794d28c {
  text-align: left;
}



.shg-c#s-75ff0149-4b12-47f5-8c9d-937e3794d28c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75ff0149-4b12-47f5-8c9d-937e3794d28c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-75ff0149-4b12-47f5-8c9d-937e3794d28c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75ff0149-4b12-47f5-8c9d-937e3794d28c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75ff0149-4b12-47f5-8c9d-937e3794d28c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75ff0149-4b12-47f5-8c9d-937e3794d28c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75ff0149-4b12-47f5-8c9d-937e3794d28c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75ff0149-4b12-47f5-8c9d-937e3794d28c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75ff0149-4b12-47f5-8c9d-937e3794d28c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75ff0149-4b12-47f5-8c9d-937e3794d28c img.shogun-image {
  width: 100%;
}



}
#s-cbb8a26b-762f-4abc-875b-c39da65190df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbb8a26b-762f-4abc-875b-c39da65190df .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-67742336-85e4-45e7-8170-6fa802cc8a72 {
  text-align: center;
}

#s-67742336-85e4-45e7-8170-6fa802cc8a72 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-67742336-85e4-45e7-8170-6fa802cc8a72 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-67742336-85e4-45e7-8170-6fa802cc8a72 .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-df2060ad-13bc-471c-b3ce-668a94e42d04 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-df2060ad-13bc-471c-b3ce-668a94e42d04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df2060ad-13bc-471c-b3ce-668a94e42d04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-df2060ad-13bc-471c-b3ce-668a94e42d04 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df2060ad-13bc-471c-b3ce-668a94e42d04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df2060ad-13bc-471c-b3ce-668a94e42d04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-df2060ad-13bc-471c-b3ce-668a94e42d04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4d832bc9-5945-4525-b1b3-59fe37814194 {
  display: none;
}
#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 {
  text-align: left;
}



.shg-c#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5492f34-791a-4ef4-b5b7-e5fd9d47e3a9 img.shogun-image {
  width: 100%;
}



}
#s-ccf4ad21-8b5f-4a95-b451-82aa08b381c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccf4ad21-8b5f-4a95-b451-82aa08b381c4 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a1609a6b-799d-4f66-8747-7fa270195a34 {
  text-align: center;
}

#s-a1609a6b-799d-4f66-8747-7fa270195a34 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a1609a6b-799d-4f66-8747-7fa270195a34 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a1609a6b-799d-4f66-8747-7fa270195a34 .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-a2e3355b-9e8e-4d27-b66c-33c08278f71d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a2e3355b-9e8e-4d27-b66c-33c08278f71d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2e3355b-9e8e-4d27-b66c-33c08278f71d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2e3355b-9e8e-4d27-b66c-33c08278f71d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a2e3355b-9e8e-4d27-b66c-33c08278f71d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2e3355b-9e8e-4d27-b66c-33c08278f71d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a2e3355b-9e8e-4d27-b66c-33c08278f71d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8b0728aa-4de4-49ff-b16e-a15b612e89a6 {
  display: none;
}
#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 {
  text-align: left;
}



.shg-c#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-934f67da-6e55-4805-b6d2-233cccc9b3c6 img.shogun-image {
  width: 100%;
}



}
#s-9f0e6e5d-b760-4624-8f12-4059f9d9c2fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f0e6e5d-b760-4624-8f12-4059f9d9c2fa .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-94208825-f071-463f-a3eb-4551d12d05c7 {
  text-align: center;
}

#s-94208825-f071-463f-a3eb-4551d12d05c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-94208825-f071-463f-a3eb-4551d12d05c7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-94208825-f071-463f-a3eb-4551d12d05c7 .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-06eea7f3-164c-4896-96c0-a94b3dc0b873 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-06eea7f3-164c-4896-96c0-a94b3dc0b873:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06eea7f3-164c-4896-96c0-a94b3dc0b873:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-06eea7f3-164c-4896-96c0-a94b3dc0b873 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06eea7f3-164c-4896-96c0-a94b3dc0b873.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06eea7f3-164c-4896-96c0-a94b3dc0b873.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-06eea7f3-164c-4896-96c0-a94b3dc0b873.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ea27dab3-8ec8-4003-9e56-8bdca24985a7 {
  display: none;
}
#s-cc559511-284c-4e22-b06b-23b16c819aac {
  text-align: left;
}



.shg-c#s-cc559511-284c-4e22-b06b-23b16c819aac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc559511-284c-4e22-b06b-23b16c819aac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cc559511-284c-4e22-b06b-23b16c819aac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc559511-284c-4e22-b06b-23b16c819aac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc559511-284c-4e22-b06b-23b16c819aac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc559511-284c-4e22-b06b-23b16c819aac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc559511-284c-4e22-b06b-23b16c819aac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc559511-284c-4e22-b06b-23b16c819aac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc559511-284c-4e22-b06b-23b16c819aac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc559511-284c-4e22-b06b-23b16c819aac img.shogun-image {
  width: 100%;
}



}
#s-6b5a1b5f-281e-4ea2-8c39-aaf531fe0f99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b5a1b5f-281e-4ea2-8c39-aaf531fe0f99 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-70d6b072-63e6-4056-8cf5-a9a8b257527d {
  text-align: center;
}

#s-70d6b072-63e6-4056-8cf5-a9a8b257527d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-70d6b072-63e6-4056-8cf5-a9a8b257527d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-70d6b072-63e6-4056-8cf5-a9a8b257527d .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-772bc5bc-5f44-4e79-b5ce-0845335df596 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-772bc5bc-5f44-4e79-b5ce-0845335df596:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-772bc5bc-5f44-4e79-b5ce-0845335df596:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-772bc5bc-5f44-4e79-b5ce-0845335df596 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-772bc5bc-5f44-4e79-b5ce-0845335df596.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-772bc5bc-5f44-4e79-b5ce-0845335df596.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-772bc5bc-5f44-4e79-b5ce-0845335df596.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-89070464-822d-4ce0-95eb-2aa2f7dca6fb {
  display: none;
}
#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 {
  text-align: left;
}



.shg-c#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b08930a9-5935-45e8-a013-e9a4ad2a3e03 img.shogun-image {
  width: 100%;
}



}
#s-91b3b94b-97f7-46ad-9752-45dc7e40ede9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91b3b94b-97f7-46ad-9752-45dc7e40ede9 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-82d3a543-3c01-4e1f-8cec-5ada0f3a86ad {
  text-align: center;
}

#s-82d3a543-3c01-4e1f-8cec-5ada0f3a86ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82d3a543-3c01-4e1f-8cec-5ada0f3a86ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-82d3a543-3c01-4e1f-8cec-5ada0f3a86ad .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-c93efbb4-a22e-49b1-b705-0c8d34a404aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c93efbb4-a22e-49b1-b705-0c8d34a404aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c93efbb4-a22e-49b1-b705-0c8d34a404aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c93efbb4-a22e-49b1-b705-0c8d34a404aa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c93efbb4-a22e-49b1-b705-0c8d34a404aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c93efbb4-a22e-49b1-b705-0c8d34a404aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c93efbb4-a22e-49b1-b705-0c8d34a404aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-113d2e62-5204-4323-a1f7-6d82323f09fd {
  display: none;
}
#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed {
  text-align: left;
}



.shg-c#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b34b33d-5f95-4d7a-a7c5-52c98a6161ed img.shogun-image {
  width: 100%;
}



}
#s-e0f9c685-85df-4487-b4bd-4c8ab7f8c1d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0f9c685-85df-4487-b4bd-4c8ab7f8c1d8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2a79de2e-d511-4331-8e08-b27b50010df9 {
  text-align: center;
}

#s-2a79de2e-d511-4331-8e08-b27b50010df9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2a79de2e-d511-4331-8e08-b27b50010df9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2a79de2e-d511-4331-8e08-b27b50010df9 .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-40704a2e-b546-419b-8d10-493542351994 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-40704a2e-b546-419b-8d10-493542351994:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40704a2e-b546-419b-8d10-493542351994:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-40704a2e-b546-419b-8d10-493542351994 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40704a2e-b546-419b-8d10-493542351994.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40704a2e-b546-419b-8d10-493542351994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  block ;
}

#s-40704a2e-b546-419b-8d10-493542351994.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(245, 9, 9, 1);
}



#s-9054d051-237b-4ee5-b9d3-4b436c09e585 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9054d051-237b-4ee5-b9d3-4b436c09e585 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e5837f21-a289-4a25-bf61-244a0342408b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  
}
}@media (max-width: 767px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  
}
}







#s-e5837f21-a289-4a25-bf61-244a0342408b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e5837f21-a289-4a25-bf61-244a0342408b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  
}
}@media (max-width: 767px){#s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb {
  
}
}
@media (min-width: 0px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1a5c921e-ccba-4e78-ac05-48cbf0fa03fb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-13a4c174-4ffd-4773-a07c-4077aba9782b {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-13a4c174-4ffd-4773-a07c-4077aba9782b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13a4c174-4ffd-4773-a07c-4077aba9782b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13a4c174-4ffd-4773-a07c-4077aba9782b {
  
}
}@media (max-width: 767px){#s-13a4c174-4ffd-4773-a07c-4077aba9782b {
  
}
}
#s-13a4c174-4ffd-4773-a07c-4077aba9782b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-f89190d3-dfb4-4067-8171-15acffe45bc7 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-f89190d3-dfb4-4067-8171-15acffe45bc7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f89190d3-dfb4-4067-8171-15acffe45bc7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f89190d3-dfb4-4067-8171-15acffe45bc7 {
  
}
}@media (max-width: 767px){#s-f89190d3-dfb4-4067-8171-15acffe45bc7 {
  
}
}
#s-980c1b55-ad05-444a-a1fd-2d61e146e2f6 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-980c1b55-ad05-444a-a1fd-2d61e146e2f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980c1b55-ad05-444a-a1fd-2d61e146e2f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980c1b55-ad05-444a-a1fd-2d61e146e2f6 {
  
}
}@media (max-width: 767px){#s-980c1b55-ad05-444a-a1fd-2d61e146e2f6 {
  
}
}
#s-980c1b55-ad05-444a-a1fd-2d61e146e2f6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 {
  
}
}@media (max-width: 767px){#s-4a18c908-98c6-4c45-ab33-3b58acf0d6b7 {
  
}
}
#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}@media (max-width: 767px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}
#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-0000bb75-49d2-4726-8a8e-bda181d460f3 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-0000bb75-49d2-4726-8a8e-bda181d460f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0000bb75-49d2-4726-8a8e-bda181d460f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0000bb75-49d2-4726-8a8e-bda181d460f3 {
  
}
}@media (max-width: 767px){#s-0000bb75-49d2-4726-8a8e-bda181d460f3 {
  
}
}
#s-3c76306d-4480-433a-834f-aa4d97659787 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}
@media (min-width: 1200px){#s-3c76306d-4480-433a-834f-aa4d97659787 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c76306d-4480-433a-834f-aa4d97659787 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c76306d-4480-433a-834f-aa4d97659787 {
  display: none;
}
#s-3c76306d-4480-433a-834f-aa4d97659787, #wrap-s-3c76306d-4480-433a-834f-aa4d97659787 { display:none !important; }}@media (max-width: 767px){#s-3c76306d-4480-433a-834f-aa4d97659787 {
  display: none;
}
#s-3c76306d-4480-433a-834f-aa4d97659787, #wrap-s-3c76306d-4480-433a-834f-aa4d97659787 { display:none !important; }}







#s-3c76306d-4480-433a-834f-aa4d97659787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c76306d-4480-433a-834f-aa4d97659787.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9314e8bb-5979-4157-b181-bd70bf7681d9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9314e8bb-5979-4157-b181-bd70bf7681d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9314e8bb-5979-4157-b181-bd70bf7681d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9314e8bb-5979-4157-b181-bd70bf7681d9 {
  
}
}@media (max-width: 767px){#s-9314e8bb-5979-4157-b181-bd70bf7681d9 {
  
}
}
@media (min-width: 0px) {
[id="s-9314e8bb-5979-4157-b181-bd70bf7681d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9314e8bb-5979-4157-b181-bd70bf7681d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9314e8bb-5979-4157-b181-bd70bf7681d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9314e8bb-5979-4157-b181-bd70bf7681d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda {
  
}
}@media (max-width: 767px){#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda {
  
}
}
#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-306a30f0-0cea-4c9a-9221-356c94deb7e4 {
  border-style: solid;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-306a30f0-0cea-4c9a-9221-356c94deb7e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-306a30f0-0cea-4c9a-9221-356c94deb7e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-306a30f0-0cea-4c9a-9221-356c94deb7e4 {
  
}
}@media (max-width: 767px){#s-306a30f0-0cea-4c9a-9221-356c94deb7e4 {
  
}
}
#s-a699d538-e7d1-4089-b441-03a7f9d64d24 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-a699d538-e7d1-4089-b441-03a7f9d64d24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a699d538-e7d1-4089-b441-03a7f9d64d24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a699d538-e7d1-4089-b441-03a7f9d64d24 {
  
}
}@media (max-width: 767px){#s-a699d538-e7d1-4089-b441-03a7f9d64d24 {
  
}
}







#s-a699d538-e7d1-4089-b441-03a7f9d64d24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a699d538-e7d1-4089-b441-03a7f9d64d24.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18ab1710-f28b-46dd-b950-74073ad79bcd {
  margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-18ab1710-f28b-46dd-b950-74073ad79bcd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18ab1710-f28b-46dd-b950-74073ad79bcd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18ab1710-f28b-46dd-b950-74073ad79bcd {
  
}
}@media (max-width: 767px){#s-18ab1710-f28b-46dd-b950-74073ad79bcd {
  
}
}
@media (min-width: 0px) {
[id="s-18ab1710-f28b-46dd-b950-74073ad79bcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18ab1710-f28b-46dd-b950-74073ad79bcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-18ab1710-f28b-46dd-b950-74073ad79bcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-18ab1710-f28b-46dd-b950-74073ad79bcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8f2210da-f1d3-44ee-a790-5280287b8f0d .shogun-icon-wrapper {
  text-align: left;
}


#s-8f2210da-f1d3-44ee-a790-5280287b8f0d .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 206, 124, 1);
}

#s-7d272410-49f1-476c-b989-d14e0e8e299e {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-7d272410-49f1-476c-b989-d14e0e8e299e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d272410-49f1-476c-b989-d14e0e8e299e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d272410-49f1-476c-b989-d14e0e8e299e {
  
}
}@media (max-width: 767px){#s-7d272410-49f1-476c-b989-d14e0e8e299e {
  
}
}
#s-0b03b2eb-b12b-4780-8bfb-0a763e0df300 .shogun-icon-wrapper {
  text-align: left;
}


#s-0b03b2eb-b12b-4780-8bfb-0a763e0df300 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 206, 124, 1);
}

#s-17713368-dd97-40b0-ba10-8ed6dbda9702 {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-17713368-dd97-40b0-ba10-8ed6dbda9702 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17713368-dd97-40b0-ba10-8ed6dbda9702 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17713368-dd97-40b0-ba10-8ed6dbda9702 {
  
}
}@media (max-width: 767px){#s-17713368-dd97-40b0-ba10-8ed6dbda9702 {
  
}
}
#s-31174e7e-6fbc-4b13-8ad3-36de254abeb1 {
  margin-top: 0px;
margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-31174e7e-6fbc-4b13-8ad3-36de254abeb1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31174e7e-6fbc-4b13-8ad3-36de254abeb1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31174e7e-6fbc-4b13-8ad3-36de254abeb1 {
  
}
}@media (max-width: 767px){#s-31174e7e-6fbc-4b13-8ad3-36de254abeb1 {
  
}
}
@media (min-width: 0px) {
[id="s-31174e7e-6fbc-4b13-8ad3-36de254abeb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31174e7e-6fbc-4b13-8ad3-36de254abeb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-31174e7e-6fbc-4b13-8ad3-36de254abeb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-31174e7e-6fbc-4b13-8ad3-36de254abeb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e45a1a1a-ff74-43d0-9b75-a109b7d6f851 .shogun-icon-wrapper {
  text-align: left;
}


#s-e45a1a1a-ff74-43d0-9b75-a109b7d6f851 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 206, 124, 1);
}

#s-5ce6dc64-630a-47b8-8c66-4413d3567072 {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-5ce6dc64-630a-47b8-8c66-4413d3567072 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ce6dc64-630a-47b8-8c66-4413d3567072 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ce6dc64-630a-47b8-8c66-4413d3567072 {
  
}
}@media (max-width: 767px){#s-5ce6dc64-630a-47b8-8c66-4413d3567072 {
  
}
}
#s-ed9b0993-aa9a-4069-8fcf-ace6584cbf14 .shogun-icon-wrapper {
  text-align: left;
}


#s-ed9b0993-aa9a-4069-8fcf-ace6584cbf14 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 206, 124, 1);
}

#s-2b1170b0-7168-4444-89a8-b7d623a8d95a {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-2b1170b0-7168-4444-89a8-b7d623a8d95a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b1170b0-7168-4444-89a8-b7d623a8d95a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b1170b0-7168-4444-89a8-b7d623a8d95a {
  
}
}@media (max-width: 767px){#s-2b1170b0-7168-4444-89a8-b7d623a8d95a {
  
}
}
#s-01d88310-5e33-4a49-beb8-6c117bd4b56e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 206, 124, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-01d88310-5e33-4a49-beb8-6c117bd4b56e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01d88310-5e33-4a49-beb8-6c117bd4b56e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01d88310-5e33-4a49-beb8-6c117bd4b56e-root {
    text-align: center;
  }


#s-01d88310-5e33-4a49-beb8-6c117bd4b56e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-01d88310-5e33-4a49-beb8-6c117bd4b56e-root {
    text-align: center;
  }


#s-01d88310-5e33-4a49-beb8-6c117bd4b56e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01d88310-5e33-4a49-beb8-6c117bd4b56e-root {
    text-align: center;
  }


#s-01d88310-5e33-4a49-beb8-6c117bd4b56e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01d88310-5e33-4a49-beb8-6c117bd4b56e-root {
    text-align: center;
  }


#s-01d88310-5e33-4a49-beb8-6c117bd4b56e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-01d88310-5e33-4a49-beb8-6c117bd4b56e-root {
    text-align: center;
  }


#s-01d88310-5e33-4a49-beb8-6c117bd4b56e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
/*
  $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}