.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-9fbf8b21-e9c2-48e1-a2ba-86c0dd43cbc2 {
  margin-top: 10px;
padding-top: 0px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9fbf8b21-e9c2-48e1-a2ba-86c0dd43cbc2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9fbf8b21-e9c2-48e1-a2ba-86c0dd43cbc2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9fbf8b21-e9c2-48e1-a2ba-86c0dd43cbc2 {
  
}
}@media (max-width: 767px){#s-9fbf8b21-e9c2-48e1-a2ba-86c0dd43cbc2 {
  
}
}







#s-9fbf8b21-e9c2-48e1-a2ba-86c0dd43cbc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fbf8b21-e9c2-48e1-a2ba-86c0dd43cbc2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-038729e2-e936-4439-87d7-09607dc679a2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-038729e2-e936-4439-87d7-09607dc679a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-038729e2-e936-4439-87d7-09607dc679a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-038729e2-e936-4439-87d7-09607dc679a2 {
  
}
}@media (max-width: 767px){#s-038729e2-e936-4439-87d7-09607dc679a2 {
  
}
}
#s-038729e2-e936-4439-87d7-09607dc679a2 {
  background-image: url(https://i.shgcdn.com/41681fbe-456f-41dd-aca2-0d5785eebbd3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-038729e2-e936-4439-87d7-09607dc679a2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.04999999999999999;
}#s-038729e2-e936-4439-87d7-09607dc679a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c {
  margin-top: 0px;
margin-left: 30px;
margin-right: 30px;
padding-top: 50px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-93fa4b08-23a1-42ae-a4dc-8f40ab597a5c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-65a64e70-8f17-46d5-87e9-04bef6c7d1f2 {
  border-style: solid;
margin-top: 50px;
margin-left: 3px;
margin-bottom: 50px;
margin-right: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0px;
min-height: 500px;
opacity: 1;
background-color: rgba(0, 0, 0, 0.34);
background-attachment: scroll;
}








#s-65a64e70-8f17-46d5-87e9-04bef6c7d1f2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-65a64e70-8f17-46d5-87e9-04bef6c7d1f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-20dbea7b-3750-41ee-9871-08153b6bdfec {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-20dbea7b-3750-41ee-9871-08153b6bdfec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20dbea7b-3750-41ee-9871-08153b6bdfec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20dbea7b-3750-41ee-9871-08153b6bdfec {
  
}
}@media (max-width: 767px){#s-20dbea7b-3750-41ee-9871-08153b6bdfec {
  
}
}
#s-20dbea7b-3750-41ee-9871-08153b6bdfec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-38ea0d85-725b-4028-82f9-7c824edfd984 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-38ea0d85-725b-4028-82f9-7c824edfd984 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38ea0d85-725b-4028-82f9-7c824edfd984 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-38ea0d85-725b-4028-82f9-7c824edfd984 {
  
}
}@media (max-width: 767px){#s-38ea0d85-725b-4028-82f9-7c824edfd984 {
  
}
}
@media (min-width: 0px) {
[id="s-38ea0d85-725b-4028-82f9-7c824edfd984"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 768px) {
[id="s-38ea0d85-725b-4028-82f9-7c824edfd984"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-38ea0d85-725b-4028-82f9-7c824edfd984"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-38ea0d85-725b-4028-82f9-7c824edfd984"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-6dd652a4-50d8-435d-b1fa-552bc28751b5 {
  padding-top: 40px;
padding-bottom: 40px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6dd652a4-50d8-435d-b1fa-552bc28751b5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



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

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

#s-e64514ad-40aa-4601-9b8e-56b9dd941aec {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}

#s-e64514ad-40aa-4601-9b8e-56b9dd941aec hr {
  border-top: 7px solid rgba(34, 34, 34, 1);
}

#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (max-width: 767px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}







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

#s-3f07695e-441e-4347-9fba-80462c431479 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3f07695e-441e-4347-9fba-80462c431479 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f07695e-441e-4347-9fba-80462c431479 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f07695e-441e-4347-9fba-80462c431479 {
  
}
}@media (max-width: 767px){#s-3f07695e-441e-4347-9fba-80462c431479 {
  
}
}
#s-fbb6f7cc-1189-4394-882c-1be9f34f0e72 {
  margin-top: -18px;
margin-bottom: -18px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fbb6f7cc-1189-4394-882c-1be9f34f0e72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fbb6f7cc-1189-4394-882c-1be9f34f0e72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fbb6f7cc-1189-4394-882c-1be9f34f0e72 {
  
}
}@media (max-width: 767px){#s-fbb6f7cc-1189-4394-882c-1be9f34f0e72 {
  
}
}
@media (min-width: 0px) {
[id="s-fbb6f7cc-1189-4394-882c-1be9f34f0e72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbb6f7cc-1189-4394-882c-1be9f34f0e72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fbb6f7cc-1189-4394-882c-1be9f34f0e72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbb6f7cc-1189-4394-882c-1be9f34f0e72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 {
  margin-top: 0px;
margin-bottom: -60px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd3d78a9-f55b-43b9-930c-342fc2b32ed0 img.shogun-image {
  width: 100%;
}



}
#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  box-shadow:0px 40px 100px 0px rgba(255, 255, 255, 0.14);
border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(143, 18, 216, 1);
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  
}
}@media (max-width: 767px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  
}
}







#s-02ee9492-34bb-4d12-a8e6-06933cf51642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02ee9492-34bb-4d12-a8e6-06933cf51642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 {
  margin-top: 60px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 {
  
}
}@media (max-width: 767px){#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 {
  
}
}
#s-8d5327ed-1438-4b06-b9e3-d3cf6a7fff49 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
}

#s-f38faf31-0ea9-4144-967a-8522a615a4a0 {
  margin-left: 23px;
margin-right: 23px;
}

#s-f38faf31-0ea9-4144-967a-8522a615a4a0 hr {
  border-top: 1px solid rgba(34, 34, 34, 1);
}

#s-abe73fa8-5815-4a5f-8d29-6dcd819920ba {
  margin-left: 1px;
margin-right: 170px;
}
@media (min-width: 1200px){#s-abe73fa8-5815-4a5f-8d29-6dcd819920ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abe73fa8-5815-4a5f-8d29-6dcd819920ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-abe73fa8-5815-4a5f-8d29-6dcd819920ba {
  
}
}@media (max-width: 767px){#s-abe73fa8-5815-4a5f-8d29-6dcd819920ba {
  
}
}
#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  border-style: solid;
margin-top: 20px;
margin-left: 27px;
margin-bottom: 0px;
margin-right: 27px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 233, 235, 1);
text-align: left;
}
@media (min-width: 1200px){#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  
}
}@media (max-width: 767px){#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  
}
}
#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  300 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 .shg-product-price {
  color: #000;
  font-weight:  300 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.32);
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 20px;
}

