.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-43f7dc0e-6402-4437-8f73-0dcac509461c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -60px;
min-height: 300px;
background-position: center center;
}

#s-43f7dc0e-6402-4437-8f73-0dcac509461c {
  background-image: url(https://i.shgcdn.com/bb526869-8e03-45ed-b43c-3cceb3cfdceb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-43f7dc0e-6402-4437-8f73-0dcac509461c > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.3;
}#s-43f7dc0e-6402-4437-8f73-0dcac509461c.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-50be7667-178e-465d-a9b2-a6487f07f1e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50be7667-178e-465d-a9b2-a6487f07f1e5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "DOWNCOME";
  font-style:  normal ;
  font-size: 90px;
  
  
  
}



#s-b83e80bc-8e67-4e4e-9458-e696a4715216 {
  margin-top: 0px;
margin-bottom: -80px;
padding-top: 32px;
padding-left: 0%;
padding-bottom: 32px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(26, 26, 26, 1);
}








#s-b83e80bc-8e67-4e4e-9458-e696a4715216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b83e80bc-8e67-4e4e-9458-e696a4715216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-976d8375-6fd3-4961-981b-7b7618dc8cd7 {
  padding-left: 13%;
padding-right: 13%;
background-color: rgba(26, 26, 26, 1);
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-976d8375-6fd3-4961-981b-7b7618dc8cd7 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-976d8375-6fd3-4961-981b-7b7618dc8cd7 {
  padding-left: 0%;
padding-right: 0%;
}
}

  #s-976d8375-6fd3-4961-981b-7b7618dc8cd7 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 28, 0, 1);
    border: 1px solid rgba(26, 26, 26, 1);
  }
  #s-976d8375-6fd3-4961-981b-7b7618dc8cd7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(26, 26, 26, 1);
  }
#s-976d8375-6fd3-4961-981b-7b7618dc8cd7 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-976d8375-6fd3-4961-981b-7b7618dc8cd7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(26, 26, 26, 1);
}

#s-976d8375-6fd3-4961-981b-7b7618dc8cd7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-976d8375-6fd3-4961-981b-7b7618dc8cd7 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(26, 26, 26, 1);
}

#s-2de99ef0-158b-400a-9ec7-265018834028 {
  margin-top: -10px;
margin-left: 1px;
margin-right: 3px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2de99ef0-158b-400a-9ec7-265018834028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2de99ef0-158b-400a-9ec7-265018834028.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-44ee858f-b7f1-460b-b048-964448149ca0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44ee858f-b7f1-460b-b048-964448149ca0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44ee858f-b7f1-460b-b048-964448149ca0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44ee858f-b7f1-460b-b048-964448149ca0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44ee858f-b7f1-460b-b048-964448149ca0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44ee858f-b7f1-460b-b048-964448149ca0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-44ee858f-b7f1-460b-b048-964448149ca0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

.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-eab84869-5d12-416b-9720-2d5fbeca2629 {
  padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eab84869-5d12-416b-9720-2d5fbeca2629 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-eab84869-5d12-416b-9720-2d5fbeca2629 {
  padding-left: 2%;
padding-right: 2%;
}
}






  #s-eab84869-5d12-416b-9720-2d5fbeca2629 img.shogun-image {
    

    
    
    
  }


#s-eab84869-5d12-416b-9720-2d5fbeca2629 .shogun-image-content {
  
    align-items: center;
  
}

#s-61ea9d57-0d04-48e2-8a03-8eed7bce16e2 {
  margin-top: 18px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-61ea9d57-0d04-48e2-8a03-8eed7bce16e2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-61ea9d57-0d04-48e2-8a03-8eed7bce16e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61ea9d57-0d04-48e2-8a03-8eed7bce16e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61ea9d57-0d04-48e2-8a03-8eed7bce16e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-61ea9d57-0d04-48e2-8a03-8eed7bce16e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61ea9d57-0d04-48e2-8a03-8eed7bce16e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-61ea9d57-0d04-48e2-8a03-8eed7bce16e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-61ea9d57-0d04-48e2-8a03-8eed7bce16e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-b84e08d2-856d-40db-8998-05d735d14bf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b84e08d2-856d-40db-8998-05d735d14bf6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "DOWNCOME";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-4d7b1541-f9f5-4637-844a-48eade10a717 {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-4d7b1541-f9f5-4637-844a-48eade10a717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d7b1541-f9f5-4637-844a-48eade10a717.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b406b511-ce7c-4fb5-9e24-526d6a9bd876"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b406b511-ce7c-4fb5-9e24-526d6a9bd876"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-b406b511-ce7c-4fb5-9e24-526d6a9bd876"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-b406b511-ce7c-4fb5-9e24-526d6a9bd876"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-cc887e7a-1820-4266-8ecb-a9b5434a66ed {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-cc887e7a-1820-4266-8ecb-a9b5434a66ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc887e7a-1820-4266-8ecb-a9b5434a66ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca94d926-5f46-458c-949e-21ced842b1cc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-ca94d926-5f46-458c-949e-21ced842b1cc {
  background-image: url(https://i.shgcdn.com/08051626-edf3-4d02-b7fd-4a0813e024dc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ca94d926-5f46-458c-949e-21ced842b1cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca94d926-5f46-458c-949e-21ced842b1cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cfb93a6-b000-4938-9c66-2cd27a1cabb2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-8cfb93a6-b000-4938-9c66-2cd27a1cabb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cfb93a6-b000-4938-9c66-2cd27a1cabb2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61c7065c-1721-4d1e-acae-91b55896eed3 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-61c7065c-1721-4d1e-acae-91b55896eed3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ded2c6cd-dd8f-40a1-a4a3-45c5dc7493a2 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-ded2c6cd-dd8f-40a1-a4a3-45c5dc7493a2 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-080ba0a7-455b-44bc-b69e-6e420c1690e3 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-080ba0a7-455b-44bc-b69e-6e420c1690e3:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-080ba0a7-455b-44bc-b69e-6e420c1690e3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-080ba0a7-455b-44bc-b69e-6e420c1690e3-root {
    text-align: center;
  }


#s-080ba0a7-455b-44bc-b69e-6e420c1690e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-080ba0a7-455b-44bc-b69e-6e420c1690e3-root {
    text-align: center;
  }


#s-080ba0a7-455b-44bc-b69e-6e420c1690e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-080ba0a7-455b-44bc-b69e-6e420c1690e3-root {
    text-align: center;
  }


#s-080ba0a7-455b-44bc-b69e-6e420c1690e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-080ba0a7-455b-44bc-b69e-6e420c1690e3-root {
    text-align: center;
  }


#s-080ba0a7-455b-44bc-b69e-6e420c1690e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-080ba0a7-455b-44bc-b69e-6e420c1690e3-root {
    text-align: center;
  }


#s-080ba0a7-455b-44bc-b69e-6e420c1690e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-543e2c01-6292-46c7-a899-9c38d73cd1f4 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-543e2c01-6292-46c7-a899-9c38d73cd1f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-543e2c01-6292-46c7-a899-9c38d73cd1f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ee30231-d0d1-4125-9062-64d87c7e26f9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-0ee30231-d0d1-4125-9062-64d87c7e26f9 {
  background-image: url(https://i.shgcdn.com/a0c9c551-8339-42fe-9ab7-c99dfadcb24b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0ee30231-d0d1-4125-9062-64d87c7e26f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ee30231-d0d1-4125-9062-64d87c7e26f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ba02838-74b9-46ab-befc-bb29f456a86c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-6ba02838-74b9-46ab-befc-bb29f456a86c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ba02838-74b9-46ab-befc-bb29f456a86c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07e08cd5-5587-4f78-97d8-4f0f8e6ead59 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-07e08cd5-5587-4f78-97d8-4f0f8e6ead59 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a0e1aa22-ac42-4db8-8bee-c9a32f922c7d {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-a0e1aa22-ac42-4db8-8bee-c9a32f922c7d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c620e561-38b3-4fbb-b32b-827ce962ec8f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-c620e561-38b3-4fbb-b32b-827ce962ec8f:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c620e561-38b3-4fbb-b32b-827ce962ec8f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c620e561-38b3-4fbb-b32b-827ce962ec8f-root {
    text-align: center;
  }


#s-c620e561-38b3-4fbb-b32b-827ce962ec8f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c620e561-38b3-4fbb-b32b-827ce962ec8f-root {
    text-align: center;
  }


#s-c620e561-38b3-4fbb-b32b-827ce962ec8f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c620e561-38b3-4fbb-b32b-827ce962ec8f-root {
    text-align: center;
  }


#s-c620e561-38b3-4fbb-b32b-827ce962ec8f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c620e561-38b3-4fbb-b32b-827ce962ec8f-root {
    text-align: center;
  }


#s-c620e561-38b3-4fbb-b32b-827ce962ec8f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c620e561-38b3-4fbb-b32b-827ce962ec8f-root {
    text-align: center;
  }


#s-c620e561-38b3-4fbb-b32b-827ce962ec8f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-b8cea478-1007-413d-b8ae-d1b010663e9e {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-b8cea478-1007-413d-b8ae-d1b010663e9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8cea478-1007-413d-b8ae-d1b010663e9e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-96bd8dd7-42a4-4b88-a43b-2882eb6b5e5e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-96bd8dd7-42a4-4b88-a43b-2882eb6b5e5e {
  background-image: url(https://i.shgcdn.com/afd16f8b-35a2-43ab-84bf-ebd6db549b66/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-96bd8dd7-42a4-4b88-a43b-2882eb6b5e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96bd8dd7-42a4-4b88-a43b-2882eb6b5e5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92eb0096-09f4-4341-983b-e2117a43ab7e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-92eb0096-09f4-4341-983b-e2117a43ab7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92eb0096-09f4-4341-983b-e2117a43ab7e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-50dbd7c1-87d6-49a6-aa3e-f36fdfc0fbb8 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-50dbd7c1-87d6-49a6-aa3e-f36fdfc0fbb8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-88a39c45-181b-4717-bd28-a3f302205e99 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-88a39c45-181b-4717-bd28-a3f302205e99 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5d067842-1207-4605-8224-e4a184c5b271 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-5d067842-1207-4605-8224-e4a184c5b271:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5d067842-1207-4605-8224-e4a184c5b271:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d067842-1207-4605-8224-e4a184c5b271-root {
    text-align: center;
  }


#s-5d067842-1207-4605-8224-e4a184c5b271.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5d067842-1207-4605-8224-e4a184c5b271-root {
    text-align: center;
  }


#s-5d067842-1207-4605-8224-e4a184c5b271.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d067842-1207-4605-8224-e4a184c5b271-root {
    text-align: center;
  }


#s-5d067842-1207-4605-8224-e4a184c5b271.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d067842-1207-4605-8224-e4a184c5b271-root {
    text-align: center;
  }


#s-5d067842-1207-4605-8224-e4a184c5b271.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5d067842-1207-4605-8224-e4a184c5b271-root {
    text-align: center;
  }


#s-5d067842-1207-4605-8224-e4a184c5b271.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-48ffe31d-ccb3-4a30-acd5-cd7c26bcd7c9 {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-48ffe31d-ccb3-4a30-acd5-cd7c26bcd7c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ffe31d-ccb3-4a30-acd5-cd7c26bcd7c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e1906808-445a-4c9a-baab-d6ac06a2a004"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1906808-445a-4c9a-baab-d6ac06a2a004"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-e1906808-445a-4c9a-baab-d6ac06a2a004"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-e1906808-445a-4c9a-baab-d6ac06a2a004"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-ae09453f-433b-4f82-aab0-366c6cc5c06a {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-ae09453f-433b-4f82-aab0-366c6cc5c06a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae09453f-433b-4f82-aab0-366c6cc5c06a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-15653d35-60eb-4cc5-a689-972c1d3368f6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-15653d35-60eb-4cc5-a689-972c1d3368f6 {
  background-image: url(https://i.shgcdn.com/0d6e14e8-e3cd-499a-8dcc-413d1a17824b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-15653d35-60eb-4cc5-a689-972c1d3368f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15653d35-60eb-4cc5-a689-972c1d3368f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d88e5b8-18e5-4051-8368-1059ed956ea5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-0d88e5b8-18e5-4051-8368-1059ed956ea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d88e5b8-18e5-4051-8368-1059ed956ea5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cb954dad-b392-4444-a7c4-9a7b0c0f2742 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-cb954dad-b392-4444-a7c4-9a7b0c0f2742 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-efce8ce5-2f9b-43ed-87bc-25b7eeb089dd {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-efce8ce5-2f9b-43ed-87bc-25b7eeb089dd .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4e427205-dbaf-489d-8f89-70360d4655b3 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-4e427205-dbaf-489d-8f89-70360d4655b3:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4e427205-dbaf-489d-8f89-70360d4655b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e427205-dbaf-489d-8f89-70360d4655b3-root {
    text-align: center;
  }


