.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-bottom: 10px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-bottom: 10px;
min-height: 380px;
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-bottom: 10px;
padding-bottom: 0px;
min-height: 300px;
}
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/cafa8eac-baa1-4975-be63-5d5b3bcbd04b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.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-d4681328-d15e-4d71-970b-696275e3a5ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d4681328-d15e-4d71-970b-696275e3a5ee {
  margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4681328-d15e-4d71-970b-696275e3a5ee {
  margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4681328-d15e-4d71-970b-696275e3a5ee {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (max-width: 767px){#s-d4681328-d15e-4d71-970b-696275e3a5ee {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-d4681328-d15e-4d71-970b-696275e3a5ee .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-d4681328-d15e-4d71-970b-696275e3a5ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d4681328-d15e-4d71-970b-696275e3a5ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d4681328-d15e-4d71-970b-696275e3a5ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (max-width: 767px){#s-d4681328-d15e-4d71-970b-696275e3a5ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: left;
}


}
.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-ddf3c967-1a3c-496f-aed9-54772ce92d17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ddf3c967-1a3c-496f-aed9-54772ce92d17:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ddf3c967-1a3c-496f-aed9-54772ce92d17:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ddf3c967-1a3c-496f-aed9-54772ce92d17 {
  margin-top: 10px;
margin-left: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ddf3c967-1a3c-496f-aed9-54772ce92d17 {
  margin-top: 10px;
margin-left: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ddf3c967-1a3c-496f-aed9-54772ce92d17 {
  margin-top: 10px;
margin-left: 175px;
}
}@media (max-width: 767px){#s-ddf3c967-1a3c-496f-aed9-54772ce92d17 {
  margin-top: 10px;
margin-left: 65px;
}
}

  #s-ddf3c967-1a3c-496f-aed9-54772ce92d17-root {
    text-align: left;
  }


#s-ddf3c967-1a3c-496f-aed9-54772ce92d17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddf3c967-1a3c-496f-aed9-54772ce92d17-root {
    text-align: left;
  }


#s-ddf3c967-1a3c-496f-aed9-54772ce92d17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddf3c967-1a3c-496f-aed9-54772ce92d17-root {
    text-align: left;
  }


#s-ddf3c967-1a3c-496f-aed9-54772ce92d17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddf3c967-1a3c-496f-aed9-54772ce92d17-root {
    text-align: left;
  }


#s-ddf3c967-1a3c-496f-aed9-54772ce92d17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddf3c967-1a3c-496f-aed9-54772ce92d17-root {
    text-align: left;
  }


#s-ddf3c967-1a3c-496f-aed9-54772ce92d17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c6295304-412d-4e47-8c31-76f653f1a0a9 {
  margin-top: 3px;
margin-bottom: 3px;
min-height: 50px;
}








#s-c6295304-412d-4e47-8c31-76f653f1a0a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6295304-412d-4e47-8c31-76f653f1a0a9.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-323d68c0-bebb-4353-89a3-269e58c22088 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-323d68c0-bebb-4353-89a3-269e58c22088"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-323d68c0-bebb-4353-89a3-269e58c22088"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-323d68c0-bebb-4353-89a3-269e58c22088"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-323d68c0-bebb-4353-89a3-269e58c22088"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px){#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff {
  padding-top: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff {
  padding-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
}
}@media (max-width: 767px){#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff {
  padding-top: 5px;
padding-bottom: 0px;
}
}
#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff .shogun-icon-wrapper {
  text-align: center;
}


#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff .shogun-icon-wrapper {
  text-align: center;
}


#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff .shogun-icon-wrapper {
  text-align: center;
}


#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff .shogun-icon-wrapper {
  text-align: center;
}


#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff .shogun-icon-wrapper {
  text-align: center;
}


#s-ba29d9ae-1f34-423e-8315-16dc3ddc13ff .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-46d6eecb-70fa-4095-b721-56c30bf39ce5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-46d6eecb-70fa-4095-b721-56c30bf39ce5 {
  padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46d6eecb-70fa-4095-b721-56c30bf39ce5 {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46d6eecb-70fa-4095-b721-56c30bf39ce5 {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-46d6eecb-70fa-4095-b721-56c30bf39ce5 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-46d6eecb-70fa-4095-b721-56c30bf39ce5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-46d6eecb-70fa-4095-b721-56c30bf39ce5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-46d6eecb-70fa-4095-b721-56c30bf39ce5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-46d6eecb-70fa-4095-b721-56c30bf39ce5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-46d6eecb-70fa-4095-b721-56c30bf39ce5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
@media (min-width: 1200px){#s-2ad190f5-27ee-494a-9e03-9dbee9535110 {
  padding-top: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ad190f5-27ee-494a-9e03-9dbee9535110 {
  padding-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ad190f5-27ee-494a-9e03-9dbee9535110 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
}
}@media (max-width: 767px){#s-2ad190f5-27ee-494a-9e03-9dbee9535110 {
  padding-top: 5px;
padding-bottom: 0px;
}
}
#s-2ad190f5-27ee-494a-9e03-9dbee9535110 .shogun-icon-wrapper {
  text-align: center;
}


