.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-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-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (max-width: 767px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}
.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-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2 {
  background-image: url(https://i.shgcdn.com/990ad502-b72a-4eb7-897a-0aba619d5f79/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: cover;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2 {
  display: none;
}
#s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2, #wrap-s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2 { display: none !important; }}@media (max-width: 767px){#s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2 {
  
}
}
@media (min-width: 0px) {
[id="s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a7dbe98-ffae-4f07-bd10-6072c70ae2a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9bc90d4e-87d4-44b4-92de-bdc528602477 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-9bc90d4e-87d4-44b4-92de-bdc528602477"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bc90d4e-87d4-44b4-92de-bdc528602477"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9bc90d4e-87d4-44b4-92de-bdc528602477"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9bc90d4e-87d4-44b4-92de-bdc528602477"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9bc90d4e-87d4-44b4-92de-bdc528602477"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9bc90d4e-87d4-44b4-92de-bdc528602477"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-9bc90d4e-87d4-44b4-92de-bdc528602477"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

.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-2c96fe9d-c59d-438d-aeff-0cd081044042 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c96fe9d-c59d-438d-aeff-0cd081044042 {
  
}
}






  #s-2c96fe9d-c59d-438d-aeff-0cd081044042 img.shogun-image {
    

    
    
    
  }


#s-2c96fe9d-c59d-438d-aeff-0cd081044042 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f8d9530-ba30-424f-a73b-009bba466c58 {
  box-shadow:0px 40px 100px 0px rgba(0, 0, 0, 0.14);
border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
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);
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4f8d9530-ba30-424f-a73b-009bba466c58 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f8d9530-ba30-424f-a73b-009bba466c58 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f8d9530-ba30-424f-a73b-009bba466c58 {
  
}
}@media (max-width: 767px){#s-4f8d9530-ba30-424f-a73b-009bba466c58 {
  
}
}







#s-4f8d9530-ba30-424f-a73b-009bba466c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f8d9530-ba30-424f-a73b-009bba466c58.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-f8e90b6d-e1a6-4844-8e39-da13592d91f3 {
  margin-top: 60px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f8e90b6d-e1a6-4844-8e39-da13592d91f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8e90b6d-e1a6-4844-8e39-da13592d91f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8e90b6d-e1a6-4844-8e39-da13592d91f3 {
  
}
}@media (max-width: 767px){#s-f8e90b6d-e1a6-4844-8e39-da13592d91f3 {
  
}
}
#s-f8e90b6d-e1a6-4844-8e39-da13592d91f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
}

#s-525b0131-2416-44c6-9c15-0b26b7c24043 {
  border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 60px;
margin-right: 20px;
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: center;
}
@media (min-width: 1200px){#s-525b0131-2416-44c6-9c15-0b26b7c24043 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-525b0131-2416-44c6-9c15-0b26b7c24043 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-525b0131-2416-44c6-9c15-0b26b7c24043 {
  
}
}@media (max-width: 767px){#s-525b0131-2416-44c6-9c15-0b26b7c24043 {
  
}
}
#s-525b0131-2416-44c6-9c15-0b26b7c24043 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-525b0131-2416-44c6-9c15-0b26b7c24043 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-525b0131-2416-44c6-9c15-0b26b7c24043 .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;
}

.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-0fe2022a-50da-4ace-85db-fa1f87e8ab59 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 {
  
}
}@media (max-width: 767px){#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 {
  
}
}
#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .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-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .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-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 11px;
  }

  
    #s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  




  #s-0fe2022a-50da-4ace-85db-fa1f87e8ab59-btn-wrapper {
    text-align: center;
  }


#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border: 2px solid #2C2A34;
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-variant-btn:hover {
  background: rgba(237, 188, 188, 1);
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-variant-btn:active, #s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-variant-btn.active {
  background: rgba(74, 172, 218, 1);
  color: #ffffff;
}

#s-0fe2022a-50da-4ace-85db-fa1f87e8ab59 .shg-variant-btn.disabled {
  background: #252525;
}

.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-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422 {
  border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 199, 51, 1);
font-size: 18px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422 {
  
}
}@media (max-width: 767px){#s-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422 {
  
}
}


#s-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9e58b3ae-b97c-490f-ac5c-6a9c8b3c9422.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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-a0b38ab7-c96b-4466-aa0f-a899ef826d45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(242, 158, 158, 1);
}

#s-a0b38ab7-c96b-4466-aa0f-a899ef826d45 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

#s-0d93332c-7b7e-4004-ab1e-a0dd8bb310ec hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-0deddd7f-cb6e-4574-834d-14bb1a016b26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0deddd7f-cb6e-4574-834d-14bb1a016b26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0deddd7f-cb6e-4574-834d-14bb1a016b26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0deddd7f-cb6e-4574-834d-14bb1a016b26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0ea53d12-cbb4-451a-a0ba-f33fa991f006 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ea53d12-cbb4-451a-a0ba-f33fa991f006 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-cfcf521f-df54-48fe-aa8f-9d50b7901240 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(74, 172, 218, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cfcf521f-df54-48fe-aa8f-9d50b7901240:hover {background-color: rgba(255, 199, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(62, 62, 62, 1) !important;}#s-cfcf521f-df54-48fe-aa8f-9d50b7901240:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfcf521f-df54-48fe-aa8f-9d50b7901240-root {
    text-align: center;
  }