#s-4e427205-dbaf-489d-8f89-70360d4655b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4e427205-dbaf-489d-8f89-70360d4655b3-root {
    text-align: center;
  }


#s-4e427205-dbaf-489d-8f89-70360d4655b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e427205-dbaf-489d-8f89-70360d4655b3-root {
    text-align: center;
  }


#s-4e427205-dbaf-489d-8f89-70360d4655b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e427205-dbaf-489d-8f89-70360d4655b3-root {
    text-align: center;
  }


#s-4e427205-dbaf-489d-8f89-70360d4655b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4e427205-dbaf-489d-8f89-70360d4655b3-root {
    text-align: center;
  }


#s-4e427205-dbaf-489d-8f89-70360d4655b3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-1525e52b-7128-4d9e-ab59-ca1202b41fd4 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-1525e52b-7128-4d9e-ab59-ca1202b41fd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1525e52b-7128-4d9e-ab59-ca1202b41fd4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-733a6ff5-8bc0-4bb5-9756-24386428bd22 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-733a6ff5-8bc0-4bb5-9756-24386428bd22 {
  background-image: url(https://i.shgcdn.com/c5355946-7eb4-407f-99ec-53724672f0e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-733a6ff5-8bc0-4bb5-9756-24386428bd22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-733a6ff5-8bc0-4bb5-9756-24386428bd22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9afd946b-0fdb-4100-b1d2-413583602a58 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-9afd946b-0fdb-4100-b1d2-413583602a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9afd946b-0fdb-4100-b1d2-413583602a58.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db196887-1196-4719-a0a8-34437c526077 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-db196887-1196-4719-a0a8-34437c526077 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-724b4b22-5693-49d6-b0ec-2707f3296380 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-724b4b22-5693-49d6-b0ec-2707f3296380 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-074ac616-c142-4ad6-8a54-4b46be64dbc9 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-074ac616-c142-4ad6-8a54-4b46be64dbc9:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-074ac616-c142-4ad6-8a54-4b46be64dbc9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-074ac616-c142-4ad6-8a54-4b46be64dbc9-root {
    text-align: center;
  }


#s-074ac616-c142-4ad6-8a54-4b46be64dbc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-074ac616-c142-4ad6-8a54-4b46be64dbc9-root {
    text-align: center;
  }


#s-074ac616-c142-4ad6-8a54-4b46be64dbc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-074ac616-c142-4ad6-8a54-4b46be64dbc9-root {
    text-align: center;
  }


#s-074ac616-c142-4ad6-8a54-4b46be64dbc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-074ac616-c142-4ad6-8a54-4b46be64dbc9-root {
    text-align: center;
  }


#s-074ac616-c142-4ad6-8a54-4b46be64dbc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-074ac616-c142-4ad6-8a54-4b46be64dbc9-root {
    text-align: center;
  }


#s-074ac616-c142-4ad6-8a54-4b46be64dbc9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
.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-26f85eb7-8386-4434-b205-8daeca6a3869 {
  margin-top: 21px;
margin-bottom: 21px;
}

#s-8812b97e-c957-44f5-814f-49a0f0362306 {
  padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-8812b97e-c957-44f5-814f-49a0f0362306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8812b97e-c957-44f5-814f-49a0f0362306.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bb13f23f-2202-498b-a18f-03448c2eaabc {
  padding-left: 5%;
padding-right: 5%;
}

#s-a0e3a091-3fc9-4e8c-ad41-721120a7713b {
  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-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 {
  text-align: left;
}



.shg-c#s-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b3fc458-fbc0-4c70-9b30-d9512b265ed3 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-fd7b83fb-701b-42db-9f6b-954c13730b0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd7b83fb-701b-42db-9f6b-954c13730b0d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6d1c265c-6ba6-4ec9-8fca-6c850ca2733f {
  text-align: center;
}

#s-6d1c265c-6ba6-4ec9-8fca-6c850ca2733f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6d1c265c-6ba6-4ec9-8fca-6c850ca2733f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6d1c265c-6ba6-4ec9-8fca-6c850ca2733f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-8241cc29-2db2-4099-832b-7bc54f554176 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8241cc29-2db2-4099-832b-7bc54f554176:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8241cc29-2db2-4099-832b-7bc54f554176:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8241cc29-2db2-4099-832b-7bc54f554176 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8241cc29-2db2-4099-832b-7bc54f554176.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8241cc29-2db2-4099-832b-7bc54f554176.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8241cc29-2db2-4099-832b-7bc54f554176.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c100556d-a6cd-4584-801f-920b835f9114 {
  display: none;
}
#s-4e2f488b-054c-457c-b265-c73ebf8e32db {
  text-align: left;
}



.shg-c#s-4e2f488b-054c-457c-b265-c73ebf8e32db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e2f488b-054c-457c-b265-c73ebf8e32db img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e2f488b-054c-457c-b265-c73ebf8e32db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e2f488b-054c-457c-b265-c73ebf8e32db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e2f488b-054c-457c-b265-c73ebf8e32db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e2f488b-054c-457c-b265-c73ebf8e32db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e2f488b-054c-457c-b265-c73ebf8e32db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e2f488b-054c-457c-b265-c73ebf8e32db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e2f488b-054c-457c-b265-c73ebf8e32db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e2f488b-054c-457c-b265-c73ebf8e32db img.shogun-image {
  width: 100%;
}



}
#s-6a25fc3c-04e3-44b2-a364-20bf06b1defd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a25fc3c-04e3-44b2-a364-20bf06b1defd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-feeb7f93-bb67-494f-90d0-75e7a839fd2f {
  text-align: center;
}

#s-feeb7f93-bb67-494f-90d0-75e7a839fd2f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-feeb7f93-bb67-494f-90d0-75e7a839fd2f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-feeb7f93-bb67-494f-90d0-75e7a839fd2f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-74bb9288-1f47-4833-b16a-35603cd415ba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-74bb9288-1f47-4833-b16a-35603cd415ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74bb9288-1f47-4833-b16a-35603cd415ba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74bb9288-1f47-4833-b16a-35603cd415ba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74bb9288-1f47-4833-b16a-35603cd415ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74bb9288-1f47-4833-b16a-35603cd415ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-74bb9288-1f47-4833-b16a-35603cd415ba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-49ba1e98-4b28-46ed-8deb-10a5b7d400b8 {
  display: none;
}
#s-a5d6574d-2f02-4ace-b65d-e497011e106a {
  text-align: left;
}



.shg-c#s-a5d6574d-2f02-4ace-b65d-e497011e106a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d6574d-2f02-4ace-b65d-e497011e106a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5d6574d-2f02-4ace-b65d-e497011e106a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d6574d-2f02-4ace-b65d-e497011e106a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5d6574d-2f02-4ace-b65d-e497011e106a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d6574d-2f02-4ace-b65d-e497011e106a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5d6574d-2f02-4ace-b65d-e497011e106a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d6574d-2f02-4ace-b65d-e497011e106a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5d6574d-2f02-4ace-b65d-e497011e106a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d6574d-2f02-4ace-b65d-e497011e106a img.shogun-image {
  width: 100%;
}



}
#s-ecabc31c-c993-445b-8ab2-e220b06d095a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecabc31c-c993-445b-8ab2-e220b06d095a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-185bef3b-9986-4e3b-a23c-0aba9985e657 {
  text-align: center;
}

#s-185bef3b-9986-4e3b-a23c-0aba9985e657 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-185bef3b-9986-4e3b-a23c-0aba9985e657 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-185bef3b-9986-4e3b-a23c-0aba9985e657 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8c370853-928e-489c-b314-534c0088a57d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8c370853-928e-489c-b314-534c0088a57d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c370853-928e-489c-b314-534c0088a57d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c370853-928e-489c-b314-534c0088a57d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c370853-928e-489c-b314-534c0088a57d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c370853-928e-489c-b314-534c0088a57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c370853-928e-489c-b314-534c0088a57d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-caa2e9b8-53d5-40fe-b165-0b7458408e9b {
  margin-top: -10px;
margin-left: 1px;
margin-right: 3px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-caa2e9b8-53d5-40fe-b165-0b7458408e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caa2e9b8-53d5-40fe-b165-0b7458408e9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bb2dc416-d94b-4f86-a383-21cfdef96cbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb2dc416-d94b-4f86-a383-21cfdef96cbf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb2dc416-d94b-4f86-a383-21cfdef96cbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb2dc416-d94b-4f86-a383-21cfdef96cbf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb2dc416-d94b-4f86-a383-21cfdef96cbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb2dc416-d94b-4f86-a383-21cfdef96cbf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bb2dc416-d94b-4f86-a383-21cfdef96cbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-c356890a-dfab-47a5-9c6d-386fea00a4bd {
  padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c356890a-dfab-47a5-9c6d-386fea00a4bd {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c356890a-dfab-47a5-9c6d-386fea00a4bd {
  padding-left: 2%;
padding-right: 2%;
}
}






  #s-c356890a-dfab-47a5-9c6d-386fea00a4bd img.shogun-image {
    

    
    
    
  }


#s-c356890a-dfab-47a5-9c6d-386fea00a4bd .shogun-image-content {
  
    align-items: center;
  
}

#s-b30cad60-b976-401b-ab18-6b70a1f12345 {
  margin-top: 18px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-b30cad60-b976-401b-ab18-6b70a1f12345 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-b30cad60-b976-401b-ab18-6b70a1f12345"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b30cad60-b976-401b-ab18-6b70a1f12345"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b30cad60-b976-401b-ab18-6b70a1f12345"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b30cad60-b976-401b-ab18-6b70a1f12345"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b30cad60-b976-401b-ab18-6b70a1f12345"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b30cad60-b976-401b-ab18-6b70a1f12345"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b30cad60-b976-401b-ab18-6b70a1f12345"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-7ebd080f-fd67-4a3b-b1b6-b66ce9d854aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ebd080f-fd67-4a3b-b1b6-b66ce9d854aa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "DOWNCOME";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-62ec033b-4fe2-4c85-9315-f91256ef689c {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-62ec033b-4fe2-4c85-9315-f91256ef689c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62ec033b-4fe2-4c85-9315-f91256ef689c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ba961ef6-083b-4b00-a0eb-eaadc4a72ff2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba961ef6-083b-4b00-a0eb-eaadc4a72ff2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-ba961ef6-083b-4b00-a0eb-eaadc4a72ff2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-ba961ef6-083b-4b00-a0eb-eaadc4a72ff2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-8c1497c3-e5ad-48fe-a51b-e06e189d31f6 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-8c1497c3-e5ad-48fe-a51b-e06e189d31f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c1497c3-e5ad-48fe-a51b-e06e189d31f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-354496d7-1a4b-4a21-b2b6-05b60fb78ab3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-354496d7-1a4b-4a21-b2b6-05b60fb78ab3 {
  background-image: url(https://i.shgcdn.com/4f46853a-9f30-4cdf-81a7-ac5d2f0f1a1f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-354496d7-1a4b-4a21-b2b6-05b60fb78ab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-354496d7-1a4b-4a21-b2b6-05b60fb78ab3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bc0c5e9-8398-4ac3-a5f7-22947a982b25 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-0bc0c5e9-8398-4ac3-a5f7-22947a982b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bc0c5e9-8398-4ac3-a5f7-22947a982b25.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-950b840b-2baf-4040-ad96-68faf935ce2a {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-950b840b-2baf-4040-ad96-68faf935ce2a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7992e89e-6436-4d2b-8215-41724b7284a7 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-7992e89e-6436-4d2b-8215-41724b7284a7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2de5e641-38fb-4c43-8078-77693d1befb8 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-2de5e641-38fb-4c43-8078-77693d1befb8:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2de5e641-38fb-4c43-8078-77693d1befb8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2de5e641-38fb-4c43-8078-77693d1befb8-root {
    text-align: center;
  }


#s-2de5e641-38fb-4c43-8078-77693d1befb8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2de5e641-38fb-4c43-8078-77693d1befb8-root {
    text-align: center;
  }


#s-2de5e641-38fb-4c43-8078-77693d1befb8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2de5e641-38fb-4c43-8078-77693d1befb8-root {
    text-align: center;
  }


#s-2de5e641-38fb-4c43-8078-77693d1befb8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2de5e641-38fb-4c43-8078-77693d1befb8-root {
    text-align: center;
  }


#s-2de5e641-38fb-4c43-8078-77693d1befb8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2de5e641-38fb-4c43-8078-77693d1befb8-root {
    text-align: center;
  }