#s-2ad190f5-27ee-494a-9e03-9dbee9535110 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-2ad190f5-27ee-494a-9e03-9dbee9535110 .shogun-icon-wrapper {
  text-align: center;
}


#s-2ad190f5-27ee-494a-9e03-9dbee9535110 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ad190f5-27ee-494a-9e03-9dbee9535110 .shogun-icon-wrapper {
  text-align: center;
}


#s-2ad190f5-27ee-494a-9e03-9dbee9535110 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ad190f5-27ee-494a-9e03-9dbee9535110 .shogun-icon-wrapper {
  text-align: center;
}


#s-2ad190f5-27ee-494a-9e03-9dbee9535110 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-2ad190f5-27ee-494a-9e03-9dbee9535110 .shogun-icon-wrapper {
  text-align: center;
}


#s-2ad190f5-27ee-494a-9e03-9dbee9535110 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-0acf3e2b-e257-4a86-b1b7-1022157fe6a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0acf3e2b-e257-4a86-b1b7-1022157fe6a6 {
  padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0acf3e2b-e257-4a86-b1b7-1022157fe6a6 {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0acf3e2b-e257-4a86-b1b7-1022157fe6a6 {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-0acf3e2b-e257-4a86-b1b7-1022157fe6a6 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0acf3e2b-e257-4a86-b1b7-1022157fe6a6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-0acf3e2b-e257-4a86-b1b7-1022157fe6a6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0acf3e2b-e257-4a86-b1b7-1022157fe6a6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0acf3e2b-e257-4a86-b1b7-1022157fe6a6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-0acf3e2b-e257-4a86-b1b7-1022157fe6a6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
@media (min-width: 1200px){#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 {
  padding-top: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 {
  padding-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
}
}@media (max-width: 767px){#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 {
  padding-top: 5px;
padding-bottom: 0px;
}
}
#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac0404ca-12f8-4d1a-be05-3c79fe5b7913 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-036ec981-47e2-4806-b201-767ae2438efe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-036ec981-47e2-4806-b201-767ae2438efe {
  padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-036ec981-47e2-4806-b201-767ae2438efe {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-036ec981-47e2-4806-b201-767ae2438efe {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-036ec981-47e2-4806-b201-767ae2438efe {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-036ec981-47e2-4806-b201-767ae2438efe .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-036ec981-47e2-4806-b201-767ae2438efe .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-036ec981-47e2-4806-b201-767ae2438efe .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-036ec981-47e2-4806-b201-767ae2438efe .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-036ec981-47e2-4806-b201-767ae2438efe .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
@media (min-width: 1200px){#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 {
  padding-top: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 {
  padding-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
}
}@media (max-width: 767px){#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 {
  padding-top: 5px;
padding-bottom: 0px;
}
}
#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7ec7f19-a9f7-4d70-a99b-c2c6ef518a96 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-4d0e3045-8a3d-4d0b-9048-3598cb14649f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4d0e3045-8a3d-4d0b-9048-3598cb14649f {
  padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d0e3045-8a3d-4d0b-9048-3598cb14649f {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d0e3045-8a3d-4d0b-9048-3598cb14649f {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-4d0e3045-8a3d-4d0b-9048-3598cb14649f {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-4d0e3045-8a3d-4d0b-9048-3598cb14649f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-4d0e3045-8a3d-4d0b-9048-3598cb14649f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4d0e3045-8a3d-4d0b-9048-3598cb14649f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4d0e3045-8a3d-4d0b-9048-3598cb14649f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}@media (max-width: 767px){#s-4d0e3045-8a3d-4d0b-9048-3598cb14649f .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
@media (min-width: 0px) {
[id="s-87998f67-8229-4d3d-91b4-e8aaa6869b37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87998f67-8229-4d3d-91b4-e8aaa6869b37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-87998f67-8229-4d3d-91b4-e8aaa6869b37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-87998f67-8229-4d3d-91b4-e8aaa6869b37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6235e0de-63d1-4966-9435-ebbd63c199bd {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6235e0de-63d1-4966-9435-ebbd63c199bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6235e0de-63d1-4966-9435-ebbd63c199bd {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6235e0de-63d1-4966-9435-ebbd63c199bd {
  min-height: 380px;
}
}@media (max-width: 767px){#s-6235e0de-63d1-4966-9435-ebbd63c199bd {
  padding-bottom: 0px;
min-height: 300px;
}
}







#s-6235e0de-63d1-4966-9435-ebbd63c199bd > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.1;
}#s-6235e0de-63d1-4966-9435-ebbd63c199bd.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-14abcfe8-defb-4d2f-ac17-e647340f3f1e {
  margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-14abcfe8-defb-4d2f-ac17-e647340f3f1e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14abcfe8-defb-4d2f-ac17-e647340f3f1e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-14abcfe8-defb-4d2f-ac17-e647340f3f1e {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-14abcfe8-defb-4d2f-ac17-e647340f3f1e {
  margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-14abcfe8-defb-4d2f-ac17-e647340f3f1e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-14abcfe8-defb-4d2f-ac17-e647340f3f1e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-14abcfe8-defb-4d2f-ac17-e647340f3f1e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-14abcfe8-defb-4d2f-ac17-e647340f3f1e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-14abcfe8-defb-4d2f-ac17-e647340f3f1e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-b193deb5-6445-452d-8d9d-24c6381475ff {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b193deb5-6445-452d-8d9d-24c6381475ff:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b193deb5-6445-452d-8d9d-24c6381475ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b193deb5-6445-452d-8d9d-24c6381475ff-root {
    text-align: center;
  }


#s-b193deb5-6445-452d-8d9d-24c6381475ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b193deb5-6445-452d-8d9d-24c6381475ff-root {
    text-align: center;
  }


#s-b193deb5-6445-452d-8d9d-24c6381475ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b193deb5-6445-452d-8d9d-24c6381475ff-root {
    text-align: center;
  }


#s-b193deb5-6445-452d-8d9d-24c6381475ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b193deb5-6445-452d-8d9d-24c6381475ff-root {
    text-align: center;
  }


#s-b193deb5-6445-452d-8d9d-24c6381475ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b193deb5-6445-452d-8d9d-24c6381475ff-root {
    text-align: center;
  }


#s-b193deb5-6445-452d-8d9d-24c6381475ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4ed62cce-8a94-4d52-a48e-066c0e86e9ae {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4ed62cce-8a94-4d52-a48e-066c0e86e9ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ed62cce-8a94-4d52-a48e-066c0e86e9ae {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ed62cce-8a94-4d52-a48e-066c0e86e9ae {
  min-height: 380px;
}
}@media (max-width: 767px){#s-4ed62cce-8a94-4d52-a48e-066c0e86e9ae {
  padding-bottom: 0px;
min-height: 300px;
}
}