#s-357fb54d-5ea8-432d-99a2-22b8ddb76e07 {
  padding-left: 16px;
}

@media (min-width: 0px) {
[id="s-357fb54d-5ea8-432d-99a2-22b8ddb76e07"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-357fb54d-5ea8-432d-99a2-22b8ddb76e07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-357fb54d-5ea8-432d-99a2-22b8ddb76e07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-357fb54d-5ea8-432d-99a2-22b8ddb76e07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.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-9db5360c-ef7c-4e70-b294-2d08b6490fd2 {
  text-align: center;
}







  #s-9db5360c-ef7c-4e70-b294-2d08b6490fd2 img.shogun-image {
    

    
    
    
  }


#s-9db5360c-ef7c-4e70-b294-2d08b6490fd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2e78c51-2f4c-4de9-bb80-db7749ba0748 {
  text-align: center;
}







  #s-b2e78c51-2f4c-4de9-bb80-db7749ba0748 img.shogun-image {
    

    
    
    
  }


#s-b2e78c51-2f4c-4de9-bb80-db7749ba0748 .shogun-image-content {
  
    align-items: center;
  
}

#s-61210b51-895d-4cef-b5d6-26b366a5e374 {
  text-align: center;
}







  #s-61210b51-895d-4cef-b5d6-26b366a5e374 img.shogun-image {
    

    
    
    
  }


#s-61210b51-895d-4cef-b5d6-26b366a5e374 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac8a60bf-dfe9-4895-a19a-e9e3dbdc545a {
  text-align: center;
}







  #s-ac8a60bf-dfe9-4895-a19a-e9e3dbdc545a img.shogun-image {
    

    
    
    
  }


#s-ac8a60bf-dfe9-4895-a19a-e9e3dbdc545a .shogun-image-content {
  
    align-items: center;
  
}

#s-e200c6d1-2120-4888-ad50-32e2d57523f0 {
  text-align: center;
}







  #s-e200c6d1-2120-4888-ad50-32e2d57523f0 img.shogun-image {
    

    
    
    
  }


#s-e200c6d1-2120-4888-ad50-32e2d57523f0 .shogun-image-content {
  
    align-items: center;
  
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

.shg-variant-btn:not(.shg-variant-btn-stretch) {
  display: inline-block;
}

.shg-variant-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  
}
}@media (max-width: 767px){#s-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  
}
}
#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 11px;
  }

  
    #s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  




  #s-6451bba7-0378-4ae4-91aa-d6c17029b978-btn-wrapper {
    text-align: center;
  }


#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-variant-btn:hover {
  background: #252525;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-variant-btn:active, #s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6451bba7-0378-4ae4-91aa-d6c17029b978 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf {
  
}
}@media (max-width: 767px){#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf {
  
}
}
#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf .shg-product-quantity-wrapper {
  display: flex;
}

#s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 11px;
  }

  
    #s-6dd9b39c-b1af-48d8-9ae2-1462bb9f0adf label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  


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

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

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

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

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

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

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

#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  border-style: solid;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(254, 161, 16, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 18px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf:hover {opacity: 1 !important;
background-color: rgba(254, 161, 16, 1) !important;
font-size: 20px !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  
}
}@media (max-width: 767px){#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  
}
}


#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  block ;
}

#s-f99d0378-2992-43c1-b985-76b4ac6bfbdf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f99d0378-2992-43c1-b985-76b4ac6bfbdf.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-bb6312d8-a329-407a-a4bf-c91116867348 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bb6312d8-a329-407a-a4bf-c91116867348 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb6312d8-a329-407a-a4bf-c91116867348 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb6312d8-a329-407a-a4bf-c91116867348 {
  
}
}@media (max-width: 767px){#s-bb6312d8-a329-407a-a4bf-c91116867348 {
  
}
}







#s-bb6312d8-a329-407a-a4bf-c91116867348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb6312d8-a329-407a-a4bf-c91116867348.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-475d183e-1a0e-479d-9051-47d346c69058 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-475d183e-1a0e-479d-9051-47d346c69058 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-475d183e-1a0e-479d-9051-47d346c69058 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-475d183e-1a0e-479d-9051-47d346c69058 {
  
}
}@media (max-width: 767px){#s-475d183e-1a0e-479d-9051-47d346c69058 {
  
}
}







#s-475d183e-1a0e-479d-9051-47d346c69058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-475d183e-1a0e-479d-9051-47d346c69058.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-11dbbaee-8a1d-4a5e-8515-75aba7569106 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-11dbbaee-8a1d-4a5e-8515-75aba7569106 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11dbbaee-8a1d-4a5e-8515-75aba7569106 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11dbbaee-8a1d-4a5e-8515-75aba7569106 {
  
}
}@media (max-width: 767px){#s-11dbbaee-8a1d-4a5e-8515-75aba7569106 {
  
}
}
@media (min-width: 0px) {
[id="s-11dbbaee-8a1d-4a5e-8515-75aba7569106"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11dbbaee-8a1d-4a5e-8515-75aba7569106"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-11dbbaee-8a1d-4a5e-8515-75aba7569106"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-11dbbaee-8a1d-4a5e-8515-75aba7569106"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-48f5ff06-84e8-4d1f-96f0-d37a5c3def3c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-48f5ff06-84e8-4d1f-96f0-d37a5c3def3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48f5ff06-84e8-4d1f-96f0-d37a5c3def3c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1612a851-e2e1-45ca-aa24-3e859d30801c {
  padding-top: 10px;
text-align: center;
}







  #s-1612a851-e2e1-45ca-aa24-3e859d30801c img.shogun-image {
    

    
    
    
  }


#s-1612a851-e2e1-45ca-aa24-3e859d30801c .shogun-image-content {
  
    align-items: center;
  
}

#s-4fdef287-52ae-4b18-8c82-23adac184b6e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-4fdef287-52ae-4b18-8c82-23adac184b6e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fdef287-52ae-4b18-8c82-23adac184b6e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fdef287-52ae-4b18-8c82-23adac184b6e {
  
}
}@media (max-width: 767px){#s-4fdef287-52ae-4b18-8c82-23adac184b6e {
  
}
}
#s-9c369a83-8818-4f97-9bc7-a12fe8075cef {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9c369a83-8818-4f97-9bc7-a12fe8075cef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c369a83-8818-4f97-9bc7-a12fe8075cef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73ab63a6-ad7f-48e1-a91d-a0524d5222d2 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}







  #s-73ab63a6-ad7f-48e1-a91d-a0524d5222d2 img.shogun-image {
    

    
    
    
  }


