#s-5f9ca48b-196f-4fa6-a148-f3cb93585bca {
  margin-top: -30px;
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-5f9ca48b-196f-4fa6-a148-f3cb93585bca {
  margin-left: auto;
margin-right: auto;
max-width: 1330px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f9ca48b-196f-4fa6-a148-f3cb93585bca {
  margin-left: auto;
margin-right: auto;
max-width: 1330px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f9ca48b-196f-4fa6-a148-f3cb93585bca {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-5f9ca48b-196f-4fa6-a148-f3cb93585bca {
  padding-left: 2%;
padding-right: 2%;
}
}
.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-fa85482d-fc50-4e0b-b94c-025ec4ab74d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa85482d-fc50-4e0b-b94c-025ec4ab74d5 .shogun-heading-component h1 {
  color: rgba(26, 100, 154, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-f0cfca7e-9bd4-4521-9457-4e58d6db8fe9 {
  margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f0cfca7e-9bd4-4521-9457-4e58d6db8fe9 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0cfca7e-9bd4-4521-9457-4e58d6db8fe9 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-f0cfca7e-9bd4-4521-9457-4e58d6db8fe9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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-e9c96cd5-33ef-4b09-8d2e-266e07a7ff15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9c96cd5-33ef-4b09-8d2e-266e07a7ff15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9c96cd5-33ef-4b09-8d2e-266e07a7ff15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9c96cd5-33ef-4b09-8d2e-266e07a7ff15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

.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-b2ea6023-0e01-41f8-97dc-3305a042b579 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b2ea6023-0e01-41f8-97dc-3305a042b579 {
  margin-top: 1%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2ea6023-0e01-41f8-97dc-3305a042b579 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2ea6023-0e01-41f8-97dc-3305a042b579 {
  margin-top: 2%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-b2ea6023-0e01-41f8-97dc-3305a042b579 {
  margin-top: 3%;
}
}







#s-b2ea6023-0e01-41f8-97dc-3305a042b579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2ea6023-0e01-41f8-97dc-3305a042b579.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b09e2b4e-e77a-414b-b33b-99254309b3ce {
  margin-top: 10px;
margin-bottom: 0px;
text-align: center;
}

#s-b09e2b4e-e77a-414b-b33b-99254309b3ce .shg-product-sold-out {
  display: none;
  color: rgba(26, 100, 154, 1);
  font-size: 30px;
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
}

#s-b09e2b4e-e77a-414b-b33b-99254309b3ce .shg-product-price {
  color: rgba(26, 100, 154, 1);
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
  font-size: 30px;
}

#s-b09e2b4e-e77a-414b-b33b-99254309b3ce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(87, 87, 87, 1);
  font-weight:  700 ;
  font-family: Mulish;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 15px;
}

.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-0e79ae94-19f8-4184-9c93-c13db4848723 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(39, 172, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0e79ae94-19f8-4184-9c93-c13db4848723:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e79ae94-19f8-4184-9c93-c13db4848723:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0e79ae94-19f8-4184-9c93-c13db4848723 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e79ae94-19f8-4184-9c93-c13db4848723 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e79ae94-19f8-4184-9c93-c13db4848723 {
  margin-left: 9%;
margin-right: 9%;
}
}@media (max-width: 767px){#s-0e79ae94-19f8-4184-9c93-c13db4848723 {
  margin-left: 6%;
margin-right: 6%;
}
}

  #s-0e79ae94-19f8-4184-9c93-c13db4848723-atc-btn-wrapper {
    text-align: center;
  }


#s-0e79ae94-19f8-4184-9c93-c13db4848723 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e79ae94-19f8-4184-9c93-c13db4848723.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e79ae94-19f8-4184-9c93-c13db4848723.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  
  font-family: Mulish;
  display:  block ;
}

#s-0e79ae94-19f8-4184-9c93-c13db4848723.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f {
  display: none;
}
#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f, #wrap-s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f {
  display: none;
}
#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f, #wrap-s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f {
  display: none;
}
#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f, #wrap-s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f { display: none !important; }}@media (max-width: 767px){#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f {
  display: none;
}
#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f, #wrap-s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f { display: none !important; }}
#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f .shogun-heading-component h1 {
  color: rgba(56, 56, 56, 1);
  font-weight:  800 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-378b8ad3-e57a-4142-ad1f-b28d96a5fb9f .shogun-heading-component h1 {
  color: rgba(56, 56, 56, 1);
  font-weight:  800 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 1px;
  
}


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

