.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-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (max-width: 767px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}







#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  min-height: 50px;
}
@media (min-width: 1200px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}@media (max-width: 767px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}







#s-19569bf8-453a-4b35-a3aa-b94baa9287ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19569bf8-453a-4b35-a3aa-b94baa9287ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c0cfd030-8470-4c47-aecf-5ba908bf7634 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 255px;
background-attachment: scroll;
background-position: center center;
}

#s-c0cfd030-8470-4c47-aecf-5ba908bf7634 {
  background-image: url(https://i.shgcdn.com/c3916d83-e93e-4f65-a295-718ef3aebc22/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c0cfd030-8470-4c47-aecf-5ba908bf7634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0cfd030-8470-4c47-aecf-5ba908bf7634.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-5e754c08-7deb-4c66-9dda-56e3a44842d8 {
  border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 1px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5e754c08-7deb-4c66-9dda-56e3a44842d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e754c08-7deb-4c66-9dda-56e3a44842d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e754c08-7deb-4c66-9dda-56e3a44842d8 {
  
}
}@media (max-width: 767px){#s-5e754c08-7deb-4c66-9dda-56e3a44842d8 {
  
}
}
#s-5e754c08-7deb-4c66-9dda-56e3a44842d8 .shogun-heading-component h1 {
  color: rgba(253, 249, 249, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 1px;
  
}



#s-8b5d9e76-460f-48df-8564-03d05986f8be {
  border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8b5d9e76-460f-48df-8564-03d05986f8be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b5d9e76-460f-48df-8564-03d05986f8be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b5d9e76-460f-48df-8564-03d05986f8be {
  
}
}@media (max-width: 767px){#s-8b5d9e76-460f-48df-8564-03d05986f8be {
  
}
}
#s-8b5d9e76-460f-48df-8564-03d05986f8be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



.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-a1e29484-6806-4459-8a8f-d936bf963053 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a1e29484-6806-4459-8a8f-d936bf963053 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a1e29484-6806-4459-8a8f-d936bf963053 .shg-sld-nav-button.shg-sld-left,
#s-a1e29484-6806-4459-8a8f-d936bf963053 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-4a1493c0-27d4-46b8-905f-a4eefa01a0cc {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 35px;
margin-right: 0%;
padding-top: 0px;
padding-left: 45px;
padding-bottom: 0px;
padding-right: 45px;
}

@media (min-width: 0px) {
[id="s-4a1493c0-27d4-46b8-905f-a4eefa01a0cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a1493c0-27d4-46b8-905f-a4eefa01a0cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4a1493c0-27d4-46b8-905f-a4eefa01a0cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a1493c0-27d4-46b8-905f-a4eefa01a0cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-6d043d5f-9667-4b07-8828-5bd6b70260cf {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
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(84, 185, 72, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1.25px;
color: rgba(84, 185, 72, 1);
background-image: none;
hover-type: color;
}
#s-6d043d5f-9667-4b07-8828-5bd6b70260cf:hover {border-style: solid !important;
border-top-width: 1.75px !important;
border-left-width: 1.75px !important;
border-bottom-width: 1.75px !important;
border-right-width: 1.75px !important;
border-color: rgba(84, 185, 72, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6d043d5f-9667-4b07-8828-5bd6b70260cf:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6d043d5f-9667-4b07-8828-5bd6b70260cf-root {
    text-align: center;
  }


#s-6d043d5f-9667-4b07-8828-5bd6b70260cf.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d043d5f-9667-4b07-8828-5bd6b70260cf-root {
    text-align: center;
  }


#s-6d043d5f-9667-4b07-8828-5bd6b70260cf.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d043d5f-9667-4b07-8828-5bd6b70260cf-root {
    text-align: center;
  }


#s-6d043d5f-9667-4b07-8828-5bd6b70260cf.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d043d5f-9667-4b07-8828-5bd6b70260cf-root {
    text-align: center;
  }


#s-6d043d5f-9667-4b07-8828-5bd6b70260cf.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d043d5f-9667-4b07-8828-5bd6b70260cf-root {
    text-align: center;
  }