#s-cfcf521f-df54-48fe-aa8f-9d50b7901240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfcf521f-df54-48fe-aa8f-9d50b7901240-root {
    text-align: center;
  }


#s-cfcf521f-df54-48fe-aa8f-9d50b7901240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfcf521f-df54-48fe-aa8f-9d50b7901240-root {
    text-align: center;
  }


#s-cfcf521f-df54-48fe-aa8f-9d50b7901240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfcf521f-df54-48fe-aa8f-9d50b7901240-root {
    text-align: center;
  }


#s-cfcf521f-df54-48fe-aa8f-9d50b7901240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfcf521f-df54-48fe-aa8f-9d50b7901240-root {
    text-align: center;
  }


#s-cfcf521f-df54-48fe-aa8f-9d50b7901240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9137e53e-996b-4b9d-8db5-edad21807ce5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9137e53e-996b-4b9d-8db5-edad21807ce5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-38a01255-afe4-456c-ace0-3d02083ad683 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(74, 172, 218, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-38a01255-afe4-456c-ace0-3d02083ad683:hover {background-color: rgba(255, 199, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(62, 62, 62, 1) !important;}#s-38a01255-afe4-456c-ace0-3d02083ad683:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38a01255-afe4-456c-ace0-3d02083ad683-root {
    text-align: center;
  }


#s-38a01255-afe4-456c-ace0-3d02083ad683.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38a01255-afe4-456c-ace0-3d02083ad683-root {
    text-align: center;
  }


#s-38a01255-afe4-456c-ace0-3d02083ad683.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38a01255-afe4-456c-ace0-3d02083ad683-root {
    text-align: center;
  }


#s-38a01255-afe4-456c-ace0-3d02083ad683.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38a01255-afe4-456c-ace0-3d02083ad683-root {
    text-align: center;
  }


#s-38a01255-afe4-456c-ace0-3d02083ad683.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38a01255-afe4-456c-ace0-3d02083ad683-root {
    text-align: center;
  }


#s-38a01255-afe4-456c-ace0-3d02083ad683.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-17d77860-b646-4eb4-9f13-80c1f317c9e3 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}@media (max-width: 767px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}







#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5 {
  display: none;
}
#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5, #wrap-s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5 {
  display: none;
}
#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5, #wrap-s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5 {
  
}
}@media (max-width: 767px){#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5 {
  display: none;
}
#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5, #wrap-s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5 { display: none !important; }}
#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5 {
  background-image: url(https://i.shgcdn.com/9f8190cb-defa-400b-a071-c17dd49cf9f9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c76d9a8a-9c2e-45be-8b1b-30b56a7a99e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-586040dd-751e-4bad-9d76-f9651d5cac19 {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 1091px;
aspect-ratio: 1091/399;
text-align: center;
}
@media (min-width: 1200px){#s-586040dd-751e-4bad-9d76-f9651d5cac19 {
  display: none;
}
#s-586040dd-751e-4bad-9d76-f9651d5cac19, #wrap-s-586040dd-751e-4bad-9d76-f9651d5cac19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-586040dd-751e-4bad-9d76-f9651d5cac19 {
  display: none;
}
#s-586040dd-751e-4bad-9d76-f9651d5cac19, #wrap-s-586040dd-751e-4bad-9d76-f9651d5cac19 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-586040dd-751e-4bad-9d76-f9651d5cac19 {
  
}
}@media (max-width: 767px){#s-586040dd-751e-4bad-9d76-f9651d5cac19 {
  display: none;
}
#s-586040dd-751e-4bad-9d76-f9651d5cac19, #wrap-s-586040dd-751e-4bad-9d76-f9651d5cac19 { display: none !important; }}




  #s-586040dd-751e-4bad-9d76-f9651d5cac19 img.shogun-image,
  #s-586040dd-751e-4bad-9d76-f9651d5cac19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-586040dd-751e-4bad-9d76-f9651d5cac19 {
    width: 100%;
    height: auto;
  }



  #s-586040dd-751e-4bad-9d76-f9651d5cac19 img.shogun-image {
    

    
    
    
  }


#s-586040dd-751e-4bad-9d76-f9651d5cac19 .shogun-image-content {
  
    align-items: center;
  
}

#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  box-shadow:0px 40px 100px 0px rgba(0, 0, 0, 0.14);
border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
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);
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  display: none;
}
#s-02ee9492-34bb-4d12-a8e6-06933cf51642, #wrap-s-02ee9492-34bb-4d12-a8e6-06933cf51642 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  display: none;
}
#s-02ee9492-34bb-4d12-a8e6-06933cf51642, #wrap-s-02ee9492-34bb-4d12-a8e6-06933cf51642 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  
}
}@media (max-width: 767px){#s-02ee9492-34bb-4d12-a8e6-06933cf51642 {
  display: none;
}
#s-02ee9492-34bb-4d12-a8e6-06933cf51642, #wrap-s-02ee9492-34bb-4d12-a8e6-06933cf51642 { display: none !important; }}







#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;
}

#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: center;
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:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
}

#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 {
  border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 60px;
margin-right: 20px;
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: center;
}
@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:  900 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-83aab45d-ffb3-40c2-9b95-abcb7b41e9b5 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Montserrat;
  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-6451bba7-0378-4ae4-91aa-d6c17029b978 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
}
@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: column;
}