#s-4ed62cce-8a94-4d52-a48e-066c0e86e9ae > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.1;
}#s-4ed62cce-8a94-4d52-a48e-066c0e86e9ae.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-090f125f-e2e6-495d-a23c-26e02f9d112a {
  margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-090f125f-e2e6-495d-a23c-26e02f9d112a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-090f125f-e2e6-495d-a23c-26e02f9d112a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-090f125f-e2e6-495d-a23c-26e02f9d112a {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-090f125f-e2e6-495d-a23c-26e02f9d112a {
  margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-090f125f-e2e6-495d-a23c-26e02f9d112a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-090f125f-e2e6-495d-a23c-26e02f9d112a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-090f125f-e2e6-495d-a23c-26e02f9d112a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-090f125f-e2e6-495d-a23c-26e02f9d112a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-090f125f-e2e6-495d-a23c-26e02f9d112a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e-root {
    text-align: center;
  }


#s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e-root {
    text-align: center;
  }


#s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e-root {
    text-align: center;
  }


#s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e-root {
    text-align: center;
  }


#s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e-root {
    text-align: center;
  }


#s-ecf5afc8-1f6a-4a26-8d71-30b7db49de7e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-31957fed-d7b4-423d-b3c2-d05b30218f24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31957fed-d7b4-423d-b3c2-d05b30218f24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-31957fed-d7b4-423d-b3c2-d05b30218f24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-31957fed-d7b4-423d-b3c2-d05b30218f24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2c36dbff-3a3e-49a8-b171-aae10a4015a3 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2c36dbff-3a3e-49a8-b171-aae10a4015a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c36dbff-3a3e-49a8-b171-aae10a4015a3 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c36dbff-3a3e-49a8-b171-aae10a4015a3 {
  min-height: 380px;
}
}@media (max-width: 767px){#s-2c36dbff-3a3e-49a8-b171-aae10a4015a3 {
  padding-bottom: 0px;
min-height: 300px;
}
}