#s-6d043d5f-9667-4b07-8828-5bd6b70260cf.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-34f443a8-31af-44d9-9324-e00bf5adbd3e {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 35px;
margin-right: 0%;
padding-top: 0px;
padding-left: 45px;
padding-bottom: 0px;
padding-right: 45px;
}

@media (min-width: 0px) {
[id="s-34f443a8-31af-44d9-9324-e00bf5adbd3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34f443a8-31af-44d9-9324-e00bf5adbd3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-34f443a8-31af-44d9-9324-e00bf5adbd3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-34f443a8-31af-44d9-9324-e00bf5adbd3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
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(84, 185, 72, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1.25px;
color: rgba(84, 185, 72, 1);
background-image: none;
hover-type: color;
}
#s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9:hover {border-style: solid !important;
border-top-width: 1.75px !important;
border-left-width: 1.75px !important;
border-bottom-width: 1.75px !important;
border-right-width: 1.75px !important;
border-color: rgba(84, 185, 72, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9-root {
    text-align: center;
  }


#s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9-root {
    text-align: center;
  }


#s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9-root {
    text-align: center;
  }


#s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9-root {
    text-align: center;
  }


#s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9-root {
    text-align: center;
  }


#s-6a5a0cb1-862b-49b1-bfdc-f2a002f478a9.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4622e956-3067-4a28-b051-c1bd0c5eb14a {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
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(84, 185, 72, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1.25px;
color: rgba(84, 185, 72, 1);
background-image: none;
hover-type: color;
}
#s-4622e956-3067-4a28-b051-c1bd0c5eb14a:hover {border-style: solid !important;
border-top-width: 1.75px !important;
border-left-width: 1.75px !important;
border-bottom-width: 1.75px !important;
border-right-width: 1.75px !important;
border-color: rgba(84, 185, 72, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4622e956-3067-4a28-b051-c1bd0c5eb14a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4622e956-3067-4a28-b051-c1bd0c5eb14a-root {
    text-align: center;
  }


#s-4622e956-3067-4a28-b051-c1bd0c5eb14a.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4622e956-3067-4a28-b051-c1bd0c5eb14a-root {
    text-align: center;
  }


#s-4622e956-3067-4a28-b051-c1bd0c5eb14a.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4622e956-3067-4a28-b051-c1bd0c5eb14a-root {
    text-align: center;
  }


#s-4622e956-3067-4a28-b051-c1bd0c5eb14a.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4622e956-3067-4a28-b051-c1bd0c5eb14a-root {
    text-align: center;
  }


#s-4622e956-3067-4a28-b051-c1bd0c5eb14a.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4622e956-3067-4a28-b051-c1bd0c5eb14a-root {
    text-align: center;
  }


#s-4622e956-3067-4a28-b051-c1bd0c5eb14a.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-dab24a7f-6c5b-4f1e-8d39-2ff9f1555c34 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 35px;
margin-right: 0%;
padding-top: 0px;
padding-left: 45px;
padding-bottom: 0px;
padding-right: 45px;
}

@media (min-width: 0px) {
[id="s-dab24a7f-6c5b-4f1e-8d39-2ff9f1555c34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dab24a7f-6c5b-4f1e-8d39-2ff9f1555c34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dab24a7f-6c5b-4f1e-8d39-2ff9f1555c34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dab24a7f-6c5b-4f1e-8d39-2ff9f1555c34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-430cb51f-cc53-4493-b58f-0222fbaffed6 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
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(84, 185, 72, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1.25px;
color: rgba(84, 185, 72, 1);
background-image: none;
hover-type: color;
}
#s-430cb51f-cc53-4493-b58f-0222fbaffed6:hover {border-style: solid !important;
border-top-width: 1.75px !important;
border-left-width: 1.75px !important;
border-bottom-width: 1.75px !important;
border-right-width: 1.75px !important;
border-color: rgba(84, 185, 72, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-430cb51f-cc53-4493-b58f-0222fbaffed6:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-430cb51f-cc53-4493-b58f-0222fbaffed6-root {
    text-align: center;
  }


#s-430cb51f-cc53-4493-b58f-0222fbaffed6.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-430cb51f-cc53-4493-b58f-0222fbaffed6-root {
    text-align: center;
  }


#s-430cb51f-cc53-4493-b58f-0222fbaffed6.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-430cb51f-cc53-4493-b58f-0222fbaffed6-root {
    text-align: center;
  }


#s-430cb51f-cc53-4493-b58f-0222fbaffed6.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-430cb51f-cc53-4493-b58f-0222fbaffed6-root {
    text-align: center;
  }