#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-top: 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-f99d0378-2992-43c1-b985-76b4ac6bfbdf {
  border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 199, 51, 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(0, 0, 0, 1) !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;
  
  
  
  display:  block ;
}

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



#s-9314e8bb-5979-4157-b181-bd70bf7681d9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9314e8bb-5979-4157-b181-bd70bf7681d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9314e8bb-5979-4157-b181-bd70bf7681d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9314e8bb-5979-4157-b181-bd70bf7681d9 {
  
}
}@media (max-width: 767px){#s-9314e8bb-5979-4157-b181-bd70bf7681d9 {
  
}
}
@media (min-width: 0px) {
[id="s-9314e8bb-5979-4157-b181-bd70bf7681d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9314e8bb-5979-4157-b181-bd70bf7681d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9314e8bb-5979-4157-b181-bd70bf7681d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9314e8bb-5979-4157-b181-bd70bf7681d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda {
  
}
}@media (max-width: 767px){#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda {
  
}
}
#s-2b64fb1a-d4d8-4b1b-8bcc-375ff2c9abda .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-306a30f0-0cea-4c9a-9221-356c94deb7e4 {
  border-style: solid;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-306a30f0-0cea-4c9a-9221-356c94deb7e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-306a30f0-0cea-4c9a-9221-356c94deb7e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-306a30f0-0cea-4c9a-9221-356c94deb7e4 {
  
}
}@media (max-width: 767px){#s-306a30f0-0cea-4c9a-9221-356c94deb7e4 {
  
}
}
#s-29b14796-ac97-422b-9348-9586899cec5b {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-29b14796-ac97-422b-9348-9586899cec5b .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-29b14796-ac97-422b-9348-9586899cec5b .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-29b14796-ac97-422b-9348-9586899cec5b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-29b14796-ac97-422b-9348-9586899cec5b .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-29b14796-ac97-422b-9348-9586899cec5b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-29b14796-ac97-422b-9348-9586899cec5b-btn-wrapper {
    text-align: center;
  }


#s-29b14796-ac97-422b-9348-9586899cec5b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-variant-btn:hover {
  background: #252525;
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-variant-btn:active, #s-29b14796-ac97-422b-9348-9586899cec5b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-29b14796-ac97-422b-9348-9586899cec5b .shg-variant-btn.disabled {
  background: #252525;
}

#s-7402ede1-c173-42bc-814e-6135f5ef6ee9 {
  border-style: solid;
margin-top: 25px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 199, 51, 1);
font-size: 18px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
#s-7402ede1-c173-42bc-814e-6135f5ef6ee9:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-7402ede1-c173-42bc-814e-6135f5ef6ee9:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7402ede1-c173-42bc-814e-6135f5ef6ee9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7402ede1-c173-42bc-814e-6135f5ef6ee9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7402ede1-c173-42bc-814e-6135f5ef6ee9 {
  
}
}@media (max-width: 767px){#s-7402ede1-c173-42bc-814e-6135f5ef6ee9 {
  
}
}


#s-7402ede1-c173-42bc-814e-6135f5ef6ee9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7402ede1-c173-42bc-814e-6135f5ef6ee9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7402ede1-c173-42bc-814e-6135f5ef6ee9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7402ede1-c173-42bc-814e-6135f5ef6ee9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a699d538-e7d1-4089-b441-03a7f9d64d24 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-a699d538-e7d1-4089-b441-03a7f9d64d24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a699d538-e7d1-4089-b441-03a7f9d64d24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a699d538-e7d1-4089-b441-03a7f9d64d24 {
  
}
}@media (max-width: 767px){#s-a699d538-e7d1-4089-b441-03a7f9d64d24 {
  
}
}







#s-a699d538-e7d1-4089-b441-03a7f9d64d24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a699d538-e7d1-4089-b441-03a7f9d64d24.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18ab1710-f28b-46dd-b950-74073ad79bcd {
  margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-18ab1710-f28b-46dd-b950-74073ad79bcd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18ab1710-f28b-46dd-b950-74073ad79bcd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18ab1710-f28b-46dd-b950-74073ad79bcd {
  
}
}@media (max-width: 767px){#s-18ab1710-f28b-46dd-b950-74073ad79bcd {
  
}
}
@media (min-width: 0px) {
[id="s-18ab1710-f28b-46dd-b950-74073ad79bcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18ab1710-f28b-46dd-b950-74073ad79bcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-18ab1710-f28b-46dd-b950-74073ad79bcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-18ab1710-f28b-46dd-b950-74073ad79bcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8f2210da-f1d3-44ee-a790-5280287b8f0d .shogun-icon-wrapper {
  text-align: left;
}


#s-8f2210da-f1d3-44ee-a790-5280287b8f0d .shogun-icon-wrapper > .shogun-icon {

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

#s-7d272410-49f1-476c-b989-d14e0e8e299e {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-7d272410-49f1-476c-b989-d14e0e8e299e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d272410-49f1-476c-b989-d14e0e8e299e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d272410-49f1-476c-b989-d14e0e8e299e {
  
}
}@media (max-width: 767px){#s-7d272410-49f1-476c-b989-d14e0e8e299e {
  
}
}
#s-0b03b2eb-b12b-4780-8bfb-0a763e0df300 .shogun-icon-wrapper {
  text-align: left;
}