@media (min-width: 1200px){#s-5f105504-bce9-4816-935d-f51314fed182 {
  margin-top: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f105504-bce9-4816-935d-f51314fed182 {
  margin-top: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f105504-bce9-4816-935d-f51314fed182 {
  margin-top: 1px;
margin-bottom: 0px;
padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-5f105504-bce9-4816-935d-f51314fed182 {
  margin-top: 3px;
}
}
#s-982486cb-d8ab-4f1a-9efa-e19b993e57a3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-982486cb-d8ab-4f1a-9efa-e19b993e57a3 {
  margin-top: 0px;
margin-bottom: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-982486cb-d8ab-4f1a-9efa-e19b993e57a3 {
  margin-top: 0px;
margin-bottom: -8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-982486cb-d8ab-4f1a-9efa-e19b993e57a3 {
  margin-bottom: -8px;
display: none;
}
#s-982486cb-d8ab-4f1a-9efa-e19b993e57a3, #wrap-s-982486cb-d8ab-4f1a-9efa-e19b993e57a3 { display: none !important; }}@media (max-width: 767px){#s-982486cb-d8ab-4f1a-9efa-e19b993e57a3 {
  margin-bottom: -5px;
display: none;
}
#s-982486cb-d8ab-4f1a-9efa-e19b993e57a3, #wrap-s-982486cb-d8ab-4f1a-9efa-e19b993e57a3 { display: none !important; }}







#s-982486cb-d8ab-4f1a-9efa-e19b993e57a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-982486cb-d8ab-4f1a-9efa-e19b993e57a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e {
  margin-bottom: 3px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e {
  margin-bottom: 3px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e {
  margin-top: 0px;
margin-bottom: 3px;
display: none;
}
#s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e, #wrap-s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e { display: none !important; }}@media (max-width: 767px){#s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e {
  display: none;
}
#s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e, #wrap-s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e { display: none !important; }}







#s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b9c1fea-0370-4e89-9345-5a3b4a4f162e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c {
  margin-top: 6px;
margin-left: 0px;
margin-bottom: 6px;
margin-right: 0px;
padding-top: 11px;
padding-bottom: 11px;
min-height: 0px;
}
@media (min-width: 1200px){#s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c {
  margin-left: 14%;
margin-right: 14%;
padding-top: 11px;
padding-bottom: 11px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c {
  margin-left: 8%;
margin-right: 8%;
display: none;
}
#s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c, #wrap-s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c { display: none !important; }}@media (max-width: 767px){#s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c {
  display: none;
}
#s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c, #wrap-s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c { display: none !important; }}
@media (min-width: 0px) {
[id="s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 31.0px);
}

}

@media (min-width: 992px) {
[id="s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 31.0px);
}

}

@media (min-width: 1200px) {
[id="s-f18b7573-1cf5-4175-b66a-21c3b92f3b5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 31.0px);
}

}

#s-50e581eb-6ac5-4b8d-8146-16f3b925d46c {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(49, 49, 49, 1);
}
@media (max-width: 767px){#s-50e581eb-6ac5-4b8d-8146-16f3b925d46c {
  display: none;
}
#s-50e581eb-6ac5-4b8d-8146-16f3b925d46c, #wrap-s-50e581eb-6ac5-4b8d-8146-16f3b925d46c { display: none !important; }}
#s-50e581eb-6ac5-4b8d-8146-16f3b925d46c .shogun-heading-component h1 {
  color: rgba(255, 174, 5, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-89c079ac-49f1-4c1e-be99-5234e8315b7a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(49, 49, 49, 1);
}
@media (max-width: 767px){#s-89c079ac-49f1-4c1e-be99-5234e8315b7a {
  display: none;
}
#s-89c079ac-49f1-4c1e-be99-5234e8315b7a, #wrap-s-89c079ac-49f1-4c1e-be99-5234e8315b7a { display: none !important; }}
#s-89c079ac-49f1-4c1e-be99-5234e8315b7a .shogun-heading-component h1 {
  color: rgba(255, 174, 5, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-d0c9e00b-f5c4-4a7f-ad69-4cbe83875ec5 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d0c9e00b-f5c4-4a7f-ad69-4cbe83875ec5 {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0c9e00b-f5c4-4a7f-ad69-4cbe83875ec5 {
  margin-top: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0c9e00b-f5c4-4a7f-ad69-4cbe83875ec5 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-d0c9e00b-f5c4-4a7f-ad69-4cbe83875ec5 {
  margin-top: 4px;
display: none;
}
#s-d0c9e00b-f5c4-4a7f-ad69-4cbe83875ec5, #wrap-s-d0c9e00b-f5c4-4a7f-ad69-4cbe83875ec5 { display: none !important; }}
#s-d0c9e00b-f5c4-4a7f-ad69-4cbe83875ec5 .shogun-heading-component h1 {
  color: rgba(255, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-8ad32f3c-d7a5-415f-8a3d-4856f56a3bf1 {
  padding-top: 1%;
padding-left: 10px;
padding-bottom: 2%;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8ad32f3c-d7a5-415f-8a3d-4856f56a3bf1 {
  display: none;
}
#s-8ad32f3c-d7a5-415f-8a3d-4856f56a3bf1, #wrap-s-8ad32f3c-d7a5-415f-8a3d-4856f56a3bf1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ad32f3c-d7a5-415f-8a3d-4856f56a3bf1 {
  display: none;
}
#s-8ad32f3c-d7a5-415f-8a3d-4856f56a3bf1, #wrap-s-8ad32f3c-d7a5-415f-8a3d-4856f56a3bf1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ad32f3c-d7a5-415f-8a3d-4856f56a3bf1 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-8ad32f3c-d7a5-415f-8a3d-4856f56a3bf1 {
  margin-top: 2%;
margin-bottom: 2%;
}
}
#s-6cc57b29-e229-4b28-936f-9918a228b5b8 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-6cc57b29-e229-4b28-936f-9918a228b5b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cc57b29-e229-4b28-936f-9918a228b5b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c28dfa8-0663-4ccc-80fc-6a69a2042888 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-5c28dfa8-0663-4ccc-80fc-6a69a2042888 {
  display: none;
}
#s-5c28dfa8-0663-4ccc-80fc-6a69a2042888, #wrap-s-5c28dfa8-0663-4ccc-80fc-6a69a2042888 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c28dfa8-0663-4ccc-80fc-6a69a2042888 {
  display: none;
}
#s-5c28dfa8-0663-4ccc-80fc-6a69a2042888, #wrap-s-5c28dfa8-0663-4ccc-80fc-6a69a2042888 { display: none !important; }}@media (max-width: 767px){#s-5c28dfa8-0663-4ccc-80fc-6a69a2042888 {
  display: none;
}
#s-5c28dfa8-0663-4ccc-80fc-6a69a2042888, #wrap-s-5c28dfa8-0663-4ccc-80fc-6a69a2042888 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5c28dfa8-0663-4ccc-80fc-6a69a2042888"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c28dfa8-0663-4ccc-80fc-6a69a2042888"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c28dfa8-0663-4ccc-80fc-6a69a2042888"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c28dfa8-0663-4ccc-80fc-6a69a2042888"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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-8c007d4e-145d-4376-abfe-1b9b7157bb6a {
  max-width: 643px;
aspect-ratio: 643/723;
text-align: center;
}





  #s-8c007d4e-145d-4376-abfe-1b9b7157bb6a img.shogun-image,
  #s-8c007d4e-145d-4376-abfe-1b9b7157bb6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c007d4e-145d-4376-abfe-1b9b7157bb6a {
    width: 100%;
    height: auto;
  }



  #s-8c007d4e-145d-4376-abfe-1b9b7157bb6a img.shogun-image {
    

    
    
    
  }


#s-8c007d4e-145d-4376-abfe-1b9b7157bb6a .shogun-image-content {
  
    align-items: center;
  
}

#s-f0156d09-c4c9-4b12-9fe4-1ecf94ceddaf {
  max-width: 643px;
aspect-ratio: 643/725;
text-align: center;
}





  #s-f0156d09-c4c9-4b12-9fe4-1ecf94ceddaf img.shogun-image,
  #s-f0156d09-c4c9-4b12-9fe4-1ecf94ceddaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0156d09-c4c9-4b12-9fe4-1ecf94ceddaf {
    width: 100%;
    height: auto;
  }



  #s-f0156d09-c4c9-4b12-9fe4-1ecf94ceddaf img.shogun-image {
    

    
    
    
  }


#s-f0156d09-c4c9-4b12-9fe4-1ecf94ceddaf .shogun-image-content {
  
    align-items: center;
  
}

#s-9bf6d7cb-e27d-4c36-8810-690683e55ac7 {
  margin-top: -30px;
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-9bf6d7cb-e27d-4c36-8810-690683e55ac7 {
  margin-left: auto;
margin-right: auto;
max-width: 1330px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bf6d7cb-e27d-4c36-8810-690683e55ac7 {
  margin-left: auto;
margin-right: auto;
max-width: 1330px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bf6d7cb-e27d-4c36-8810-690683e55ac7 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9bf6d7cb-e27d-4c36-8810-690683e55ac7 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-502a60db-3890-41d9-bcd9-49b8d4b666b8 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-502a60db-3890-41d9-bcd9-49b8d4b666b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-502a60db-3890-41d9-bcd9-49b8d4b666b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-517e5fbf-80d0-47e6-898e-93ef38b31ff6 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 24px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-517e5fbf-80d0-47e6-898e-93ef38b31ff6 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-517e5fbf-80d0-47e6-898e-93ef38b31ff6 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-517e5fbf-80d0-47e6-898e-93ef38b31ff6 {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 2%;
}
}@media (max-width: 767px){#s-517e5fbf-80d0-47e6-898e-93ef38b31ff6 {
  padding-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-517e5fbf-80d0-47e6-898e-93ef38b31ff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-517e5fbf-80d0-47e6-898e-93ef38b31ff6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.5px);
}