#s-430cb51f-cc53-4493-b58f-0222fbaffed6.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-430cb51f-cc53-4493-b58f-0222fbaffed6-root {
    text-align: center;
  }


#s-430cb51f-cc53-4493-b58f-0222fbaffed6.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
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(84, 185, 72, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1.25px;
color: rgba(84, 185, 72, 1);
background-image: none;
hover-type: color;
}
#s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e:hover {border-style: solid !important;
border-top-width: 1.75px !important;
border-left-width: 1.75px !important;
border-bottom-width: 1.75px !important;
border-right-width: 1.75px !important;
border-color: rgba(84, 185, 72, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e-root {
    text-align: center;
  }


#s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e-root {
    text-align: center;
  }


#s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e-root {
    text-align: center;
  }


#s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e-root {
    text-align: center;
  }


#s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e-root {
    text-align: center;
  }


#s-aa15469e-45ab-4bab-a5e2-f4a0d142b97e.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d17ea7eb-85b4-4c13-83f7-a7d075b58fd1 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 35px;
margin-right: 0%;
padding-top: 0px;
padding-left: 45px;
padding-bottom: 0px;
padding-right: 45px;
}

@media (min-width: 0px) {
[id="s-d17ea7eb-85b4-4c13-83f7-a7d075b58fd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d17ea7eb-85b4-4c13-83f7-a7d075b58fd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d17ea7eb-85b4-4c13-83f7-a7d075b58fd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d17ea7eb-85b4-4c13-83f7-a7d075b58fd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
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(84, 185, 72, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1.25px;
color: rgba(84, 185, 72, 1);
background-image: none;
hover-type: color;
}
#s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967:hover {border-style: solid !important;
border-top-width: 1.75px !important;
border-left-width: 1.75px !important;
border-bottom-width: 1.75px !important;
border-right-width: 1.75px !important;
border-color: rgba(84, 185, 72, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967-root {
    text-align: center;
  }


#s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967-root {
    text-align: center;
  }


#s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967-root {
    text-align: center;
  }


#s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967-root {
    text-align: center;
  }


#s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967-root {
    text-align: center;
  }


#s-46dfd0f0-7f19-4d64-a0aa-316f2d91d967.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6a78fdaf-af07-466f-8815-fb014cf577ba {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
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(84, 185, 72, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1.25px;
color: rgba(84, 185, 72, 1);
background-image: none;
hover-type: color;
}
#s-6a78fdaf-af07-466f-8815-fb014cf577ba:hover {border-style: solid !important;
border-top-width: 1.75px !important;
border-left-width: 1.75px !important;
border-bottom-width: 1.75px !important;
border-right-width: 1.75px !important;
border-color: rgba(84, 185, 72, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6a78fdaf-af07-466f-8815-fb014cf577ba:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6a78fdaf-af07-466f-8815-fb014cf577ba-root {
    text-align: center;
  }


#s-6a78fdaf-af07-466f-8815-fb014cf577ba.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a78fdaf-af07-466f-8815-fb014cf577ba-root {
    text-align: center;
  }


#s-6a78fdaf-af07-466f-8815-fb014cf577ba.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a78fdaf-af07-466f-8815-fb014cf577ba-root {
    text-align: center;
  }


#s-6a78fdaf-af07-466f-8815-fb014cf577ba.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a78fdaf-af07-466f-8815-fb014cf577ba-root {
    text-align: center;
  }