#s-73ab63a6-ad7f-48e1-a91d-a0524d5222d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b203303a-fbf7-4b49-99f0-7874b06053b8 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b203303a-fbf7-4b49-99f0-7874b06053b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b203303a-fbf7-4b49-99f0-7874b06053b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b203303a-fbf7-4b49-99f0-7874b06053b8 {
  
}
}@media (max-width: 767px){#s-b203303a-fbf7-4b49-99f0-7874b06053b8 {
  
}
}
#s-775d80ea-cd17-4896-8e3e-e83ea03b9d01 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-775d80ea-cd17-4896-8e3e-e83ea03b9d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-775d80ea-cd17-4896-8e3e-e83ea03b9d01.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a86860a0-e0fd-4d8b-9139-1e8eb0879d95 {
  padding-top: 10px;
text-align: center;
}







  #s-a86860a0-e0fd-4d8b-9139-1e8eb0879d95 img.shogun-image {
    

    
    
    
  }


#s-a86860a0-e0fd-4d8b-9139-1e8eb0879d95 .shogun-image-content {
  
    align-items: center;
  
}

#s-02fd7c4b-918e-4094-a94b-33ba7efef45d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-02fd7c4b-918e-4094-a94b-33ba7efef45d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02fd7c4b-918e-4094-a94b-33ba7efef45d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02fd7c4b-918e-4094-a94b-33ba7efef45d {
  
}
}@media (max-width: 767px){#s-02fd7c4b-918e-4094-a94b-33ba7efef45d {
  
}
}
#s-ea2aeb05-bb02-4c68-b337-f4bb91b329aa {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-ea2aeb05-bb02-4c68-b337-f4bb91b329aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea2aeb05-bb02-4c68-b337-f4bb91b329aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea2aeb05-bb02-4c68-b337-f4bb91b329aa {
  
}
}@media (max-width: 767px){#s-ea2aeb05-bb02-4c68-b337-f4bb91b329aa {
  
}
}







#s-ea2aeb05-bb02-4c68-b337-f4bb91b329aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea2aeb05-bb02-4c68-b337-f4bb91b329aa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2ab6c9d5-b12e-428c-9ed0-7193826be57b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2ab6c9d5-b12e-428c-9ed0-7193826be57b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ab6c9d5-b12e-428c-9ed0-7193826be57b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ab6c9d5-b12e-428c-9ed0-7193826be57b {
  
}
}@media (max-width: 767px){#s-2ab6c9d5-b12e-428c-9ed0-7193826be57b {
  
}
}







#s-2ab6c9d5-b12e-428c-9ed0-7193826be57b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2ab6c9d5-b12e-428c-9ed0-7193826be57b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f74df1f-0975-44fd-8927-f8701833c5c8 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}

#s-5f74df1f-0975-44fd-8927-f8701833c5c8 hr {
  border-top: 1px solid rgba(34, 34, 34, 1);
}

#s-ad8a7d62-67a6-40d3-a935-1f3c321fc189 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ad8a7d62-67a6-40d3-a935-1f3c321fc189"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad8a7d62-67a6-40d3-a935-1f3c321fc189"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad8a7d62-67a6-40d3-a935-1f3c321fc189"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad8a7d62-67a6-40d3-a935-1f3c321fc189"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ad8a7d62-67a6-40d3-a935-1f3c321fc189"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-06d9f6e7-d8e1-4a9b-9370-7beb83082cf8 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-06d9f6e7-d8e1-4a9b-9370-7beb83082cf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06d9f6e7-d8e1-4a9b-9370-7beb83082cf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f74a4e30-75e3-4e7b-b4da-0ecd1452fa86 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f74a4e30-75e3-4e7b-b4da-0ecd1452fa86 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-6a2609fa-3c83-4ed6-80ef-ed030e352967 {
  margin-left: 50px;
margin-right: 50px;
}

#s-6a2609fa-3c83-4ed6-80ef-ed030e352967 hr {
  border-top: 1px solid rgba(34, 34, 34, 1);
}

#s-5dbed379-ca90-44fe-81ca-02aac99cfaef {
  margin-left: 50px;
margin-right: 50px;
}

#s-26ad5e3a-79ea-48fd-999c-5b11293ce57c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-26ad5e3a-79ea-48fd-999c-5b11293ce57c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26ad5e3a-79ea-48fd-999c-5b11293ce57c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83989866-9750-4940-98de-199825b0576e {
  text-align: center;
}







  #s-83989866-9750-4940-98de-199825b0576e img.shogun-image {
    

    
    
    
  }


#s-83989866-9750-4940-98de-199825b0576e .shogun-image-content {
  
    align-items: center;
  
}

#s-f7dde56b-841d-4381-85f0-c762aa2a1f21 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f7dde56b-841d-4381-85f0-c762aa2a1f21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7dde56b-841d-4381-85f0-c762aa2a1f21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7dde56b-841d-4381-85f0-c762aa2a1f21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7dde56b-841d-4381-85f0-c762aa2a1f21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-37e34785-1e0d-4f54-9ffd-5cdffc0f07bb {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
}








#s-37e34785-1e0d-4f54-9ffd-5cdffc0f07bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37e34785-1e0d-4f54-9ffd-5cdffc0f07bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ad587f2-1c93-4be9-9cf6-1030b45cd2e5 {
  text-align: center;
}







  #s-1ad587f2-1c93-4be9-9cf6-1030b45cd2e5 img.shogun-image {
    

    
    
    
  }


#s-1ad587f2-1c93-4be9-9cf6-1030b45cd2e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-78181989-cc35-47c9-9403-1475d2f4b88e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-78181989-cc35-47c9-9403-1475d2f4b88e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78181989-cc35-47c9-9403-1475d2f4b88e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df84cc86-dbc1-41da-9dea-5009623fa0de {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df84cc86-dbc1-41da-9dea-5009623fa0de .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-4663496e-79f5-43ce-bf09-accbf630a021 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4663496e-79f5-43ce-bf09-accbf630a021 hr {
  border-top: 1px solid rgba(34, 34, 34, 1);
}

#s-8fe6487d-f7c0-40b4-ad50-a143cfcf22ed {
  margin-left: 50px;
margin-right: 50px;
}

#s-e573a720-adb9-47bd-95c2-b8a8afa8cc9d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e573a720-adb9-47bd-95c2-b8a8afa8cc9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e573a720-adb9-47bd-95c2-b8a8afa8cc9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e573a720-adb9-47bd-95c2-b8a8afa8cc9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e573a720-adb9-47bd-95c2-b8a8afa8cc9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e573a720-adb9-47bd-95c2-b8a8afa8cc9d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-035b05e6-c4a1-47de-b1fd-725007ced6d6 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-035b05e6-c4a1-47de-b1fd-725007ced6d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-035b05e6-c4a1-47de-b1fd-725007ced6d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-269c5fd3-3a5b-4aa8-b649-92ce54efcc9c {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-269c5fd3-3a5b-4aa8-b649-92ce54efcc9c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-a84f52be-f655-45e9-bd4f-d43db178b1f0 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a84f52be-f655-45e9-bd4f-d43db178b1f0 hr {
  border-top: 1px solid rgba(34, 34, 34, 1);
}