#s-2de5e641-38fb-4c43-8078-77693d1befb8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-1e499178-21d5-4e68-b53e-79320e547496 {
  margin-top: 21px;
margin-bottom: 21px;
}

#s-cbec94fc-f13f-42b5-943a-1e0465ac9673 {
  padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-cbec94fc-f13f-42b5-943a-1e0465ac9673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbec94fc-f13f-42b5-943a-1e0465ac9673.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d1ead9d-b906-4623-8dfc-4109fe76aea0 {
  padding-left: 5%;
padding-right: 5%;
}

#s-465151bf-e7d8-4b0b-8208-89a88c42af0a {
  display: none;
}
#s-e039fffc-b8cb-40e8-b021-b131efd9833a {
  text-align: left;
}



.shg-c#s-e039fffc-b8cb-40e8-b021-b131efd9833a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e039fffc-b8cb-40e8-b021-b131efd9833a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e039fffc-b8cb-40e8-b021-b131efd9833a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e039fffc-b8cb-40e8-b021-b131efd9833a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e039fffc-b8cb-40e8-b021-b131efd9833a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e039fffc-b8cb-40e8-b021-b131efd9833a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e039fffc-b8cb-40e8-b021-b131efd9833a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e039fffc-b8cb-40e8-b021-b131efd9833a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e039fffc-b8cb-40e8-b021-b131efd9833a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e039fffc-b8cb-40e8-b021-b131efd9833a img.shogun-image {
  width: 100%;
}



}
#s-9196e21f-69ba-4962-8f2b-7fd987b1b1a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9196e21f-69ba-4962-8f2b-7fd987b1b1a6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c63030ad-0a40-42d4-a29e-fb76349810ae {
  text-align: center;
}

#s-c63030ad-0a40-42d4-a29e-fb76349810ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c63030ad-0a40-42d4-a29e-fb76349810ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c63030ad-0a40-42d4-a29e-fb76349810ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f04c2796-f490-48e1-a3a2-2b6f72e74029 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f04c2796-f490-48e1-a3a2-2b6f72e74029:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f04c2796-f490-48e1-a3a2-2b6f72e74029:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f04c2796-f490-48e1-a3a2-2b6f72e74029 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f04c2796-f490-48e1-a3a2-2b6f72e74029.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f04c2796-f490-48e1-a3a2-2b6f72e74029.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f04c2796-f490-48e1-a3a2-2b6f72e74029.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5140dfa9-13ed-48d4-8f37-1abaedf03935 {
  display: none;
}
#s-89a405e5-a942-44cb-bf5c-82acaa66d342 {
  text-align: left;
}



.shg-c#s-89a405e5-a942-44cb-bf5c-82acaa66d342 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89a405e5-a942-44cb-bf5c-82acaa66d342 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89a405e5-a942-44cb-bf5c-82acaa66d342 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89a405e5-a942-44cb-bf5c-82acaa66d342 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89a405e5-a942-44cb-bf5c-82acaa66d342 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89a405e5-a942-44cb-bf5c-82acaa66d342 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89a405e5-a942-44cb-bf5c-82acaa66d342 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89a405e5-a942-44cb-bf5c-82acaa66d342 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89a405e5-a942-44cb-bf5c-82acaa66d342 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89a405e5-a942-44cb-bf5c-82acaa66d342 img.shogun-image {
  width: 100%;
}



}
#s-f137cd5e-40fd-4a61-9862-1e4e60b302bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f137cd5e-40fd-4a61-9862-1e4e60b302bc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b93d6df8-945d-4a10-855a-665c9afde489 {
  text-align: center;
}

#s-b93d6df8-945d-4a10-855a-665c9afde489 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b93d6df8-945d-4a10-855a-665c9afde489 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b93d6df8-945d-4a10-855a-665c9afde489 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-097e7528-87cd-49a0-a294-e2d77db60367 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-097e7528-87cd-49a0-a294-e2d77db60367:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-097e7528-87cd-49a0-a294-e2d77db60367:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-097e7528-87cd-49a0-a294-e2d77db60367 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-097e7528-87cd-49a0-a294-e2d77db60367.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-097e7528-87cd-49a0-a294-e2d77db60367.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-097e7528-87cd-49a0-a294-e2d77db60367.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8bac968f-fcd4-4680-a799-2ebe13d1f8e0 {
  display: none;
}
#s-edcb291e-7c30-4182-8f51-60de26049d18 {
  text-align: left;
}



.shg-c#s-edcb291e-7c30-4182-8f51-60de26049d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcb291e-7c30-4182-8f51-60de26049d18 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-edcb291e-7c30-4182-8f51-60de26049d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcb291e-7c30-4182-8f51-60de26049d18 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edcb291e-7c30-4182-8f51-60de26049d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcb291e-7c30-4182-8f51-60de26049d18 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edcb291e-7c30-4182-8f51-60de26049d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcb291e-7c30-4182-8f51-60de26049d18 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-edcb291e-7c30-4182-8f51-60de26049d18 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edcb291e-7c30-4182-8f51-60de26049d18 img.shogun-image {
  width: 100%;
}



}
#s-62f35ab9-5540-4f03-8685-8b7df9e0f60f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62f35ab9-5540-4f03-8685-8b7df9e0f60f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-17de0ed4-4397-4821-aa83-7c8a4a67e493 {
  text-align: center;
}

#s-17de0ed4-4397-4821-aa83-7c8a4a67e493 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-17de0ed4-4397-4821-aa83-7c8a4a67e493 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-17de0ed4-4397-4821-aa83-7c8a4a67e493 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a8ea4e89-e4a4-4ccf-8b13-4bf792a61956 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a8ea4e89-e4a4-4ccf-8b13-4bf792a61956:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8ea4e89-e4a4-4ccf-8b13-4bf792a61956:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a8ea4e89-e4a4-4ccf-8b13-4bf792a61956 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a8ea4e89-e4a4-4ccf-8b13-4bf792a61956.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a8ea4e89-e4a4-4ccf-8b13-4bf792a61956.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a8ea4e89-e4a4-4ccf-8b13-4bf792a61956.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2d95906a-a937-461f-a786-14ae44be8964 {
  margin-top: -10px;
margin-left: 1px;
margin-right: 3px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2d95906a-a937-461f-a786-14ae44be8964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d95906a-a937-461f-a786-14ae44be8964.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-18063d73-fed2-42c1-8fd4-3a7c514b6314"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18063d73-fed2-42c1-8fd4-3a7c514b6314"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18063d73-fed2-42c1-8fd4-3a7c514b6314"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-18063d73-fed2-42c1-8fd4-3a7c514b6314"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18063d73-fed2-42c1-8fd4-3a7c514b6314"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-18063d73-fed2-42c1-8fd4-3a7c514b6314"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18063d73-fed2-42c1-8fd4-3a7c514b6314"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-e3188f8a-6d42-459f-a3aa-89b0ea71631c {
  padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3188f8a-6d42-459f-a3aa-89b0ea71631c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e3188f8a-6d42-459f-a3aa-89b0ea71631c {
  padding-left: 2%;
padding-right: 2%;
}
}






  #s-e3188f8a-6d42-459f-a3aa-89b0ea71631c img.shogun-image {
    

    
    
    
  }


#s-e3188f8a-6d42-459f-a3aa-89b0ea71631c .shogun-image-content {
  
    align-items: center;
  
}

#s-de9761bd-72ac-42f3-9d30-d528c012e9a6 {
  margin-top: 18px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-de9761bd-72ac-42f3-9d30-d528c012e9a6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-de9761bd-72ac-42f3-9d30-d528c012e9a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de9761bd-72ac-42f3-9d30-d528c012e9a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de9761bd-72ac-42f3-9d30-d528c012e9a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de9761bd-72ac-42f3-9d30-d528c012e9a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de9761bd-72ac-42f3-9d30-d528c012e9a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de9761bd-72ac-42f3-9d30-d528c012e9a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de9761bd-72ac-42f3-9d30-d528c012e9a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-a3dd6d23-bfe1-48b1-a7aa-02e11ab83037 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3dd6d23-bfe1-48b1-a7aa-02e11ab83037 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "DOWNCOME";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-3b2840c6-2c80-482a-ab28-521447f1fbda {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-3b2840c6-2c80-482a-ab28-521447f1fbda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b2840c6-2c80-482a-ab28-521447f1fbda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bc0ad134-a22f-4f1e-8cf5-a0947c16d327"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc0ad134-a22f-4f1e-8cf5-a0947c16d327"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-bc0ad134-a22f-4f1e-8cf5-a0947c16d327"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-bc0ad134-a22f-4f1e-8cf5-a0947c16d327"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-ac32e1f1-5b7f-4460-ac79-7fac69d79294 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-ac32e1f1-5b7f-4460-ac79-7fac69d79294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac32e1f1-5b7f-4460-ac79-7fac69d79294.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-de34fc7b-f8ae-4e15-b9a0-d32b9814bc0e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-de34fc7b-f8ae-4e15-b9a0-d32b9814bc0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de34fc7b-f8ae-4e15-b9a0-d32b9814bc0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7f18f41-e86a-470f-a53c-d7bae2923680 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-f7f18f41-e86a-470f-a53c-d7bae2923680 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f18f41-e86a-470f-a53c-d7bae2923680.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-48dbab5c-151a-48a9-8650-505d4ed67e7d {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-48dbab5c-151a-48a9-8650-505d4ed67e7d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6956327e-e4cb-4daf-9867-7b744e3e3d66 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-6956327e-e4cb-4daf-9867-7b744e3e3d66 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c316a030-f7ab-451e-94e8-1d716f2ed205 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-c316a030-f7ab-451e-94e8-1d716f2ed205:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c316a030-f7ab-451e-94e8-1d716f2ed205:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c316a030-f7ab-451e-94e8-1d716f2ed205-root {
    text-align: center;
  }


#s-c316a030-f7ab-451e-94e8-1d716f2ed205.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c316a030-f7ab-451e-94e8-1d716f2ed205-root {
    text-align: center;
  }


#s-c316a030-f7ab-451e-94e8-1d716f2ed205.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c316a030-f7ab-451e-94e8-1d716f2ed205-root {
    text-align: center;
  }


#s-c316a030-f7ab-451e-94e8-1d716f2ed205.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c316a030-f7ab-451e-94e8-1d716f2ed205-root {
    text-align: center;
  }


#s-c316a030-f7ab-451e-94e8-1d716f2ed205.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c316a030-f7ab-451e-94e8-1d716f2ed205-root {
    text-align: center;
  }


#s-c316a030-f7ab-451e-94e8-1d716f2ed205.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-cf81f01d-11ed-498d-a384-3c6bba447f61 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-cf81f01d-11ed-498d-a384-3c6bba447f61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf81f01d-11ed-498d-a384-3c6bba447f61.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-761deaf5-d9b9-4df9-867f-0b06602bf441 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-761deaf5-d9b9-4df9-867f-0b06602bf441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-761deaf5-d9b9-4df9-867f-0b06602bf441.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2020d20c-b5ca-4fe2-a90a-9eb9f1a3b58f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-2020d20c-b5ca-4fe2-a90a-9eb9f1a3b58f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2020d20c-b5ca-4fe2-a90a-9eb9f1a3b58f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cfe391ae-152a-4616-85a9-098b46880c25 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-cfe391ae-152a-4616-85a9-098b46880c25 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a7772390-8311-45f6-8691-aadd0bbe839b {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-a7772390-8311-45f6-8691-aadd0bbe839b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a4aa19c2-37d4-4954-94b2-4d291f55ed15 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-a4aa19c2-37d4-4954-94b2-4d291f55ed15:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a4aa19c2-37d4-4954-94b2-4d291f55ed15:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4aa19c2-37d4-4954-94b2-4d291f55ed15-root {
    text-align: center;
  }


#s-a4aa19c2-37d4-4954-94b2-4d291f55ed15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a4aa19c2-37d4-4954-94b2-4d291f55ed15-root {
    text-align: center;
  }


#s-a4aa19c2-37d4-4954-94b2-4d291f55ed15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4aa19c2-37d4-4954-94b2-4d291f55ed15-root {
    text-align: center;
  }


#s-a4aa19c2-37d4-4954-94b2-4d291f55ed15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4aa19c2-37d4-4954-94b2-4d291f55ed15-root {
    text-align: center;
  }


#s-a4aa19c2-37d4-4954-94b2-4d291f55ed15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a4aa19c2-37d4-4954-94b2-4d291f55ed15-root {
    text-align: center;
  }