#s-6a78fdaf-af07-466f-8815-fb014cf577ba.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a78fdaf-af07-466f-8815-fb014cf577ba-root {
    text-align: center;
  }


#s-6a78fdaf-af07-466f-8815-fb014cf577ba.shg-btn {
  color: rgba(84, 185, 72, 1);
  font-size: 13px;
  font-weight: 900;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-65ed9f15-1644-4045-aebf-880282686443 {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}@media (max-width: 767px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}







#s-65ed9f15-1644-4045-aebf-880282686443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65ed9f15-1644-4045-aebf-880282686443.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a786468e-29b6-4410-892d-121500190229 {
  margin-left: 20px;
margin-right: 20px;
min-height: 345px;
}
@media (min-width: 1200px){#s-a786468e-29b6-4410-892d-121500190229 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a786468e-29b6-4410-892d-121500190229 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a786468e-29b6-4410-892d-121500190229 {
  
}
}@media (max-width: 767px){#s-a786468e-29b6-4410-892d-121500190229 {
  
}
}
@media (min-width: 0px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {
  
}
@media (min-width: 1200px){#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {
  
}
}@media (max-width: 767px){#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {
  
}
}







#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
  text-align: center;
}
@media (min-width: 1200px){#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
  
}
}@media (max-width: 767px){#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
  
}
}






  #s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 img.shogun-image {
    

    
    
    
  }


#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-47ba6969-3267-447e-aa7d-9954b2c14e5c {
  padding-top: 10px;
padding-bottom: 0px;
min-height: 345px;
}
@media (min-width: 1200px){#s-47ba6969-3267-447e-aa7d-9954b2c14e5c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47ba6969-3267-447e-aa7d-9954b2c14e5c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47ba6969-3267-447e-aa7d-9954b2c14e5c {
  
}
}@media (max-width: 767px){#s-47ba6969-3267-447e-aa7d-9954b2c14e5c {
  
}
}







#s-47ba6969-3267-447e-aa7d-9954b2c14e5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47ba6969-3267-447e-aa7d-9954b2c14e5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e352afc-5b43-4781-8714-7d6e374172cd {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8e352afc-5b43-4781-8714-7d6e374172cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e352afc-5b43-4781-8714-7d6e374172cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e352afc-5b43-4781-8714-7d6e374172cd {
  
}
}@media (max-width: 767px){#s-8e352afc-5b43-4781-8714-7d6e374172cd {
  
}
}
#s-8e352afc-5b43-4781-8714-7d6e374172cd .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 1px;
  
}



#s-6c55744b-66e8-4562-8a32-306bba8e2fe7 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6c55744b-66e8-4562-8a32-306bba8e2fe7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c55744b-66e8-4562-8a32-306bba8e2fe7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c55744b-66e8-4562-8a32-306bba8e2fe7 {
  
}
}@media (max-width: 767px){#s-6c55744b-66e8-4562-8a32-306bba8e2fe7 {
  
}
}
#s-6c55744b-66e8-4562-8a32-306bba8e2fe7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



.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-78f2a846-8d19-4328-8f49-6842571984eb {
  margin-left: 8%;
margin-right: 8%;
}

#s-19842e22-4d2f-45b0-b52e-83e6ea0da548 {
  margin-top: 10px;
margin-bottom: 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(59, 51, 54, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(59, 51, 54, 1);
background-image: none;
hover-type: color;
}
#s-19842e22-4d2f-45b0-b52e-83e6ea0da548: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-19842e22-4d2f-45b0-b52e-83e6ea0da548:active {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-19842e22-4d2f-45b0-b52e-83e6ea0da548-root {
    text-align: center;
  }