[id="s-517e5fbf-80d0-47e6-898e-93ef38b31ff6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-517e5fbf-80d0-47e6-898e-93ef38b31ff6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.5px);
}

[id="s-517e5fbf-80d0-47e6-898e-93ef38b31ff6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-517e5fbf-80d0-47e6-898e-93ef38b31ff6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.5px);
}

[id="s-517e5fbf-80d0-47e6-898e-93ef38b31ff6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.5px);
}

}

#s-0d58fe11-a809-4df4-a616-8fa402a97900 {
  margin-top: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 394px;
aspect-ratio: 394/632;
text-align: center;
}
@media (min-width: 1200px){#s-0d58fe11-a809-4df4-a616-8fa402a97900 {
  margin-top: 2px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d58fe11-a809-4df4-a616-8fa402a97900 {
  margin-top: 2px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d58fe11-a809-4df4-a616-8fa402a97900 {
  margin-top: 2px;
margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-0d58fe11-a809-4df4-a616-8fa402a97900 {
  margin-top: 0px;
margin-left: 91px;
margin-right: 91px;
min-height: 0px;
display: none;
}
#s-0d58fe11-a809-4df4-a616-8fa402a97900, #wrap-s-0d58fe11-a809-4df4-a616-8fa402a97900 { display: none !important; }}




  #s-0d58fe11-a809-4df4-a616-8fa402a97900 img.shogun-image,
  #s-0d58fe11-a809-4df4-a616-8fa402a97900 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d58fe11-a809-4df4-a616-8fa402a97900 {
    width: 100%;
    height: auto;
  }



  #s-0d58fe11-a809-4df4-a616-8fa402a97900 img.shogun-image {
    

    
    
    
  }


#s-0d58fe11-a809-4df4-a616-8fa402a97900 .shogun-image-content {
  
    align-items: center;
  
}

#s-92fa4d77-31b8-4f50-8491-a75dced07762 {
  margin-top: 2%;
margin-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-92fa4d77-31b8-4f50-8491-a75dced07762 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92fa4d77-31b8-4f50-8491-a75dced07762 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92fa4d77-31b8-4f50-8491-a75dced07762 {
  
}
}@media (max-width: 767px){#s-92fa4d77-31b8-4f50-8491-a75dced07762 {
  display: none;
}
#s-92fa4d77-31b8-4f50-8491-a75dced07762, #wrap-s-92fa4d77-31b8-4f50-8491-a75dced07762 { display: none !important; }}
#s-92fa4d77-31b8-4f50-8491-a75dced07762 .shg-product-sold-out {
  display: none;
  color: rgba(26, 100, 154, 1);
  font-size: 25px;
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
}

#s-92fa4d77-31b8-4f50-8491-a75dced07762 .shg-product-price {
  color: rgba(26, 100, 154, 1);
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
  font-size: 25px;
}

#s-92fa4d77-31b8-4f50-8491-a75dced07762 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(87, 87, 87, 1);
  font-weight:  700 ;
  font-family: Muli;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 {
  
}
}@media (max-width: 767px){#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 {
  display: none;
}
#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33, #wrap-s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 { display: none !important; }}
#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 .shg-product-reviews-container {
  font-family: Muli;
  font-size: 16px;
  color: rgba(39, 39, 39, 1);
}

#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 20px;
}

#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(35, 138, 233, 1);
}

#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(35, 138, 233, 1);
  color: #FFFFFF;
}

#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(35, 138, 233, 1);
}

#s-fdcdcbec-1d82-4c8a-b9b2-893a25956d33 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(35, 138, 233, 1);
}

#s-a393b11b-e7e2-42d4-9ed7-620ab669e22c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a393b11b-e7e2-42d4-9ed7-620ab669e22c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a393b11b-e7e2-42d4-9ed7-620ab669e22c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a393b11b-e7e2-42d4-9ed7-620ab669e22c {
  
}
}@media (max-width: 767px){#s-a393b11b-e7e2-42d4-9ed7-620ab669e22c {
  
}
}
#s-a393b11b-e7e2-42d4-9ed7-620ab669e22c .shogun-heading-component h1 {
  color: rgba(255, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: center;
}



#s-0cb82046-dc37-40b7-b1af-706c4abfe9a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0cb82046-dc37-40b7-b1af-706c4abfe9a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cb82046-dc37-40b7-b1af-706c4abfe9a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cb82046-dc37-40b7-b1af-706c4abfe9a6 {
  
}
}@media (max-width: 767px){#s-0cb82046-dc37-40b7-b1af-706c4abfe9a6 {
  
}
}
#s-0cb82046-dc37-40b7-b1af-706c4abfe9a6 .shogun-heading-component h1 {
  color: rgba(26, 100, 154, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: center;
}


#s-0cb82046-dc37-40b7-b1af-706c4abfe9a6 .shogun-heading-component h1 a {
  color: rgba(26, 100, 154, 1);
}


#s-557d1f45-f0f7-406f-b0fd-0ca0dae93367 {
  padding-top: 4%;
}
@media (max-width: 767px){#s-557d1f45-f0f7-406f-b0fd-0ca0dae93367 {
  display: none;
}
#s-557d1f45-f0f7-406f-b0fd-0ca0dae93367, #wrap-s-557d1f45-f0f7-406f-b0fd-0ca0dae93367 { display: none !important; }}
#s-557d1f45-f0f7-406f-b0fd-0ca0dae93367 .shogun-icon-wrapper {
  text-align: center;
}


#s-557d1f45-f0f7-406f-b0fd-0ca0dae93367 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-cd6cadf9-19f6-47d6-9472-150413eb739f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cd6cadf9-19f6-47d6-9472-150413eb739f {
  display: none;
}
#s-cd6cadf9-19f6-47d6-9472-150413eb739f, #wrap-s-cd6cadf9-19f6-47d6-9472-150413eb739f { display: none !important; }}
#s-cd6cadf9-19f6-47d6-9472-150413eb739f .shogun-heading-component h1 {
  color: rgba(60, 60, 60, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-cd6cadf9-19f6-47d6-9472-150413eb739f .shogun-heading-component h1 a {
  color: rgba(60, 60, 60, 1);
}


#s-8764ae83-4b05-44a6-b8f5-e5619d22af05 {
  min-height: 50px;
}








#s-8764ae83-4b05-44a6-b8f5-e5619d22af05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8764ae83-4b05-44a6-b8f5-e5619d22af05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-43038489-3c4a-4500-88dd-534e8f27b437 {
  margin-top: -15px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-43038489-3c4a-4500-88dd-534e8f27b437 hr {
  border-top: 2px solid #ddd;
}