#s-36918faf-c623-4309-ad79-8895422af7e0 {
  margin-left: 50px;
margin-right: 50px;
}

#s-11fb709a-5d5a-4456-adcf-deac2106d118 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-11fb709a-5d5a-4456-adcf-deac2106d118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11fb709a-5d5a-4456-adcf-deac2106d118.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f16c933d-335f-4d9a-88ea-d71c5a363022 {
  text-align: center;
}







  #s-f16c933d-335f-4d9a-88ea-d71c5a363022 img.shogun-image {
    

    
    
    
  }


#s-f16c933d-335f-4d9a-88ea-d71c5a363022 .shogun-image-content {
  
    align-items: center;
  
}








#s-201e05e2-6d7c-40fe-85a6-2add6b7eaffd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-201e05e2-6d7c-40fe-85a6-2add6b7eaffd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7977deab-ccf2-479c-9681-bffca6c0b52c {
  opacity: 1;
text-align: center;
}







  #s-7977deab-ccf2-479c-9681-bffca6c0b52c img.shogun-image {
    

    
    
    
  }


#s-7977deab-ccf2-479c-9681-bffca6c0b52c .shogun-image-content {
  
    align-items: center;
  
}

#s-a3f900ef-5b86-4124-b6c9-b286e2325c21 {
  padding-top: 15px;
padding-bottom: 20px;
text-align: center;
}

#s-a3f900ef-5b86-4124-b6c9-b286e2325c21 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-08bb5e44-4512-44b0-aa45-b27ba7aa542f {
  padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-08bb5e44-4512-44b0-aa45-b27ba7aa542f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08bb5e44-4512-44b0-aa45-b27ba7aa542f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08bb5e44-4512-44b0-aa45-b27ba7aa542f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-08bb5e44-4512-44b0-aa45-b27ba7aa542f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08bb5e44-4512-44b0-aa45-b27ba7aa542f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-08bb5e44-4512-44b0-aa45-b27ba7aa542f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08bb5e44-4512-44b0-aa45-b27ba7aa542f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-74e9a809-5c95-4eaa-87ab-c2a34e4121e8 {
  text-align: center;
}
@media (min-width: 1200px){#s-74e9a809-5c95-4eaa-87ab-c2a34e4121e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74e9a809-5c95-4eaa-87ab-c2a34e4121e8 {
  
}
}






  #s-74e9a809-5c95-4eaa-87ab-c2a34e4121e8 img.shogun-image {
    

    
    
    
  }


#s-74e9a809-5c95-4eaa-87ab-c2a34e4121e8 .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-c1dd2d63-598e-465c-8aca-e03b7023c945 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 65px;
padding-bottom: 10px;
padding-right: 65px;
border-radius: 2px;
text-align: center;
background-color: rgba(254, 161, 16, 1);
text-decoration: none;
}
#s-c1dd2d63-598e-465c-8aca-e03b7023c945:hover {padding-top: 10px !important;
padding-bottom: 10px !important;
background-color: rgba(254, 161, 16, 1) !important;
text-decoration: none !important;}#s-c1dd2d63-598e-465c-8aca-e03b7023c945:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1dd2d63-598e-465c-8aca-e03b7023c945-root {
    text-align: center;
  }


#s-c1dd2d63-598e-465c-8aca-e03b7023c945.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1dd2d63-598e-465c-8aca-e03b7023c945-root {
    text-align: center;
  }


#s-c1dd2d63-598e-465c-8aca-e03b7023c945.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1dd2d63-598e-465c-8aca-e03b7023c945-root {
    text-align: center;
  }


#s-c1dd2d63-598e-465c-8aca-e03b7023c945.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1dd2d63-598e-465c-8aca-e03b7023c945-root {
    text-align: center;
  }


#s-c1dd2d63-598e-465c-8aca-e03b7023c945.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1dd2d63-598e-465c-8aca-e03b7023c945-root {
    text-align: center;
  }


#s-c1dd2d63-598e-465c-8aca-e03b7023c945.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-42f4c948-577b-431f-8845-7874b70d669b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-42f4c948-577b-431f-8845-7874b70d669b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42f4c948-577b-431f-8845-7874b70d669b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42f4c948-577b-431f-8845-7874b70d669b {
  
}
}@media (max-width: 767px){#s-42f4c948-577b-431f-8845-7874b70d669b {
  
}
}







#s-42f4c948-577b-431f-8845-7874b70d669b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42f4c948-577b-431f-8845-7874b70d669b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cc57425f-bcf5-41fb-a7e2-304451e91c4d {
  opacity: 1;
}

@media (min-width: 0px) {
[id="s-cc57425f-bcf5-41fb-a7e2-304451e91c4d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cc57425f-bcf5-41fb-a7e2-304451e91c4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc57425f-bcf5-41fb-a7e2-304451e91c4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc57425f-bcf5-41fb-a7e2-304451e91c4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc57425f-bcf5-41fb-a7e2-304451e91c4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc57425f-bcf5-41fb-a7e2-304451e91c4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cc57425f-bcf5-41fb-a7e2-304451e91c4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9a8c1d88-f332-4678-adf2-b7b43907a370 {
  text-align: center;
}







  #s-9a8c1d88-f332-4678-adf2-b7b43907a370 img.shogun-image {
    

    
    
    
  }


#s-9a8c1d88-f332-4678-adf2-b7b43907a370 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a381edd-c8fe-4a3c-8c3e-b95ec550cafb {
  text-align: center;
}







  #s-4a381edd-c8fe-4a3c-8c3e-b95ec550cafb img.shogun-image {
    

    
    
    
  }


#s-4a381edd-c8fe-4a3c-8c3e-b95ec550cafb .shogun-image-content {
  
    align-items: center;
  
}

#s-9e3d2cba-5976-4ac4-9dd5-7dfc480a92ba {
  text-align: center;
}







  #s-9e3d2cba-5976-4ac4-9dd5-7dfc480a92ba img.shogun-image {
    

    
    
    
  }


#s-9e3d2cba-5976-4ac4-9dd5-7dfc480a92ba .shogun-image-content {
  
    align-items: center;
  
}

#s-d9ed43f4-1364-4981-b38a-96a729cb8b51 {
  text-align: center;
}







  #s-d9ed43f4-1364-4981-b38a-96a729cb8b51 img.shogun-image {
    

    
    
    
  }


#s-d9ed43f4-1364-4981-b38a-96a729cb8b51 .shogun-image-content {
  
    align-items: center;
  
}