#s-19842e22-4d2f-45b0-b52e-83e6ea0da548.shg-btn {
  color: rgba(59, 51, 54, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19842e22-4d2f-45b0-b52e-83e6ea0da548-root {
    text-align: center;
  }


#s-19842e22-4d2f-45b0-b52e-83e6ea0da548.shg-btn {
  color: rgba(59, 51, 54, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19842e22-4d2f-45b0-b52e-83e6ea0da548-root {
    text-align: center;
  }


#s-19842e22-4d2f-45b0-b52e-83e6ea0da548.shg-btn {
  color: rgba(59, 51, 54, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19842e22-4d2f-45b0-b52e-83e6ea0da548-root {
    text-align: center;
  }


#s-19842e22-4d2f-45b0-b52e-83e6ea0da548.shg-btn {
  color: rgba(59, 51, 54, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19842e22-4d2f-45b0-b52e-83e6ea0da548-root {
    text-align: center;
  }


#s-19842e22-4d2f-45b0-b52e-83e6ea0da548.shg-btn {
  color: rgba(59, 51, 54, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7ad6edec-122e-4c50-b745-410598f2f304 {
  margin-left: 20px;
margin-right: 20px;
min-height: 315px;
}
@media (min-width: 1200px){#s-7ad6edec-122e-4c50-b745-410598f2f304 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ad6edec-122e-4c50-b745-410598f2f304 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ad6edec-122e-4c50-b745-410598f2f304 {
  
}
}@media (max-width: 767px){#s-7ad6edec-122e-4c50-b745-410598f2f304 {
  
}
}
@media (min-width: 0px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-554e25d9-aef3-4524-9327-32fe1f2ace51 {
  padding-top: 10px;
min-height: 345px;
}
@media (min-width: 1200px){#s-554e25d9-aef3-4524-9327-32fe1f2ace51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-554e25d9-aef3-4524-9327-32fe1f2ace51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-554e25d9-aef3-4524-9327-32fe1f2ace51 {
  
}
}@media (max-width: 767px){#s-554e25d9-aef3-4524-9327-32fe1f2ace51 {
  
}
}







#s-554e25d9-aef3-4524-9327-32fe1f2ace51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-554e25d9-aef3-4524-9327-32fe1f2ace51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c4cdd83-2da5-440e-b124-141e415da640 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8c4cdd83-2da5-440e-b124-141e415da640 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c4cdd83-2da5-440e-b124-141e415da640 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c4cdd83-2da5-440e-b124-141e415da640 {
  
}
}@media (max-width: 767px){#s-8c4cdd83-2da5-440e-b124-141e415da640 {
  
}
}
#s-8c4cdd83-2da5-440e-b124-141e415da640 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 1px;
  
}



#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 {
  
}
}@media (max-width: 767px){#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 {
  
}
}
#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-b770a203-a3fb-4558-b12e-e0f6117d1930 {
  margin-left: 8%;
margin-right: 8%;
}

#s-856541c8-359d-4150-94e6-e3733089ac0d {
  margin-top: 10px;
margin-bottom: 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(59, 51, 54, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(59, 51, 54, 1);
background-image: none;
hover-type: color;
}
#s-856541c8-359d-4150-94e6-e3733089ac0d: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-856541c8-359d-4150-94e6-e3733089ac0d:active {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-856541c8-359d-4150-94e6-e3733089ac0d-root {
    text-align: center;
  }


#s-856541c8-359d-4150-94e6-e3733089ac0d.shg-btn {
  color: rgba(59, 51, 54, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-856541c8-359d-4150-94e6-e3733089ac0d-root {
    text-align: center;
  }


#s-856541c8-359d-4150-94e6-e3733089ac0d.shg-btn {
  color: rgba(59, 51, 54, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-856541c8-359d-4150-94e6-e3733089ac0d-root {
    text-align: center;
  }


#s-856541c8-359d-4150-94e6-e3733089ac0d.shg-btn {
  color: rgba(59, 51, 54, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-856541c8-359d-4150-94e6-e3733089ac0d-root {
    text-align: center;
  }


#s-856541c8-359d-4150-94e6-e3733089ac0d.shg-btn {
  color: rgba(59, 51, 54, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-856541c8-359d-4150-94e6-e3733089ac0d-root {
    text-align: center;
  }


#s-856541c8-359d-4150-94e6-e3733089ac0d.shg-btn {
  color: rgba(59, 51, 54, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {
  
}
@media (min-width: 1200px){#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {
  
}
}@media (max-width: 767px){#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {
  
}
}







#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ec89865-af5a-4fba-a77f-2a46998b8d10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
  text-align: center;
}
@media (min-width: 1200px){#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
  
}
}@media (max-width: 767px){#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
  
}
}






  #s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 img.shogun-image {
    

    
    
    
  }