#s-2c36dbff-3a3e-49a8-b171-aae10a4015a3 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.1;
}#s-2c36dbff-3a3e-49a8-b171-aae10a4015a3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3fdd8a59-0071-4045-98e3-fad597032966 {
  margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3fdd8a59-0071-4045-98e3-fad597032966 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fdd8a59-0071-4045-98e3-fad597032966 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fdd8a59-0071-4045-98e3-fad597032966 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-3fdd8a59-0071-4045-98e3-fad597032966 {
  margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-3fdd8a59-0071-4045-98e3-fad597032966 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-3fdd8a59-0071-4045-98e3-fad597032966 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3fdd8a59-0071-4045-98e3-fad597032966 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3fdd8a59-0071-4045-98e3-fad597032966 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-3fdd8a59-0071-4045-98e3-fad597032966 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570-root {
    text-align: center;
  }


#s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570-root {
    text-align: center;
  }


#s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570-root {
    text-align: center;
  }


#s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570-root {
    text-align: center;
  }


#s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570-root {
    text-align: center;
  }


#s-6a5fcbe0-3fc4-4e39-adcf-b84c761eb570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-dbe9c0fa-6529-4837-b47e-2ad16ac7fe83 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-dbe9c0fa-6529-4837-b47e-2ad16ac7fe83 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbe9c0fa-6529-4837-b47e-2ad16ac7fe83 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dbe9c0fa-6529-4837-b47e-2ad16ac7fe83 {
  min-height: 380px;
}
}@media (max-width: 767px){#s-dbe9c0fa-6529-4837-b47e-2ad16ac7fe83 {
  padding-bottom: 0px;
min-height: 300px;
}
}







#s-dbe9c0fa-6529-4837-b47e-2ad16ac7fe83 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.1;
}#s-dbe9c0fa-6529-4837-b47e-2ad16ac7fe83.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-55bfd266-7c76-46d1-bb5f-6c797e3a9334 {
  margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-55bfd266-7c76-46d1-bb5f-6c797e3a9334 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55bfd266-7c76-46d1-bb5f-6c797e3a9334 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-55bfd266-7c76-46d1-bb5f-6c797e3a9334 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-55bfd266-7c76-46d1-bb5f-6c797e3a9334 {
  margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-55bfd266-7c76-46d1-bb5f-6c797e3a9334 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-55bfd266-7c76-46d1-bb5f-6c797e3a9334 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-55bfd266-7c76-46d1-bb5f-6c797e3a9334 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-55bfd266-7c76-46d1-bb5f-6c797e3a9334 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-55bfd266-7c76-46d1-bb5f-6c797e3a9334 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-27ca8dbd-1c82-4329-91e5-1884ea2a6286 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-27ca8dbd-1c82-4329-91e5-1884ea2a6286:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-27ca8dbd-1c82-4329-91e5-1884ea2a6286:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27ca8dbd-1c82-4329-91e5-1884ea2a6286-root {
    text-align: center;
  }


#s-27ca8dbd-1c82-4329-91e5-1884ea2a6286.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27ca8dbd-1c82-4329-91e5-1884ea2a6286-root {
    text-align: center;
  }


#s-27ca8dbd-1c82-4329-91e5-1884ea2a6286.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27ca8dbd-1c82-4329-91e5-1884ea2a6286-root {
    text-align: center;
  }


#s-27ca8dbd-1c82-4329-91e5-1884ea2a6286.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27ca8dbd-1c82-4329-91e5-1884ea2a6286-root {
    text-align: center;
  }


#s-27ca8dbd-1c82-4329-91e5-1884ea2a6286.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27ca8dbd-1c82-4329-91e5-1884ea2a6286-root {
    text-align: center;
  }


#s-27ca8dbd-1c82-4329-91e5-1884ea2a6286.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}@media (max-width: 767px){#s-561ad8a9-aafd-425f-8dc0-5147ac26276f {
  
}
}