#s-0b03b2eb-b12b-4780-8bfb-0a763e0df300 .shogun-icon-wrapper > .shogun-icon {

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

#s-17713368-dd97-40b0-ba10-8ed6dbda9702 {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-17713368-dd97-40b0-ba10-8ed6dbda9702 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17713368-dd97-40b0-ba10-8ed6dbda9702 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17713368-dd97-40b0-ba10-8ed6dbda9702 {
  
}
}@media (max-width: 767px){#s-17713368-dd97-40b0-ba10-8ed6dbda9702 {
  
}
}
#s-31174e7e-6fbc-4b13-8ad3-36de254abeb1 {
  margin-top: 0px;
margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-31174e7e-6fbc-4b13-8ad3-36de254abeb1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31174e7e-6fbc-4b13-8ad3-36de254abeb1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31174e7e-6fbc-4b13-8ad3-36de254abeb1 {
  
}
}@media (max-width: 767px){#s-31174e7e-6fbc-4b13-8ad3-36de254abeb1 {
  
}
}
@media (min-width: 0px) {
[id="s-31174e7e-6fbc-4b13-8ad3-36de254abeb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31174e7e-6fbc-4b13-8ad3-36de254abeb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-31174e7e-6fbc-4b13-8ad3-36de254abeb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-31174e7e-6fbc-4b13-8ad3-36de254abeb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e45a1a1a-ff74-43d0-9b75-a109b7d6f851 .shogun-icon-wrapper {
  text-align: left;
}


#s-e45a1a1a-ff74-43d0-9b75-a109b7d6f851 .shogun-icon-wrapper > .shogun-icon {

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

#s-5ce6dc64-630a-47b8-8c66-4413d3567072 {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-5ce6dc64-630a-47b8-8c66-4413d3567072 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ce6dc64-630a-47b8-8c66-4413d3567072 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ce6dc64-630a-47b8-8c66-4413d3567072 {
  
}
}@media (max-width: 767px){#s-5ce6dc64-630a-47b8-8c66-4413d3567072 {
  
}
}
#s-ed9b0993-aa9a-4069-8fcf-ace6584cbf14 .shogun-icon-wrapper {
  text-align: left;
}


#s-ed9b0993-aa9a-4069-8fcf-ace6584cbf14 .shogun-icon-wrapper > .shogun-icon {

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

#s-2b1170b0-7168-4444-89a8-b7d623a8d95a {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-2b1170b0-7168-4444-89a8-b7d623a8d95a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b1170b0-7168-4444-89a8-b7d623a8d95a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b1170b0-7168-4444-89a8-b7d623a8d95a {
  
}
}@media (max-width: 767px){#s-2b1170b0-7168-4444-89a8-b7d623a8d95a {
  
}
}
#s-c2362c2f-55cd-4579-a6f2-3f2a4ce8f601 {
  margin-top: 0px;
margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-c2362c2f-55cd-4579-a6f2-3f2a4ce8f601 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2362c2f-55cd-4579-a6f2-3f2a4ce8f601 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2362c2f-55cd-4579-a6f2-3f2a4ce8f601 {
  
}
}@media (max-width: 767px){#s-c2362c2f-55cd-4579-a6f2-3f2a4ce8f601 {
  
}
}
@media (min-width: 0px) {
[id="s-c2362c2f-55cd-4579-a6f2-3f2a4ce8f601"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2362c2f-55cd-4579-a6f2-3f2a4ce8f601"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c2362c2f-55cd-4579-a6f2-3f2a4ce8f601"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2362c2f-55cd-4579-a6f2-3f2a4ce8f601"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-bc49d0c7-d985-46bd-828e-adbc33a922fd .shogun-icon-wrapper {
  text-align: left;
}


#s-bc49d0c7-d985-46bd-828e-adbc33a922fd .shogun-icon-wrapper > .shogun-icon {

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

#s-e9b97b7c-056b-459a-bfc2-41e15c6c132d {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-e9b97b7c-056b-459a-bfc2-41e15c6c132d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9b97b7c-056b-459a-bfc2-41e15c6c132d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9b97b7c-056b-459a-bfc2-41e15c6c132d {
  
}
}@media (max-width: 767px){#s-e9b97b7c-056b-459a-bfc2-41e15c6c132d {
  
}
}
#s-a5fdd6cc-a496-4dcb-8f1a-e363344163d4 {
  min-height: 50px;
background-color: rgba(221, 173, 181, 1);
}
@media (min-width: 1200px){#s-a5fdd6cc-a496-4dcb-8f1a-e363344163d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5fdd6cc-a496-4dcb-8f1a-e363344163d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5fdd6cc-a496-4dcb-8f1a-e363344163d4 {
  
}
}@media (max-width: 767px){#s-a5fdd6cc-a496-4dcb-8f1a-e363344163d4 {
  
}
}