#s-980ddc8a-4830-4909-8f94-435859e81006 {
  margin-top: 3%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-980ddc8a-4830-4909-8f94-435859e81006 {
  display: none;
}
#s-980ddc8a-4830-4909-8f94-435859e81006, #wrap-s-980ddc8a-4830-4909-8f94-435859e81006 { display: none !important; }}
#s-cadc6a0a-f9aa-4939-8627-44c8796d6b72 {
  margin-top: 3%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cadc6a0a-f9aa-4939-8627-44c8796d6b72 {
  display: none;
}
#s-cadc6a0a-f9aa-4939-8627-44c8796d6b72, #wrap-s-cadc6a0a-f9aa-4939-8627-44c8796d6b72 { display: none !important; }}
#s-bfbdea65-d872-43ab-9336-13ef0d551328 {
  min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bfbdea65-d872-43ab-9336-13ef0d551328 {
  display: none;
}
#s-bfbdea65-d872-43ab-9336-13ef0d551328, #wrap-s-bfbdea65-d872-43ab-9336-13ef0d551328 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfbdea65-d872-43ab-9336-13ef0d551328 {
  display: none;
}
#s-bfbdea65-d872-43ab-9336-13ef0d551328, #wrap-s-bfbdea65-d872-43ab-9336-13ef0d551328 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfbdea65-d872-43ab-9336-13ef0d551328 {
  display: none;
}
#s-bfbdea65-d872-43ab-9336-13ef0d551328, #wrap-s-bfbdea65-d872-43ab-9336-13ef0d551328 { display: none !important; }}







#s-bfbdea65-d872-43ab-9336-13ef0d551328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfbdea65-d872-43ab-9336-13ef0d551328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-847f0c32-a973-48d8-aa20-1a810165a521 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
max-width: 643px;
aspect-ratio: 643/723;
text-align: center;
}
@media (min-width: 1200px){#s-847f0c32-a973-48d8-aa20-1a810165a521 {
  display: none;
}
#s-847f0c32-a973-48d8-aa20-1a810165a521, #wrap-s-847f0c32-a973-48d8-aa20-1a810165a521 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-847f0c32-a973-48d8-aa20-1a810165a521 {
  display: none;
}
#s-847f0c32-a973-48d8-aa20-1a810165a521, #wrap-s-847f0c32-a973-48d8-aa20-1a810165a521 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-847f0c32-a973-48d8-aa20-1a810165a521 {
  
}
}




  #s-847f0c32-a973-48d8-aa20-1a810165a521 img.shogun-image,
  #s-847f0c32-a973-48d8-aa20-1a810165a521 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-847f0c32-a973-48d8-aa20-1a810165a521 {
    width: 100%;
    height: auto;
  }



  #s-847f0c32-a973-48d8-aa20-1a810165a521 img.shogun-image {
    

    
    
    
  }


#s-847f0c32-a973-48d8-aa20-1a810165a521 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 13px;
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(13, 116, 156, 1);
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(245, 245, 245, 1);
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(13, 116, 156, 1);
  text-align: left;
  font-family: Varela;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (min-width: 768px) and (max-width: 991px){#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 13px;
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(13, 116, 156, 1);
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(245, 245, 245, 1);
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(13, 116, 156, 1);
  text-align: left;
  font-family: Varela;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-cc4de31c-7dc9-4050-b19f-fcc7cf2ce49f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 {
  margin-top: 1%;
margin-left: 1%;
margin-right: 1%;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 {
  margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 {
  margin-bottom: 0%;
}
}@media (max-width: 767px){#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 {
  
}
}
#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 .shg-product-reviews-container {
  font-family: Mulish;
  font-size: 16px;
  color: rgba(39, 39, 39, 1);
}

#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 20px;
}

#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(35, 138, 233, 1);
}

#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(35, 138, 233, 1);
  color: #FFFFFF;
}

#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(35, 138, 233, 1);
}

#s-5cb23c5d-447e-403b-9224-a81c1ff17fd2 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(35, 138, 233, 1);
}

#s-ac849a63-e355-438b-8ae4-5702ce2ff145 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ac849a63-e355-438b-8ae4-5702ce2ff145 {
  
}
}







#s-ac849a63-e355-438b-8ae4-5702ce2ff145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac849a63-e355-438b-8ae4-5702ce2ff145.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-64f8ca86-886c-4693-97be-5ad59563e819 {
  margin-top: 2%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-64f8ca86-886c-4693-97be-5ad59563e819 {
  display: none;
}
#s-64f8ca86-886c-4693-97be-5ad59563e819, #wrap-s-64f8ca86-886c-4693-97be-5ad59563e819 { display: none !important; }}@media (max-width: 767px){#s-64f8ca86-886c-4693-97be-5ad59563e819 {
  display: none;
}
#s-64f8ca86-886c-4693-97be-5ad59563e819, #wrap-s-64f8ca86-886c-4693-97be-5ad59563e819 { display: none !important; }}

  #s-64f8ca86-886c-4693-97be-5ad59563e819 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(68, 68, 68, 1);
    border: 8px solid rgba(244, 244, 244, 1);
  }
  #s-64f8ca86-886c-4693-97be-5ad59563e819 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 8px solid rgba(244, 244, 244, 1);
  }
#s-64f8ca86-886c-4693-97be-5ad59563e819 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(240, 240, 240, 1);
  font-family: Mulish;
  font-weight: 800;
  font-style: ;
  font-size: 16px;
}

#s-64f8ca86-886c-4693-97be-5ad59563e819 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(13, 116, 156, 1);
}

#s-64f8ca86-886c-4693-97be-5ad59563e819 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 8px);
  left: 8px;
  bottom: -8px;
  height: 8px;
  background: #F4F4F4;
}

#s-64f8ca86-886c-4693-97be-5ad59563e819 .shogun-tabs-body {
  margin-top: -8px;
  border-top: 8px solid rgba(244, 244, 244, 1);
}

#s-89651549-5013-4546-bc90-d86ba5278f41 {
  margin-top: 0%;
margin-bottom: 3%;
}

#s-281524cb-27df-4e21-85a7-2aafa370f2f9 {
  min-height: 50px;
}








#s-281524cb-27df-4e21-85a7-2aafa370f2f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-281524cb-27df-4e21-85a7-2aafa370f2f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4d25f5e-ac1c-430c-b576-cdd3daa53191 {
  background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-a4d25f5e-ac1c-430c-b576-cdd3daa53191 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4d25f5e-ac1c-430c-b576-cdd3daa53191 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4d25f5e-ac1c-430c-b576-cdd3daa53191 {
  display: none;
}
#s-a4d25f5e-ac1c-430c-b576-cdd3daa53191, #wrap-s-a4d25f5e-ac1c-430c-b576-cdd3daa53191 { display: none !important; }}@media (max-width: 767px){#s-a4d25f5e-ac1c-430c-b576-cdd3daa53191 {
  display: none;
}
#s-a4d25f5e-ac1c-430c-b576-cdd3daa53191, #wrap-s-a4d25f5e-ac1c-430c-b576-cdd3daa53191 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a4d25f5e-ac1c-430c-b576-cdd3daa53191"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4d25f5e-ac1c-430c-b576-cdd3daa53191"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4d25f5e-ac1c-430c-b576-cdd3daa53191"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4d25f5e-ac1c-430c-b576-cdd3daa53191"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c672dd1-ea5b-4986-86f0-6e33bedba8fd {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-d0142cf6-e77d-4b37-86c6-7106998dce67 {
  margin-right: 0px;