#s-a4aa19c2-37d4-4954-94b2-4d291f55ed15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-03a83c60-cd94-4992-9005-a68be09b3933 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-03a83c60-cd94-4992-9005-a68be09b3933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03a83c60-cd94-4992-9005-a68be09b3933.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e45e256-5db9-4540-8eaa-3bfd70cd2203 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-3e45e256-5db9-4540-8eaa-3bfd70cd2203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e45e256-5db9-4540-8eaa-3bfd70cd2203.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1e520cb-cbf8-4d1c-b750-ab622ac556d2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-c1e520cb-cbf8-4d1c-b750-ab622ac556d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1e520cb-cbf8-4d1c-b750-ab622ac556d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-788d81a7-da03-4814-b84d-1de829cc8e44 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-788d81a7-da03-4814-b84d-1de829cc8e44 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-affa1754-fb63-44ac-a2e3-aff53344e6e5 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-affa1754-fb63-44ac-a2e3-aff53344e6e5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4be4afbf-bd95-456e-a5ad-0f1d63e80390 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-4be4afbf-bd95-456e-a5ad-0f1d63e80390:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4be4afbf-bd95-456e-a5ad-0f1d63e80390:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4be4afbf-bd95-456e-a5ad-0f1d63e80390-root {
    text-align: center;
  }


#s-4be4afbf-bd95-456e-a5ad-0f1d63e80390.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4be4afbf-bd95-456e-a5ad-0f1d63e80390-root {
    text-align: center;
  }


#s-4be4afbf-bd95-456e-a5ad-0f1d63e80390.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4be4afbf-bd95-456e-a5ad-0f1d63e80390-root {
    text-align: center;
  }


#s-4be4afbf-bd95-456e-a5ad-0f1d63e80390.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4be4afbf-bd95-456e-a5ad-0f1d63e80390-root {
    text-align: center;
  }


#s-4be4afbf-bd95-456e-a5ad-0f1d63e80390.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4be4afbf-bd95-456e-a5ad-0f1d63e80390-root {
    text-align: center;
  }


#s-4be4afbf-bd95-456e-a5ad-0f1d63e80390.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-be58e5e6-36c8-4305-afe0-b16684b8f88c {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-be58e5e6-36c8-4305-afe0-b16684b8f88c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be58e5e6-36c8-4305-afe0-b16684b8f88c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-65b5ef15-c677-41d0-978e-a80056a35afc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65b5ef15-c677-41d0-978e-a80056a35afc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-65b5ef15-c677-41d0-978e-a80056a35afc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-65b5ef15-c677-41d0-978e-a80056a35afc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-1d91a9ef-7106-4f8a-8e22-ebc8cab94980 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-1d91a9ef-7106-4f8a-8e22-ebc8cab94980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d91a9ef-7106-4f8a-8e22-ebc8cab94980.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7771ba82-b13f-4e19-862e-4b3fa95e353e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-7771ba82-b13f-4e19-862e-4b3fa95e353e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7771ba82-b13f-4e19-862e-4b3fa95e353e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b86f3a7e-032f-4b4d-adb9-96b57837d267 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-b86f3a7e-032f-4b4d-adb9-96b57837d267 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b86f3a7e-032f-4b4d-adb9-96b57837d267.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2639e10a-98fe-4a71-8de1-00f2d1fe8067 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-2639e10a-98fe-4a71-8de1-00f2d1fe8067 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-982f3a02-7745-4397-862b-7584f3df7e1c {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-982f3a02-7745-4397-862b-7584f3df7e1c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a66868d9-35b2-4295-98d0-349c0fb5b92d {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-a66868d9-35b2-4295-98d0-349c0fb5b92d:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a66868d9-35b2-4295-98d0-349c0fb5b92d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a66868d9-35b2-4295-98d0-349c0fb5b92d-root {
    text-align: center;
  }


#s-a66868d9-35b2-4295-98d0-349c0fb5b92d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a66868d9-35b2-4295-98d0-349c0fb5b92d-root {
    text-align: center;
  }


#s-a66868d9-35b2-4295-98d0-349c0fb5b92d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a66868d9-35b2-4295-98d0-349c0fb5b92d-root {
    text-align: center;
  }


#s-a66868d9-35b2-4295-98d0-349c0fb5b92d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a66868d9-35b2-4295-98d0-349c0fb5b92d-root {
    text-align: center;
  }


#s-a66868d9-35b2-4295-98d0-349c0fb5b92d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a66868d9-35b2-4295-98d0-349c0fb5b92d-root {
    text-align: center;
  }


#s-a66868d9-35b2-4295-98d0-349c0fb5b92d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-3483333f-0951-4c9f-ad1a-c9bab6c8ef40 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-3483333f-0951-4c9f-ad1a-c9bab6c8ef40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3483333f-0951-4c9f-ad1a-c9bab6c8ef40.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4e4a0e31-8242-4f40-8f9d-b30e16db29c8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-4e4a0e31-8242-4f40-8f9d-b30e16db29c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e4a0e31-8242-4f40-8f9d-b30e16db29c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-774b71da-3a40-4e6c-8ffc-7fe586555f20 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-774b71da-3a40-4e6c-8ffc-7fe586555f20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-774b71da-3a40-4e6c-8ffc-7fe586555f20.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-638c5f71-c590-49a6-b41f-ee1efa89c9b8 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-638c5f71-c590-49a6-b41f-ee1efa89c9b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-74e56cc6-1ce7-4e44-8a8f-031ee392d22f {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-74e56cc6-1ce7-4e44-8a8f-031ee392d22f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-139ccac8-641b-461f-89b6-08428bf254b6 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-139ccac8-641b-461f-89b6-08428bf254b6:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-139ccac8-641b-461f-89b6-08428bf254b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-139ccac8-641b-461f-89b6-08428bf254b6-root {
    text-align: center;
  }


#s-139ccac8-641b-461f-89b6-08428bf254b6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-139ccac8-641b-461f-89b6-08428bf254b6-root {
    text-align: center;
  }


#s-139ccac8-641b-461f-89b6-08428bf254b6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-139ccac8-641b-461f-89b6-08428bf254b6-root {
    text-align: center;
  }


#s-139ccac8-641b-461f-89b6-08428bf254b6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-139ccac8-641b-461f-89b6-08428bf254b6-root {
    text-align: center;
  }


#s-139ccac8-641b-461f-89b6-08428bf254b6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-139ccac8-641b-461f-89b6-08428bf254b6-root {
    text-align: center;
  }


#s-139ccac8-641b-461f-89b6-08428bf254b6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-2c1885c7-5ccb-41ce-a7f8-45c0650d5c43 {
  margin-top: 21px;
margin-bottom: 21px;
}

#s-90d41b21-5d76-4dd1-8003-ac7b3b8bd24c {
  padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-90d41b21-5d76-4dd1-8003-ac7b3b8bd24c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90d41b21-5d76-4dd1-8003-ac7b3b8bd24c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e1b8d17-3812-4dae-bb50-3a2595d13110 {
  padding-left: 5%;
padding-right: 5%;
}

#s-052251d9-a72d-4c37-9810-58c6b166e5e3 {
  display: none;
}
#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 {
  text-align: left;
}



.shg-c#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78ac199a-0adf-41a9-a469-c7db94cd39d3 img.shogun-image {
  width: 100%;
}



}
#s-74887b35-0d9c-4e93-b184-b0dc7c15bd53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74887b35-0d9c-4e93-b184-b0dc7c15bd53 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-78a3b7af-2e78-45a3-9d93-3752cbc5be6f {
  text-align: center;
}

#s-78a3b7af-2e78-45a3-9d93-3752cbc5be6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78a3b7af-2e78-45a3-9d93-3752cbc5be6f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-78a3b7af-2e78-45a3-9d93-3752cbc5be6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9e66c2b0-4f70-4b88-b34f-a15bd93a2cae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9e66c2b0-4f70-4b88-b34f-a15bd93a2cae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9e66c2b0-4f70-4b88-b34f-a15bd93a2cae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e66c2b0-4f70-4b88-b34f-a15bd93a2cae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e66c2b0-4f70-4b88-b34f-a15bd93a2cae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e66c2b0-4f70-4b88-b34f-a15bd93a2cae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9e66c2b0-4f70-4b88-b34f-a15bd93a2cae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ed647e6b-bf0c-4b74-b4d1-642dd251ede0 {
  display: none;
}
#s-78af7d4e-905d-47ce-8c12-81b2122e80bb {
  text-align: left;
}



.shg-c#s-78af7d4e-905d-47ce-8c12-81b2122e80bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78af7d4e-905d-47ce-8c12-81b2122e80bb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78af7d4e-905d-47ce-8c12-81b2122e80bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78af7d4e-905d-47ce-8c12-81b2122e80bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78af7d4e-905d-47ce-8c12-81b2122e80bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78af7d4e-905d-47ce-8c12-81b2122e80bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78af7d4e-905d-47ce-8c12-81b2122e80bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78af7d4e-905d-47ce-8c12-81b2122e80bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78af7d4e-905d-47ce-8c12-81b2122e80bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78af7d4e-905d-47ce-8c12-81b2122e80bb img.shogun-image {
  width: 100%;
}



}
#s-1717e6a4-7ed7-41c2-8bc3-9760e4458a11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1717e6a4-7ed7-41c2-8bc3-9760e4458a11 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8f6f447b-331f-4b3d-9ed2-ed0c85f16116 {
  text-align: center;
}

#s-8f6f447b-331f-4b3d-9ed2-ed0c85f16116 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8f6f447b-331f-4b3d-9ed2-ed0c85f16116 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8f6f447b-331f-4b3d-9ed2-ed0c85f16116 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-210e644e-222e-45cc-ba18-8468760ececc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-210e644e-222e-45cc-ba18-8468760ececc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-210e644e-222e-45cc-ba18-8468760ececc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-210e644e-222e-45cc-ba18-8468760ececc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-210e644e-222e-45cc-ba18-8468760ececc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-210e644e-222e-45cc-ba18-8468760ececc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-210e644e-222e-45cc-ba18-8468760ececc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f140fc15-f07c-46b3-93b5-b13fc7b3724c {
  display: none;
}
#s-64198a00-928b-48ca-89d4-0034e8d15be1 {
  text-align: left;
}



.shg-c#s-64198a00-928b-48ca-89d4-0034e8d15be1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64198a00-928b-48ca-89d4-0034e8d15be1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-64198a00-928b-48ca-89d4-0034e8d15be1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64198a00-928b-48ca-89d4-0034e8d15be1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64198a00-928b-48ca-89d4-0034e8d15be1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64198a00-928b-48ca-89d4-0034e8d15be1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64198a00-928b-48ca-89d4-0034e8d15be1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64198a00-928b-48ca-89d4-0034e8d15be1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64198a00-928b-48ca-89d4-0034e8d15be1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64198a00-928b-48ca-89d4-0034e8d15be1 img.shogun-image {
  width: 100%;
}



}
#s-bfe36f8c-4437-4e3f-adaf-043a72542a9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfe36f8c-4437-4e3f-adaf-043a72542a9a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fec0639d-beeb-4207-befb-e97cb90d2833 {
  text-align: center;
}

#s-fec0639d-beeb-4207-befb-e97cb90d2833 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fec0639d-beeb-4207-befb-e97cb90d2833 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-fec0639d-beeb-4207-befb-e97cb90d2833 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-911c2d41-2d1b-4087-9dfb-f7866667d157 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-911c2d41-2d1b-4087-9dfb-f7866667d157:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-911c2d41-2d1b-4087-9dfb-f7866667d157:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-911c2d41-2d1b-4087-9dfb-f7866667d157 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-911c2d41-2d1b-4087-9dfb-f7866667d157.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-911c2d41-2d1b-4087-9dfb-f7866667d157.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-911c2d41-2d1b-4087-9dfb-f7866667d157.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3728bf62-1781-4fe3-8208-a48b2238a4d1 {
  margin-top: -10px;
margin-left: 1px;
margin-right: 3px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3728bf62-1781-4fe3-8208-a48b2238a4d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3728bf62-1781-4fe3-8208-a48b2238a4d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2b22ed7f-0dd6-40e5-9186-ece5f4b14b53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b22ed7f-0dd6-40e5-9186-ece5f4b14b53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b22ed7f-0dd6-40e5-9186-ece5f4b14b53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2b22ed7f-0dd6-40e5-9186-ece5f4b14b53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b22ed7f-0dd6-40e5-9186-ece5f4b14b53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b22ed7f-0dd6-40e5-9186-ece5f4b14b53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b22ed7f-0dd6-40e5-9186-ece5f4b14b53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-e6adcf6b-0eef-448d-a3fa-8a46e4512e82 {
  padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6adcf6b-0eef-448d-a3fa-8a46e4512e82 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e6adcf6b-0eef-448d-a3fa-8a46e4512e82 {
  padding-left: 2%;
padding-right: 2%;
}
}






  #s-e6adcf6b-0eef-448d-a3fa-8a46e4512e82 img.shogun-image {
    

    
    
    
  }