#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ecc5bdf-6c47-4764-8e4c-cad5c6faa3aa {
  margin-top: 45px;
margin-bottom: 45px;
min-height: 50px;
}








#s-0ecc5bdf-6c47-4764-8e4c-cad5c6faa3aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ecc5bdf-6c47-4764-8e4c-cad5c6faa3aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6024a8ea-275a-4bac-b8dc-e946eaadc93f {
  min-height: 500px;
background-color: rgba(84, 185, 72, 1);
}
@media (min-width: 1200px){#s-6024a8ea-275a-4bac-b8dc-e946eaadc93f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6024a8ea-275a-4bac-b8dc-e946eaadc93f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6024a8ea-275a-4bac-b8dc-e946eaadc93f {
  
}
}@media (max-width: 767px){#s-6024a8ea-275a-4bac-b8dc-e946eaadc93f {
  
}
}







#s-6024a8ea-275a-4bac-b8dc-e946eaadc93f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6024a8ea-275a-4bac-b8dc-e946eaadc93f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-892db68e-1918-4ef5-aeb2-8a5cb2e6eb71 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-892db68e-1918-4ef5-aeb2-8a5cb2e6eb71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-892db68e-1918-4ef5-aeb2-8a5cb2e6eb71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-892db68e-1918-4ef5-aeb2-8a5cb2e6eb71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-892db68e-1918-4ef5-aeb2-8a5cb2e6eb71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-892db68e-1918-4ef5-aeb2-8a5cb2e6eb71"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-afea80a9-da55-405e-8ac0-8d7919c0ae37 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-afea80a9-da55-405e-8ac0-8d7919c0ae37 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afea80a9-da55-405e-8ac0-8d7919c0ae37 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-afea80a9-da55-405e-8ac0-8d7919c0ae37 {
  
}
}@media (max-width: 767px){#s-afea80a9-da55-405e-8ac0-8d7919c0ae37 {
  
}
}







#s-afea80a9-da55-405e-8ac0-8d7919c0ae37 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-afea80a9-da55-405e-8ac0-8d7919c0ae37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0046b7b1-2db2-4f4a-aaf6-d001908a926e {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0046b7b1-2db2-4f4a-aaf6-d001908a926e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-983c297c-d798-444d-ad51-33f51a5834ea {
  margin-left: 50px;
margin-right: 50px;
padding-bottom: 17px;
}

#s-8725afc2-d795-4962-a7e0-845e8e05b46a {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
padding-top: 16px;
padding-left: 35px;
padding-bottom: 16px;
padding-right: 35px;
border-radius: 2px;
background-color: rgba(84, 185, 72, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined custom;
}
#s-8725afc2-d795-4962-a7e0-845e8e05b46a:hover {background-color: rgba(84, 185, 72, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8725afc2-d795-4962-a7e0-845e8e05b46a:active {background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8725afc2-d795-4962-a7e0-845e8e05b46a-root {
    text-align: left;
  }


#s-8725afc2-d795-4962-a7e0-845e8e05b46a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8725afc2-d795-4962-a7e0-845e8e05b46a-root {
    text-align: left;
  }


#s-8725afc2-d795-4962-a7e0-845e8e05b46a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8725afc2-d795-4962-a7e0-845e8e05b46a-root {
    text-align: left;
  }


#s-8725afc2-d795-4962-a7e0-845e8e05b46a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8725afc2-d795-4962-a7e0-845e8e05b46a-root {
    text-align: left;
  }