#s-561ad8a9-aafd-425f-8dc0-5147ac26276f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561ad8a9-aafd-425f-8dc0-5147ac26276f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4ad9d990-f2ed-4ccd-9a36-a986460c14a7 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-4ad9d990-f2ed-4ccd-9a36-a986460c14a7 {
  margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ad9d990-f2ed-4ccd-9a36-a986460c14a7 {
  margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ad9d990-f2ed-4ccd-9a36-a986460c14a7 {
  margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-4ad9d990-f2ed-4ccd-9a36-a986460c14a7 {
  margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-4ad9d990-f2ed-4ccd-9a36-a986460c14a7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-4ad9d990-f2ed-4ccd-9a36-a986460c14a7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4ad9d990-f2ed-4ccd-9a36-a986460c14a7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-4ad9d990-f2ed-4ccd-9a36-a986460c14a7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-4ad9d990-f2ed-4ccd-9a36-a986460c14a7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-90cb15c9-ab94-40ff-80fc-5e565715929b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-90cb15c9-ab94-40ff-80fc-5e565715929b {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90cb15c9-ab94-40ff-80fc-5e565715929b {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90cb15c9-ab94-40ff-80fc-5e565715929b {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 0px;
}
}@media (max-width: 767px){#s-90cb15c9-ab94-40ff-80fc-5e565715929b {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-90cb15c9-ab94-40ff-80fc-5e565715929b .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  italic ;
  
  
  
  
}


@media (min-width: 1200px){#s-90cb15c9-ab94-40ff-80fc-5e565715929b .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-90cb15c9-ab94-40ff-80fc-5e565715929b .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-90cb15c9-ab94-40ff-80fc-5e565715929b .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-90cb15c9-ab94-40ff-80fc-5e565715929b .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-24052572-a111-4be8-9617-1f4689c21bfa {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-24052572-a111-4be8-9617-1f4689c21bfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6998873b-15c1-4515-afad-663ea57d00e2 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-6998873b-15c1-4515-afad-663ea57d00e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-6998873b-15c1-4515-afad-663ea57d00e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-6998873b-15c1-4515-afad-663ea57d00e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-6998873b-15c1-4515-afad-663ea57d00e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-543c7b59-49db-49d1-9ca5-e581256ac173 {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
min-height: 303px;
background-color: rgba(255, 255, 255, 1);
}

.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-a30a3c25-af56-4cf9-93f3-04bec9e12368 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}



.shg-c#s-a30a3c25-af56-4cf9-93f3-04bec9e12368 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a30a3c25-af56-4cf9-93f3-04bec9e12368 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a30a3c25-af56-4cf9-93f3-04bec9e12368 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a30a3c25-af56-4cf9-93f3-04bec9e12368 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a30a3c25-af56-4cf9-93f3-04bec9e12368 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a30a3c25-af56-4cf9-93f3-04bec9e12368 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a30a3c25-af56-4cf9-93f3-04bec9e12368 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a30a3c25-af56-4cf9-93f3-04bec9e12368 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a30a3c25-af56-4cf9-93f3-04bec9e12368 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a30a3c25-af56-4cf9-93f3-04bec9e12368 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-e733c504-ed76-49fc-8db2-8bb280b169f0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e733c504-ed76-49fc-8db2-8bb280b169f0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: 1.5em;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-e733c504-ed76-49fc-8db2-8bb280b169f0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e733c504-ed76-49fc-8db2-8bb280b169f0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e733c504-ed76-49fc-8db2-8bb280b169f0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-e733c504-ed76-49fc-8db2-8bb280b169f0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: ;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-ca42bcc7-6f54-4246-95d6-c7f2e87c05b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}
#s-30b2b43d-dba2-48fc-9932-aeef4bea9705 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-30b2b43d-dba2-48fc-9932-aeef4bea9705:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30b2b43d-dba2-48fc-9932-aeef4bea9705:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-30b2b43d-dba2-48fc-9932-aeef4bea9705-root {
    text-align: center;
  }


#s-30b2b43d-dba2-48fc-9932-aeef4bea9705.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-30b2b43d-dba2-48fc-9932-aeef4bea9705-root {
    text-align: center;
  }


#s-30b2b43d-dba2-48fc-9932-aeef4bea9705.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30b2b43d-dba2-48fc-9932-aeef4bea9705-root {
    text-align: center;
  }


#s-30b2b43d-dba2-48fc-9932-aeef4bea9705.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30b2b43d-dba2-48fc-9932-aeef4bea9705-root {
    text-align: center;
  }


#s-30b2b43d-dba2-48fc-9932-aeef4bea9705.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-30b2b43d-dba2-48fc-9932-aeef4bea9705-root {
    text-align: center;
  }