padding-top: 0%;
padding-left: 0%;
padding-right: 3%;
max-width: 643px;
aspect-ratio: 643/723;
text-align: center;
}





  #s-d0142cf6-e77d-4b37-86c6-7106998dce67 img.shogun-image,
  #s-d0142cf6-e77d-4b37-86c6-7106998dce67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0142cf6-e77d-4b37-86c6-7106998dce67 {
    width: 100%;
    height: auto;
  }



  #s-d0142cf6-e77d-4b37-86c6-7106998dce67 img.shogun-image {
    

    
    
    
  }


#s-d0142cf6-e77d-4b37-86c6-7106998dce67 .shogun-image-content {
  
    align-items: center;
  
}

#s-98e058ef-48f5-498b-8b11-019a88f3869c {
  min-height: 50px;
}








#s-98e058ef-48f5-498b-8b11-019a88f3869c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98e058ef-48f5-498b-8b11-019a88f3869c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e723abca-ab60-4a23-80ca-6910cc81ec3e {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-e723abca-ab60-4a23-80ca-6910cc81ec3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e723abca-ab60-4a23-80ca-6910cc81ec3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-e723abca-ab60-4a23-80ca-6910cc81ec3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-e723abca-ab60-4a23-80ca-6910cc81ec3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-6867a340-8639-4b61-94a2-78a26ea8910e {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-6867a340-8639-4b61-94a2-78a26ea8910e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6867a340-8639-4b61-94a2-78a26ea8910e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-6867a340-8639-4b61-94a2-78a26ea8910e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-6867a340-8639-4b61-94a2-78a26ea8910e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-0e3ee344-e940-4522-a776-ffeba8a6cf6a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-0f0a699f-0247-4311-ac4e-6eb2faf51360 {
  min-height: 50px;
}








#s-0f0a699f-0247-4311-ac4e-6eb2faf51360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f0a699f-0247-4311-ac4e-6eb2faf51360.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49403b5d-a341-4606-a3be-d141827b36f5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-49403b5d-a341-4606-a3be-d141827b36f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49403b5d-a341-4606-a3be-d141827b36f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49403b5d-a341-4606-a3be-d141827b36f5 {
  display: none;
}
#s-49403b5d-a341-4606-a3be-d141827b36f5, #wrap-s-49403b5d-a341-4606-a3be-d141827b36f5 { display: none !important; }}@media (max-width: 767px){#s-49403b5d-a341-4606-a3be-d141827b36f5 {
  display: none;
}
#s-49403b5d-a341-4606-a3be-d141827b36f5, #wrap-s-49403b5d-a341-4606-a3be-d141827b36f5 { display: none !important; }}
#s-2f69c120-a5d1-4d05-ab52-f93d7e8facb1 {
  padding-left: 8%;
padding-right: 8%;
text-align: center;
}







  #s-2f69c120-a5d1-4d05-ab52-f93d7e8facb1 img.shogun-image {
    

    
    
    
  }


#s-2f69c120-a5d1-4d05-ab52-f93d7e8facb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3d2d39a-29ea-49e6-a6d2-c836c548eefd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-b3d2d39a-29ea-49e6-a6d2-c836c548eefd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3d2d39a-29ea-49e6-a6d2-c836c548eefd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3d2d39a-29ea-49e6-a6d2-c836c548eefd {
  display: none;
}
#s-b3d2d39a-29ea-49e6-a6d2-c836c548eefd, #wrap-s-b3d2d39a-29ea-49e6-a6d2-c836c548eefd { display: none !important; }}@media (max-width: 767px){#s-b3d2d39a-29ea-49e6-a6d2-c836c548eefd {
  display: none;
}
#s-b3d2d39a-29ea-49e6-a6d2-c836c548eefd, #wrap-s-b3d2d39a-29ea-49e6-a6d2-c836c548eefd { display: none !important; }}
#s-7b373f6d-2bd4-43b1-8776-234e29c71602 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-7b373f6d-2bd4-43b1-8776-234e29c71602 {
  display: none;
}
#s-7b373f6d-2bd4-43b1-8776-234e29c71602, #wrap-s-7b373f6d-2bd4-43b1-8776-234e29c71602 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7b373f6d-2bd4-43b1-8776-234e29c71602"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7b373f6d-2bd4-43b1-8776-234e29c71602"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7b373f6d-2bd4-43b1-8776-234e29c71602"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7b373f6d-2bd4-43b1-8776-234e29c71602"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5a56a698-8c09-4940-bc6e-2378dc44cd87 {
  max-width: 643px;
aspect-ratio: 643/725;
text-align: center;
}





  #s-5a56a698-8c09-4940-bc6e-2378dc44cd87 img.shogun-image,
  #s-5a56a698-8c09-4940-bc6e-2378dc44cd87 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a56a698-8c09-4940-bc6e-2378dc44cd87 {
    width: 100%;
    height: auto;
  }



  #s-5a56a698-8c09-4940-bc6e-2378dc44cd87 img.shogun-image {
    

    
    
    
  }


#s-5a56a698-8c09-4940-bc6e-2378dc44cd87 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dbf0e4d-1cd7-4698-8f55-d64a85e9d0d0 {
  max-width: 644px;
aspect-ratio: 644/722;
text-align: center;
}





  #s-3dbf0e4d-1cd7-4698-8f55-d64a85e9d0d0 img.shogun-image,
  #s-3dbf0e4d-1cd7-4698-8f55-d64a85e9d0d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3dbf0e4d-1cd7-4698-8f55-d64a85e9d0d0 {
    width: 100%;
    height: auto;
  }



  #s-3dbf0e4d-1cd7-4698-8f55-d64a85e9d0d0 img.shogun-image {
    

    
    
    
  }


#s-3dbf0e4d-1cd7-4698-8f55-d64a85e9d0d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-98caf4ea-1812-44cb-849a-614cabbb33cd {
  max-width: 643px;
aspect-ratio: 643/723;
text-align: center;
}





  #s-98caf4ea-1812-44cb-849a-614cabbb33cd img.shogun-image,
  #s-98caf4ea-1812-44cb-849a-614cabbb33cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98caf4ea-1812-44cb-849a-614cabbb33cd {
    width: 100%;
    height: auto;
  }



  #s-98caf4ea-1812-44cb-849a-614cabbb33cd img.shogun-image {
    

    
    
    
  }


#s-98caf4ea-1812-44cb-849a-614cabbb33cd .shogun-image-content {
  
    align-items: center;
  
}