#s-8725afc2-d795-4962-a7e0-845e8e05b46a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8725afc2-d795-4962-a7e0-845e8e05b46a-root {
    text-align: left;
  }


#s-8725afc2-d795-4962-a7e0-845e8e05b46a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-76c37249-3b99-4f39-9bdf-8040d9c2ea78 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-76c37249-3b99-4f39-9bdf-8040d9c2ea78 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76c37249-3b99-4f39-9bdf-8040d9c2ea78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76c37249-3b99-4f39-9bdf-8040d9c2ea78 {
  
}
}@media (max-width: 767px){#s-76c37249-3b99-4f39-9bdf-8040d9c2ea78 {
  
}
}







#s-76c37249-3b99-4f39-9bdf-8040d9c2ea78 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-76c37249-3b99-4f39-9bdf-8040d9c2ea78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-5cc57e98-7198-469e-84f0-ae530a3b2d40 {
  margin-top: 35px;
margin-bottom: 35px;
}

#s-5cc57e98-7198-469e-84f0-ae530a3b2d40 hr {
  border-top: 2px solid #ddd;
}

#s-158df05c-d29d-4776-a668-bac8e5eb880b {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-158df05c-d29d-4776-a668-bac8e5eb880b .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c29bb6f1-20b7-4dbf-8c38-2447733c19cd {
  padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-c29bb6f1-20b7-4dbf-8c38-2447733c19cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c29bb6f1-20b7-4dbf-8c38-2447733c19cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c29bb6f1-20b7-4dbf-8c38-2447733c19cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c29bb6f1-20b7-4dbf-8c38-2447733c19cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ee47be6d-d568-451d-b0ec-7735217fd69c {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-33718337-d6c7-4171-8296-2d1d4dde7034 {
  text-align: left;
}



.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33718337-d6c7-4171-8296-2d1d4dde7034 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-8ec1f730-3173-44a4-8d41-9af82e7414a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ec1f730-3173-44a4-8d41-9af82e7414a1 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-8b589445-788f-4d58-876a-2e64f0c133c6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 35px;
padding-bottom: 16px;
padding-right: 35px;
border-radius: 2px;
background-color: rgba(84, 185, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined custom;
}
#s-8b589445-788f-4d58-876a-2e64f0c133c6:hover {background-color: rgba(84, 185, 72, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b589445-788f-4d58-876a-2e64f0c133c6:active {background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8b589445-788f-4d58-876a-2e64f0c133c6-root {
    text-align: center;
  }


#s-8b589445-788f-4d58-876a-2e64f0c133c6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b589445-788f-4d58-876a-2e64f0c133c6-root {
    text-align: center;
  }


#s-8b589445-788f-4d58-876a-2e64f0c133c6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b589445-788f-4d58-876a-2e64f0c133c6-root {
    text-align: center;
  }


#s-8b589445-788f-4d58-876a-2e64f0c133c6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b589445-788f-4d58-876a-2e64f0c133c6-root {
    text-align: center;
  }


#s-8b589445-788f-4d58-876a-2e64f0c133c6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b589445-788f-4d58-876a-2e64f0c133c6-root {
    text-align: center;
  }


#s-8b589445-788f-4d58-876a-2e64f0c133c6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2fa73918-a696-4a80-8fe5-ee02ef584302 {
  display: none;
}
#s-f7328e9c-3c23-44f8-89b8-153f5f516334 {
  text-align: left;
}



.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7328e9c-3c23-44f8-89b8-153f5f516334 img.shogun-image {
  width: 100%;
}




#s-d0b305d2-a2f1-41f4-bbfd-51291c17aa7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0b305d2-a2f1-41f4-bbfd-51291c17aa7a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 35px;
padding-bottom: 16px;
padding-right: 35px;
border-radius: 2px;
background-color: rgba(84, 185, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined custom;
}
#s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483:hover {background-color: rgba(84, 185, 72, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483:active {background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483-root {
    text-align: center;
  }


#s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483-root {
    text-align: center;
  }


#s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483-root {
    text-align: center;
  }


#s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483-root {
    text-align: center;
  }