#s-a5fdd6cc-a496-4dcb-8f1a-e363344163d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5fdd6cc-a496-4dcb-8f1a-e363344163d4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad39ce4f-b53f-4316-9e68-adfff2ca96a5 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ad39ce4f-b53f-4316-9e68-adfff2ca96a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad39ce4f-b53f-4316-9e68-adfff2ca96a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad39ce4f-b53f-4316-9e68-adfff2ca96a5 {
  
}
}@media (max-width: 767px){#s-ad39ce4f-b53f-4316-9e68-adfff2ca96a5 {
  
}
}
#s-ad39ce4f-b53f-4316-9e68-adfff2ca96a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-62bd2f13-ba40-41d6-ac0a-9f7b31b09204 {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-62bd2f13-ba40-41d6-ac0a-9f7b31b09204 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62bd2f13-ba40-41d6-ac0a-9f7b31b09204 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62bd2f13-ba40-41d6-ac0a-9f7b31b09204 {
  
}
}@media (max-width: 767px){#s-62bd2f13-ba40-41d6-ac0a-9f7b31b09204 {
  
}
}
@media (min-width: 0px) {
[id="s-62bd2f13-ba40-41d6-ac0a-9f7b31b09204"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62bd2f13-ba40-41d6-ac0a-9f7b31b09204"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-62bd2f13-ba40-41d6-ac0a-9f7b31b09204"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-62bd2f13-ba40-41d6-ac0a-9f7b31b09204"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-1f63c29d-151a-45aa-a293-7cd5576ff638 {
  margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
}

#s-1f63c29d-151a-45aa-a293-7cd5576ff638 .shogun-icon-wrapper {
  text-align: left;
}


#s-1f63c29d-151a-45aa-a293-7cd5576ff638 .shogun-icon-wrapper > .shogun-icon {

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

#s-1fcf8eda-c180-414c-ae77-4dbc5ed3248a {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-1fcf8eda-c180-414c-ae77-4dbc5ed3248a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fcf8eda-c180-414c-ae77-4dbc5ed3248a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fcf8eda-c180-414c-ae77-4dbc5ed3248a {
  
}
}@media (max-width: 767px){#s-1fcf8eda-c180-414c-ae77-4dbc5ed3248a {
  
}
}
#s-1fcf8eda-c180-414c-ae77-4dbc5ed3248a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-173ca3ad-eaa1-4908-9467-d904f631b364 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-173ca3ad-eaa1-4908-9467-d904f631b364 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-173ca3ad-eaa1-4908-9467-d904f631b364 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-173ca3ad-eaa1-4908-9467-d904f631b364 {
  
}
}@media (max-width: 767px){#s-173ca3ad-eaa1-4908-9467-d904f631b364 {
  
}
}
#s-a4707a42-1ef3-49d8-a27c-0d00fc506bbf {
  margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
}

#s-a4707a42-1ef3-49d8-a27c-0d00fc506bbf .shogun-icon-wrapper {
  text-align: left;
}


#s-a4707a42-1ef3-49d8-a27c-0d00fc506bbf .shogun-icon-wrapper > .shogun-icon {

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

#s-00b5fd40-28b4-4f92-a243-15b830bb15cb {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-00b5fd40-28b4-4f92-a243-15b830bb15cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00b5fd40-28b4-4f92-a243-15b830bb15cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00b5fd40-28b4-4f92-a243-15b830bb15cb {
  
}
}@media (max-width: 767px){#s-00b5fd40-28b4-4f92-a243-15b830bb15cb {
  
}
}
#s-00b5fd40-28b4-4f92-a243-15b830bb15cb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a444ce69-dbf2-4023-9f04-4f6bdadc3b49 {
  margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-a444ce69-dbf2-4023-9f04-4f6bdadc3b49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a444ce69-dbf2-4023-9f04-4f6bdadc3b49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a444ce69-dbf2-4023-9f04-4f6bdadc3b49 {
  
}
}@media (max-width: 767px){#s-a444ce69-dbf2-4023-9f04-4f6bdadc3b49 {
  
}
}
#s-0b47a3d7-bdb8-4217-8831-a12831de96b9 {
  margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
}

#s-0b47a3d7-bdb8-4217-8831-a12831de96b9 .shogun-icon-wrapper {
  text-align: left;
}


#s-0b47a3d7-bdb8-4217-8831-a12831de96b9 .shogun-icon-wrapper > .shogun-icon {

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

#s-8fdb9e47-c108-4b95-9cf7-b463694c2870 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-8fdb9e47-c108-4b95-9cf7-b463694c2870 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fdb9e47-c108-4b95-9cf7-b463694c2870 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fdb9e47-c108-4b95-9cf7-b463694c2870 {
  
}
}@media (max-width: 767px){#s-8fdb9e47-c108-4b95-9cf7-b463694c2870 {
  
}
}
#s-8fdb9e47-c108-4b95-9cf7-b463694c2870 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bef66ea5-f9a7-4ef6-bf77-bf41470749fa {
  margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-bef66ea5-f9a7-4ef6-bf77-bf41470749fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bef66ea5-f9a7-4ef6-bf77-bf41470749fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bef66ea5-f9a7-4ef6-bf77-bf41470749fa {
  
}
}@media (max-width: 767px){#s-bef66ea5-f9a7-4ef6-bf77-bf41470749fa {
  
}
}
#s-e5837f21-a289-4a25-bf61-244a0342408b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  
}
}@media (max-width: 767px){#s-e5837f21-a289-4a25-bf61-244a0342408b {
  
}
}