#s-52ada508-d996-46d5-8be2-74223bee04c2 {
  text-align: center;
}







  #s-52ada508-d996-46d5-8be2-74223bee04c2 img.shogun-image {
    

    
    
    
  }


#s-52ada508-d996-46d5-8be2-74223bee04c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}@media (max-width: 767px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}







#s-e9050f09-31ce-4ed9-b867-082c508051b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9050f09-31ce-4ed9-b867-082c508051b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ffb189bd-bc3d-46c6-a075-efcf5b522336 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ffb189bd-bc3d-46c6-a075-efcf5b522336 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffb189bd-bc3d-46c6-a075-efcf5b522336 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffb189bd-bc3d-46c6-a075-efcf5b522336 {
  
}
}@media (max-width: 767px){#s-ffb189bd-bc3d-46c6-a075-efcf5b522336 {
  
}
}







#s-ffb189bd-bc3d-46c6-a075-efcf5b522336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffb189bd-bc3d-46c6-a075-efcf5b522336.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-877065f4-25ff-44f9-846c-f8e50f9d1c17 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-877065f4-25ff-44f9-846c-f8e50f9d1c17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-877065f4-25ff-44f9-846c-f8e50f9d1c17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-877065f4-25ff-44f9-846c-f8e50f9d1c17 {
  
}
}@media (max-width: 767px){#s-877065f4-25ff-44f9-846c-f8e50f9d1c17 {
  
}
}







#s-877065f4-25ff-44f9-846c-f8e50f9d1c17 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-877065f4-25ff-44f9-846c-f8e50f9d1c17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce6c96e1-82ed-475e-97e0-ce113f33a967 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ce6c96e1-82ed-475e-97e0-ce113f33a967 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce6c96e1-82ed-475e-97e0-ce113f33a967 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce6c96e1-82ed-475e-97e0-ce113f33a967 {
  
}
}@media (max-width: 767px){#s-ce6c96e1-82ed-475e-97e0-ce113f33a967 {
  
}
}







#s-ce6c96e1-82ed-475e-97e0-ce113f33a967 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ce6c96e1-82ed-475e-97e0-ce113f33a967.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adf68fda-ef61-4b7b-9856-015910f0238b {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-adf68fda-ef61-4b7b-9856-015910f0238b .shogun-icon-wrapper {
  text-align: center;
}


#s-adf68fda-ef61-4b7b-9856-015910f0238b .shogun-icon-wrapper > .shogun-icon {

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

#s-ddb4ca89-23fe-44b9-a578-270c2fef67b6 {
  text-align: center;
}







  #s-ddb4ca89-23fe-44b9-a578-270c2fef67b6 img.shogun-image {
    

    
    
    
  }


#s-ddb4ca89-23fe-44b9-a578-270c2fef67b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7df7032-abde-4ce0-a6d9-35e3759ef977 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a7df7032-abde-4ce0-a6d9-35e3759ef977 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7df7032-abde-4ce0-a6d9-35e3759ef977 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7df7032-abde-4ce0-a6d9-35e3759ef977 {
  
}
}@media (max-width: 767px){#s-a7df7032-abde-4ce0-a6d9-35e3759ef977 {
  
}
}
#s-a7df7032-abde-4ce0-a6d9-35e3759ef977 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



@media (min-width: 0px) {
[id="s-092042ee-cd6d-49c9-bc4a-cf4549d408f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-092042ee-cd6d-49c9-bc4a-cf4549d408f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-092042ee-cd6d-49c9-bc4a-cf4549d408f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-092042ee-cd6d-49c9-bc4a-cf4549d408f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2579243f-977a-475e-892f-c06e6315cb35 {
  text-align: center;
}







  #s-2579243f-977a-475e-892f-c06e6315cb35 img.shogun-image {
    

    
    
    
  }


#s-2579243f-977a-475e-892f-c06e6315cb35 .shogun-image-content {
  
    align-items: center;
  
}

#s-df8cf5fb-54b0-43c8-8694-a546cd0e0fbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df8cf5fb-54b0-43c8-8694-a546cd0e0fbc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-71d14e5a-f049-414d-930f-cde020fd39c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(254, 161, 16, 1);
text-decoration: none;
}
#s-71d14e5a-f049-414d-930f-cde020fd39c2:hover {background-color: rgba(254, 161, 16, 1) !important;
text-decoration: none !important;}#s-71d14e5a-f049-414d-930f-cde020fd39c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71d14e5a-f049-414d-930f-cde020fd39c2-root {
    text-align: center;
  }


#s-71d14e5a-f049-414d-930f-cde020fd39c2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71d14e5a-f049-414d-930f-cde020fd39c2-root {
    text-align: center;
  }


#s-71d14e5a-f049-414d-930f-cde020fd39c2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71d14e5a-f049-414d-930f-cde020fd39c2-root {
    text-align: center;
  }


#s-71d14e5a-f049-414d-930f-cde020fd39c2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71d14e5a-f049-414d-930f-cde020fd39c2-root {
    text-align: center;
  }


#s-71d14e5a-f049-414d-930f-cde020fd39c2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71d14e5a-f049-414d-930f-cde020fd39c2-root {
    text-align: center;
  }


#s-71d14e5a-f049-414d-930f-cde020fd39c2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b0d079fa-153e-4bad-95a4-39e4d556415c {
  text-align: center;
}







  #s-b0d079fa-153e-4bad-95a4-39e4d556415c img.shogun-image {
    

    
    
    
  }


#s-b0d079fa-153e-4bad-95a4-39e4d556415c .shogun-image-content {
  
    align-items: center;
  
}

#s-5f7dd616-e037-492b-aa8a-a663d8023264 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f7dd616-e037-492b-aa8a-a663d8023264 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-258bfbbc-3766-44d2-9251-6a4dd1513dd3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(254, 161, 16, 1);
text-decoration: none;
}
#s-258bfbbc-3766-44d2-9251-6a4dd1513dd3:hover {background-color: rgba(254, 161, 16, 1) !important;
text-decoration: none !important;}#s-258bfbbc-3766-44d2-9251-6a4dd1513dd3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-258bfbbc-3766-44d2-9251-6a4dd1513dd3-root {
    text-align: center;
  }


#s-258bfbbc-3766-44d2-9251-6a4dd1513dd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-258bfbbc-3766-44d2-9251-6a4dd1513dd3-root {
    text-align: center;
  }


#s-258bfbbc-3766-44d2-9251-6a4dd1513dd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-258bfbbc-3766-44d2-9251-6a4dd1513dd3-root {
    text-align: center;
  }


#s-258bfbbc-3766-44d2-9251-6a4dd1513dd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-258bfbbc-3766-44d2-9251-6a4dd1513dd3-root {
    text-align: center;
  }