#s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483-root {
    text-align: center;
  }


#s-839649fa-dfc0-4ec3-8ac1-a8ff605bf483.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d7660f57-4965-425e-83c8-dec9a3a1e8d4 {
  display: none;
}
#s-d68c9e20-0b79-44b4-b80a-6090e616b680 {
  text-align: left;
}



.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d68c9e20-0b79-44b4-b80a-6090e616b680 img.shogun-image {
  width: 100%;
}




#s-926c806d-36ff-41ec-981b-be26fc8bfc0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-926c806d-36ff-41ec-981b-be26fc8bfc0b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-2e7049ca-8c04-47e0-99ab-69ff73e39832 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 35px;
padding-bottom: 16px;
padding-right: 35px;
border-radius: 2px;
background-color: rgba(84, 185, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined custom;
}
#s-2e7049ca-8c04-47e0-99ab-69ff73e39832:hover {background-color: rgba(84, 185, 72, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2e7049ca-8c04-47e0-99ab-69ff73e39832:active {background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2e7049ca-8c04-47e0-99ab-69ff73e39832-root {
    text-align: center;
  }


#s-2e7049ca-8c04-47e0-99ab-69ff73e39832.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e7049ca-8c04-47e0-99ab-69ff73e39832-root {
    text-align: center;
  }


#s-2e7049ca-8c04-47e0-99ab-69ff73e39832.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e7049ca-8c04-47e0-99ab-69ff73e39832-root {
    text-align: center;
  }


#s-2e7049ca-8c04-47e0-99ab-69ff73e39832.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e7049ca-8c04-47e0-99ab-69ff73e39832-root {
    text-align: center;
  }


#s-2e7049ca-8c04-47e0-99ab-69ff73e39832.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e7049ca-8c04-47e0-99ab-69ff73e39832-root {
    text-align: center;
  }


#s-2e7049ca-8c04-47e0-99ab-69ff73e39832.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-52b7a9d9-364d-4c56-adc9-f558e451089f {
  display: none;
}
#s-4305e7d6-56aa-4010-90a0-b6991b512397 {
  text-align: left;
}



.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4305e7d6-56aa-4010-90a0-b6991b512397 img.shogun-image {
  width: 100%;
}




#s-f365f192-8643-4b56-8bb0-aced51520831 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f365f192-8643-4b56-8bb0-aced51520831 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: ;
}

#s-2b255680-c046-4ec1-b1b6-d016a3311ce0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 35px;
padding-bottom: 16px;
padding-right: 35px;
border-radius: 2px;
background-color: rgba(84, 185, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined custom;
}
#s-2b255680-c046-4ec1-b1b6-d016a3311ce0:hover {background-color: rgba(84, 185, 72, 0.9) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b255680-c046-4ec1-b1b6-d016a3311ce0:active {background-color: rgba(84, 185, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2b255680-c046-4ec1-b1b6-d016a3311ce0-root {
    text-align: center;
  }


#s-2b255680-c046-4ec1-b1b6-d016a3311ce0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b255680-c046-4ec1-b1b6-d016a3311ce0-root {
    text-align: center;
  }


#s-2b255680-c046-4ec1-b1b6-d016a3311ce0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b255680-c046-4ec1-b1b6-d016a3311ce0-root {
    text-align: center;
  }


#s-2b255680-c046-4ec1-b1b6-d016a3311ce0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b255680-c046-4ec1-b1b6-d016a3311ce0-root {
    text-align: center;
  }


#s-2b255680-c046-4ec1-b1b6-d016a3311ce0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b255680-c046-4ec1-b1b6-d016a3311ce0-root {
    text-align: center;
  }


#s-2b255680-c046-4ec1-b1b6-d016a3311ce0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a33a4ea6-ec63-470c-b83c-fb2a7c3938f6 {
  margin-top: 35px;
margin-bottom: 35px;
}

#s-a33a4ea6-ec63-470c-b83c-fb2a7c3938f6 hr {
  border-top: 2px solid #ddd;
}

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