#s-30b2b43d-dba2-48fc-9932-aeef4bea9705.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5f4f6f63-1ed1-4b80-88c6-6dbadfaf636f {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
min-height: 303px;
background-color: rgba(255, 255, 255, 1);
}

#s-d3d80d5f-6cb4-418d-9506-534e5149515b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}



.shg-c#s-d3d80d5f-6cb4-418d-9506-534e5149515b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3d80d5f-6cb4-418d-9506-534e5149515b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d3d80d5f-6cb4-418d-9506-534e5149515b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3d80d5f-6cb4-418d-9506-534e5149515b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3d80d5f-6cb4-418d-9506-534e5149515b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3d80d5f-6cb4-418d-9506-534e5149515b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3d80d5f-6cb4-418d-9506-534e5149515b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3d80d5f-6cb4-418d-9506-534e5149515b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3d80d5f-6cb4-418d-9506-534e5149515b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3d80d5f-6cb4-418d-9506-534e5149515b img.shogun-image {
  width: 100%;
}



}
#s-df68490c-fa1c-45f5-a1fc-dc5560bd1304 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df68490c-fa1c-45f5-a1fc-dc5560bd1304 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: 1.5em;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-df68490c-fa1c-45f5-a1fc-dc5560bd1304 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df68490c-fa1c-45f5-a1fc-dc5560bd1304 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df68490c-fa1c-45f5-a1fc-dc5560bd1304 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-df68490c-fa1c-45f5-a1fc-dc5560bd1304 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: ;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-43bd6642-7b6c-4eb4-9d21-b8a76dfe316e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}
#s-c94d43cd-1b1f-4a79-a17f-fc0422012490 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c94d43cd-1b1f-4a79-a17f-fc0422012490:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c94d43cd-1b1f-4a79-a17f-fc0422012490:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c94d43cd-1b1f-4a79-a17f-fc0422012490-root {
    text-align: center;
  }


#s-c94d43cd-1b1f-4a79-a17f-fc0422012490.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c94d43cd-1b1f-4a79-a17f-fc0422012490-root {
    text-align: center;
  }


#s-c94d43cd-1b1f-4a79-a17f-fc0422012490.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c94d43cd-1b1f-4a79-a17f-fc0422012490-root {
    text-align: center;
  }


#s-c94d43cd-1b1f-4a79-a17f-fc0422012490.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c94d43cd-1b1f-4a79-a17f-fc0422012490-root {
    text-align: center;
  }


#s-c94d43cd-1b1f-4a79-a17f-fc0422012490.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c94d43cd-1b1f-4a79-a17f-fc0422012490-root {
    text-align: center;
  }


#s-c94d43cd-1b1f-4a79-a17f-fc0422012490.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-43f46e97-2d2c-4129-ac75-eccb1c8ec0ee {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-43f46e97-2d2c-4129-ac75-eccb1c8ec0ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 768px) {
[id="s-43f46e97-2d2c-4129-ac75-eccb1c8ec0ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 992px) {
[id="s-43f46e97-2d2c-4129-ac75-eccb1c8ec0ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.5px);
}

}

@media (min-width: 1200px) {
[id="s-43f46e97-2d2c-4129-ac75-eccb1c8ec0ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.5px);
}

}

#s-f3ce638c-a632-4d39-9e62-3a0b1cb2216d {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
min-height: 303px;
background-color: rgba(255, 255, 255, 1);
}

#s-5441d63f-6b57-45a7-8acb-80af9b785c64 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}



.shg-c#s-5441d63f-6b57-45a7-8acb-80af9b785c64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5441d63f-6b57-45a7-8acb-80af9b785c64 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5441d63f-6b57-45a7-8acb-80af9b785c64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5441d63f-6b57-45a7-8acb-80af9b785c64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5441d63f-6b57-45a7-8acb-80af9b785c64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5441d63f-6b57-45a7-8acb-80af9b785c64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5441d63f-6b57-45a7-8acb-80af9b785c64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5441d63f-6b57-45a7-8acb-80af9b785c64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5441d63f-6b57-45a7-8acb-80af9b785c64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5441d63f-6b57-45a7-8acb-80af9b785c64 img.shogun-image {
  width: 100%;
}



}
#s-e1e73970-e12a-43c3-81ba-a7fac9f29b7a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1e73970-e12a-43c3-81ba-a7fac9f29b7a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: 1.5em;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-e1e73970-e12a-43c3-81ba-a7fac9f29b7a .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1e73970-e12a-43c3-81ba-a7fac9f29b7a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1e73970-e12a-43c3-81ba-a7fac9f29b7a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-e1e73970-e12a-43c3-81ba-a7fac9f29b7a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-c0d47b9f-e609-4b80-b985-def11695f969 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: ;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-c0d47b9f-e609-4b80-b985-def11695f969 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}
#s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7-root {
    text-align: center;
  }