#s-258bfbbc-3766-44d2-9251-6a4dd1513dd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-258bfbbc-3766-44d2-9251-6a4dd1513dd3-root {
    text-align: center;
  }


#s-258bfbbc-3766-44d2-9251-6a4dd1513dd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6bf82a5c-c728-4fbc-a95f-6b9348ccc82d {
  text-align: center;
}







  #s-6bf82a5c-c728-4fbc-a95f-6b9348ccc82d img.shogun-image {
    

    
    
    
  }


#s-6bf82a5c-c728-4fbc-a95f-6b9348ccc82d .shogun-image-content {
  
    align-items: center;
  
}

#s-7cdd5d89-fa81-439b-9a68-2fc92b3b0392 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cdd5d89-fa81-439b-9a68-2fc92b3b0392 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3d3f7995-3a7a-4f5e-933a-c75949947f07 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(254, 161, 16, 1);
text-decoration: none;
}
#s-3d3f7995-3a7a-4f5e-933a-c75949947f07:hover {background-color: rgba(254, 161, 16, 1) !important;
text-decoration: none !important;}#s-3d3f7995-3a7a-4f5e-933a-c75949947f07:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d3f7995-3a7a-4f5e-933a-c75949947f07-root {
    text-align: center;
  }


#s-3d3f7995-3a7a-4f5e-933a-c75949947f07.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d3f7995-3a7a-4f5e-933a-c75949947f07-root {
    text-align: center;
  }


#s-3d3f7995-3a7a-4f5e-933a-c75949947f07.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d3f7995-3a7a-4f5e-933a-c75949947f07-root {
    text-align: center;
  }


#s-3d3f7995-3a7a-4f5e-933a-c75949947f07.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d3f7995-3a7a-4f5e-933a-c75949947f07-root {
    text-align: center;
  }


#s-3d3f7995-3a7a-4f5e-933a-c75949947f07.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d3f7995-3a7a-4f5e-933a-c75949947f07-root {
    text-align: center;
  }


#s-3d3f7995-3a7a-4f5e-933a-c75949947f07.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-52b7da49-8d39-4726-bd99-a61e81fd276c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52b7da49-8d39-4726-bd99-a61e81fd276c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52b7da49-8d39-4726-bd99-a61e81fd276c {
  
}
}@media (max-width: 767px){#s-52b7da49-8d39-4726-bd99-a61e81fd276c {
  
}
}







#s-52b7da49-8d39-4726-bd99-a61e81fd276c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52b7da49-8d39-4726-bd99-a61e81fd276c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f27d2c33-c080-4364-8961-5900fd515bd9 {
  border-style: solid;
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f27d2c33-c080-4364-8961-5900fd515bd9 {
  display: none;
}
#s-f27d2c33-c080-4364-8961-5900fd515bd9, #wrap-s-f27d2c33-c080-4364-8961-5900fd515bd9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f27d2c33-c080-4364-8961-5900fd515bd9 {
  display: none;
}
#s-f27d2c33-c080-4364-8961-5900fd515bd9, #wrap-s-f27d2c33-c080-4364-8961-5900fd515bd9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f27d2c33-c080-4364-8961-5900fd515bd9 {
  display: none;
}
#s-f27d2c33-c080-4364-8961-5900fd515bd9, #wrap-s-f27d2c33-c080-4364-8961-5900fd515bd9 { display: none !important; }}@media (max-width: 767px){#s-f27d2c33-c080-4364-8961-5900fd515bd9 {
  display: none;
}
#s-f27d2c33-c080-4364-8961-5900fd515bd9, #wrap-s-f27d2c33-c080-4364-8961-5900fd515bd9 { display: none !important; }}
#s-f27d2c33-c080-4364-8961-5900fd515bd9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cbfb708f-4b75-4409-82f8-9ea0d5e99527 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-cbfb708f-4b75-4409-82f8-9ea0d5e99527 {
  display: none;
}
#s-cbfb708f-4b75-4409-82f8-9ea0d5e99527, #wrap-s-cbfb708f-4b75-4409-82f8-9ea0d5e99527 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbfb708f-4b75-4409-82f8-9ea0d5e99527 {
  display: none;
}
#s-cbfb708f-4b75-4409-82f8-9ea0d5e99527, #wrap-s-cbfb708f-4b75-4409-82f8-9ea0d5e99527 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbfb708f-4b75-4409-82f8-9ea0d5e99527 {
  display: none;
}
#s-cbfb708f-4b75-4409-82f8-9ea0d5e99527, #wrap-s-cbfb708f-4b75-4409-82f8-9ea0d5e99527 { display: none !important; }}@media (max-width: 767px){#s-cbfb708f-4b75-4409-82f8-9ea0d5e99527 {
  display: none;
}
#s-cbfb708f-4b75-4409-82f8-9ea0d5e99527, #wrap-s-cbfb708f-4b75-4409-82f8-9ea0d5e99527 { display: none !important; }}
#s-cbfb708f-4b75-4409-82f8-9ea0d5e99527 hr {
  border-top: 1px solid rgba(34, 34, 34, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px){#s-ee41abd8-67c1-454d-8026-51a5671f0cb4 {
  display: none;
}
#s-ee41abd8-67c1-454d-8026-51a5671f0cb4, #wrap-s-ee41abd8-67c1-454d-8026-51a5671f0cb4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee41abd8-67c1-454d-8026-51a5671f0cb4 {
  display: none;
}
#s-ee41abd8-67c1-454d-8026-51a5671f0cb4, #wrap-s-ee41abd8-67c1-454d-8026-51a5671f0cb4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee41abd8-67c1-454d-8026-51a5671f0cb4 {
  display: none;
}
#s-ee41abd8-67c1-454d-8026-51a5671f0cb4, #wrap-s-ee41abd8-67c1-454d-8026-51a5671f0cb4 { display: none !important; }}@media (max-width: 767px){#s-ee41abd8-67c1-454d-8026-51a5671f0cb4 {
  display: none;
}
#s-ee41abd8-67c1-454d-8026-51a5671f0cb4, #wrap-s-ee41abd8-67c1-454d-8026-51a5671f0cb4 { display: none !important; }}
#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 {
  text-align: left;
}



.shg-c#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40e03aee-4426-48f5-87dc-b4cde5b16a94 img.shogun-image {
  width: 100%;
}



}
#s-edee0d4c-744a-491d-90de-6a44566686c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edee0d4c-744a-491d-90de-6a44566686c2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-f7e9ba0e-5405-475d-87aa-5254ec898dcc {
  text-align: center;
}

#s-f7e9ba0e-5405-475d-87aa-5254ec898dcc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f7e9ba0e-5405-475d-87aa-5254ec898dcc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f7e9ba0e-5405-475d-87aa-5254ec898dcc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 {
  text-align: center;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-a3267a9f-97cb-491f-b64c-4bf47ca77356-btn-wrapper {
    text-align: center;
  }