#s-20e18eb4-2f94-4e53-92c1-230a8015773a {
  max-width: 643px;
aspect-ratio: 643/724;
text-align: center;
}





  #s-20e18eb4-2f94-4e53-92c1-230a8015773a img.shogun-image,
  #s-20e18eb4-2f94-4e53-92c1-230a8015773a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20e18eb4-2f94-4e53-92c1-230a8015773a {
    width: 100%;
    height: auto;
  }



  #s-20e18eb4-2f94-4e53-92c1-230a8015773a img.shogun-image {
    

    
    
    
  }


#s-20e18eb4-2f94-4e53-92c1-230a8015773a .shogun-image-content {
  
    align-items: center;
  
}

#s-2611929a-9ebb-452c-b0ca-985985c38e0b {
  margin-top: 2%;
margin-bottom: 1%;
padding-top: 0%;
padding-left: 10px;
padding-bottom: 1%;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-35cfbe98-7a62-4b51-86bc-bf144bcd8687 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 14px;
padding-bottom: 14px;
}

#s-db07d8ca-6f96-494c-804e-4870a97c8ac5 {
  margin-top: 2%;
margin-bottom: 2%;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-db07d8ca-6f96-494c-804e-4870a97c8ac5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db07d8ca-6f96-494c-804e-4870a97c8ac5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db07d8ca-6f96-494c-804e-4870a97c8ac5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db07d8ca-6f96-494c-804e-4870a97c8ac5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db07d8ca-6f96-494c-804e-4870a97c8ac5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db07d8ca-6f96-494c-804e-4870a97c8ac5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db07d8ca-6f96-494c-804e-4870a97c8ac5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-47c1eb77-144d-4247-aacf-5fdf09dd89ac {
  margin-top: 5%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-7f8f8376-2211-4e13-8d40-ce586f684298 {
  margin-right: 6%;
text-align: center;
}







  #s-7f8f8376-2211-4e13-8d40-ce586f684298 img.shogun-image {
    

    
    
    
  }


#s-7f8f8376-2211-4e13-8d40-ce586f684298 .shogun-image-content {
  
    align-items: center;
  
}

#s-88df950f-ea30-49ae-926b-855a64dfdd52 {
  margin-bottom: 1%;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-88df950f-ea30-49ae-926b-855a64dfdd52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88df950f-ea30-49ae-926b-855a64dfdd52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-88df950f-ea30-49ae-926b-855a64dfdd52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88df950f-ea30-49ae-926b-855a64dfdd52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-88df950f-ea30-49ae-926b-855a64dfdd52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88df950f-ea30-49ae-926b-855a64dfdd52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-88df950f-ea30-49ae-926b-855a64dfdd52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-2e21826e-cf82-4afe-abae-92a9411fe748 {
  margin-top: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-272cce3b-4038-4765-8bc1-e074dd78710b {
  margin-right: 6%;
text-align: center;
}
#s-272cce3b-4038-4765-8bc1-e074dd78710b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;}






  #s-272cce3b-4038-4765-8bc1-e074dd78710b img.shogun-image {
    

    
    
    
  }


#s-272cce3b-4038-4765-8bc1-e074dd78710b .shogun-image-content {
  
    align-items: center;
  
}

#s-0a46386e-cc16-4159-a711-b60aab0cb90d {
  margin-bottom: 1%;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-0a46386e-cc16-4159-a711-b60aab0cb90d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a46386e-cc16-4159-a711-b60aab0cb90d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a46386e-cc16-4159-a711-b60aab0cb90d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a46386e-cc16-4159-a711-b60aab0cb90d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a46386e-cc16-4159-a711-b60aab0cb90d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a46386e-cc16-4159-a711-b60aab0cb90d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a46386e-cc16-4159-a711-b60aab0cb90d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-01f6e5c2-31db-418e-9176-5bca656719f9 {
  margin-top: 5%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-c46ff48e-123f-4e98-81f9-ece07adf1ba7 {
  margin-right: 6%;
max-width: 292px;
aspect-ratio: 292/340;
text-align: center;
}
#s-c46ff48e-123f-4e98-81f9-ece07adf1ba7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;}




  #s-c46ff48e-123f-4e98-81f9-ece07adf1ba7 img.shogun-image,
  #s-c46ff48e-123f-4e98-81f9-ece07adf1ba7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c46ff48e-123f-4e98-81f9-ece07adf1ba7 {
    width: 100%;
    height: auto;
  }



  #s-c46ff48e-123f-4e98-81f9-ece07adf1ba7 img.shogun-image {
    

    
    
    
  }


#s-c46ff48e-123f-4e98-81f9-ece07adf1ba7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b14979d-28ee-4e16-b26e-23f84715ff9d {
  margin-top: 2%;
margin-bottom: 2%;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-9b14979d-28ee-4e16-b26e-23f84715ff9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b14979d-28ee-4e16-b26e-23f84715ff9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b14979d-28ee-4e16-b26e-23f84715ff9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b14979d-28ee-4e16-b26e-23f84715ff9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b14979d-28ee-4e16-b26e-23f84715ff9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b14979d-28ee-4e16-b26e-23f84715ff9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b14979d-28ee-4e16-b26e-23f84715ff9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-41e1acc7-3168-4614-95bf-8a72b957c403 {
  margin-top: 1%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-2eb59e5e-1fa2-4dc1-9e35-4d9b1ba96743 {
  margin-right: 6%;
max-width: 294px;
aspect-ratio: 294/269;
text-align: center;
}





  #s-2eb59e5e-1fa2-4dc1-9e35-4d9b1ba96743 img.shogun-image,
  #s-2eb59e5e-1fa2-4dc1-9e35-4d9b1ba96743 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2eb59e5e-1fa2-4dc1-9e35-4d9b1ba96743 {
    width: 100%;
    height: auto;
  }



  #s-2eb59e5e-1fa2-4dc1-9e35-4d9b1ba96743 img.shogun-image {
    

    
    
    
  }


#s-2eb59e5e-1fa2-4dc1-9e35-4d9b1ba96743 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac5d74c2-5dc7-4a65-a5d7-da1187cfb6f4 {
  margin-top: 2%;
margin-bottom: 2%;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-ac5d74c2-5dc7-4a65-a5d7-da1187cfb6f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac5d74c2-5dc7-4a65-a5d7-da1187cfb6f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac5d74c2-5dc7-4a65-a5d7-da1187cfb6f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac5d74c2-5dc7-4a65-a5d7-da1187cfb6f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac5d74c2-5dc7-4a65-a5d7-da1187cfb6f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac5d74c2-5dc7-4a65-a5d7-da1187cfb6f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac5d74c2-5dc7-4a65-a5d7-da1187cfb6f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-275ea280-6cbd-4b3e-ae37-c58a85937a60 {
  margin-top: 3%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-dd8a45b3-4408-419f-8e0b-34051ec684fd {
  margin-right: 6%;
max-width: 352px;
aspect-ratio: 352/319;
text-align: center;
}





  #s-dd8a45b3-4408-419f-8e0b-34051ec684fd img.shogun-image,
  #s-dd8a45b3-4408-419f-8e0b-34051ec684fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd8a45b3-4408-419f-8e0b-34051ec684fd {
    width: 100%;
    height: auto;
  }



  #s-dd8a45b3-4408-419f-8e0b-34051ec684fd img.shogun-image {
    

    
    
    
  }