#s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7-root {
    text-align: center;
  }


#s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7-root {
    text-align: center;
  }


#s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7-root {
    text-align: center;
  }


#s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7-root {
    text-align: center;
  }


#s-7c8d8f77-a121-48d7-9c44-7be3b34bc0f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bdd7efb9-3cee-432b-9915-f8dd5787a9fc {
  border-style: solid;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
min-height: 303px;
background-color: rgba(255, 255, 255, 1);
}

#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}



.shg-c#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b744d31-08c8-4f78-a864-61d0957ecdf9 img.shogun-image {
  width: 100%;
}



}
#s-1f03da65-3263-4da0-8581-6c760911bdd2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f03da65-3263-4da0-8581-6c760911bdd2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: 1.5em;
  letter-spacing: ;
}
@media (min-width: 1200px){#s-1f03da65-3263-4da0-8581-6c760911bdd2 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f03da65-3263-4da0-8581-6c760911bdd2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f03da65-3263-4da0-8581-6c760911bdd2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-1f03da65-3263-4da0-8581-6c760911bdd2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}
}
#s-62332386-df42-48e2-b2ab-95d1df0559b1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
text-align: center;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: ;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
}

#s-62332386-df42-48e2-b2ab-95d1df0559b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  normal ;
  font-family: Libre Franklin;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}
}
#s-9a31d475-bd96-401a-b346-3f038594d6a9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9a31d475-bd96-401a-b346-3f038594d6a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a31d475-bd96-401a-b346-3f038594d6a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a31d475-bd96-401a-b346-3f038594d6a9-root {
    text-align: center;
  }


#s-9a31d475-bd96-401a-b346-3f038594d6a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a31d475-bd96-401a-b346-3f038594d6a9-root {
    text-align: center;
  }


#s-9a31d475-bd96-401a-b346-3f038594d6a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a31d475-bd96-401a-b346-3f038594d6a9-root {
    text-align: center;
  }


#s-9a31d475-bd96-401a-b346-3f038594d6a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a31d475-bd96-401a-b346-3f038594d6a9-root {
    text-align: center;
  }


#s-9a31d475-bd96-401a-b346-3f038594d6a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a31d475-bd96-401a-b346-3f038594d6a9-root {
    text-align: center;
  }


#s-9a31d475-bd96-401a-b346-3f038594d6a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(238, 238, 238, 1);
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
}







#s-6404e3e9-4500-4018-9737-0d42f271ec9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6404e3e9-4500-4018-9737-0d42f271ec9a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-173b7b92-6daf-44c0-a61d-bbd86625b075 {
  margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-173b7b92-6daf-44c0-a61d-bbd86625b075 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-173b7b92-6daf-44c0-a61d-bbd86625b075 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-173b7b92-6daf-44c0-a61d-bbd86625b075 {
  margin-top: 25px;
margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-173b7b92-6daf-44c0-a61d-bbd86625b075 {
  margin-top: 25px;
margin-left: 10px;
margin-right: 10px;
}
}
#s-173b7b92-6daf-44c0-a61d-bbd86625b075 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-173b7b92-6daf-44c0-a61d-bbd86625b075 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-173b7b92-6daf-44c0-a61d-bbd86625b075 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-173b7b92-6daf-44c0-a61d-bbd86625b075 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


}@media (max-width: 767px){#s-173b7b92-6daf-44c0-a61d-bbd86625b075 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  letter-spacing: 1px;
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-c373e884-9142-48fc-a6b5-9bc470413a82 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 250px;
}
@media (min-width: 1200px){#s-c373e884-9142-48fc-a6b5-9bc470413a82 {
  min-height: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c373e884-9142-48fc-a6b5-9bc470413a82 {
  min-height: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c373e884-9142-48fc-a6b5-9bc470413a82 {
  min-height: 350px;
}
}@media (max-width: 767px){#s-c373e884-9142-48fc-a6b5-9bc470413a82 {
  min-height: 550px;
}
}
#s-c373e884-9142-48fc-a6b5-9bc470413a82 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c373e884-9142-48fc-a6b5-9bc470413a82 .shg-sld-nav-button.shg-sld-left,
#s-c373e884-9142-48fc-a6b5-9bc470413a82 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-483f5ff5-0599-4502-b10f-26b6ebe81554 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
min-height: 240px;
}
@media (min-width: 768px) and (max-width: 991px){#s-483f5ff5-0599-4502-b10f-26b6ebe81554 {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-483f5ff5-0599-4502-b10f-26b6ebe81554 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-483f5ff5-0599-4502-b10f-26b6ebe81554"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-483f5ff5-0599-4502-b10f-26b6ebe81554"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-483f5ff5-0599-4502-b10f-26b6ebe81554"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-483f5ff5-0599-4502-b10f-26b6ebe81554"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-fad57ac0-f528-46f1-b82f-c691f0cd4aea {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-fad57ac0-f528-46f1-b82f-c691f0cd4aea {
  margin-top: 20px;
}
}
#s-fad57ac0-f528-46f1-b82f-c691f0cd4aea .shogun-icon-wrapper {
  text-align: center;
}