#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-variant-btn:hover {
  background: #252525;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-variant-btn:active, #s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a3267a9f-97cb-491f-b64c-4bf47ca77356 .shg-variant-btn.disabled {
  background: #252525;
}

#s-111a871e-a7cf-478b-b2fc-d8f5ebe1915d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-111a871e-a7cf-478b-b2fc-d8f5ebe1915d .shg-product-quantity-wrapper {
  display: flex;
}

#s-111a871e-a7cf-478b-b2fc-d8f5ebe1915d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-111a871e-a7cf-478b-b2fc-d8f5ebe1915d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-111a871e-a7cf-478b-b2fc-d8f5ebe1915d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-111a871e-a7cf-478b-b2fc-d8f5ebe1915d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d8f712f9-4cf4-4ed9-9622-819222baed00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(254, 161, 16, 1);
}
#s-d8f712f9-4cf4-4ed9-9622-819222baed00:hover {background-color: rgba(254, 161, 16, 1) !important;
text-decoration: none !important;}#s-d8f712f9-4cf4-4ed9-9622-819222baed00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8f712f9-4cf4-4ed9-9622-819222baed00 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8f712f9-4cf4-4ed9-9622-819222baed00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8f712f9-4cf4-4ed9-9622-819222baed00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d8f712f9-4cf4-4ed9-9622-819222baed00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 {
  text-align: left;
}



.shg-c#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34a41dfc-1042-4762-b1e3-232ca106d0a1 img.shogun-image {
  width: 100%;
}



}
#s-7493b25b-bcac-40e5-b9b1-fd028299ca7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7493b25b-bcac-40e5-b9b1-fd028299ca7e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2ff7ba6a-0391-41d0-bac0-726468229c57 {
  text-align: center;
}

#s-2ff7ba6a-0391-41d0-bac0-726468229c57 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2ff7ba6a-0391-41d0-bac0-726468229c57 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2ff7ba6a-0391-41d0-bac0-726468229c57 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 {
  text-align: left;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 0px;
    }
  




  #s-2c8025a1-8878-4911-9bac-5c847e964ef0-btn-wrapper {
    text-align: center;
  }


#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-variant-btn:hover {
  background: #252525;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-variant-btn:active, #s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2c8025a1-8878-4911-9bac-5c847e964ef0 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6a4e00d3-163a-4aaf-b1c5-ed06d4d433fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a4e00d3-163a-4aaf-b1c5-ed06d4d433fb .shg-product-quantity-wrapper {
  display: flex;
}

#s-6a4e00d3-163a-4aaf-b1c5-ed06d4d433fb .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6a4e00d3-163a-4aaf-b1c5-ed06d4d433fb .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6a4e00d3-163a-4aaf-b1c5-ed06d4d433fb .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6a4e00d3-163a-4aaf-b1c5-ed06d4d433fb .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-30f6e03e-4bca-43dc-944b-afc05dfc1b83 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(254, 161, 16, 1);
}
#s-30f6e03e-4bca-43dc-944b-afc05dfc1b83:hover {background-color: rgba(254, 161, 16, 1) !important;
text-decoration: none !important;}#s-30f6e03e-4bca-43dc-944b-afc05dfc1b83:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-30f6e03e-4bca-43dc-944b-afc05dfc1b83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30f6e03e-4bca-43dc-944b-afc05dfc1b83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30f6e03e-4bca-43dc-944b-afc05dfc1b83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-30f6e03e-4bca-43dc-944b-afc05dfc1b83.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-30f6e03e-4bca-43dc-944b-afc05dfc1b83.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-af8892ab-5225-49a2-9eb8-1827bde5e807 {
  text-align: left;
}



.shg-c#s-af8892ab-5225-49a2-9eb8-1827bde5e807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af8892ab-5225-49a2-9eb8-1827bde5e807 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-af8892ab-5225-49a2-9eb8-1827bde5e807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af8892ab-5225-49a2-9eb8-1827bde5e807 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af8892ab-5225-49a2-9eb8-1827bde5e807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af8892ab-5225-49a2-9eb8-1827bde5e807 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af8892ab-5225-49a2-9eb8-1827bde5e807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af8892ab-5225-49a2-9eb8-1827bde5e807 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-af8892ab-5225-49a2-9eb8-1827bde5e807 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af8892ab-5225-49a2-9eb8-1827bde5e807 img.shogun-image {
  width: 100%;
}



}
#s-4a01bc7e-8160-4e18-821a-ca5d20971684 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a01bc7e-8160-4e18-821a-ca5d20971684 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-968426fc-1a7e-4e21-9d9d-3760c4e3fbe4 {
  text-align: center;
}

#s-968426fc-1a7e-4e21-9d9d-3760c4e3fbe4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-968426fc-1a7e-4e21-9d9d-3760c4e3fbe4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-968426fc-1a7e-4e21-9d9d-3760c4e3fbe4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 {
  text-align: left;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-dc275249-20b1-4047-a8bb-7c99bd70b074-btn-wrapper {
    text-align: center;
  }


#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-variant-btn:hover {
  background: #252525;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-variant-btn:active, #s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-dc275249-20b1-4047-a8bb-7c99bd70b074 .shg-variant-btn.disabled {
  background: #252525;
}

#s-d489d977-b206-4666-b3f5-a10d4b3e203d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d489d977-b206-4666-b3f5-a10d4b3e203d .shg-product-quantity-wrapper {
  display: flex;
}

#s-d489d977-b206-4666-b3f5-a10d4b3e203d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d489d977-b206-4666-b3f5-a10d4b3e203d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d489d977-b206-4666-b3f5-a10d4b3e203d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d489d977-b206-4666-b3f5-a10d4b3e203d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d1e4d2e9-9284-47d1-b241-8e8668afeb82 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(254, 161, 16, 1);
}
#s-d1e4d2e9-9284-47d1-b241-8e8668afeb82:hover {background-color: rgba(254, 161, 16, 1) !important;
text-decoration: none !important;}#s-d1e4d2e9-9284-47d1-b241-8e8668afeb82:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1e4d2e9-9284-47d1-b241-8e8668afeb82 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1e4d2e9-9284-47d1-b241-8e8668afeb82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1e4d2e9-9284-47d1-b241-8e8668afeb82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d1e4d2e9-9284-47d1-b241-8e8668afeb82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d1e4d2e9-9284-47d1-b241-8e8668afeb82.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }


#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 {
  text-align: left;
}



.shg-c#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c0b0924-8223-40ad-b59c-a19d2bfb6b87 img.shogun-image {
  width: 100%;
}



}
#s-d12b8d9e-1ae4-491d-8485-724f372865d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d12b8d9e-1ae4-491d-8485-724f372865d2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a549c80a-84f8-4fae-a311-9bdd96221a7e {
  text-align: center;
}