#s-e5837f21-a289-4a25-bf61-244a0342408b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e5837f21-a289-4a25-bf61-244a0342408b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3eb9b4d-7a6c-41ec-b8ef-7e3061c28be5 {
  background-color: rgba(221, 173, 181, 1);
}
@media (min-width: 1200px){#s-f3eb9b4d-7a6c-41ec-b8ef-7e3061c28be5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3eb9b4d-7a6c-41ec-b8ef-7e3061c28be5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3eb9b4d-7a6c-41ec-b8ef-7e3061c28be5 {
  
}
}@media (max-width: 767px){#s-f3eb9b4d-7a6c-41ec-b8ef-7e3061c28be5 {
  
}
}
@media (min-width: 0px) {
[id="s-f3eb9b4d-7a6c-41ec-b8ef-7e3061c28be5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3eb9b4d-7a6c-41ec-b8ef-7e3061c28be5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3eb9b4d-7a6c-41ec-b8ef-7e3061c28be5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3eb9b4d-7a6c-41ec-b8ef-7e3061c28be5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f3eb9b4d-7a6c-41ec-b8ef-7e3061c28be5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-66ecd58d-ed4a-47db-928d-c880a89d60ee {
  padding-left: 10%;
padding-right: 10%;
text-align: center;
}







  #s-66ecd58d-ed4a-47db-928d-c880a89d60ee img.shogun-image {
    

    
    
    
  }


#s-66ecd58d-ed4a-47db-928d-c880a89d60ee .shogun-image-content {
  
    align-items: center;
  
}

#s-7f8624c1-43df-4c75-8a62-a0a4b4bd1ca3 {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 5%;
padding-right: 5%;
opacity: 1;
}
@media (min-width: 1200px){#s-7f8624c1-43df-4c75-8a62-a0a4b4bd1ca3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f8624c1-43df-4c75-8a62-a0a4b4bd1ca3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f8624c1-43df-4c75-8a62-a0a4b4bd1ca3 {
  
}
}@media (max-width: 767px){#s-7f8624c1-43df-4c75-8a62-a0a4b4bd1ca3 {
  
}
}
#s-f9495217-f1c2-4bd8-9a70-8a0a261ba4e9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 710px;
background-position: center center;
}
@media (min-width: 1200px){#s-f9495217-f1c2-4bd8-9a70-8a0a261ba4e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9495217-f1c2-4bd8-9a70-8a0a261ba4e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9495217-f1c2-4bd8-9a70-8a0a261ba4e9 {
  
}
}@media (max-width: 767px){#s-f9495217-f1c2-4bd8-9a70-8a0a261ba4e9 {
  display: none;
}
#s-f9495217-f1c2-4bd8-9a70-8a0a261ba4e9, #wrap-s-f9495217-f1c2-4bd8-9a70-8a0a261ba4e9 { display: none !important; }}







#s-f9495217-f1c2-4bd8-9a70-8a0a261ba4e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9495217-f1c2-4bd8-9a70-8a0a261ba4e9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b953ae7-dd14-40ec-9b43-e75d5dc30480 {
  min-height: 50px;
}








#s-1b953ae7-dd14-40ec-9b43-e75d5dc30480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b953ae7-dd14-40ec-9b43-e75d5dc30480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-45676b4d-36fa-4029-b065-870a662983c4 {
  max-width: 3000px;
aspect-ratio: 3000/2000;
text-align: center;
}





  #s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image,
  #s-45676b4d-36fa-4029-b065-870a662983c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45676b4d-36fa-4029-b065-870a662983c4 {
    width: 100%;
    height: auto;
  }

  #s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image {
    
    
  }


.s-45676b4d-36fa-4029-b065-870a662983c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-45676b4d-36fa-4029-b065-870a662983c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45676b4d-36fa-4029-b065-870a662983c4 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container {
      position: relative;
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image,
  #s-45676b4d-36fa-4029-b065-870a662983c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45676b4d-36fa-4029-b065-870a662983c4 {
    width: 100%;
    height: auto;
  }

  #s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image {
    
    
  }


.s-45676b4d-36fa-4029-b065-870a662983c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-45676b4d-36fa-4029-b065-870a662983c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45676b4d-36fa-4029-b065-870a662983c4 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container {
      position: relative;
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image,
  #s-45676b4d-36fa-4029-b065-870a662983c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45676b4d-36fa-4029-b065-870a662983c4 {
    width: 100%;
    height: auto;
  }

  #s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image {
    
    
  }


.s-45676b4d-36fa-4029-b065-870a662983c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-45676b4d-36fa-4029-b065-870a662983c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45676b4d-36fa-4029-b065-870a662983c4 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container {
      position: relative;
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image,
  #s-45676b4d-36fa-4029-b065-870a662983c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45676b4d-36fa-4029-b065-870a662983c4 {
    width: 100%;
    height: auto;
  }

  #s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image {
    
    
  }


.s-45676b4d-36fa-4029-b065-870a662983c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-45676b4d-36fa-4029-b065-870a662983c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45676b4d-36fa-4029-b065-870a662983c4 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container {
      position: relative;
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image,
  #s-45676b4d-36fa-4029-b065-870a662983c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45676b4d-36fa-4029-b065-870a662983c4 {
    width: 100%;
    height: auto;
  }

  #s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image {
    
    
  }