#s-e6adcf6b-0eef-448d-a3fa-8a46e4512e82 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ec3244b-267f-4fee-b2c5-1ad6c9a58397 {
  margin-top: 18px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-4ec3244b-267f-4fee-b2c5-1ad6c9a58397 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-4ec3244b-267f-4fee-b2c5-1ad6c9a58397"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ec3244b-267f-4fee-b2c5-1ad6c9a58397"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ec3244b-267f-4fee-b2c5-1ad6c9a58397"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4ec3244b-267f-4fee-b2c5-1ad6c9a58397"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ec3244b-267f-4fee-b2c5-1ad6c9a58397"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ec3244b-267f-4fee-b2c5-1ad6c9a58397"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ec3244b-267f-4fee-b2c5-1ad6c9a58397"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c4215bda-c803-419d-9d83-c6f19c4f9b4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4215bda-c803-419d-9d83-c6f19c4f9b4b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "DOWNCOME";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-b5462bf6-f142-4691-83a1-78c64a78d07f {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-b5462bf6-f142-4691-83a1-78c64a78d07f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5462bf6-f142-4691-83a1-78c64a78d07f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9f616d4b-433c-4be2-9960-38dcc95a7d67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f616d4b-433c-4be2-9960-38dcc95a7d67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-9f616d4b-433c-4be2-9960-38dcc95a7d67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-9f616d4b-433c-4be2-9960-38dcc95a7d67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-1007706a-7ea2-450a-8833-c6953ed4334f {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-1007706a-7ea2-450a-8833-c6953ed4334f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1007706a-7ea2-450a-8833-c6953ed4334f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2e343579-0618-4790-9d89-90cfbca2e44c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-2e343579-0618-4790-9d89-90cfbca2e44c {
  background-image: url(https://i.shgcdn.com/cf2b4028-306b-42a2-bcc1-d2b624ed90fe/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e343579-0618-4790-9d89-90cfbca2e44c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e343579-0618-4790-9d89-90cfbca2e44c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d34af6f-7b5d-4968-9209-38c886d406b9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-0d34af6f-7b5d-4968-9209-38c886d406b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d34af6f-7b5d-4968-9209-38c886d406b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8f5eb7bb-d0af-4eca-8661-d83c0e26c8ba {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-8f5eb7bb-d0af-4eca-8661-d83c0e26c8ba .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-310c34e3-688c-4363-9fef-5ed29def0168 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-310c34e3-688c-4363-9fef-5ed29def0168 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab-root {
    text-align: center;
  }


#s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab-root {
    text-align: center;
  }


#s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab-root {
    text-align: center;
  }


#s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab-root {
    text-align: center;
  }


#s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab-root {
    text-align: center;
  }


#s-bcd7f34f-8e38-4b5d-b68a-ef669ed317ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-eccb7970-2d15-4de5-b6cd-0acdd000d6a5 {
  margin-top: 21px;
margin-bottom: 21px;
}

#s-3033bccd-2ca2-4499-98ea-a742fd59f907 {
  padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-3033bccd-2ca2-4499-98ea-a742fd59f907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3033bccd-2ca2-4499-98ea-a742fd59f907.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5f624f2-bab0-49ee-964d-4d839b8e6f10 {
  padding-left: 5%;
padding-right: 5%;
}

#s-f01b2109-f9fa-4a5d-9e1f-ad44cec9bfeb {
  display: none;
}
#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 {
  text-align: left;
}



.shg-c#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-789b93ea-4a5e-48d9-a98c-2f30325c3d08 img.shogun-image {
  width: 100%;
}



}
#s-dfabea53-1dcb-4af5-a6e0-21168f5d1e01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfabea53-1dcb-4af5-a6e0-21168f5d1e01 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-82270dc1-9ce9-4e71-9f9e-bc0f85f9d601 {
  text-align: center;
}

#s-82270dc1-9ce9-4e71-9f9e-bc0f85f9d601 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82270dc1-9ce9-4e71-9f9e-bc0f85f9d601 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-82270dc1-9ce9-4e71-9f9e-bc0f85f9d601 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-95ac5f08-28f5-4e11-b3d2-3cbd350bda18 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-95ac5f08-28f5-4e11-b3d2-3cbd350bda18:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-95ac5f08-28f5-4e11-b3d2-3cbd350bda18:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-95ac5f08-28f5-4e11-b3d2-3cbd350bda18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-95ac5f08-28f5-4e11-b3d2-3cbd350bda18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-95ac5f08-28f5-4e11-b3d2-3cbd350bda18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-95ac5f08-28f5-4e11-b3d2-3cbd350bda18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-19ca73ad-890e-4ac0-8060-62271d7407d4 {
  display: none;
}
#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 {
  text-align: left;
}



.shg-c#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bda88e0-d32a-4d21-ae17-c14c4b747062 img.shogun-image {
  width: 100%;
}



}
#s-abcd2efb-5227-4553-9e14-371e2a8b8174 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abcd2efb-5227-4553-9e14-371e2a8b8174 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-38af1e28-5266-4089-8d4f-bfba826e7595 {
  text-align: center;
}

#s-38af1e28-5266-4089-8d4f-bfba826e7595 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-38af1e28-5266-4089-8d4f-bfba826e7595 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-38af1e28-5266-4089-8d4f-bfba826e7595 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b34e8d8d-b7cc-4aec-bee4-825a69650a8a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b34e8d8d-b7cc-4aec-bee4-825a69650a8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b34e8d8d-b7cc-4aec-bee4-825a69650a8a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b34e8d8d-b7cc-4aec-bee4-825a69650a8a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b34e8d8d-b7cc-4aec-bee4-825a69650a8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b34e8d8d-b7cc-4aec-bee4-825a69650a8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b34e8d8d-b7cc-4aec-bee4-825a69650a8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-39204626-e61f-48c8-acbf-a1a3efca7d93 {
  display: none;
}
#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 {
  text-align: left;
}



.shg-c#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f12e546f-dd56-4ad9-9b6d-c441929575b7 img.shogun-image {
  width: 100%;
}



}
#s-d6c62343-4ebc-44f0-8afd-46f2a2c94ac9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6c62343-4ebc-44f0-8afd-46f2a2c94ac9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e626655a-5852-48fd-9f3c-ffc17505c3b4 {
  text-align: center;
}

#s-e626655a-5852-48fd-9f3c-ffc17505c3b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e626655a-5852-48fd-9f3c-ffc17505c3b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e626655a-5852-48fd-9f3c-ffc17505c3b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d081f28-e342-4963-bec7-b8d4f17de947 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2d081f28-e342-4963-bec7-b8d4f17de947:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d081f28-e342-4963-bec7-b8d4f17de947:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d081f28-e342-4963-bec7-b8d4f17de947 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d081f28-e342-4963-bec7-b8d4f17de947.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d081f28-e342-4963-bec7-b8d4f17de947.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d081f28-e342-4963-bec7-b8d4f17de947.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-80aa3876-4926-4b9a-a230-e3d6b5095922 {
  margin-top: -10px;
margin-left: 1px;
margin-right: 3px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-80aa3876-4926-4b9a-a230-e3d6b5095922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80aa3876-4926-4b9a-a230-e3d6b5095922.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1b7ae90d-0733-4d58-ba4f-0a634fbce142"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b7ae90d-0733-4d58-ba4f-0a634fbce142"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1b7ae90d-0733-4d58-ba4f-0a634fbce142"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1b7ae90d-0733-4d58-ba4f-0a634fbce142"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1b7ae90d-0733-4d58-ba4f-0a634fbce142"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b7ae90d-0733-4d58-ba4f-0a634fbce142"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1b7ae90d-0733-4d58-ba4f-0a634fbce142"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-8a0738de-35c7-4d3a-a74e-d2614675e4a7 {
  padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a0738de-35c7-4d3a-a74e-d2614675e4a7 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8a0738de-35c7-4d3a-a74e-d2614675e4a7 {
  padding-left: 2%;
padding-right: 2%;
}
}






  #s-8a0738de-35c7-4d3a-a74e-d2614675e4a7 img.shogun-image {
    

    
    
    
  }


#s-8a0738de-35c7-4d3a-a74e-d2614675e4a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3955661b-321b-4934-97d1-39ec70ee9135 {
  margin-top: 18px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-3955661b-321b-4934-97d1-39ec70ee9135 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-3955661b-321b-4934-97d1-39ec70ee9135"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3955661b-321b-4934-97d1-39ec70ee9135"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3955661b-321b-4934-97d1-39ec70ee9135"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3955661b-321b-4934-97d1-39ec70ee9135"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3955661b-321b-4934-97d1-39ec70ee9135"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3955661b-321b-4934-97d1-39ec70ee9135"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3955661b-321b-4934-97d1-39ec70ee9135"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-37ff31c1-f79c-4c46-8ce2-42fe509c19de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37ff31c1-f79c-4c46-8ce2-42fe509c19de .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "DOWNCOME";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-f1468c47-0819-4476-8e4c-e2e7d8637010 {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-f1468c47-0819-4476-8e4c-e2e7d8637010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1468c47-0819-4476-8e4c-e2e7d8637010.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5dfa4c72-b0e6-4dc0-97eb-daf88de7097f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dfa4c72-b0e6-4dc0-97eb-daf88de7097f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5dfa4c72-b0e6-4dc0-97eb-daf88de7097f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5dfa4c72-b0e6-4dc0-97eb-daf88de7097f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-1242aacf-b6d9-4558-a61b-1207c917897b {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-1242aacf-b6d9-4558-a61b-1207c917897b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1242aacf-b6d9-4558-a61b-1207c917897b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5f7524f2-561d-440e-a7ac-48d770d65ba3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-5f7524f2-561d-440e-a7ac-48d770d65ba3 {
  background-image: url(https://i.shgcdn.com/49180251-880c-444a-9b23-ada624f6ac26/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5f7524f2-561d-440e-a7ac-48d770d65ba3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f7524f2-561d-440e-a7ac-48d770d65ba3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee2f0f3e-a270-47c9-b10c-b53c7a099c36 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-ee2f0f3e-a270-47c9-b10c-b53c7a099c36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee2f0f3e-a270-47c9-b10c-b53c7a099c36.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fa315832-8db6-46f3-a240-3bfa48869200 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-fa315832-8db6-46f3-a240-3bfa48869200 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-4276d8ab-9b7e-4dac-bb04-c399d942b0a4 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-4276d8ab-9b7e-4dac-bb04-c399d942b0a4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d35e2692-8058-444c-963d-e5d6793abf45 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-d35e2692-8058-444c-963d-e5d6793abf45:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d35e2692-8058-444c-963d-e5d6793abf45:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d35e2692-8058-444c-963d-e5d6793abf45-root {
    text-align: center;
  }


#s-d35e2692-8058-444c-963d-e5d6793abf45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d35e2692-8058-444c-963d-e5d6793abf45-root {
    text-align: center;
  }


#s-d35e2692-8058-444c-963d-e5d6793abf45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d35e2692-8058-444c-963d-e5d6793abf45-root {
    text-align: center;
  }


#s-d35e2692-8058-444c-963d-e5d6793abf45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d35e2692-8058-444c-963d-e5d6793abf45-root {
    text-align: center;
  }


#s-d35e2692-8058-444c-963d-e5d6793abf45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d35e2692-8058-444c-963d-e5d6793abf45-root {
    text-align: center;
  }


#s-d35e2692-8058-444c-963d-e5d6793abf45.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-917ba23c-4286-4600-820e-b5ea7b9cff75 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-917ba23c-4286-4600-820e-b5ea7b9cff75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-917ba23c-4286-4600-820e-b5ea7b9cff75.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0aca7b2f-ad4d-4b76-bd44-fb30b721e5eb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-0aca7b2f-ad4d-4b76-bd44-fb30b721e5eb {
  background-image: url(https://i.shgcdn.com/c96ad707-a2f1-486a-accc-dbfa2b23d684/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0aca7b2f-ad4d-4b76-bd44-fb30b721e5eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aca7b2f-ad4d-4b76-bd44-fb30b721e5eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-929f9a10-841b-4d50-a058-238dcfd66b46 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-929f9a10-841b-4d50-a058-238dcfd66b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-929f9a10-841b-4d50-a058-238dcfd66b46.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a6494369-1a56-4bc4-b5fe-61fd606dd7a3 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-a6494369-1a56-4bc4-b5fe-61fd606dd7a3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d7bfc899-ff56-4aef-b227-f568aa02e87f {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-d7bfc899-ff56-4aef-b227-f568aa02e87f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-14f6e32c-65ed-48ad-9499-c9103ad00176 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-14f6e32c-65ed-48ad-9499-c9103ad00176:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-14f6e32c-65ed-48ad-9499-c9103ad00176:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14f6e32c-65ed-48ad-9499-c9103ad00176-root {
    text-align: center;
  }