#s-a549c80a-84f8-4fae-a311-9bdd96221a7e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a549c80a-84f8-4fae-a311-9bdd96221a7e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a549c80a-84f8-4fae-a311-9bdd96221a7e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f {
  text-align: left;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c0df714d-2d56-4116-bcdb-09b81b30e15f-btn-wrapper {
    text-align: center;
  }


#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-variant-btn:hover {
  background: #252525;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-variant-btn:active, #s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c0df714d-2d56-4116-bcdb-09b81b30e15f .shg-variant-btn.disabled {
  background: #252525;
}

#s-b466c1a0-9f86-40f9-aba3-c0eed657ba71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b466c1a0-9f86-40f9-aba3-c0eed657ba71 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b466c1a0-9f86-40f9-aba3-c0eed657ba71 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b466c1a0-9f86-40f9-aba3-c0eed657ba71 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b466c1a0-9f86-40f9-aba3-c0eed657ba71 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b466c1a0-9f86-40f9-aba3-c0eed657ba71 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-7c01f19d-2aae-4cd5-a69b-49350a00b6e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(254, 161, 16, 1);
}
#s-7c01f19d-2aae-4cd5-a69b-49350a00b6e4:hover {background-color: rgba(254, 161, 16, 1) !important;
text-decoration: none !important;}#s-7c01f19d-2aae-4cd5-a69b-49350a00b6e4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c01f19d-2aae-4cd5-a69b-49350a00b6e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c01f19d-2aae-4cd5-a69b-49350a00b6e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c01f19d-2aae-4cd5-a69b-49350a00b6e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7c01f19d-2aae-4cd5-a69b-49350a00b6e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-96abad06-abd7-4231-9088-2ca476c54ac9 {
  text-align: left;
}



.shg-c#s-96abad06-abd7-4231-9088-2ca476c54ac9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96abad06-abd7-4231-9088-2ca476c54ac9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-96abad06-abd7-4231-9088-2ca476c54ac9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96abad06-abd7-4231-9088-2ca476c54ac9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96abad06-abd7-4231-9088-2ca476c54ac9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96abad06-abd7-4231-9088-2ca476c54ac9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96abad06-abd7-4231-9088-2ca476c54ac9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96abad06-abd7-4231-9088-2ca476c54ac9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96abad06-abd7-4231-9088-2ca476c54ac9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96abad06-abd7-4231-9088-2ca476c54ac9 img.shogun-image {
  width: 100%;
}



}
#s-af1b486e-4f4c-4034-9b7d-aff2bcc77a1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af1b486e-4f4c-4034-9b7d-aff2bcc77a1f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5ce1b5cd-298e-488f-af90-ddc3b7484d67 {
  text-align: center;
}

#s-5ce1b5cd-298e-488f-af90-ddc3b7484d67 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ce1b5cd-298e-488f-af90-ddc3b7484d67 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5ce1b5cd-298e-488f-af90-ddc3b7484d67 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd {
  text-align: left;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-bede6599-0f91-4fc6-8acf-8c54182486bd-btn-wrapper {
    text-align: center;
  }


#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-variant-btn:hover {
  background: #252525;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-variant-btn:active, #s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-bede6599-0f91-4fc6-8acf-8c54182486bd .shg-variant-btn.disabled {
  background: #252525;
}

#s-bb4acac5-49df-49a4-ba0d-1e75cd6be25b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb4acac5-49df-49a4-ba0d-1e75cd6be25b .shg-product-quantity-wrapper {
  display: flex;
}

#s-bb4acac5-49df-49a4-ba0d-1e75cd6be25b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-bb4acac5-49df-49a4-ba0d-1e75cd6be25b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-bb4acac5-49df-49a4-ba0d-1e75cd6be25b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-bb4acac5-49df-49a4-ba0d-1e75cd6be25b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-49c3918a-9fa2-49bb-a44d-6ab22de65d5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(254, 161, 16, 1);
}
#s-49c3918a-9fa2-49bb-a44d-6ab22de65d5b:hover {background-color: rgba(254, 161, 16, 1) !important;
text-decoration: none !important;}#s-49c3918a-9fa2-49bb-a44d-6ab22de65d5b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-49c3918a-9fa2-49bb-a44d-6ab22de65d5b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49c3918a-9fa2-49bb-a44d-6ab22de65d5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49c3918a-9fa2-49bb-a44d-6ab22de65d5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-49c3918a-9fa2-49bb-a44d-6ab22de65d5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be {
  text-align: left;
}



.shg-c#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5ad7ce8-1bec-4962-802d-34cc275dc3be img.shogun-image {
  width: 100%;
}



}
#s-5f0d1e39-dec6-4ef9-baf5-de3e72cd2647 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f0d1e39-dec6-4ef9-baf5-de3e72cd2647 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cf8052ed-8b16-4ba9-bcc4-da3887e820d6 {
  text-align: center;
}

#s-cf8052ed-8b16-4ba9-bcc4-da3887e820d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cf8052ed-8b16-4ba9-bcc4-da3887e820d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cf8052ed-8b16-4ba9-bcc4-da3887e820d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d {
  text-align: left;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-2b88576a-395e-425b-9875-0907ee261e3d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-2b88576a-395e-425b-9875-0907ee261e3d-btn-wrapper {
    text-align: center;
  }


#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-variant-btn:hover {
  background: #252525;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-variant-btn:active, #s-2b88576a-395e-425b-9875-0907ee261e3d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2b88576a-395e-425b-9875-0907ee261e3d .shg-variant-btn.disabled {
  background: #252525;
}

#s-726054e2-edc0-4e51-b358-6da462e3b837 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-726054e2-edc0-4e51-b358-6da462e3b837 .shg-product-quantity-wrapper {
  display: flex;
}

#s-726054e2-edc0-4e51-b358-6da462e3b837 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-726054e2-edc0-4e51-b358-6da462e3b837 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-726054e2-edc0-4e51-b358-6da462e3b837 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-726054e2-edc0-4e51-b358-6da462e3b837 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-19ea9415-dbcd-4ad0-a8c9-543099725e99 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(254, 161, 16, 1);
}
#s-19ea9415-dbcd-4ad0-a8c9-543099725e99:hover {background-color: rgba(254, 161, 16, 1) !important;
text-decoration: none !important;}#s-19ea9415-dbcd-4ad0-a8c9-543099725e99:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-19ea9415-dbcd-4ad0-a8c9-543099725e99 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19ea9415-dbcd-4ad0-a8c9-543099725e99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19ea9415-dbcd-4ad0-a8c9-543099725e99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-19ea9415-dbcd-4ad0-a8c9-543099725e99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}