.s-45676b4d-36fa-4029-b065-870a662983c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-45676b4d-36fa-4029-b065-870a662983c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45676b4d-36fa-4029-b065-870a662983c4 {
      --shg-aspect-ratio: calc(3000/2000); 
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container {
      position: relative;
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45676b4d-36fa-4029-b065-870a662983c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e73d6a1e-b7ba-44ad-ae4d-fa8bff12ced3 {
  margin-top: 75px;
margin-left: 40px;
margin-right: 40px;
padding-left: 5%;
padding-right: 5%;
}

#s-e73d6a1e-b7ba-44ad-ae4d-fa8bff12ced3 .shogun-icon-wrapper {
  text-align: left;
}


#s-e73d6a1e-b7ba-44ad-ae4d-fa8bff12ced3 .shogun-icon-wrapper > .shogun-icon {

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

#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}@media (max-width: 767px){#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e {
  
}
}
#s-95c9caa4-8a43-4a5a-bba0-22d0026c927e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-633a6356-ee5b-4d7a-96eb-b589839ec7df {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 5%;
padding-right: 5%;
opacity: 1;
}
@media (min-width: 1200px){#s-633a6356-ee5b-4d7a-96eb-b589839ec7df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-633a6356-ee5b-4d7a-96eb-b589839ec7df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-633a6356-ee5b-4d7a-96eb-b589839ec7df {
  
}
}@media (max-width: 767px){#s-633a6356-ee5b-4d7a-96eb-b589839ec7df {
  
}
}
#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}@media (max-width: 767px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}







#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}@media (max-width: 767px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}
#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-66616295-bf1f-4b40-b6fb-2134023309bd {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-66616295-bf1f-4b40-b6fb-2134023309bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66616295-bf1f-4b40-b6fb-2134023309bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66616295-bf1f-4b40-b6fb-2134023309bd {
  
}
}@media (max-width: 767px){#s-66616295-bf1f-4b40-b6fb-2134023309bd {
  
}
}
@media (min-width: 0px) {
[id="s-66616295-bf1f-4b40-b6fb-2134023309bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66616295-bf1f-4b40-b6fb-2134023309bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-66616295-bf1f-4b40-b6fb-2134023309bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-66616295-bf1f-4b40-b6fb-2134023309bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ce1defb6-afa5-4466-acc5-d512c0ff5c5e {
  margin-top: 20px;
margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-ce1defb6-afa5-4466-acc5-d512c0ff5c5e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce1defb6-afa5-4466-acc5-d512c0ff5c5e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce1defb6-afa5-4466-acc5-d512c0ff5c5e {
  
}
}@media (max-width: 767px){#s-ce1defb6-afa5-4466-acc5-d512c0ff5c5e {
  
}
}
#s-8dab0610-162c-4c0f-b7f7-e144e677da69 {
  margin-top: 20px;
margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-8dab0610-162c-4c0f-b7f7-e144e677da69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8dab0610-162c-4c0f-b7f7-e144e677da69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8dab0610-162c-4c0f-b7f7-e144e677da69 {
  
}
}@media (max-width: 767px){#s-8dab0610-162c-4c0f-b7f7-e144e677da69 {
  
}
}
#s-29688c63-00f0-4e07-97ba-ce5ef577229c {
  margin-top: 20px;
margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-29688c63-00f0-4e07-97ba-ce5ef577229c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29688c63-00f0-4e07-97ba-ce5ef577229c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29688c63-00f0-4e07-97ba-ce5ef577229c {
  
}
}@media (max-width: 767px){#s-29688c63-00f0-4e07-97ba-ce5ef577229c {
  
}
}
#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c {
  display: none;
}
#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c, #wrap-s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c {
  display: none;
}
#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c, #wrap-s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c {
  display: none;
}
#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c, #wrap-s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c { display: none !important; }}@media (max-width: 767px){#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c {
  display: none;
}
#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c, #wrap-s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c { display: none !important; }}







#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3388f7af-cbed-416c-b864-ce0ddb8a9c3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ec9370e-d0b3-4135-8cf2-564b19c13c88 {
  background-color: rgba(221, 173, 181, 1);
}
@media (min-width: 1200px){#s-8ec9370e-d0b3-4135-8cf2-564b19c13c88 {
  display: none;
}
#s-8ec9370e-d0b3-4135-8cf2-564b19c13c88, #wrap-s-8ec9370e-d0b3-4135-8cf2-564b19c13c88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ec9370e-d0b3-4135-8cf2-564b19c13c88 {
  display: none;
}
#s-8ec9370e-d0b3-4135-8cf2-564b19c13c88, #wrap-s-8ec9370e-d0b3-4135-8cf2-564b19c13c88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ec9370e-d0b3-4135-8cf2-564b19c13c88 {
  min-height: 600px;
display: none;
}
#s-8ec9370e-d0b3-4135-8cf2-564b19c13c88, #wrap-s-8ec9370e-d0b3-4135-8cf2-564b19c13c88 { display: none !important; }}@media (max-width: 767px){#s-8ec9370e-d0b3-4135-8cf2-564b19c13c88 {
  display: none;
}
#s-8ec9370e-d0b3-4135-8cf2-564b19c13c88, #wrap-s-8ec9370e-d0b3-4135-8cf2-564b19c13c88 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8ec9370e-d0b3-4135-8cf2-564b19c13c88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ec9370e-d0b3-4135-8cf2-564b19c13c88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ec9370e-d0b3-4135-8cf2-564b19c13c88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ec9370e-d0b3-4135-8cf2-564b19c13c88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8ec9370e-d0b3-4135-8cf2-564b19c13c88"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2542d7d5-07ea-4706-afb4-36f6ce913177 {
  margin-top: 35px;