#s-14f6e32c-65ed-48ad-9499-c9103ad00176.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-14f6e32c-65ed-48ad-9499-c9103ad00176-root {
    text-align: center;
  }


#s-14f6e32c-65ed-48ad-9499-c9103ad00176.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14f6e32c-65ed-48ad-9499-c9103ad00176-root {
    text-align: center;
  }


#s-14f6e32c-65ed-48ad-9499-c9103ad00176.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14f6e32c-65ed-48ad-9499-c9103ad00176-root {
    text-align: center;
  }


#s-14f6e32c-65ed-48ad-9499-c9103ad00176.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-14f6e32c-65ed-48ad-9499-c9103ad00176-root {
    text-align: center;
  }


#s-14f6e32c-65ed-48ad-9499-c9103ad00176.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-e9774c67-4dfb-4d10-b326-7e1f287c5de9 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-e9774c67-4dfb-4d10-b326-7e1f287c5de9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9774c67-4dfb-4d10-b326-7e1f287c5de9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-06b72967-9738-44e4-bab5-e8d5b1b25076 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-06b72967-9738-44e4-bab5-e8d5b1b25076 {
  background-image: url(https://i.shgcdn.com/2c114f3d-10b8-4d6c-85f7-745aed02d9dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-06b72967-9738-44e4-bab5-e8d5b1b25076 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06b72967-9738-44e4-bab5-e8d5b1b25076.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f9c240c-52b8-42fb-b5b2-dc2d69d4d45b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-5f9c240c-52b8-42fb-b5b2-dc2d69d4d45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f9c240c-52b8-42fb-b5b2-dc2d69d4d45b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bccf42e8-e420-4f07-9fff-36726a10e56e {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-bccf42e8-e420-4f07-9fff-36726a10e56e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c41e3856-1efb-418b-9a2a-1abb60be2cf5 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-c41e3856-1efb-418b-9a2a-1abb60be2cf5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-62d40e64-1f21-44f2-834a-13254bb772d9 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-62d40e64-1f21-44f2-834a-13254bb772d9:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62d40e64-1f21-44f2-834a-13254bb772d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62d40e64-1f21-44f2-834a-13254bb772d9-root {
    text-align: center;
  }


#s-62d40e64-1f21-44f2-834a-13254bb772d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-62d40e64-1f21-44f2-834a-13254bb772d9-root {
    text-align: center;
  }


#s-62d40e64-1f21-44f2-834a-13254bb772d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62d40e64-1f21-44f2-834a-13254bb772d9-root {
    text-align: center;
  }


#s-62d40e64-1f21-44f2-834a-13254bb772d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62d40e64-1f21-44f2-834a-13254bb772d9-root {
    text-align: center;
  }


#s-62d40e64-1f21-44f2-834a-13254bb772d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-62d40e64-1f21-44f2-834a-13254bb772d9-root {
    text-align: center;
  }


#s-62d40e64-1f21-44f2-834a-13254bb772d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-314d17d9-efb2-4b50-8a3b-90196ffa5af9 {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-314d17d9-efb2-4b50-8a3b-90196ffa5af9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-314d17d9-efb2-4b50-8a3b-90196ffa5af9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-40082fc2-49b2-433b-bd99-dc5ea1dd9cdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40082fc2-49b2-433b-bd99-dc5ea1dd9cdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-40082fc2-49b2-433b-bd99-dc5ea1dd9cdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-40082fc2-49b2-433b-bd99-dc5ea1dd9cdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-451a93a5-cc7d-4da1-94b6-d89ddae0edc4 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-451a93a5-cc7d-4da1-94b6-d89ddae0edc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-451a93a5-cc7d-4da1-94b6-d89ddae0edc4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a07fda55-1ca8-48e7-9809-d17a76983a14 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-a07fda55-1ca8-48e7-9809-d17a76983a14 {
  background-image: url(https://i.shgcdn.com/76a10efd-d356-4ad3-906f-ada1c4560598/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a07fda55-1ca8-48e7-9809-d17a76983a14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a07fda55-1ca8-48e7-9809-d17a76983a14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-398130a6-d7d1-4794-b14f-18daf4759838 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-398130a6-d7d1-4794-b14f-18daf4759838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-398130a6-d7d1-4794-b14f-18daf4759838.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3a651365-6ad7-408c-b214-e7b9e3f0ac2e {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-3a651365-6ad7-408c-b214-e7b9e3f0ac2e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c96d38cf-6df6-4bc5-9d20-12c54a189460 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-c96d38cf-6df6-4bc5-9d20-12c54a189460 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ce4721ab-0f9d-460a-9022-f6eeafadedf0 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-ce4721ab-0f9d-460a-9022-f6eeafadedf0:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ce4721ab-0f9d-460a-9022-f6eeafadedf0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce4721ab-0f9d-460a-9022-f6eeafadedf0-root {
    text-align: center;
  }


#s-ce4721ab-0f9d-460a-9022-f6eeafadedf0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce4721ab-0f9d-460a-9022-f6eeafadedf0-root {
    text-align: center;
  }


#s-ce4721ab-0f9d-460a-9022-f6eeafadedf0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce4721ab-0f9d-460a-9022-f6eeafadedf0-root {
    text-align: center;
  }


#s-ce4721ab-0f9d-460a-9022-f6eeafadedf0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce4721ab-0f9d-460a-9022-f6eeafadedf0-root {
    text-align: center;
  }


#s-ce4721ab-0f9d-460a-9022-f6eeafadedf0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce4721ab-0f9d-460a-9022-f6eeafadedf0-root {
    text-align: center;
  }


#s-ce4721ab-0f9d-460a-9022-f6eeafadedf0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-a46b17b5-8607-43b2-a0d0-b329ae7cdcb3 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-a46b17b5-8607-43b2-a0d0-b329ae7cdcb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a46b17b5-8607-43b2-a0d0-b329ae7cdcb3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2735b4a9-95f4-41a7-827d-746371418744 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-2735b4a9-95f4-41a7-827d-746371418744 {
  background-image: url(https://i.shgcdn.com/1d51cb90-9bc6-4fa8-b0c9-9520e511e92c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2735b4a9-95f4-41a7-827d-746371418744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2735b4a9-95f4-41a7-827d-746371418744.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31f674da-8906-448b-b176-3e86de9a47be {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-31f674da-8906-448b-b176-3e86de9a47be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31f674da-8906-448b-b176-3e86de9a47be.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c26d4a4a-64d0-4995-9d2d-7e060f8ef663 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-c26d4a4a-64d0-4995-9d2d-7e060f8ef663 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5bbb235c-ef42-4a4a-8e45-b5cbbffd4327 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-5bbb235c-ef42-4a4a-8e45-b5cbbffd4327 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5f508868-16f3-49d0-91f4-4660f24594f3 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-5f508868-16f3-49d0-91f4-4660f24594f3:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f508868-16f3-49d0-91f4-4660f24594f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f508868-16f3-49d0-91f4-4660f24594f3-root {
    text-align: center;
  }


#s-5f508868-16f3-49d0-91f4-4660f24594f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f508868-16f3-49d0-91f4-4660f24594f3-root {
    text-align: center;
  }


#s-5f508868-16f3-49d0-91f4-4660f24594f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f508868-16f3-49d0-91f4-4660f24594f3-root {
    text-align: center;
  }


#s-5f508868-16f3-49d0-91f4-4660f24594f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f508868-16f3-49d0-91f4-4660f24594f3-root {
    text-align: center;
  }


#s-5f508868-16f3-49d0-91f4-4660f24594f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f508868-16f3-49d0-91f4-4660f24594f3-root {
    text-align: center;
  }


#s-5f508868-16f3-49d0-91f4-4660f24594f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-f4f53089-8b38-488e-a769-3dbbcb4c1273 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-f4f53089-8b38-488e-a769-3dbbcb4c1273 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4f53089-8b38-488e-a769-3dbbcb4c1273.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ade3a65-10ef-41b4-9830-65f32b849dd1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-6ade3a65-10ef-41b4-9830-65f32b849dd1 {
  background-image: url(https://i.shgcdn.com/76031467-1e93-4fd9-935e-93f303b0b968/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6ade3a65-10ef-41b4-9830-65f32b849dd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ade3a65-10ef-41b4-9830-65f32b849dd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9bc80af-08a8-4f70-8dc2-0d49dea2408b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-e9bc80af-08a8-4f70-8dc2-0d49dea2408b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9bc80af-08a8-4f70-8dc2-0d49dea2408b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8cc46948-d23d-4ecc-85f7-f09841862d12 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-8cc46948-d23d-4ecc-85f7-f09841862d12 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0e742e3f-0bdf-4284-8cf3-51e27ac4fadf {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-0e742e3f-0bdf-4284-8cf3-51e27ac4fadf .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-488ab17a-a4e6-4733-9b3a-d176d63df6f3 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-488ab17a-a4e6-4733-9b3a-d176d63df6f3:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-488ab17a-a4e6-4733-9b3a-d176d63df6f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-488ab17a-a4e6-4733-9b3a-d176d63df6f3-root {
    text-align: center;
  }


#s-488ab17a-a4e6-4733-9b3a-d176d63df6f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-488ab17a-a4e6-4733-9b3a-d176d63df6f3-root {
    text-align: center;
  }


#s-488ab17a-a4e6-4733-9b3a-d176d63df6f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-488ab17a-a4e6-4733-9b3a-d176d63df6f3-root {
    text-align: center;
  }


#s-488ab17a-a4e6-4733-9b3a-d176d63df6f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-488ab17a-a4e6-4733-9b3a-d176d63df6f3-root {
    text-align: center;
  }


#s-488ab17a-a4e6-4733-9b3a-d176d63df6f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-488ab17a-a4e6-4733-9b3a-d176d63df6f3-root {
    text-align: center;
  }


#s-488ab17a-a4e6-4733-9b3a-d176d63df6f3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-943ce05d-2c94-42b3-bba9-8ffd8533f7ff {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-943ce05d-2c94-42b3-bba9-8ffd8533f7ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-943ce05d-2c94-42b3-bba9-8ffd8533f7ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-473c3a3b-b4e3-4037-a0ae-bc11d02825ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-473c3a3b-b4e3-4037-a0ae-bc11d02825ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-473c3a3b-b4e3-4037-a0ae-bc11d02825ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-473c3a3b-b4e3-4037-a0ae-bc11d02825ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-17c17d18-a395-4e4a-b0f9-6cd78e386275 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-17c17d18-a395-4e4a-b0f9-6cd78e386275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17c17d18-a395-4e4a-b0f9-6cd78e386275.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f0752aea-3a11-44a5-abf4-f443fb882024 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-f0752aea-3a11-44a5-abf4-f443fb882024 {
  background-image: url(https://i.shgcdn.com/9817ad46-ebc4-4aef-8a82-d142f8f95d98/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f0752aea-3a11-44a5-abf4-f443fb882024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0752aea-3a11-44a5-abf4-f443fb882024.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4be880fe-53e8-49e3-b84a-83bbed2da23b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-4be880fe-53e8-49e3-b84a-83bbed2da23b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4be880fe-53e8-49e3-b84a-83bbed2da23b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aa0c9b41-836f-44cb-ae7d-138c7ee517b9 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-aa0c9b41-836f-44cb-ae7d-138c7ee517b9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5e1ee978-e4f9-4be2-bb65-ed4dcf5b37b3 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-5e1ee978-e4f9-4be2-bb65-ed4dcf5b37b3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6fa9743b-b4e0-45ec-812c-02280f42d3db {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-6fa9743b-b4e0-45ec-812c-02280f42d3db:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6fa9743b-b4e0-45ec-812c-02280f42d3db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fa9743b-b4e0-45ec-812c-02280f42d3db-root {
    text-align: center;
  }


#s-6fa9743b-b4e0-45ec-812c-02280f42d3db.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6fa9743b-b4e0-45ec-812c-02280f42d3db-root {
    text-align: center;
  }


#s-6fa9743b-b4e0-45ec-812c-02280f42d3db.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fa9743b-b4e0-45ec-812c-02280f42d3db-root {
    text-align: center;
  }


#s-6fa9743b-b4e0-45ec-812c-02280f42d3db.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fa9743b-b4e0-45ec-812c-02280f42d3db-root {
    text-align: center;
  }