#s-fad57ac0-f528-46f1-b82f-c691f0cd4aea .shogun-icon-wrapper > .shogun-icon {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-521957ed-48f0-4207-8100-d74e32f448ff {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-521957ed-48f0-4207-8100-d74e32f448ff {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-521957ed-48f0-4207-8100-d74e32f448ff {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-521957ed-48f0-4207-8100-d74e32f448ff {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-521957ed-48f0-4207-8100-d74e32f448ff {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-4b367e58-7fb8-4cc0-9c0a-7cba6fbc4e94 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-a5df719e-02eb-45fa-83d8-c050be768584 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-a5df719e-02eb-45fa-83d8-c050be768584 {
  margin-top: 40px;
}
}
#s-a5df719e-02eb-45fa-83d8-c050be768584 .shogun-icon-wrapper {
  text-align: center;
}


#s-a5df719e-02eb-45fa-83d8-c050be768584 .shogun-icon-wrapper > .shogun-icon {

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

#s-7e07ac05-51a5-4c25-9962-4e0dc920b528 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-7e07ac05-51a5-4c25-9962-4e0dc920b528 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e07ac05-51a5-4c25-9962-4e0dc920b528 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e07ac05-51a5-4c25-9962-4e0dc920b528 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-7e07ac05-51a5-4c25-9962-4e0dc920b528 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-86bf46d5-c5b8-404e-9989-5852e54dd8bc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-be380d12-fc9f-4eb1-b4ba-cb22f5f51c4f {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
min-height: 240px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be380d12-fc9f-4eb1-b4ba-cb22f5f51c4f {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-be380d12-fc9f-4eb1-b4ba-cb22f5f51c4f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-be380d12-fc9f-4eb1-b4ba-cb22f5f51c4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be380d12-fc9f-4eb1-b4ba-cb22f5f51c4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-be380d12-fc9f-4eb1-b4ba-cb22f5f51c4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-be380d12-fc9f-4eb1-b4ba-cb22f5f51c4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-37daec32-daa2-44f6-9050-f053546055b9 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-37daec32-daa2-44f6-9050-f053546055b9 {
  margin-top: 20px;
}
}
#s-37daec32-daa2-44f6-9050-f053546055b9 .shogun-icon-wrapper {
  text-align: center;
}


#s-37daec32-daa2-44f6-9050-f053546055b9 .shogun-icon-wrapper > .shogun-icon {

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

#s-7511cc24-8bd4-4557-83f1-8ddfaaecbde0 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-7511cc24-8bd4-4557-83f1-8ddfaaecbde0 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7511cc24-8bd4-4557-83f1-8ddfaaecbde0 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7511cc24-8bd4-4557-83f1-8ddfaaecbde0 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-7511cc24-8bd4-4557-83f1-8ddfaaecbde0 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-25d9f0f0-0e35-4081-87d7-2c97d15a9024 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-29213b70-f52e-407c-b4bb-0dcac7ce6065 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-29213b70-f52e-407c-b4bb-0dcac7ce6065 {
  margin-top: 40px;
}
}
#s-29213b70-f52e-407c-b4bb-0dcac7ce6065 .shogun-icon-wrapper {
  text-align: center;
}


#s-29213b70-f52e-407c-b4bb-0dcac7ce6065 .shogun-icon-wrapper > .shogun-icon {

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

#s-1e8a3876-d67f-4075-b395-0d7e52087c51 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-1e8a3876-d67f-4075-b395-0d7e52087c51 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e8a3876-d67f-4075-b395-0d7e52087c51 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e8a3876-d67f-4075-b395-0d7e52087c51 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-1e8a3876-d67f-4075-b395-0d7e52087c51 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-4a8bda79-ebc5-4bc2-a44e-47675191a3c9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

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