margin-bottom: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2542d7d5-07ea-4706-afb4-36f6ce913177 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6da39658-c09d-43d1-81aa-8d784f78b71d {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 5%;
padding-right: 5%;
opacity: 1;
}
@media (min-width: 1200px){#s-6da39658-c09d-43d1-81aa-8d784f78b71d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6da39658-c09d-43d1-81aa-8d784f78b71d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6da39658-c09d-43d1-81aa-8d784f78b71d {
  
}
}@media (max-width: 767px){#s-6da39658-c09d-43d1-81aa-8d784f78b71d {
  
}
}
#s-1615e056-f342-455a-9e44-574df3972417 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 530px;
background-position: center center;
}
@media (min-width: 1200px){#s-1615e056-f342-455a-9e44-574df3972417 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1615e056-f342-455a-9e44-574df3972417 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1615e056-f342-455a-9e44-574df3972417 {
  
}
}@media (max-width: 767px){#s-1615e056-f342-455a-9e44-574df3972417 {
  
}
}







#s-1615e056-f342-455a-9e44-574df3972417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1615e056-f342-455a-9e44-574df3972417.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ec6e00c2-a261-4a10-b3f6-6b62daf559ad {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ec6e00c2-a261-4a10-b3f6-6b62daf559ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec6e00c2-a261-4a10-b3f6-6b62daf559ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec6e00c2-a261-4a10-b3f6-6b62daf559ad {
  
}
}@media (max-width: 767px){#s-ec6e00c2-a261-4a10-b3f6-6b62daf559ad {
  
}
}







#s-ec6e00c2-a261-4a10-b3f6-6b62daf559ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec6e00c2-a261-4a10-b3f6-6b62daf559ad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fc37b190-69d4-4800-b81a-6f358210b2ff {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fc37b190-69d4-4800-b81a-6f358210b2ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc37b190-69d4-4800-b81a-6f358210b2ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc37b190-69d4-4800-b81a-6f358210b2ff {
  
}
}@media (max-width: 767px){#s-fc37b190-69d4-4800-b81a-6f358210b2ff {
  
}
}
#s-fc37b190-69d4-4800-b81a-6f358210b2ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7b84fbc2-0d3a-4ac3-af13-e5ecb03b5587 {
  margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-7b84fbc2-0d3a-4ac3-af13-e5ecb03b5587 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b84fbc2-0d3a-4ac3-af13-e5ecb03b5587 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b84fbc2-0d3a-4ac3-af13-e5ecb03b5587 {
  
}
}@media (max-width: 767px){#s-7b84fbc2-0d3a-4ac3-af13-e5ecb03b5587 {
  
}
}
#s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91 {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91-root {
    text-align: center;
  }


#s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91-root {
    text-align: center;
  }


#s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91-root {
    text-align: center;
  }


#s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91-root {
    text-align: center;
  }


#s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91-root {
    text-align: center;
  }


#s-bf1e6c23-b65c-4b85-aed3-f8aea2c4bc91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5e479e12-9183-41ba-8484-6ee0a7d2a73a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-5e479e12-9183-41ba-8484-6ee0a7d2a73a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e479e12-9183-41ba-8484-6ee0a7d2a73a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e479e12-9183-41ba-8484-6ee0a7d2a73a {
  
}
}@media (max-width: 767px){#s-5e479e12-9183-41ba-8484-6ee0a7d2a73a {
  
}
}







#s-5e479e12-9183-41ba-8484-6ee0a7d2a73a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5e479e12-9183-41ba-8484-6ee0a7d2a73a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95d2f354-badb-4126-9dba-eb8f9217cb71 {
  min-height: 50px;
}








#s-95d2f354-badb-4126-9dba-eb8f9217cb71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95d2f354-badb-4126-9dba-eb8f9217cb71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-963426fa-84b5-4307-92e7-b7289f9711cd {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-963426fa-84b5-4307-92e7-b7289f9711cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-963426fa-84b5-4307-92e7-b7289f9711cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-963426fa-84b5-4307-92e7-b7289f9711cd {
  
}
}@media (max-width: 767px){#s-963426fa-84b5-4307-92e7-b7289f9711cd {
  
}
}
#s-963426fa-84b5-4307-92e7-b7289f9711cd .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e907dbb8-729c-4698-b964-849fde44ab88 {
  padding-left: 5%;
padding-right: 5%;
}

#s-e907dbb8-729c-4698-b964-849fde44ab88 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e907dbb8-729c-4698-b964-849fde44ab88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e907dbb8-729c-4698-b964-849fde44ab88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(221, 173, 181, 1);
}

#s-e907dbb8-729c-4698-b964-849fde44ab88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e907dbb8-729c-4698-b964-849fde44ab88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(221, 173, 181, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e907dbb8-729c-4698-b964-849fde44ab88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
/*
  $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}