#s-6fa9743b-b4e0-45ec-812c-02280f42d3db.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6fa9743b-b4e0-45ec-812c-02280f42d3db-root {
    text-align: center;
  }


#s-6fa9743b-b4e0-45ec-812c-02280f42d3db.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-d124fb7d-54ea-4824-bbbd-f34b32b24c25 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-d124fb7d-54ea-4824-bbbd-f34b32b24c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d124fb7d-54ea-4824-bbbd-f34b32b24c25.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7321d9ea-3e95-4ead-b44e-7aee1810fcd0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-7321d9ea-3e95-4ead-b44e-7aee1810fcd0 {
  background-image: url(https://i.shgcdn.com/0a8f067f-a8a5-4d55-8c00-5aba4a9d2c0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7321d9ea-3e95-4ead-b44e-7aee1810fcd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7321d9ea-3e95-4ead-b44e-7aee1810fcd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f69d97b-8e86-44b5-9490-d8c541043951 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-2f69d97b-8e86-44b5-9490-d8c541043951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f69d97b-8e86-44b5-9490-d8c541043951.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d7b27244-3b5c-4ba3-a10b-c20be0afb25d {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-d7b27244-3b5c-4ba3-a10b-c20be0afb25d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5c29f5fa-0054-4b90-a027-b2e73d1921e9 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-5c29f5fa-0054-4b90-a027-b2e73d1921e9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1b7089f5-a09c-4159-8b2d-271c73683331 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-1b7089f5-a09c-4159-8b2d-271c73683331:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1b7089f5-a09c-4159-8b2d-271c73683331:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b7089f5-a09c-4159-8b2d-271c73683331-root {
    text-align: center;
  }


#s-1b7089f5-a09c-4159-8b2d-271c73683331.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b7089f5-a09c-4159-8b2d-271c73683331-root {
    text-align: center;
  }


#s-1b7089f5-a09c-4159-8b2d-271c73683331.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b7089f5-a09c-4159-8b2d-271c73683331-root {
    text-align: center;
  }


#s-1b7089f5-a09c-4159-8b2d-271c73683331.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b7089f5-a09c-4159-8b2d-271c73683331-root {
    text-align: center;
  }


#s-1b7089f5-a09c-4159-8b2d-271c73683331.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b7089f5-a09c-4159-8b2d-271c73683331-root {
    text-align: center;
  }


#s-1b7089f5-a09c-4159-8b2d-271c73683331.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-acc77cb7-010a-422a-9837-94c9296083e6 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-acc77cb7-010a-422a-9837-94c9296083e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acc77cb7-010a-422a-9837-94c9296083e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5d07e634-de9b-4e1c-b401-8d864b03f234 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-5d07e634-de9b-4e1c-b401-8d864b03f234 {
  background-image: url(https://i.shgcdn.com/9cc869c2-f2c0-4580-b4f4-a5fc6a01021f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5d07e634-de9b-4e1c-b401-8d864b03f234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d07e634-de9b-4e1c-b401-8d864b03f234.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-509704b1-4376-41be-b356-b17485df07b2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-509704b1-4376-41be-b356-b17485df07b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-509704b1-4376-41be-b356-b17485df07b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ec6d77e-059d-43f5-9938-58d5671d61f2 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-6ec6d77e-059d-43f5-9938-58d5671d61f2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-73d78ef8-e8d4-4bb7-ac31-e7085aa74f28 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-73d78ef8-e8d4-4bb7-ac31-e7085aa74f28 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f-root {
    text-align: center;
  }


#s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f-root {
    text-align: center;
  }


#s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f-root {
    text-align: center;
  }


#s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f-root {
    text-align: center;
  }


#s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f-root {
    text-align: center;
  }


#s-9e699d7f-5006-4d01-8f6f-a6d3aababf0f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-7b8695c6-6122-41ef-b56e-d55726fca336 {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-7b8695c6-6122-41ef-b56e-d55726fca336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b8695c6-6122-41ef-b56e-d55726fca336.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2806bec6-2903-4d30-93f1-6b2dc383b9f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2806bec6-2903-4d30-93f1-6b2dc383b9f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-2806bec6-2903-4d30-93f1-6b2dc383b9f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-2806bec6-2903-4d30-93f1-6b2dc383b9f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-a0c5ad81-0db5-488b-97b9-d961b17debb4 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-a0c5ad81-0db5-488b-97b9-d961b17debb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0c5ad81-0db5-488b-97b9-d961b17debb4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-071df5cb-24a7-4d89-886d-efe76ea8726b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-071df5cb-24a7-4d89-886d-efe76ea8726b {
  background-image: url(https://i.shgcdn.com/47bf5f17-2f55-40ae-ac11-6fa5b3ee5ae8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-071df5cb-24a7-4d89-886d-efe76ea8726b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-071df5cb-24a7-4d89-886d-efe76ea8726b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d6df452-c0b9-4cae-b7fa-8ca43785ee75 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-2d6df452-c0b9-4cae-b7fa-8ca43785ee75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d6df452-c0b9-4cae-b7fa-8ca43785ee75.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-15d21825-78c2-479b-b308-a9fd839253f1 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-15d21825-78c2-479b-b308-a9fd839253f1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3129d29b-4a50-4d3b-883c-54183ab39f9e {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-3129d29b-4a50-4d3b-883c-54183ab39f9e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-003f1063-6f6f-4177-8039-9b7ba9c4e86d {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-003f1063-6f6f-4177-8039-9b7ba9c4e86d:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-003f1063-6f6f-4177-8039-9b7ba9c4e86d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-003f1063-6f6f-4177-8039-9b7ba9c4e86d-root {
    text-align: center;
  }


#s-003f1063-6f6f-4177-8039-9b7ba9c4e86d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-003f1063-6f6f-4177-8039-9b7ba9c4e86d-root {
    text-align: center;
  }


#s-003f1063-6f6f-4177-8039-9b7ba9c4e86d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-003f1063-6f6f-4177-8039-9b7ba9c4e86d-root {
    text-align: center;
  }


#s-003f1063-6f6f-4177-8039-9b7ba9c4e86d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-003f1063-6f6f-4177-8039-9b7ba9c4e86d-root {
    text-align: center;
  }


#s-003f1063-6f6f-4177-8039-9b7ba9c4e86d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-003f1063-6f6f-4177-8039-9b7ba9c4e86d-root {
    text-align: center;
  }


#s-003f1063-6f6f-4177-8039-9b7ba9c4e86d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-2ff6afa1-32ab-47e0-b564-7cdd6e75229e {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-2ff6afa1-32ab-47e0-b564-7cdd6e75229e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ff6afa1-32ab-47e0-b564-7cdd6e75229e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ef079d4d-8bfe-449f-aa02-e39f672db206 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-ef079d4d-8bfe-449f-aa02-e39f672db206 {
  background-image: url(https://i.shgcdn.com/a69d5863-26c7-4b37-81af-9461f2c0e945/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ef079d4d-8bfe-449f-aa02-e39f672db206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef079d4d-8bfe-449f-aa02-e39f672db206.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d7d7d95-adc5-4b7d-b6b6-8b7390b4093d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-3d7d7d95-adc5-4b7d-b6b6-8b7390b4093d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d7d7d95-adc5-4b7d-b6b6-8b7390b4093d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1a365acd-84e6-43e0-bdd4-a504ce118ba0 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-1a365acd-84e6-43e0-bdd4-a504ce118ba0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-825f367e-c680-487a-941a-2cb2487224eb {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-825f367e-c680-487a-941a-2cb2487224eb .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-29e7ec23-8c20-4026-9f79-e21def19c471 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-29e7ec23-8c20-4026-9f79-e21def19c471:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29e7ec23-8c20-4026-9f79-e21def19c471:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29e7ec23-8c20-4026-9f79-e21def19c471-root {
    text-align: center;
  }


#s-29e7ec23-8c20-4026-9f79-e21def19c471.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-29e7ec23-8c20-4026-9f79-e21def19c471-root {
    text-align: center;
  }


#s-29e7ec23-8c20-4026-9f79-e21def19c471.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29e7ec23-8c20-4026-9f79-e21def19c471-root {
    text-align: center;
  }


#s-29e7ec23-8c20-4026-9f79-e21def19c471.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29e7ec23-8c20-4026-9f79-e21def19c471-root {
    text-align: center;
  }


#s-29e7ec23-8c20-4026-9f79-e21def19c471.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-29e7ec23-8c20-4026-9f79-e21def19c471-root {
    text-align: center;
  }


#s-29e7ec23-8c20-4026-9f79-e21def19c471.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-a06084f5-8428-422f-b790-d0084b260011 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-a06084f5-8428-422f-b790-d0084b260011 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a06084f5-8428-422f-b790-d0084b260011.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-59636d5a-b91d-4b57-8163-02fa519269be {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-59636d5a-b91d-4b57-8163-02fa519269be {
  background-image: url(https://i.shgcdn.com/450ac1bb-d87d-4d73-a572-f004817cd825/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-59636d5a-b91d-4b57-8163-02fa519269be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59636d5a-b91d-4b57-8163-02fa519269be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e3b0008-bcea-480c-af8e-61f2bfca22a9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-0e3b0008-bcea-480c-af8e-61f2bfca22a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e3b0008-bcea-480c-af8e-61f2bfca22a9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7c893cc2-7bc7-491c-b94d-dea2adcf362f {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-7c893cc2-7bc7-491c-b94d-dea2adcf362f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-74f6097c-b064-4ce2-87e6-48ab5ad8b8ad {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-74f6097c-b064-4ce2-87e6-48ab5ad8b8ad .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc-root {
    text-align: center;
  }


#s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc-root {
    text-align: center;
  }


#s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc-root {
    text-align: center;
  }


#s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc-root {
    text-align: center;
  }


#s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc-root {
    text-align: center;
  }


#s-d7b76aa3-deb8-4e4b-b5a2-7151c15d9cdc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-06169a9b-dec9-4b60-9c0e-f284b0139688 {
  margin-top: 21px;
margin-bottom: 21px;
}

#s-c91ce24f-8d06-42f9-93a4-25f8ef81e3ec {
  padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-c91ce24f-8d06-42f9-93a4-25f8ef81e3ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c91ce24f-8d06-42f9-93a4-25f8ef81e3ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf271bd2-2e23-432b-b0ef-e56722b14c4f {
  padding-left: 5%;
padding-right: 5%;
}

#s-e0dfd501-b5b0-40d7-a8cb-8e9cc233fbda {
  display: none;
}
#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e {
  text-align: left;
}



.shg-c#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57bfcbd4-7812-4ceb-b8b3-3bc4139c437e img.shogun-image {
  width: 100%;
}



}
#s-fb56610c-4643-44ee-a6a4-0635259f052f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb56610c-4643-44ee-a6a4-0635259f052f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3a98bf07-4a93-4cad-b906-cc09b4dc8e69 {
  text-align: center;
}

#s-3a98bf07-4a93-4cad-b906-cc09b4dc8e69 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3a98bf07-4a93-4cad-b906-cc09b4dc8e69 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3a98bf07-4a93-4cad-b906-cc09b4dc8e69 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-efff2200-a4d0-4649-bd77-28ca8f014339 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-efff2200-a4d0-4649-bd77-28ca8f014339:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-efff2200-a4d0-4649-bd77-28ca8f014339:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-efff2200-a4d0-4649-bd77-28ca8f014339 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efff2200-a4d0-4649-bd77-28ca8f014339.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efff2200-a4d0-4649-bd77-28ca8f014339.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efff2200-a4d0-4649-bd77-28ca8f014339.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0c0b5fc6-a453-40ff-8d13-29229aa0dfd1 {
  display: none;
}
#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c {
  text-align: left;
}



.shg-c#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7db5184f-9f58-4c28-8c02-fdf46be59d5c img.shogun-image {
  width: 100%;
}



}
#s-a135bcbf-46c2-4c47-8e2d-cb870ca5d39a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a135bcbf-46c2-4c47-8e2d-cb870ca5d39a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-743239f6-86d1-4aa1-9398-ce8b558d5d25 {
  text-align: center;
}

#s-743239f6-86d1-4aa1-9398-ce8b558d5d25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-743239f6-86d1-4aa1-9398-ce8b558d5d25 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-743239f6-86d1-4aa1-9398-ce8b558d5d25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-321f9c81-63b0-4b47-b34e-5f1ed9b167d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-321f9c81-63b0-4b47-b34e-5f1ed9b167d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-321f9c81-63b0-4b47-b34e-5f1ed9b167d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-321f9c81-63b0-4b47-b34e-5f1ed9b167d3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-321f9c81-63b0-4b47-b34e-5f1ed9b167d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-321f9c81-63b0-4b47-b34e-5f1ed9b167d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-321f9c81-63b0-4b47-b34e-5f1ed9b167d3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0f74fe43-a52f-4bc1-9c97-954f8eb48f73 {
  display: none;
}
#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 {
  text-align: left;
}