#s-dd8a45b3-4408-419f-8e0b-34051ec684fd .shogun-image-content {
  
    align-items: center;
  
}

#s-5af7e96e-6fbe-4230-962e-44dace3d5c5d {
  margin-top: 2%;
margin-bottom: 2%;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-5af7e96e-6fbe-4230-962e-44dace3d5c5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5af7e96e-6fbe-4230-962e-44dace3d5c5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5af7e96e-6fbe-4230-962e-44dace3d5c5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5af7e96e-6fbe-4230-962e-44dace3d5c5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5af7e96e-6fbe-4230-962e-44dace3d5c5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5af7e96e-6fbe-4230-962e-44dace3d5c5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5af7e96e-6fbe-4230-962e-44dace3d5c5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-dc30257e-65b5-4531-a968-702a4fa0feeb {
  margin-top: 5%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-7ee84f89-7309-46b4-afb2-d1960602cfc0 {
  margin-right: 6%;
max-width: 349px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7ee84f89-7309-46b4-afb2-d1960602cfc0 img.shogun-image,
  #s-7ee84f89-7309-46b4-afb2-d1960602cfc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ee84f89-7309-46b4-afb2-d1960602cfc0 {
    width: 100%;
    height: auto;
  }



  #s-7ee84f89-7309-46b4-afb2-d1960602cfc0 img.shogun-image {
    

    
    
    
  }


#s-7ee84f89-7309-46b4-afb2-d1960602cfc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bdb3d9c-71ea-4329-b414-bfa58f066c65 {
  margin-top: 2%;
margin-bottom: 2%;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-5bdb3d9c-71ea-4329-b414-bfa58f066c65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bdb3d9c-71ea-4329-b414-bfa58f066c65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bdb3d9c-71ea-4329-b414-bfa58f066c65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bdb3d9c-71ea-4329-b414-bfa58f066c65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bdb3d9c-71ea-4329-b414-bfa58f066c65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bdb3d9c-71ea-4329-b414-bfa58f066c65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bdb3d9c-71ea-4329-b414-bfa58f066c65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-e08afca7-929e-4c1a-898d-41281993b4c6 {
  margin-top: -9px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-90b72705-2ad0-414d-9f17-e820e6c83a91 {
  margin-top: 5%;
margin-right: 6%;
max-width: 300px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-90b72705-2ad0-414d-9f17-e820e6c83a91 img.shogun-image,
  #s-90b72705-2ad0-414d-9f17-e820e6c83a91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90b72705-2ad0-414d-9f17-e820e6c83a91 {
    width: 100%;
    height: auto;
  }



  #s-90b72705-2ad0-414d-9f17-e820e6c83a91 img.shogun-image {
    

    
    
    
  }


#s-90b72705-2ad0-414d-9f17-e820e6c83a91 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b025a51-3eef-4338-8476-eecb4ab4de2f {
  padding-top: 14px;
padding-bottom: 14px;
}
@media (min-width: 1200px){#s-1b025a51-3eef-4338-8476-eecb4ab4de2f {
  display: none;
}
#s-1b025a51-3eef-4338-8476-eecb4ab4de2f, #wrap-s-1b025a51-3eef-4338-8476-eecb4ab4de2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b025a51-3eef-4338-8476-eecb4ab4de2f {
  display: none;
}
#s-1b025a51-3eef-4338-8476-eecb4ab4de2f, #wrap-s-1b025a51-3eef-4338-8476-eecb4ab4de2f { display: none !important; }}
#s-69ceb9fd-e159-43f7-9eb2-18700f70af01 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-69ceb9fd-e159-43f7-9eb2-18700f70af01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69ceb9fd-e159-43f7-9eb2-18700f70af01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-69ceb9fd-e159-43f7-9eb2-18700f70af01 {
  
}
}@media (max-width: 767px){#s-69ceb9fd-e159-43f7-9eb2-18700f70af01 {
  
}
}







#s-69ceb9fd-e159-43f7-9eb2-18700f70af01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69ceb9fd-e159-43f7-9eb2-18700f70af01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39f5a5c5-d46c-4435-b07f-31458ae5b4cb {
  margin-top: 3px;
margin-bottom: 0px;
text-align: center;
}

#s-39f5a5c5-d46c-4435-b07f-31458ae5b4cb .shg-product-sold-out {
  display: none;
  color: rgba(26, 100, 154, 1);
  font-size: 30px;
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
}

#s-39f5a5c5-d46c-4435-b07f-31458ae5b4cb .shg-product-price {
  color: rgba(26, 100, 154, 1);
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
  font-size: 30px;
}

#s-39f5a5c5-d46c-4435-b07f-31458ae5b4cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(87, 87, 87, 1);
  font-weight:  700 ;
  font-family: Muli;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 15px;
}

#s-7c9b5f58-153a-44b3-a89c-aae61d127149 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(39, 172, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7c9b5f58-153a-44b3-a89c-aae61d127149:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c9b5f58-153a-44b3-a89c-aae61d127149:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7c9b5f58-153a-44b3-a89c-aae61d127149 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c9b5f58-153a-44b3-a89c-aae61d127149 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c9b5f58-153a-44b3-a89c-aae61d127149 {
  margin-left: 9%;
margin-right: 9%;
}
}@media (max-width: 767px){#s-7c9b5f58-153a-44b3-a89c-aae61d127149 {
  margin-left: 6%;
margin-right: 6%;
}
}

  #s-7c9b5f58-153a-44b3-a89c-aae61d127149-atc-btn-wrapper {
    text-align: center;
  }


#s-7c9b5f58-153a-44b3-a89c-aae61d127149 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c9b5f58-153a-44b3-a89c-aae61d127149.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c9b5f58-153a-44b3-a89c-aae61d127149.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  
  font-family: Mulish;
  display:  block ;
}