.shg-c#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf4e0c9e-a015-4b13-8f05-1bc144ea5fd6 img.shogun-image {
  width: 100%;
}



}
#s-d45fe9f8-b76d-4049-a65f-5a4576207ccc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d45fe9f8-b76d-4049-a65f-5a4576207ccc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-18061dcc-aca7-43ab-a2ba-05a652bd0aef {
  text-align: center;
}

#s-18061dcc-aca7-43ab-a2ba-05a652bd0aef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-18061dcc-aca7-43ab-a2ba-05a652bd0aef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-18061dcc-aca7-43ab-a2ba-05a652bd0aef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b2270b98-bad4-4b83-8396-7b228e9fc56b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b2270b98-bad4-4b83-8396-7b228e9fc56b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2270b98-bad4-4b83-8396-7b228e9fc56b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b2270b98-bad4-4b83-8396-7b228e9fc56b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2270b98-bad4-4b83-8396-7b228e9fc56b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2270b98-bad4-4b83-8396-7b228e9fc56b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2270b98-bad4-4b83-8396-7b228e9fc56b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7ed295fb-341f-4b47-bd19-055f1feb7dba {
  margin-top: -10px;
margin-left: 1px;
margin-right: 3px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7ed295fb-341f-4b47-bd19-055f1feb7dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ed295fb-341f-4b47-bd19-055f1feb7dba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-02ba8c97-ac05-4693-9469-f8967d9f6d2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02ba8c97-ac05-4693-9469-f8967d9f6d2d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02ba8c97-ac05-4693-9469-f8967d9f6d2d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02ba8c97-ac05-4693-9469-f8967d9f6d2d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02ba8c97-ac05-4693-9469-f8967d9f6d2d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02ba8c97-ac05-4693-9469-f8967d9f6d2d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02ba8c97-ac05-4693-9469-f8967d9f6d2d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-c5022d3a-e273-4b74-8272-d51d04313e6f {
  padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5022d3a-e273-4b74-8272-d51d04313e6f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c5022d3a-e273-4b74-8272-d51d04313e6f {
  padding-left: 2%;
padding-right: 2%;
}
}






  #s-c5022d3a-e273-4b74-8272-d51d04313e6f img.shogun-image {
    

    
    
    
  }


#s-c5022d3a-e273-4b74-8272-d51d04313e6f .shogun-image-content {
  
    align-items: center;
  
}

#s-24c12c14-3f4e-4783-a538-3d605bee01be {
  margin-top: 18px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-24c12c14-3f4e-4783-a538-3d605bee01be {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-24c12c14-3f4e-4783-a538-3d605bee01be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24c12c14-3f4e-4783-a538-3d605bee01be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24c12c14-3f4e-4783-a538-3d605bee01be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24c12c14-3f4e-4783-a538-3d605bee01be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24c12c14-3f4e-4783-a538-3d605bee01be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24c12c14-3f4e-4783-a538-3d605bee01be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24c12c14-3f4e-4783-a538-3d605bee01be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ebb06c5d-3089-4dd1-b2ef-44d258f6704e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebb06c5d-3089-4dd1-b2ef-44d258f6704e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "DOWNCOME";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-d163f17a-9c6b-457e-ade4-66bd10cfbb39 {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-d163f17a-9c6b-457e-ade4-66bd10cfbb39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d163f17a-9c6b-457e-ade4-66bd10cfbb39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b01f972c-faae-4807-afec-27a5e024a648"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b01f972c-faae-4807-afec-27a5e024a648"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-b01f972c-faae-4807-afec-27a5e024a648"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-b01f972c-faae-4807-afec-27a5e024a648"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-9b48efe3-06f8-40c6-840d-6e58e7a2db23 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-9b48efe3-06f8-40c6-840d-6e58e7a2db23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b48efe3-06f8-40c6-840d-6e58e7a2db23.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f625d3f3-99b2-4ec7-84cd-fa836ebba169 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-f625d3f3-99b2-4ec7-84cd-fa836ebba169 {
  background-image: url(https://i.shgcdn.com/7402de21-c0d5-4b60-8a7b-56c9a7b8ec72/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f625d3f3-99b2-4ec7-84cd-fa836ebba169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f625d3f3-99b2-4ec7-84cd-fa836ebba169.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bf8abc9-535e-4fef-85a8-b342f55967a5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-5bf8abc9-535e-4fef-85a8-b342f55967a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bf8abc9-535e-4fef-85a8-b342f55967a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b4790891-673d-470c-aeba-78da071463a8 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-b4790891-673d-470c-aeba-78da071463a8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cbb3a498-c3f1-48ab-a275-51b7ff6e1601 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-cbb3a498-c3f1-48ab-a275-51b7ff6e1601 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355-root {
    text-align: center;
  }


#s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355-root {
    text-align: center;
  }


#s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355-root {
    text-align: center;
  }


#s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355-root {
    text-align: center;
  }


#s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355-root {
    text-align: center;
  }


#s-ad8ea76a-f6b9-4a33-a8a1-65044fce0355.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-3e4fd525-23b4-4aad-9126-aef0797af8e9 {
  margin-bottom: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
}








#s-3e4fd525-23b4-4aad-9126-aef0797af8e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e4fd525-23b4-4aad-9126-aef0797af8e9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df6e20db-8307-499c-9de7-38b4bbf8003d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-df6e20db-8307-499c-9de7-38b4bbf8003d {
  background-image: url(https://i.shgcdn.com/a34b9f43-a421-4b20-a0b7-810b890e372b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-df6e20db-8307-499c-9de7-38b4bbf8003d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df6e20db-8307-499c-9de7-38b4bbf8003d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76d223a5-e1f0-482b-9cb6-cb6886fe573d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 250px;
}








#s-76d223a5-e1f0-482b-9cb6-cb6886fe573d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76d223a5-e1f0-482b-9cb6-cb6886fe573d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d0394644-7af8-4934-9b03-5a29bf841760 {
  margin-bottom: 27px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 120px;
text-align: center;
}

#s-d0394644-7af8-4934-9b03-5a29bf841760 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-eb9c342d-a1d8-4b02-bdeb-62bbded393e1 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-eb9c342d-a1d8-4b02-bdeb-62bbded393e1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8ae58bda-aa91-4b1e-ae5a-603820242be6 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 28, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 3em;
}
#s-8ae58bda-aa91-4b1e-ae5a-603820242be6:hover {background-color: rgba(255, 28, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ae58bda-aa91-4b1e-ae5a-603820242be6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ae58bda-aa91-4b1e-ae5a-603820242be6-root {
    text-align: center;
  }


#s-8ae58bda-aa91-4b1e-ae5a-603820242be6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ae58bda-aa91-4b1e-ae5a-603820242be6-root {
    text-align: center;
  }


#s-8ae58bda-aa91-4b1e-ae5a-603820242be6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ae58bda-aa91-4b1e-ae5a-603820242be6-root {
    text-align: center;
  }


#s-8ae58bda-aa91-4b1e-ae5a-603820242be6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ae58bda-aa91-4b1e-ae5a-603820242be6-root {
    text-align: center;
  }


#s-8ae58bda-aa91-4b1e-ae5a-603820242be6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ae58bda-aa91-4b1e-ae5a-603820242be6-root {
    text-align: center;
  }


#s-8ae58bda-aa91-4b1e-ae5a-603820242be6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-48cbd0b7-cc0e-47dc-9e6b-69982cce6f27 {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-48cbd0b7-cc0e-47dc-9e6b-69982cce6f27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48cbd0b7-cc0e-47dc-9e6b-69982cce6f27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d5937e34-d550-4dda-8eba-c432e3695dd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5937e34-d550-4dda-8eba-c432e3695dd6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d5937e34-d550-4dda-8eba-c432e3695dd6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d5937e34-d550-4dda-8eba-c432e3695dd6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-c82031f4-7a95-4899-bf44-7d0cae613833 {
  margin-top: 21px;
margin-bottom: 21px;
}

#s-2262cbdd-301c-4ea2-9a3a-7483c66fa808 {
  padding-left: 9%;
padding-right: 9%;
min-height: 50px;
}








#s-2262cbdd-301c-4ea2-9a3a-7483c66fa808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2262cbdd-301c-4ea2-9a3a-7483c66fa808.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14bafa62-ea21-4d6d-b50d-bedc1ec7936b {
  padding-left: 5%;
padding-right: 5%;
}

#s-a4e28b2c-51e0-4714-b49d-d8bb9b47f14d {
  display: none;
}
#s-86070682-f50d-4c2f-899d-d69ca8952be5 {
  text-align: left;
}



.shg-c#s-86070682-f50d-4c2f-899d-d69ca8952be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86070682-f50d-4c2f-899d-d69ca8952be5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-86070682-f50d-4c2f-899d-d69ca8952be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86070682-f50d-4c2f-899d-d69ca8952be5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86070682-f50d-4c2f-899d-d69ca8952be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86070682-f50d-4c2f-899d-d69ca8952be5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86070682-f50d-4c2f-899d-d69ca8952be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86070682-f50d-4c2f-899d-d69ca8952be5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86070682-f50d-4c2f-899d-d69ca8952be5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86070682-f50d-4c2f-899d-d69ca8952be5 img.shogun-image {
  width: 100%;
}



}
#s-dc77ca3b-1f27-4d4c-b1cd-6827968a11a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc77ca3b-1f27-4d4c-b1cd-6827968a11a0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-46d92c1b-3086-4f78-8517-6277cae2018e {
  text-align: center;
}

#s-46d92c1b-3086-4f78-8517-6277cae2018e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-46d92c1b-3086-4f78-8517-6277cae2018e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-46d92c1b-3086-4f78-8517-6277cae2018e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-74aa89f7-fa13-4fb2-89a2-6f808715d5c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-74aa89f7-fa13-4fb2-89a2-6f808715d5c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74aa89f7-fa13-4fb2-89a2-6f808715d5c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74aa89f7-fa13-4fb2-89a2-6f808715d5c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74aa89f7-fa13-4fb2-89a2-6f808715d5c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74aa89f7-fa13-4fb2-89a2-6f808715d5c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-74aa89f7-fa13-4fb2-89a2-6f808715d5c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fcdefe5e-a222-4390-9e08-09da74b051ee {
  display: none;
}
#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 {
  text-align: left;
}



.shg-c#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7adf3efe-9340-47ae-820f-2a7ca59e3688 img.shogun-image {
  width: 100%;
}



}
#s-2fe44baf-a621-426b-9775-f479dd6b0887 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fe44baf-a621-426b-9775-f479dd6b0887 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-744a732b-5c8d-4366-b8a3-3ee11b6cf0b3 {
  text-align: center;
}

#s-744a732b-5c8d-4366-b8a3-3ee11b6cf0b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-744a732b-5c8d-4366-b8a3-3ee11b6cf0b3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-744a732b-5c8d-4366-b8a3-3ee11b6cf0b3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7607ddbd-4d06-4bb6-b087-5954cdcf56c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7607ddbd-4d06-4bb6-b087-5954cdcf56c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7607ddbd-4d06-4bb6-b087-5954cdcf56c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7607ddbd-4d06-4bb6-b087-5954cdcf56c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7607ddbd-4d06-4bb6-b087-5954cdcf56c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7607ddbd-4d06-4bb6-b087-5954cdcf56c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7607ddbd-4d06-4bb6-b087-5954cdcf56c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1a8d5031-a07e-4cea-850d-c49a9b0301ac {
  display: none;
}
#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 {
  text-align: left;
}



.shg-c#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1165d079-f71d-4ff3-b723-0ddfa1ab3e81 img.shogun-image {
  width: 100%;
}



}
#s-b32a26ac-3dee-4504-b433-5f76d22dc444 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b32a26ac-3dee-4504-b433-5f76d22dc444 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1ec33995-3847-4feb-aa6f-2c5c182831c3 {
  text-align: center;
}

#s-1ec33995-3847-4feb-aa6f-2c5c182831c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1ec33995-3847-4feb-aa6f-2c5c182831c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1ec33995-3847-4feb-aa6f-2c5c182831c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6e97458d-7289-4f07-a573-76df3f4ed2a6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6e97458d-7289-4f07-a573-76df3f4ed2a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e97458d-7289-4f07-a573-76df3f4ed2a6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e97458d-7289-4f07-a573-76df3f4ed2a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e97458d-7289-4f07-a573-76df3f4ed2a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e97458d-7289-4f07-a573-76df3f4ed2a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6e97458d-7289-4f07-a573-76df3f4ed2a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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