#s-7c9b5f58-153a-44b3-a89c-aae61d127149.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e {
  display: none;
}
#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e, #wrap-s-d07b6992-417f-4b58-8d6c-4d6c82347d7e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e {
  display: none;
}
#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e, #wrap-s-d07b6992-417f-4b58-8d6c-4d6c82347d7e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e {
  display: none;
}
#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e, #wrap-s-d07b6992-417f-4b58-8d6c-4d6c82347d7e { display: none !important; }}@media (max-width: 767px){#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e {
  display: none;
}
#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e, #wrap-s-d07b6992-417f-4b58-8d6c-4d6c82347d7e { display: none !important; }}
#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e .shogun-heading-component h1 {
  color: rgba(56, 56, 56, 1);
  font-weight:  800 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-d07b6992-417f-4b58-8d6c-4d6c82347d7e .shogun-heading-component h1 {
  color: rgba(56, 56, 56, 1);
  font-weight:  800 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 1200px){#s-399f248b-f9ad-4636-8322-a263356daf4f {
  margin-top: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-399f248b-f9ad-4636-8322-a263356daf4f {
  margin-top: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-399f248b-f9ad-4636-8322-a263356daf4f {
  margin-top: 1px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-399f248b-f9ad-4636-8322-a263356daf4f {
  margin-top: 3px;
}
}
#s-cb80a3ad-67ec-452b-a3a8-87097228f534 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
text-align: center;
background-color: rgba(233, 88, 36, 1);
}
@media (min-width: 1200px){#s-cb80a3ad-67ec-452b-a3a8-87097228f534 {
  margin-top: 22px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
padding-top: 10px;
padding-left: 9%;
padding-bottom: 10px;
padding-right: 9%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb80a3ad-67ec-452b-a3a8-87097228f534 {
  margin-top: 22px;
margin-left: 9%;
margin-bottom: 8px;
margin-right: 9%;
padding-left: 9%;
padding-right: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb80a3ad-67ec-452b-a3a8-87097228f534 {
  margin-top: 15px;
margin-left: 26px;
margin-bottom: 15px;
margin-right: 26px;
padding-left: 9%;
padding-right: 9%;
}
}@media (max-width: 767px){#s-cb80a3ad-67ec-452b-a3a8-87097228f534 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 9%;
padding-right: 9%;
}
}
#s-cb80a3ad-67ec-452b-a3a8-87097228f534 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-be28521a-6e7b-46c3-97fe-cd2e0ee32256 {
  margin-top: 17px;
margin-left: 0px;
margin-right: 0px;
padding-top: 19px;
padding-bottom: 19px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
}
@media (min-width: 768px) and (max-width: 991px){#s-be28521a-6e7b-46c3-97fe-cd2e0ee32256 {
  display: none;
}
#s-be28521a-6e7b-46c3-97fe-cd2e0ee32256, #wrap-s-be28521a-6e7b-46c3-97fe-cd2e0ee32256 { display: none !important; }}@media (max-width: 767px){#s-be28521a-6e7b-46c3-97fe-cd2e0ee32256 {
  display: none;
}
#s-be28521a-6e7b-46c3-97fe-cd2e0ee32256, #wrap-s-be28521a-6e7b-46c3-97fe-cd2e0ee32256 { display: none !important; }}
@media (min-width: 0px) {
[id="s-be28521a-6e7b-46c3-97fe-cd2e0ee32256"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-be28521a-6e7b-46c3-97fe-cd2e0ee32256"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-be28521a-6e7b-46c3-97fe-cd2e0ee32256"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-be28521a-6e7b-46c3-97fe-cd2e0ee32256"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-46b7bb24-4a34-4eb3-8a5b-636b2406ba66 {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-46b7bb24-4a34-4eb3-8a5b-636b2406ba66 .shogun-icon-wrapper {
  text-align: center;
}


#s-46b7bb24-4a34-4eb3-8a5b-636b2406ba66 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(30, 166, 54, 1);
}

#s-aaf06403-fb74-404e-a0eb-f82b8215c488 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: dotted;
border-radius: 10px;
text-align: center;
}

#s-aaf06403-fb74-404e-a0eb-f82b8215c488 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (min-width: 1200px){#s-aaf06403-fb74-404e-a0eb-f82b8215c488 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aaf06403-fb74-404e-a0eb-f82b8215c488 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-dec8c964-1410-487e-ad9d-3a26402d1da3 {
  margin-bottom: 5px;
}

#s-dec8c964-1410-487e-ad9d-3a26402d1da3 .shogun-icon-wrapper {
  text-align: center;
}


#s-dec8c964-1410-487e-ad9d-3a26402d1da3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(30, 166, 54, 1);
}

#s-9bf5ecde-4ede-4561-b842-90de8f27b377 {
  margin-left: -8px;
margin-right: -8px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: dotted;
border-radius: 10px;
text-align: center;
}

#s-9bf5ecde-4ede-4561-b842-90de8f27b377 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-9bf5ecde-4ede-4561-b842-90de8f27b377 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-8641d29c-a0cc-400e-a371-c5391e0d0cbd {
  margin-bottom: 5px;
}

#s-8641d29c-a0cc-400e-a371-c5391e0d0cbd .shogun-icon-wrapper {
  text-align: center;
}


#s-8641d29c-a0cc-400e-a371-c5391e0d0cbd .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(30, 166, 54, 1);
}

#s-1e7cac9d-22e1-406d-a7b8-f750449c13c6 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: dotted;
border-radius: 10px;
text-align: center;
}

#s-1e7cac9d-22e1-406d-a7b8-f750449c13c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-1e7cac9d-22e1-406d-a7b8-f750449c13c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-d49e4db9-67dc-40b8-bc1b-7c9a08a0f82f {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d49e4db9-67dc-40b8-bc1b-7c9a08a0f82f .shogun-icon-wrapper {
  text-align: center;
}


#s-d49e4db9-67dc-40b8-bc1b-7c9a08a0f82f .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(30, 166, 54, 1);
}

#s-2547e24d-f8f3-45c8-bbc9-af6a36ab67d1 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: dotted;
border-radius: 10px;
text-align: center;
}

#s-2547e24d-f8f3-45c8-bbc9-af6a36ab67d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-2547e24d-f8f3-45c8-bbc9-af6a36ab67d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-3cd6b38e-e68a-4675-b4ec-8ae4668cc214 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3cd6b38e-e68a-4675-b4ec-8ae4668cc214 {
  display: none;
}
#s-3cd6b38e-e68a-4675-b4ec-8ae4668cc214, #wrap-s-3cd6b38e-e68a-4675-b4ec-8ae4668cc214 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cd6b38e-e68a-4675-b4ec-8ae4668cc214 {
  display: none;
}
#s-3cd6b38e-e68a-4675-b4ec-8ae4668cc214, #wrap-s-3cd6b38e-e68a-4675-b4ec-8ae4668cc214 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3cd6b38e-e68a-4675-b4ec-8ae4668cc214 {
  
}
}@media (max-width: 767px){#s-3cd6b38e-e68a-4675-b4ec-8ae4668cc214 {
  
}
}
#s-90c3abfc-4f0f-4496-b227-b010275bee14 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-90c3abfc-4f0f-4496-b227-b010275bee14 {
  display: none;
}
#s-90c3abfc-4f0f-4496-b227-b010275bee14, #wrap-s-90c3abfc-4f0f-4496-b227-b010275bee14 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90c3abfc-4f0f-4496-b227-b010275bee14 {
  display: none;
}
#s-90c3abfc-4f0f-4496-b227-b010275bee14, #wrap-s-90c3abfc-4f0f-4496-b227-b010275bee14 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90c3abfc-4f0f-4496-b227-b010275bee14 {
  
}
}@media (max-width: 767px){#s-90c3abfc-4f0f-4496-b227-b010275bee14 {
  
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

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