.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-caed80eb-6371-4f36-951f-2cd544cde068 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 300px;
background-position: center center;
}

#s-caed80eb-6371-4f36-951f-2cd544cde068 {
  background-image: url(https://i.shgcdn.com/69d6947f-62ae-4b26-9bc3-0db6726698f2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-caed80eb-6371-4f36-951f-2cd544cde068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caed80eb-6371-4f36-951f-2cd544cde068.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-caed80eb-6371-4f36-951f-2cd544cde068 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-caed80eb-6371-4f36-951f-2cd544cde068.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-caed80eb-6371-4f36-951f-2cd544cde068 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-caed80eb-6371-4f36-951f-2cd544cde068.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-caed80eb-6371-4f36-951f-2cd544cde068 > .shg-box-overlay {
  background-color: rgba(90, 65, 43, 1);
  opacity: 0.7;
}#s-caed80eb-6371-4f36-951f-2cd544cde068.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-caed80eb-6371-4f36-951f-2cd544cde068 > .shg-box-overlay {
  background-color: rgba(90, 65, 43, 1);
  opacity: 0.7;
}#s-caed80eb-6371-4f36-951f-2cd544cde068.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-ee2eb6b0-77f5-4670-bf1b-949344cb279f {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1400px;
}








#s-ee2eb6b0-77f5-4670-bf1b-949344cb279f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee2eb6b0-77f5-4670-bf1b-949344cb279f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-72f2ef23-fb3e-416b-a80a-dc17c80ec00f {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 840px;
text-align: left;
}

#s-72f2ef23-fb3e-416b-a80a-dc17c80ec00f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Merriweather";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a9a2e6b8-0b58-40c9-9d6e-4e58ee8a753b {
  max-width: 840px;
}

.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-4c782226-fc1b-4baa-923d-818ebcae42ec {
  max-width: 840px;
}

@media (min-width: 0px) {
[id="s-4c782226-fc1b-4baa-923d-818ebcae42ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c782226-fc1b-4baa-923d-818ebcae42ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c782226-fc1b-4baa-923d-818ebcae42ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c782226-fc1b-4baa-923d-818ebcae42ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c782226-fc1b-4baa-923d-818ebcae42ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c782226-fc1b-4baa-923d-818ebcae42ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c782226-fc1b-4baa-923d-818ebcae42ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c782226-fc1b-4baa-923d-818ebcae42ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4c782226-fc1b-4baa-923d-818ebcae42ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4c782226-fc1b-4baa-923d-818ebcae42ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

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

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

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

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

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

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

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

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

#s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: left;
text-decoration: none;
}
#s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1:hover {background-color: rgba(168, 141, 47, 1) !important;
text-decoration: none !important;}#s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1-root {
    text-align: left;
  }


#s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1-root {
    text-align: left;
  }


#s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1-root {
    text-align: left;
  }


#s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1-root {
    text-align: left;
  }


#s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1-root {
    text-align: left;
  }


#s-a9896c81-0f6a-4572-9ead-0b62ed63c3b1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: left;
text-decoration: none;
}
#s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622:hover {background-color: rgba(168, 141, 47, 1) !important;
text-decoration: none !important;}#s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622-root {
    text-align: left;
  }


#s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622-root {
    text-align: left;
  }


#s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622-root {
    text-align: left;
  }


#s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622-root {
    text-align: left;
  }


#s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622-root {
    text-align: left;
  }


#s-e3e6b3a4-cec3-4ebc-a854-a16c5cf28622.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-46e28ee4-204b-42ee-bf15-002571260200 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
background-color: rgba(110, 110, 110, 0);
text-align: left;
text-decoration: none;
}
#s-46e28ee4-204b-42ee-bf15-002571260200:hover {background-color: rgba(168, 141, 47, 0.28) !important;
text-decoration: none !important;}#s-46e28ee4-204b-42ee-bf15-002571260200:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-46e28ee4-204b-42ee-bf15-002571260200-root {
    text-align: left;
  }


#s-46e28ee4-204b-42ee-bf15-002571260200.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46e28ee4-204b-42ee-bf15-002571260200-root {
    text-align: left;
  }


#s-46e28ee4-204b-42ee-bf15-002571260200.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46e28ee4-204b-42ee-bf15-002571260200-root {
    text-align: left;
  }


#s-46e28ee4-204b-42ee-bf15-002571260200.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46e28ee4-204b-42ee-bf15-002571260200-root {
    text-align: left;
  }


#s-46e28ee4-204b-42ee-bf15-002571260200.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46e28ee4-204b-42ee-bf15-002571260200-root {
    text-align: left;
  }


#s-46e28ee4-204b-42ee-bf15-002571260200.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 6px;
background-color: rgba(110, 110, 110, 0);
text-align: left;
text-decoration: none;
}
#s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2:hover {background-color: rgba(168, 141, 47, 0.28) !important;
text-decoration: none !important;}#s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2-root {
    text-align: left;
  }


#s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2-root {
    text-align: left;
  }


#s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2-root {
    text-align: left;
  }


#s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2-root {
    text-align: left;
  }


#s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2-root {
    text-align: left;
  }


#s-25dd39a2-198d-4a98-bd3b-021ecfae3ad2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-6a0ecf01-94c1-44bd-a084-0f0522aa9863 {
  min-height: 50px;
}








#s-6a0ecf01-94c1-44bd-a084-0f0522aa9863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a0ecf01-94c1-44bd-a084-0f0522aa9863.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d162d249-4a21-4729-8069-89aa5a8a5f70 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d162d249-4a21-4729-8069-89aa5a8a5f70 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d162d249-4a21-4729-8069-89aa5a8a5f70 {
  
}
}@media (max-width: 767px){#s-d162d249-4a21-4729-8069-89aa5a8a5f70 {
  
}
}







#s-d162d249-4a21-4729-8069-89aa5a8a5f70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d162d249-4a21-4729-8069-89aa5a8a5f70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7fd0b36-dad2-4808-b059-fc6bd973769c {
  margin-top: -44px;
margin-left: auto;
margin-right: 0px;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
min-height: 44px;
max-width: 180px;
background-color: rgba(255, 255, 255, 1);
}








#s-a7fd0b36-dad2-4808-b059-fc6bd973769c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7fd0b36-dad2-4808-b059-fc6bd973769c {
  cursor: pointer;
}#s-a7fd0b36-dad2-4808-b059-fc6bd973769c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e1268450-ed54-4469-b02e-6731f1c7509d {
  margin-top: 25px;
}

#s-a1f2aa44-9a07-48de-91f3-83e2205ee319 {
  margin-top: 50px;
}

@media (min-width: 0px) {
[id="s-a1f2aa44-9a07-48de-91f3-83e2205ee319"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1f2aa44-9a07-48de-91f3-83e2205ee319"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1f2aa44-9a07-48de-91f3-83e2205ee319"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1f2aa44-9a07-48de-91f3-83e2205ee319"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1123bf4d-b791-40f3-9334-69368ca01124 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1123bf4d-b791-40f3-9334-69368ca01124 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-22779aa5-114b-4021-af90-4fb05ee3646f {
  min-height: 50px;
}








#s-22779aa5-114b-4021-af90-4fb05ee3646f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22779aa5-114b-4021-af90-4fb05ee3646f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2307595-65b9-461c-9b85-178d774a7f72 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: left;
text-decoration: none;
}
#s-a2307595-65b9-461c-9b85-178d774a7f72:hover {background-color: rgba(168, 141, 47, 1) !important;
text-decoration: none !important;}#s-a2307595-65b9-461c-9b85-178d774a7f72:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-a2307595-65b9-461c-9b85-178d774a7f72-root {
    text-align: left;
  }


#s-a2307595-65b9-461c-9b85-178d774a7f72.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2307595-65b9-461c-9b85-178d774a7f72-root {
    text-align: left;
  }


#s-a2307595-65b9-461c-9b85-178d774a7f72.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2307595-65b9-461c-9b85-178d774a7f72-root {
    text-align: left;
  }


#s-a2307595-65b9-461c-9b85-178d774a7f72.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2307595-65b9-461c-9b85-178d774a7f72-root {
    text-align: left;
  }


#s-a2307595-65b9-461c-9b85-178d774a7f72.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2307595-65b9-461c-9b85-178d774a7f72-root {
    text-align: left;
  }


#s-a2307595-65b9-461c-9b85-178d774a7f72.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(244, 242, 242, 1);
}
@media (min-width: 1200px){#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c {
  display: none;
}
#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c, #wrap-s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c {
  display: none;
}
#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c, #wrap-s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c {
  display: none;
}
#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c, #wrap-s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c { display:none !important; }}@media (max-width: 767px){#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c {
  display: none;
}
#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c, #wrap-s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c { display:none !important; }}







#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da1f72d7-3453-49fe-b8d1-e58ef53abb0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24a21f3b-b38f-40ac-9720-1fd59bdda56b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1000px;
text-align: center;
}

#s-24a21f3b-b38f-40ac-9720-1fd59bdda56b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-8fc254cf-160b-4ee9-bcfd-1023ccbbaa7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fc254cf-160b-4ee9-bcfd-1023ccbbaa7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fc254cf-160b-4ee9-bcfd-1023ccbbaa7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fc254cf-160b-4ee9-bcfd-1023ccbbaa7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-010d636f-ffc7-44b2-bf40-e60f7383f27e {
  min-height: 50px;
}








#s-010d636f-ffc7-44b2-bf40-e60f7383f27e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-010d636f-ffc7-44b2-bf40-e60f7383f27e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3be59872-b9e8-4c5e-be44-7552d00c51c5 {
  padding-top: 10px;
padding-left: 2em;
padding-bottom: 10px;
padding-right: 2em;
text-align: left;
}

#s-3be59872-b9e8-4c5e-be44-7552d00c51c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-3b907d2b-c627-41c2-a654-7d8e6d584953 {
  padding-top: 10px;
padding-left: 2em;
padding-bottom: 10px;
padding-right: 2em;
text-align: left;
}

#s-3b907d2b-c627-41c2-a654-7d8e6d584953 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



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

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

#s-57b3457b-4426-42bf-a1bd-3cd1b29d987a hr {
  border-top: 50px solid rgba(221, 221, 221, 0);
}

#s-7cb27614-525f-466c-b71c-2fac8f7f8cf1 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-7cb27614-525f-466c-b71c-2fac8f7f8cf1:hover {background-color: rgba(168, 141, 47, 1) !important;
text-decoration: none !important;}#s-7cb27614-525f-466c-b71c-2fac8f7f8cf1:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-7cb27614-525f-466c-b71c-2fac8f7f8cf1-root {
    text-align: center;
  }


#s-7cb27614-525f-466c-b71c-2fac8f7f8cf1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7cb27614-525f-466c-b71c-2fac8f7f8cf1-root {
    text-align: center;
  }


#s-7cb27614-525f-466c-b71c-2fac8f7f8cf1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7cb27614-525f-466c-b71c-2fac8f7f8cf1-root {
    text-align: center;
  }


#s-7cb27614-525f-466c-b71c-2fac8f7f8cf1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7cb27614-525f-466c-b71c-2fac8f7f8cf1-root {
    text-align: center;
  }


#s-7cb27614-525f-466c-b71c-2fac8f7f8cf1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7cb27614-525f-466c-b71c-2fac8f7f8cf1-root {
    text-align: center;
  }


#s-7cb27614-525f-466c-b71c-2fac8f7f8cf1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-69ed5dfb-74cb-462f-b4a2-c67fd2a79d7a hr {
  border-top: 50px solid rgba(221, 221, 221, 0);
}

#s-32cdad54-7037-43d8-89da-c73feaeead46 {
  margin-top: 50px;
}

#s-8b5f11ec-7fe1-4ed2-91a9-317f65c5c55c {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-8b5f11ec-7fe1-4ed2-91a9-317f65c5c55c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b5f11ec-7fe1-4ed2-91a9-317f65c5c55c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b5f11ec-7fe1-4ed2-91a9-317f65c5c55c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b5f11ec-7fe1-4ed2-91a9-317f65c5c55c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f09b06ec-dc33-4e24-83cb-7fee3bb1dd78 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(0, 175, 190, 1);
}








#s-f09b06ec-dc33-4e24-83cb-7fee3bb1dd78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f09b06ec-dc33-4e24-83cb-7fee3bb1dd78.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88a1fb11-b696-43ff-988c-6b37fdd20647 {
  margin-top: -15px;
}

#s-b75018d8-bd95-4e7d-a7e3-7a3279ec82f4 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(0, 175, 190, 1);
}








#s-b75018d8-bd95-4e7d-a7e3-7a3279ec82f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b75018d8-bd95-4e7d-a7e3-7a3279ec82f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5de8cced-f29f-4597-adca-936c332e2def {
  margin-top: -15px;
}

#s-4ee8f421-2758-4fd3-bb28-16bc313306db {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(0, 175, 190, 1);
}








#s-4ee8f421-2758-4fd3-bb28-16bc313306db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ee8f421-2758-4fd3-bb28-16bc313306db.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5af674ee-d493-43a7-8141-ffc1447d4800 {
  margin-top: -15px;
}

#s-04a2f377-7950-4d59-a62a-2166cc964da2 {
  margin-top: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 35, 60, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-04a2f377-7950-4d59-a62a-2166cc964da2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-04a2f377-7950-4d59-a62a-2166cc964da2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-04a2f377-7950-4d59-a62a-2166cc964da2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-04a2f377-7950-4d59-a62a-2166cc964da2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

#s-78a0d5c3-cec4-4e73-be34-5de17c81276b {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-78a0d5c3-cec4-4e73-be34-5de17c81276b {
  
}
}







#s-78a0d5c3-cec4-4e73-be34-5de17c81276b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78a0d5c3-cec4-4e73-be34-5de17c81276b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8436fcba-732c-48e5-9266-60c1326f8a66 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8436fcba-732c-48e5-9266-60c1326f8a66 {
  display: none;
}
#s-8436fcba-732c-48e5-9266-60c1326f8a66, #wrap-s-8436fcba-732c-48e5-9266-60c1326f8a66 { display:none !important; }}







#s-8436fcba-732c-48e5-9266-60c1326f8a66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8436fcba-732c-48e5-9266-60c1326f8a66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcb987ab-3ca3-4732-a38e-3c63e02f5cc3 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-dcb987ab-3ca3-4732-a38e-3c63e02f5cc3 {
  display: none;
}
#s-dcb987ab-3ca3-4732-a38e-3c63e02f5cc3, #wrap-s-dcb987ab-3ca3-4732-a38e-3c63e02f5cc3 { display:none !important; }}







#s-dcb987ab-3ca3-4732-a38e-3c63e02f5cc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcb987ab-3ca3-4732-a38e-3c63e02f5cc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c80edf6d-4781-4a81-b167-d4d0f4f189a8 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c80edf6d-4781-4a81-b167-d4d0f4f189a8 {
  
}
}@media (max-width: 767px){#s-c80edf6d-4781-4a81-b167-d4d0f4f189a8 {
  display: none;
}
#s-c80edf6d-4781-4a81-b167-d4d0f4f189a8, #wrap-s-c80edf6d-4781-4a81-b167-d4d0f4f189a8 { display:none !important; }}







#s-c80edf6d-4781-4a81-b167-d4d0f4f189a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c80edf6d-4781-4a81-b167-d4d0f4f189a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26c0374e-84d3-4e7e-a169-abaabbff92ac {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-26c0374e-84d3-4e7e-a169-abaabbff92ac {
  
}
}@media (max-width: 767px){#s-26c0374e-84d3-4e7e-a169-abaabbff92ac {
  display: none;
}
#s-26c0374e-84d3-4e7e-a169-abaabbff92ac, #wrap-s-26c0374e-84d3-4e7e-a169-abaabbff92ac { display:none !important; }}







#s-26c0374e-84d3-4e7e-a169-abaabbff92ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26c0374e-84d3-4e7e-a169-abaabbff92ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d39ed9a0-da47-4e85-8ffd-d9e5f93fffd8 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d39ed9a0-da47-4e85-8ffd-d9e5f93fffd8 {
  
}
}@media (max-width: 767px){#s-d39ed9a0-da47-4e85-8ffd-d9e5f93fffd8 {
  display: none;
}
#s-d39ed9a0-da47-4e85-8ffd-d9e5f93fffd8, #wrap-s-d39ed9a0-da47-4e85-8ffd-d9e5f93fffd8 { display:none !important; }}







#s-d39ed9a0-da47-4e85-8ffd-d9e5f93fffd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d39ed9a0-da47-4e85-8ffd-d9e5f93fffd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-543ee480-d17b-4616-904b-5977598d4153 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-543ee480-d17b-4616-904b-5977598d4153 {
  
}
}@media (max-width: 767px){#s-543ee480-d17b-4616-904b-5977598d4153 {
  display: none;
}
#s-543ee480-d17b-4616-904b-5977598d4153, #wrap-s-543ee480-d17b-4616-904b-5977598d4153 { display:none !important; }}







#s-543ee480-d17b-4616-904b-5977598d4153 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-543ee480-d17b-4616-904b-5977598d4153.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2aef938-8f1b-4aff-871b-de6f8f2f4656 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f2aef938-8f1b-4aff-871b-de6f8f2f4656 {
  
}
}@media (max-width: 767px){#s-f2aef938-8f1b-4aff-871b-de6f8f2f4656 {
  display: none;
}
#s-f2aef938-8f1b-4aff-871b-de6f8f2f4656, #wrap-s-f2aef938-8f1b-4aff-871b-de6f8f2f4656 { display:none !important; }}







#s-f2aef938-8f1b-4aff-871b-de6f8f2f4656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2aef938-8f1b-4aff-871b-de6f8f2f4656.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbf04420-bb30-48fc-9cc5-cda5d6a34503 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fbf04420-bb30-48fc-9cc5-cda5d6a34503 {
  
}
}@media (max-width: 767px){#s-fbf04420-bb30-48fc-9cc5-cda5d6a34503 {
  display: none;
}
#s-fbf04420-bb30-48fc-9cc5-cda5d6a34503, #wrap-s-fbf04420-bb30-48fc-9cc5-cda5d6a34503 { display:none !important; }}







#s-fbf04420-bb30-48fc-9cc5-cda5d6a34503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbf04420-bb30-48fc-9cc5-cda5d6a34503.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3046e654-a4a9-4863-8bb7-73179220c674 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3046e654-a4a9-4863-8bb7-73179220c674 {
  
}
}@media (max-width: 767px){#s-3046e654-a4a9-4863-8bb7-73179220c674 {
  display: none;
}
#s-3046e654-a4a9-4863-8bb7-73179220c674, #wrap-s-3046e654-a4a9-4863-8bb7-73179220c674 { display:none !important; }}







#s-3046e654-a4a9-4863-8bb7-73179220c674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3046e654-a4a9-4863-8bb7-73179220c674.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30d6914a-521e-482a-8982-c77b8d433ac9 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-30d6914a-521e-482a-8982-c77b8d433ac9 {
  
}
}@media (max-width: 767px){#s-30d6914a-521e-482a-8982-c77b8d433ac9 {
  display: none;
}
#s-30d6914a-521e-482a-8982-c77b8d433ac9, #wrap-s-30d6914a-521e-482a-8982-c77b8d433ac9 { display:none !important; }}







#s-30d6914a-521e-482a-8982-c77b8d433ac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30d6914a-521e-482a-8982-c77b8d433ac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40221d56-13cb-4f99-893e-0e96fefec60f {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-40221d56-13cb-4f99-893e-0e96fefec60f {
  display: none;
}
#s-40221d56-13cb-4f99-893e-0e96fefec60f, #wrap-s-40221d56-13cb-4f99-893e-0e96fefec60f { display:none !important; }}







#s-40221d56-13cb-4f99-893e-0e96fefec60f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40221d56-13cb-4f99-893e-0e96fefec60f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e82d5dcb-286a-4fae-b31e-dbf36e0cbffc {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e82d5dcb-286a-4fae-b31e-dbf36e0cbffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e82d5dcb-286a-4fae-b31e-dbf36e0cbffc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b {
  text-align: center;
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b {
  max-width:  100%;
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom,
.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b {
  max-width:  100%;
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom,
.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b {
  max-width:  100%;
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom,
.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b {
  max-width:  100%;
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom,
.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b {
  max-width:  100%;
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom,
.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c616bc9-b841-4007-b71c-75bb9f3d8d7b img.shogun-image {
  width: 100%;
}



}
#s-fbfc28f7-d08d-44e3-bf25-d25525b5fbe5 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-fbfc28f7-d08d-44e3-bf25-d25525b5fbe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbfc28f7-d08d-44e3-bf25-d25525b5fbe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d443868d-a78d-487a-9369-e9feb7413992 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d443868d-a78d-487a-9369-e9feb7413992 {
  
}
}@media (max-width: 767px){#s-d443868d-a78d-487a-9369-e9feb7413992 {
  
}
}







#s-d443868d-a78d-487a-9369-e9feb7413992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d443868d-a78d-487a-9369-e9feb7413992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48282f96-3a90-49e7-b910-fd0c74b7f46c {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-48282f96-3a90-49e7-b910-fd0c74b7f46c .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-48282f96-3a90-49e7-b910-fd0c74b7f46c .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-48282f96-3a90-49e7-b910-fd0c74b7f46c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f843ef7f-2cd0-4737-80c0-a19bdd73d8c1 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-f843ef7f-2cd0-4737-80c0-a19bdd73d8c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f843ef7f-2cd0-4737-80c0-a19bdd73d8c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36fc150a-70a0-4ab4-861e-3a56de1ef5f0 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-36fc150a-70a0-4ab4-861e-3a56de1ef5f0 {
  display: none;
}
#s-36fc150a-70a0-4ab4-861e-3a56de1ef5f0, #wrap-s-36fc150a-70a0-4ab4-861e-3a56de1ef5f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36fc150a-70a0-4ab4-861e-3a56de1ef5f0 {
  display: none;
}
#s-36fc150a-70a0-4ab4-861e-3a56de1ef5f0, #wrap-s-36fc150a-70a0-4ab4-861e-3a56de1ef5f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36fc150a-70a0-4ab4-861e-3a56de1ef5f0 {
  display: none;
}
#s-36fc150a-70a0-4ab4-861e-3a56de1ef5f0, #wrap-s-36fc150a-70a0-4ab4-861e-3a56de1ef5f0 { display:none !important; }}
#s-58fb10f3-7743-40a8-a52c-6cbc549b3729 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-58fb10f3-7743-40a8-a52c-6cbc549b3729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58fb10f3-7743-40a8-a52c-6cbc549b3729.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3665e3e7-05fd-47a1-94ae-95729af667b2 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-3665e3e7-05fd-47a1-94ae-95729af667b2 {
  display: none;
}
#s-3665e3e7-05fd-47a1-94ae-95729af667b2, #wrap-s-3665e3e7-05fd-47a1-94ae-95729af667b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3665e3e7-05fd-47a1-94ae-95729af667b2 {
  display: none;
}
#s-3665e3e7-05fd-47a1-94ae-95729af667b2, #wrap-s-3665e3e7-05fd-47a1-94ae-95729af667b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3665e3e7-05fd-47a1-94ae-95729af667b2 {
  display: none;
}
#s-3665e3e7-05fd-47a1-94ae-95729af667b2, #wrap-s-3665e3e7-05fd-47a1-94ae-95729af667b2 { display:none !important; }}
#s-0e5516a2-5b97-4d8f-b24c-3b92fe9dca21 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-0e5516a2-5b97-4d8f-b24c-3b92fe9dca21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e5516a2-5b97-4d8f-b24c-3b92fe9dca21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bb0217b-92df-4093-882d-1f97af6fc19a {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-0bb0217b-92df-4093-882d-1f97af6fc19a {
  display: none;
}
#s-0bb0217b-92df-4093-882d-1f97af6fc19a, #wrap-s-0bb0217b-92df-4093-882d-1f97af6fc19a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bb0217b-92df-4093-882d-1f97af6fc19a {
  display: none;
}
#s-0bb0217b-92df-4093-882d-1f97af6fc19a, #wrap-s-0bb0217b-92df-4093-882d-1f97af6fc19a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bb0217b-92df-4093-882d-1f97af6fc19a {
  display: none;
}
#s-0bb0217b-92df-4093-882d-1f97af6fc19a, #wrap-s-0bb0217b-92df-4093-882d-1f97af6fc19a { display:none !important; }}
#s-ddff6ea3-8b51-4105-8d64-f9d039d6ff69 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-ddff6ea3-8b51-4105-8d64-f9d039d6ff69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddff6ea3-8b51-4105-8d64-f9d039d6ff69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-032ad5c5-394d-4276-bea9-ad8be6321620 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-032ad5c5-394d-4276-bea9-ad8be6321620 {
  display: none;
}
#s-032ad5c5-394d-4276-bea9-ad8be6321620, #wrap-s-032ad5c5-394d-4276-bea9-ad8be6321620 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-032ad5c5-394d-4276-bea9-ad8be6321620 {
  display: none;
}
#s-032ad5c5-394d-4276-bea9-ad8be6321620, #wrap-s-032ad5c5-394d-4276-bea9-ad8be6321620 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-032ad5c5-394d-4276-bea9-ad8be6321620 {
  display: none;
}
#s-032ad5c5-394d-4276-bea9-ad8be6321620, #wrap-s-032ad5c5-394d-4276-bea9-ad8be6321620 { display:none !important; }}
#s-220a5881-fa6d-4daa-97cd-9111e6594fd6 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-220a5881-fa6d-4daa-97cd-9111e6594fd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-220a5881-fa6d-4daa-97cd-9111e6594fd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-649edcc9-1203-4da2-a580-7a12e514331d {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-649edcc9-1203-4da2-a580-7a12e514331d {
  display: none;
}
#s-649edcc9-1203-4da2-a580-7a12e514331d, #wrap-s-649edcc9-1203-4da2-a580-7a12e514331d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-649edcc9-1203-4da2-a580-7a12e514331d {
  display: none;
}
#s-649edcc9-1203-4da2-a580-7a12e514331d, #wrap-s-649edcc9-1203-4da2-a580-7a12e514331d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-649edcc9-1203-4da2-a580-7a12e514331d {
  display: none;
}
#s-649edcc9-1203-4da2-a580-7a12e514331d, #wrap-s-649edcc9-1203-4da2-a580-7a12e514331d { display:none !important; }}
#s-1440ea46-4f51-4ffc-b48a-f49fbc572932 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-1440ea46-4f51-4ffc-b48a-f49fbc572932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1440ea46-4f51-4ffc-b48a-f49fbc572932.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee389c61-cb4f-4b02-bebe-687c8af133af {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-ee389c61-cb4f-4b02-bebe-687c8af133af {
  display: none;
}
#s-ee389c61-cb4f-4b02-bebe-687c8af133af, #wrap-s-ee389c61-cb4f-4b02-bebe-687c8af133af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee389c61-cb4f-4b02-bebe-687c8af133af {
  display: none;
}
#s-ee389c61-cb4f-4b02-bebe-687c8af133af, #wrap-s-ee389c61-cb4f-4b02-bebe-687c8af133af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee389c61-cb4f-4b02-bebe-687c8af133af {
  display: none;
}
#s-ee389c61-cb4f-4b02-bebe-687c8af133af, #wrap-s-ee389c61-cb4f-4b02-bebe-687c8af133af { display:none !important; }}
#s-3aa32406-89c6-447b-92ba-7c32f62155d4 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-3aa32406-89c6-447b-92ba-7c32f62155d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aa32406-89c6-447b-92ba-7c32f62155d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11dbb51a-f0bb-4d32-9173-f2f08fd0dfb0 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-11dbb51a-f0bb-4d32-9173-f2f08fd0dfb0 {
  display: none;
}
#s-11dbb51a-f0bb-4d32-9173-f2f08fd0dfb0, #wrap-s-11dbb51a-f0bb-4d32-9173-f2f08fd0dfb0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11dbb51a-f0bb-4d32-9173-f2f08fd0dfb0 {
  display: none;
}
#s-11dbb51a-f0bb-4d32-9173-f2f08fd0dfb0, #wrap-s-11dbb51a-f0bb-4d32-9173-f2f08fd0dfb0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11dbb51a-f0bb-4d32-9173-f2f08fd0dfb0 {
  display: none;
}
#s-11dbb51a-f0bb-4d32-9173-f2f08fd0dfb0, #wrap-s-11dbb51a-f0bb-4d32-9173-f2f08fd0dfb0 { display:none !important; }}
#s-9c013618-b945-4d0f-a823-692745dbb309 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-9c013618-b945-4d0f-a823-692745dbb309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c013618-b945-4d0f-a823-692745dbb309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b0126fc-05ff-4859-9121-a9cf6bd2467b {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-3b0126fc-05ff-4859-9121-a9cf6bd2467b {
  display: none;
}
#s-3b0126fc-05ff-4859-9121-a9cf6bd2467b, #wrap-s-3b0126fc-05ff-4859-9121-a9cf6bd2467b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b0126fc-05ff-4859-9121-a9cf6bd2467b {
  display: none;
}
#s-3b0126fc-05ff-4859-9121-a9cf6bd2467b, #wrap-s-3b0126fc-05ff-4859-9121-a9cf6bd2467b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b0126fc-05ff-4859-9121-a9cf6bd2467b {
  display: none;
}
#s-3b0126fc-05ff-4859-9121-a9cf6bd2467b, #wrap-s-3b0126fc-05ff-4859-9121-a9cf6bd2467b { display:none !important; }}
#s-93939fbe-869b-47c8-9ca8-4a74a63c72e5 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-93939fbe-869b-47c8-9ca8-4a74a63c72e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93939fbe-869b-47c8-9ca8-4a74a63c72e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95a8af86-58ed-4778-a446-1fe53adbabb5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-95a8af86-58ed-4778-a446-1fe53adbabb5:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-95a8af86-58ed-4778-a446-1fe53adbabb5:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-95a8af86-58ed-4778-a446-1fe53adbabb5-root {
    text-align: center;
  }


#s-95a8af86-58ed-4778-a446-1fe53adbabb5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-95a8af86-58ed-4778-a446-1fe53adbabb5-root {
    text-align: center;
  }


#s-95a8af86-58ed-4778-a446-1fe53adbabb5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95a8af86-58ed-4778-a446-1fe53adbabb5-root {
    text-align: center;
  }


#s-95a8af86-58ed-4778-a446-1fe53adbabb5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95a8af86-58ed-4778-a446-1fe53adbabb5-root {
    text-align: center;
  }


#s-95a8af86-58ed-4778-a446-1fe53adbabb5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-95a8af86-58ed-4778-a446-1fe53adbabb5-root {
    text-align: center;
  }


#s-95a8af86-58ed-4778-a446-1fe53adbabb5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-453fd173-5cba-4c2d-83b8-8c00a6c3360c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-453fd173-5cba-4c2d-83b8-8c00a6c3360c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-453fd173-5cba-4c2d-83b8-8c00a6c3360c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e {
  text-align: center;
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e {
  max-width:  100%;
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom,
.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e {
  max-width:  100%;
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom,
.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e {
  max-width:  100%;
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom,
.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e {
  max-width:  100%;
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom,
.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e {
  max-width:  100%;
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom,
.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db9bf6f9-8f64-48fb-82cb-962f467d1a2e img.shogun-image {
  width: 100%;
}



}
#s-f8795b77-d0ca-42fb-82f2-a69f8c1a9f0d {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-f8795b77-d0ca-42fb-82f2-a69f8c1a9f0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8795b77-d0ca-42fb-82f2-a69f8c1a9f0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f407d51-c9d3-4404-be6f-23750032ef8b {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6f407d51-c9d3-4404-be6f-23750032ef8b {
  
}
}@media (max-width: 767px){#s-6f407d51-c9d3-4404-be6f-23750032ef8b {
  
}
}







#s-6f407d51-c9d3-4404-be6f-23750032ef8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f407d51-c9d3-4404-be6f-23750032ef8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea04a88c-d54f-481f-ba87-c2ae379c5c3a {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-ea04a88c-d54f-481f-ba87-c2ae379c5c3a .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ea04a88c-d54f-481f-ba87-c2ae379c5c3a .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-ea04a88c-d54f-481f-ba87-c2ae379c5c3a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0daa2aec-73f9-40d6-b5fc-8b5ad86803a9 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-0daa2aec-73f9-40d6-b5fc-8b5ad86803a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0daa2aec-73f9-40d6-b5fc-8b5ad86803a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db1241b1-66dc-4ed1-b5f6-a0e156a2da33 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-db1241b1-66dc-4ed1-b5f6-a0e156a2da33 {
  display: none;
}
#s-db1241b1-66dc-4ed1-b5f6-a0e156a2da33, #wrap-s-db1241b1-66dc-4ed1-b5f6-a0e156a2da33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db1241b1-66dc-4ed1-b5f6-a0e156a2da33 {
  display: none;
}
#s-db1241b1-66dc-4ed1-b5f6-a0e156a2da33, #wrap-s-db1241b1-66dc-4ed1-b5f6-a0e156a2da33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db1241b1-66dc-4ed1-b5f6-a0e156a2da33 {
  display: none;
}
#s-db1241b1-66dc-4ed1-b5f6-a0e156a2da33, #wrap-s-db1241b1-66dc-4ed1-b5f6-a0e156a2da33 { display:none !important; }}
#s-4a5554e2-5550-442b-8475-f4d22fa18e3c {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-4a5554e2-5550-442b-8475-f4d22fa18e3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a5554e2-5550-442b-8475-f4d22fa18e3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31c3640b-76fb-4f07-8828-185da46d4fe0 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-31c3640b-76fb-4f07-8828-185da46d4fe0 {
  display: none;
}
#s-31c3640b-76fb-4f07-8828-185da46d4fe0, #wrap-s-31c3640b-76fb-4f07-8828-185da46d4fe0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31c3640b-76fb-4f07-8828-185da46d4fe0 {
  display: none;
}
#s-31c3640b-76fb-4f07-8828-185da46d4fe0, #wrap-s-31c3640b-76fb-4f07-8828-185da46d4fe0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31c3640b-76fb-4f07-8828-185da46d4fe0 {
  display: none;
}
#s-31c3640b-76fb-4f07-8828-185da46d4fe0, #wrap-s-31c3640b-76fb-4f07-8828-185da46d4fe0 { display:none !important; }}
#s-c7b497ba-f9da-45c5-86b0-1e49759278fe {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-c7b497ba-f9da-45c5-86b0-1e49759278fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7b497ba-f9da-45c5-86b0-1e49759278fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88e1d511-a357-4f21-a3bd-61e83890ef10 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-88e1d511-a357-4f21-a3bd-61e83890ef10 {
  display: none;
}
#s-88e1d511-a357-4f21-a3bd-61e83890ef10, #wrap-s-88e1d511-a357-4f21-a3bd-61e83890ef10 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88e1d511-a357-4f21-a3bd-61e83890ef10 {
  display: none;
}
#s-88e1d511-a357-4f21-a3bd-61e83890ef10, #wrap-s-88e1d511-a357-4f21-a3bd-61e83890ef10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88e1d511-a357-4f21-a3bd-61e83890ef10 {
  display: none;
}
#s-88e1d511-a357-4f21-a3bd-61e83890ef10, #wrap-s-88e1d511-a357-4f21-a3bd-61e83890ef10 { display:none !important; }}
#s-f669c98b-5126-454e-9a70-6c579e7db730 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-f669c98b-5126-454e-9a70-6c579e7db730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f669c98b-5126-454e-9a70-6c579e7db730.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e7a8f13-d4c5-491b-924e-162811b02e9f {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-2e7a8f13-d4c5-491b-924e-162811b02e9f {
  display: none;
}
#s-2e7a8f13-d4c5-491b-924e-162811b02e9f, #wrap-s-2e7a8f13-d4c5-491b-924e-162811b02e9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e7a8f13-d4c5-491b-924e-162811b02e9f {
  display: none;
}
#s-2e7a8f13-d4c5-491b-924e-162811b02e9f, #wrap-s-2e7a8f13-d4c5-491b-924e-162811b02e9f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e7a8f13-d4c5-491b-924e-162811b02e9f {
  display: none;
}
#s-2e7a8f13-d4c5-491b-924e-162811b02e9f, #wrap-s-2e7a8f13-d4c5-491b-924e-162811b02e9f { display:none !important; }}
#s-b327d9bd-6b30-4c27-b5a0-344de227ba53 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-b327d9bd-6b30-4c27-b5a0-344de227ba53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b327d9bd-6b30-4c27-b5a0-344de227ba53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e735bf81-983c-4c52-a7e2-3de48e4085c5 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-e735bf81-983c-4c52-a7e2-3de48e4085c5 {
  display: none;
}
#s-e735bf81-983c-4c52-a7e2-3de48e4085c5, #wrap-s-e735bf81-983c-4c52-a7e2-3de48e4085c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e735bf81-983c-4c52-a7e2-3de48e4085c5 {
  display: none;
}
#s-e735bf81-983c-4c52-a7e2-3de48e4085c5, #wrap-s-e735bf81-983c-4c52-a7e2-3de48e4085c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e735bf81-983c-4c52-a7e2-3de48e4085c5 {
  display: none;
}
#s-e735bf81-983c-4c52-a7e2-3de48e4085c5, #wrap-s-e735bf81-983c-4c52-a7e2-3de48e4085c5 { display:none !important; }}
#s-1e0848ff-e83e-4710-b6d2-a86feda39ad3 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-1e0848ff-e83e-4710-b6d2-a86feda39ad3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e0848ff-e83e-4710-b6d2-a86feda39ad3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a34f4b53-5266-4184-9696-f35cc773bf2f {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-a34f4b53-5266-4184-9696-f35cc773bf2f {
  display: none;
}
#s-a34f4b53-5266-4184-9696-f35cc773bf2f, #wrap-s-a34f4b53-5266-4184-9696-f35cc773bf2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a34f4b53-5266-4184-9696-f35cc773bf2f {
  display: none;
}
#s-a34f4b53-5266-4184-9696-f35cc773bf2f, #wrap-s-a34f4b53-5266-4184-9696-f35cc773bf2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a34f4b53-5266-4184-9696-f35cc773bf2f {
  display: none;
}
#s-a34f4b53-5266-4184-9696-f35cc773bf2f, #wrap-s-a34f4b53-5266-4184-9696-f35cc773bf2f { display:none !important; }}
#s-7138abf5-4f11-48c7-b705-f08e34e7fad2 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-7138abf5-4f11-48c7-b705-f08e34e7fad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7138abf5-4f11-48c7-b705-f08e34e7fad2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eba8363d-812c-4c42-a0d6-b2493f52ba26 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-eba8363d-812c-4c42-a0d6-b2493f52ba26 {
  display: none;
}
#s-eba8363d-812c-4c42-a0d6-b2493f52ba26, #wrap-s-eba8363d-812c-4c42-a0d6-b2493f52ba26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eba8363d-812c-4c42-a0d6-b2493f52ba26 {
  display: none;
}
#s-eba8363d-812c-4c42-a0d6-b2493f52ba26, #wrap-s-eba8363d-812c-4c42-a0d6-b2493f52ba26 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eba8363d-812c-4c42-a0d6-b2493f52ba26 {
  display: none;
}
#s-eba8363d-812c-4c42-a0d6-b2493f52ba26, #wrap-s-eba8363d-812c-4c42-a0d6-b2493f52ba26 { display:none !important; }}
#s-0a9552ff-f83b-435c-8269-aa8747ab2d71 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a9552ff-f83b-435c-8269-aa8747ab2d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a9552ff-f83b-435c-8269-aa8747ab2d71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c37f0849-9f5e-457d-ada1-75343552b911 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-c37f0849-9f5e-457d-ada1-75343552b911 {
  display: none;
}
#s-c37f0849-9f5e-457d-ada1-75343552b911, #wrap-s-c37f0849-9f5e-457d-ada1-75343552b911 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c37f0849-9f5e-457d-ada1-75343552b911 {
  display: none;
}
#s-c37f0849-9f5e-457d-ada1-75343552b911, #wrap-s-c37f0849-9f5e-457d-ada1-75343552b911 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c37f0849-9f5e-457d-ada1-75343552b911 {
  display: none;
}
#s-c37f0849-9f5e-457d-ada1-75343552b911, #wrap-s-c37f0849-9f5e-457d-ada1-75343552b911 { display:none !important; }}
#s-6e2b9baa-aab2-4125-aa35-1aab6131fab2 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-6e2b9baa-aab2-4125-aa35-1aab6131fab2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e2b9baa-aab2-4125-aa35-1aab6131fab2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9-root {
    text-align: center;
  }


#s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9-root {
    text-align: center;
  }


#s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9-root {
    text-align: center;
  }


#s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9-root {
    text-align: center;
  }


#s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9-root {
    text-align: center;
  }


#s-57a47729-f8cd-4c45-a6a6-a0d1511cc6d9.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-bd1494d9-93d3-4dd9-b5b9-aca5cd0ce4f8 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bd1494d9-93d3-4dd9-b5b9-aca5cd0ce4f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd1494d9-93d3-4dd9-b5b9-aca5cd0ce4f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 {
  text-align: center;
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 {
  max-width:  100%;
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom,
.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 {
  max-width:  100%;
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom,
.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 {
  max-width:  100%;
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom,
.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 {
  max-width:  100%;
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom,
.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 {
  max-width:  100%;
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom,
.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d5dd0a4-a248-4e2d-91df-b53d52c9ecc3 img.shogun-image {
  width: 100%;
}



}
#s-566ace8f-b3ca-4fdf-b244-8da5cc6122a3 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-566ace8f-b3ca-4fdf-b244-8da5cc6122a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-566ace8f-b3ca-4fdf-b244-8da5cc6122a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e090973-2f05-4cb6-ba4a-941d0c913d12 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5e090973-2f05-4cb6-ba4a-941d0c913d12 {
  
}
}@media (max-width: 767px){#s-5e090973-2f05-4cb6-ba4a-941d0c913d12 {
  
}
}







#s-5e090973-2f05-4cb6-ba4a-941d0c913d12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e090973-2f05-4cb6-ba4a-941d0c913d12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1230fc2d-6b94-4c8a-9d7a-ae9e1a0c365d {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-1230fc2d-6b94-4c8a-9d7a-ae9e1a0c365d .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1230fc2d-6b94-4c8a-9d7a-ae9e1a0c365d .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-1230fc2d-6b94-4c8a-9d7a-ae9e1a0c365d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 1, 1, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-76c2e8ec-f474-42f8-9456-7c35e27efb59 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-76c2e8ec-f474-42f8-9456-7c35e27efb59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76c2e8ec-f474-42f8-9456-7c35e27efb59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57eafe83-6aa6-43f0-a125-3b6bb88c02c0 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-57eafe83-6aa6-43f0-a125-3b6bb88c02c0 {
  display: none;
}
#s-57eafe83-6aa6-43f0-a125-3b6bb88c02c0, #wrap-s-57eafe83-6aa6-43f0-a125-3b6bb88c02c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57eafe83-6aa6-43f0-a125-3b6bb88c02c0 {
  display: none;
}
#s-57eafe83-6aa6-43f0-a125-3b6bb88c02c0, #wrap-s-57eafe83-6aa6-43f0-a125-3b6bb88c02c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57eafe83-6aa6-43f0-a125-3b6bb88c02c0 {
  display: none;
}
#s-57eafe83-6aa6-43f0-a125-3b6bb88c02c0, #wrap-s-57eafe83-6aa6-43f0-a125-3b6bb88c02c0 { display:none !important; }}
#s-381c4498-4395-4faf-9d69-1e48fdbaa295 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-381c4498-4395-4faf-9d69-1e48fdbaa295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-381c4498-4395-4faf-9d69-1e48fdbaa295.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9f044e6-65a9-4206-8786-4e5e67958b7a {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-d9f044e6-65a9-4206-8786-4e5e67958b7a {
  display: none;
}
#s-d9f044e6-65a9-4206-8786-4e5e67958b7a, #wrap-s-d9f044e6-65a9-4206-8786-4e5e67958b7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9f044e6-65a9-4206-8786-4e5e67958b7a {
  display: none;
}
#s-d9f044e6-65a9-4206-8786-4e5e67958b7a, #wrap-s-d9f044e6-65a9-4206-8786-4e5e67958b7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9f044e6-65a9-4206-8786-4e5e67958b7a {
  display: none;
}
#s-d9f044e6-65a9-4206-8786-4e5e67958b7a, #wrap-s-d9f044e6-65a9-4206-8786-4e5e67958b7a { display:none !important; }}
#s-6f5ac369-a04d-40d2-a075-e58b58b250b4 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-6f5ac369-a04d-40d2-a075-e58b58b250b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f5ac369-a04d-40d2-a075-e58b58b250b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f764c003-ec0a-4f3d-95a1-c7290db765b7 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-f764c003-ec0a-4f3d-95a1-c7290db765b7 {
  display: none;
}
#s-f764c003-ec0a-4f3d-95a1-c7290db765b7, #wrap-s-f764c003-ec0a-4f3d-95a1-c7290db765b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f764c003-ec0a-4f3d-95a1-c7290db765b7 {
  display: none;
}
#s-f764c003-ec0a-4f3d-95a1-c7290db765b7, #wrap-s-f764c003-ec0a-4f3d-95a1-c7290db765b7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f764c003-ec0a-4f3d-95a1-c7290db765b7 {
  display: none;
}
#s-f764c003-ec0a-4f3d-95a1-c7290db765b7, #wrap-s-f764c003-ec0a-4f3d-95a1-c7290db765b7 { display:none !important; }}
#s-63e715b3-acfe-44cc-83d8-51e2162e9e1c {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-63e715b3-acfe-44cc-83d8-51e2162e9e1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63e715b3-acfe-44cc-83d8-51e2162e9e1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ab29a83-ac9a-4020-8a30-1348e1053b37 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-5ab29a83-ac9a-4020-8a30-1348e1053b37 {
  display: none;
}
#s-5ab29a83-ac9a-4020-8a30-1348e1053b37, #wrap-s-5ab29a83-ac9a-4020-8a30-1348e1053b37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ab29a83-ac9a-4020-8a30-1348e1053b37 {
  display: none;
}
#s-5ab29a83-ac9a-4020-8a30-1348e1053b37, #wrap-s-5ab29a83-ac9a-4020-8a30-1348e1053b37 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ab29a83-ac9a-4020-8a30-1348e1053b37 {
  display: none;
}
#s-5ab29a83-ac9a-4020-8a30-1348e1053b37, #wrap-s-5ab29a83-ac9a-4020-8a30-1348e1053b37 { display:none !important; }}
#s-36111674-f78c-44d9-ba96-a1f00026d4c3 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-36111674-f78c-44d9-ba96-a1f00026d4c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36111674-f78c-44d9-ba96-a1f00026d4c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d85af3e7-57d9-49f6-bad8-3f293ac9f747 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-d85af3e7-57d9-49f6-bad8-3f293ac9f747 {
  display: none;
}
#s-d85af3e7-57d9-49f6-bad8-3f293ac9f747, #wrap-s-d85af3e7-57d9-49f6-bad8-3f293ac9f747 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d85af3e7-57d9-49f6-bad8-3f293ac9f747 {
  display: none;
}
#s-d85af3e7-57d9-49f6-bad8-3f293ac9f747, #wrap-s-d85af3e7-57d9-49f6-bad8-3f293ac9f747 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d85af3e7-57d9-49f6-bad8-3f293ac9f747 {
  display: none;
}
#s-d85af3e7-57d9-49f6-bad8-3f293ac9f747, #wrap-s-d85af3e7-57d9-49f6-bad8-3f293ac9f747 { display:none !important; }}
#s-2bb9fd05-4e16-42bf-b8b9-663cb6682673 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-2bb9fd05-4e16-42bf-b8b9-663cb6682673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bb9fd05-4e16-42bf-b8b9-663cb6682673.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e038f71-85a0-4b0e-b3d4-d7c0359feb37 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-4e038f71-85a0-4b0e-b3d4-d7c0359feb37 {
  display: none;
}
#s-4e038f71-85a0-4b0e-b3d4-d7c0359feb37, #wrap-s-4e038f71-85a0-4b0e-b3d4-d7c0359feb37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e038f71-85a0-4b0e-b3d4-d7c0359feb37 {
  display: none;
}
#s-4e038f71-85a0-4b0e-b3d4-d7c0359feb37, #wrap-s-4e038f71-85a0-4b0e-b3d4-d7c0359feb37 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e038f71-85a0-4b0e-b3d4-d7c0359feb37 {
  display: none;
}
#s-4e038f71-85a0-4b0e-b3d4-d7c0359feb37, #wrap-s-4e038f71-85a0-4b0e-b3d4-d7c0359feb37 { display:none !important; }}
#s-67fa13c9-ae03-4f44-a2d4-15aa3268fbb5 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-67fa13c9-ae03-4f44-a2d4-15aa3268fbb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67fa13c9-ae03-4f44-a2d4-15aa3268fbb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6188738-30dd-42b4-bfda-8b738fedb9fd {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-e6188738-30dd-42b4-bfda-8b738fedb9fd {
  display: none;
}
#s-e6188738-30dd-42b4-bfda-8b738fedb9fd, #wrap-s-e6188738-30dd-42b4-bfda-8b738fedb9fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6188738-30dd-42b4-bfda-8b738fedb9fd {
  display: none;
}
#s-e6188738-30dd-42b4-bfda-8b738fedb9fd, #wrap-s-e6188738-30dd-42b4-bfda-8b738fedb9fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6188738-30dd-42b4-bfda-8b738fedb9fd {
  display: none;
}
#s-e6188738-30dd-42b4-bfda-8b738fedb9fd, #wrap-s-e6188738-30dd-42b4-bfda-8b738fedb9fd { display:none !important; }}
#s-a7a5ccd9-609d-4621-8811-62070c512b03 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-a7a5ccd9-609d-4621-8811-62070c512b03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7a5ccd9-609d-4621-8811-62070c512b03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29400b4f-da26-4bca-bc94-dd1f72ff9a23 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-29400b4f-da26-4bca-bc94-dd1f72ff9a23 {
  display: none;
}
#s-29400b4f-da26-4bca-bc94-dd1f72ff9a23, #wrap-s-29400b4f-da26-4bca-bc94-dd1f72ff9a23 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29400b4f-da26-4bca-bc94-dd1f72ff9a23 {
  display: none;
}
#s-29400b4f-da26-4bca-bc94-dd1f72ff9a23, #wrap-s-29400b4f-da26-4bca-bc94-dd1f72ff9a23 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29400b4f-da26-4bca-bc94-dd1f72ff9a23 {
  display: none;
}
#s-29400b4f-da26-4bca-bc94-dd1f72ff9a23, #wrap-s-29400b4f-da26-4bca-bc94-dd1f72ff9a23 { display:none !important; }}
#s-26ec4511-c20a-466b-a878-e0dfacad2934 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-26ec4511-c20a-466b-a878-e0dfacad2934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26ec4511-c20a-466b-a878-e0dfacad2934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dcb434e-494f-49ef-87f4-31e1d36cbed8 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-5dcb434e-494f-49ef-87f4-31e1d36cbed8:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5dcb434e-494f-49ef-87f4-31e1d36cbed8:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5dcb434e-494f-49ef-87f4-31e1d36cbed8-root {
    text-align: center;
  }


#s-5dcb434e-494f-49ef-87f4-31e1d36cbed8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5dcb434e-494f-49ef-87f4-31e1d36cbed8-root {
    text-align: center;
  }


#s-5dcb434e-494f-49ef-87f4-31e1d36cbed8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5dcb434e-494f-49ef-87f4-31e1d36cbed8-root {
    text-align: center;
  }


#s-5dcb434e-494f-49ef-87f4-31e1d36cbed8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5dcb434e-494f-49ef-87f4-31e1d36cbed8-root {
    text-align: center;
  }


#s-5dcb434e-494f-49ef-87f4-31e1d36cbed8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5dcb434e-494f-49ef-87f4-31e1d36cbed8-root {
    text-align: center;
  }


#s-5dcb434e-494f-49ef-87f4-31e1d36cbed8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-e71254d8-e8ab-4bfa-92e2-bceb3301407d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e71254d8-e8ab-4bfa-92e2-bceb3301407d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e71254d8-e8ab-4bfa-92e2-bceb3301407d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a17269bc-0f2b-4310-892f-337461bb0ba8 {
  text-align: center;
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 {
  max-width:  100%;
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom,
.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 {
  max-width:  100%;
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom,
.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 {
  max-width:  100%;
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom,
.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 {
  max-width:  100%;
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom,
.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 {
  max-width:  100%;
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom,
.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a17269bc-0f2b-4310-892f-337461bb0ba8 img.shogun-image {
  width: 100%;
}



}
#s-ef3599d8-8bc7-4048-a32a-d385ea29e61c {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-ef3599d8-8bc7-4048-a32a-d385ea29e61c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef3599d8-8bc7-4048-a32a-d385ea29e61c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b54bb7d3-0222-45ad-9a62-2f313b3f48e5 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(247, 244, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b54bb7d3-0222-45ad-9a62-2f313b3f48e5 {
  
}
}@media (max-width: 767px){#s-b54bb7d3-0222-45ad-9a62-2f313b3f48e5 {
  
}
}







#s-b54bb7d3-0222-45ad-9a62-2f313b3f48e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b54bb7d3-0222-45ad-9a62-2f313b3f48e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62b99844-23e4-456e-a82c-fd829b348764 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-62b99844-23e4-456e-a82c-fd829b348764 .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-62b99844-23e4-456e-a82c-fd829b348764 .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-62b99844-23e4-456e-a82c-fd829b348764 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(222, 1, 1, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a26568c2-c5fd-4f8e-b5d5-cd0fc2445639 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-a26568c2-c5fd-4f8e-b5d5-cd0fc2445639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a26568c2-c5fd-4f8e-b5d5-cd0fc2445639.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da6920e6-3b7f-4093-bca8-8f43be46b372 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-da6920e6-3b7f-4093-bca8-8f43be46b372 {
  display: none;
}
#s-da6920e6-3b7f-4093-bca8-8f43be46b372, #wrap-s-da6920e6-3b7f-4093-bca8-8f43be46b372 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da6920e6-3b7f-4093-bca8-8f43be46b372 {
  display: none;
}
#s-da6920e6-3b7f-4093-bca8-8f43be46b372, #wrap-s-da6920e6-3b7f-4093-bca8-8f43be46b372 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da6920e6-3b7f-4093-bca8-8f43be46b372 {
  display: none;
}
#s-da6920e6-3b7f-4093-bca8-8f43be46b372, #wrap-s-da6920e6-3b7f-4093-bca8-8f43be46b372 { display:none !important; }}
#s-6504905c-f706-41d2-bb58-a1a138f0c2ef {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-6504905c-f706-41d2-bb58-a1a138f0c2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6504905c-f706-41d2-bb58-a1a138f0c2ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e38aed12-8208-49ec-9c86-763aa1f978af {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-e38aed12-8208-49ec-9c86-763aa1f978af {
  display: none;
}
#s-e38aed12-8208-49ec-9c86-763aa1f978af, #wrap-s-e38aed12-8208-49ec-9c86-763aa1f978af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e38aed12-8208-49ec-9c86-763aa1f978af {
  display: none;
}
#s-e38aed12-8208-49ec-9c86-763aa1f978af, #wrap-s-e38aed12-8208-49ec-9c86-763aa1f978af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e38aed12-8208-49ec-9c86-763aa1f978af {
  display: none;
}
#s-e38aed12-8208-49ec-9c86-763aa1f978af, #wrap-s-e38aed12-8208-49ec-9c86-763aa1f978af { display:none !important; }}
#s-a89acd77-ccaa-4ca3-8ce0-30e59790ecbb {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-a89acd77-ccaa-4ca3-8ce0-30e59790ecbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a89acd77-ccaa-4ca3-8ce0-30e59790ecbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43cbe126-c31c-4a4e-8add-0c7664a5669f {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-43cbe126-c31c-4a4e-8add-0c7664a5669f {
  display: none;
}
#s-43cbe126-c31c-4a4e-8add-0c7664a5669f, #wrap-s-43cbe126-c31c-4a4e-8add-0c7664a5669f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43cbe126-c31c-4a4e-8add-0c7664a5669f {
  display: none;
}
#s-43cbe126-c31c-4a4e-8add-0c7664a5669f, #wrap-s-43cbe126-c31c-4a4e-8add-0c7664a5669f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43cbe126-c31c-4a4e-8add-0c7664a5669f {
  display: none;
}
#s-43cbe126-c31c-4a4e-8add-0c7664a5669f, #wrap-s-43cbe126-c31c-4a4e-8add-0c7664a5669f { display:none !important; }}
#s-4d2ad6db-4720-4226-87e0-08be31ddc8ec {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-4d2ad6db-4720-4226-87e0-08be31ddc8ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d2ad6db-4720-4226-87e0-08be31ddc8ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93926bc2-18c9-4f97-97e3-8dd18a38899b {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-93926bc2-18c9-4f97-97e3-8dd18a38899b {
  display: none;
}
#s-93926bc2-18c9-4f97-97e3-8dd18a38899b, #wrap-s-93926bc2-18c9-4f97-97e3-8dd18a38899b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93926bc2-18c9-4f97-97e3-8dd18a38899b {
  display: none;
}
#s-93926bc2-18c9-4f97-97e3-8dd18a38899b, #wrap-s-93926bc2-18c9-4f97-97e3-8dd18a38899b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93926bc2-18c9-4f97-97e3-8dd18a38899b {
  display: none;
}
#s-93926bc2-18c9-4f97-97e3-8dd18a38899b, #wrap-s-93926bc2-18c9-4f97-97e3-8dd18a38899b { display:none !important; }}
#s-a7686de2-36c4-48b1-9945-0ad0c3cda603 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-a7686de2-36c4-48b1-9945-0ad0c3cda603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7686de2-36c4-48b1-9945-0ad0c3cda603.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3392cfbe-1b32-4d40-b3cc-7d491c676982 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-3392cfbe-1b32-4d40-b3cc-7d491c676982 {
  display: none;
}
#s-3392cfbe-1b32-4d40-b3cc-7d491c676982, #wrap-s-3392cfbe-1b32-4d40-b3cc-7d491c676982 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3392cfbe-1b32-4d40-b3cc-7d491c676982 {
  display: none;
}
#s-3392cfbe-1b32-4d40-b3cc-7d491c676982, #wrap-s-3392cfbe-1b32-4d40-b3cc-7d491c676982 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3392cfbe-1b32-4d40-b3cc-7d491c676982 {
  display: none;
}
#s-3392cfbe-1b32-4d40-b3cc-7d491c676982, #wrap-s-3392cfbe-1b32-4d40-b3cc-7d491c676982 { display:none !important; }}
#s-c21cacd5-c5fc-436c-80ed-5f73016cd1cd {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-c21cacd5-c5fc-436c-80ed-5f73016cd1cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c21cacd5-c5fc-436c-80ed-5f73016cd1cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43e9a365-a9b1-450a-9ab9-a37566881973 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-43e9a365-a9b1-450a-9ab9-a37566881973 {
  display: none;
}
#s-43e9a365-a9b1-450a-9ab9-a37566881973, #wrap-s-43e9a365-a9b1-450a-9ab9-a37566881973 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43e9a365-a9b1-450a-9ab9-a37566881973 {
  display: none;
}
#s-43e9a365-a9b1-450a-9ab9-a37566881973, #wrap-s-43e9a365-a9b1-450a-9ab9-a37566881973 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43e9a365-a9b1-450a-9ab9-a37566881973 {
  display: none;
}
#s-43e9a365-a9b1-450a-9ab9-a37566881973, #wrap-s-43e9a365-a9b1-450a-9ab9-a37566881973 { display:none !important; }}
#s-cb272ff5-937f-4d1f-b40c-235ad7eecdc9 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-cb272ff5-937f-4d1f-b40c-235ad7eecdc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb272ff5-937f-4d1f-b40c-235ad7eecdc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c7b7059-5ecc-485d-b25b-3eca98bb65d0 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-1c7b7059-5ecc-485d-b25b-3eca98bb65d0 {
  display: none;
}
#s-1c7b7059-5ecc-485d-b25b-3eca98bb65d0, #wrap-s-1c7b7059-5ecc-485d-b25b-3eca98bb65d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c7b7059-5ecc-485d-b25b-3eca98bb65d0 {
  display: none;
}
#s-1c7b7059-5ecc-485d-b25b-3eca98bb65d0, #wrap-s-1c7b7059-5ecc-485d-b25b-3eca98bb65d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c7b7059-5ecc-485d-b25b-3eca98bb65d0 {
  display: none;
}
#s-1c7b7059-5ecc-485d-b25b-3eca98bb65d0, #wrap-s-1c7b7059-5ecc-485d-b25b-3eca98bb65d0 { display:none !important; }}
#s-0e0d4e01-e737-40b2-9286-d992c47f876a {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-0e0d4e01-e737-40b2-9286-d992c47f876a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e0d4e01-e737-40b2-9286-d992c47f876a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-549ebc8b-a640-4282-8c74-1d22f5ea79ac {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-549ebc8b-a640-4282-8c74-1d22f5ea79ac {
  display: none;
}
#s-549ebc8b-a640-4282-8c74-1d22f5ea79ac, #wrap-s-549ebc8b-a640-4282-8c74-1d22f5ea79ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-549ebc8b-a640-4282-8c74-1d22f5ea79ac {
  display: none;
}
#s-549ebc8b-a640-4282-8c74-1d22f5ea79ac, #wrap-s-549ebc8b-a640-4282-8c74-1d22f5ea79ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-549ebc8b-a640-4282-8c74-1d22f5ea79ac {
  display: none;
}
#s-549ebc8b-a640-4282-8c74-1d22f5ea79ac, #wrap-s-549ebc8b-a640-4282-8c74-1d22f5ea79ac { display:none !important; }}
#s-325d9271-2e31-48b2-bc6f-d5c965fef036 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-325d9271-2e31-48b2-bc6f-d5c965fef036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-325d9271-2e31-48b2-bc6f-d5c965fef036.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26e540c8-523f-45c9-804f-8762a33d6ac6 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 6px;
background-color: rgba(203, 170, 54, 1);
text-align: center;
text-decoration: none;
}
#s-26e540c8-523f-45c9-804f-8762a33d6ac6:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-26e540c8-523f-45c9-804f-8762a33d6ac6:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-26e540c8-523f-45c9-804f-8762a33d6ac6-root {
    text-align: center;
  }


#s-26e540c8-523f-45c9-804f-8762a33d6ac6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-26e540c8-523f-45c9-804f-8762a33d6ac6-root {
    text-align: center;
  }


#s-26e540c8-523f-45c9-804f-8762a33d6ac6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26e540c8-523f-45c9-804f-8762a33d6ac6-root {
    text-align: center;
  }


#s-26e540c8-523f-45c9-804f-8762a33d6ac6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26e540c8-523f-45c9-804f-8762a33d6ac6-root {
    text-align: center;
  }


#s-26e540c8-523f-45c9-804f-8762a33d6ac6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-26e540c8-523f-45c9-804f-8762a33d6ac6-root {
    text-align: center;
  }


#s-26e540c8-523f-45c9-804f-8762a33d6ac6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-ad8565f1-1ff3-45ad-97c9-ecc512f7c13c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ad8565f1-1ff3-45ad-97c9-ecc512f7c13c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad8565f1-1ff3-45ad-97c9-ecc512f7c13c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffde040e-74f4-4732-ad9f-925de64179dc {
  min-height: 0px;
}

#s-21b68068-cf3e-47f3-9178-9d13a17c9adf {
  margin-top: -15px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 600px;
}

#s-7d030ef9-a3e3-49d2-8428-85a45a6b85ff {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(203, 170, 54, 1);
border-style: solid;
max-width: 768px;
}
@media (max-width: 767px){#s-7d030ef9-a3e3-49d2-8428-85a45a6b85ff {
  max-width: 300px;
}
}
@media (min-width: 0px) {
[id="s-7d030ef9-a3e3-49d2-8428-85a45a6b85ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d030ef9-a3e3-49d2-8428-85a45a6b85ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d030ef9-a3e3-49d2-8428-85a45a6b85ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d030ef9-a3e3-49d2-8428-85a45a6b85ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d030ef9-a3e3-49d2-8428-85a45a6b85ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d030ef9-a3e3-49d2-8428-85a45a6b85ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d030ef9-a3e3-49d2-8428-85a45a6b85ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0a0e8b28-6617-4059-9d68-a9f6cdc37a64 {
  text-align: center;
}







  #s-0a0e8b28-6617-4059-9d68-a9f6cdc37a64 img.shogun-image {
    

    
    
    
  }


#s-0a0e8b28-6617-4059-9d68-a9f6cdc37a64 .shogun-image-content {
  
    align-items: center;
  
}

#s-a13cd529-2621-46d3-b5b3-e801e750cd73 {
  margin-left: 25px;
}

@media (min-width: 0px) {
[id="s-a13cd529-2621-46d3-b5b3-e801e750cd73"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a13cd529-2621-46d3-b5b3-e801e750cd73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a13cd529-2621-46d3-b5b3-e801e750cd73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a13cd529-2621-46d3-b5b3-e801e750cd73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-82f97251-01f3-44b3-860a-2b684487ffac {
  margin-top: 5px;
}

#s-16a22f17-33ba-44d8-8075-e483c510d9c0 {
  margin-left: auto;
max-width: 40px;
text-align: left;
}







  #s-16a22f17-33ba-44d8-8075-e483c510d9c0 img.shogun-image {
    

    
    
    
  }


#s-16a22f17-33ba-44d8-8075-e483c510d9c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-14d125d5-8211-4bde-ab9c-27689bbc3806 {
  margin-top: -25px;
margin-left: 25px;
margin-right: 50px;
}

#s-64abfb4b-be5f-4f9c-be99-ea64ca536af9 {
  margin-top: -20px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 50px;
}

#s-ba41f3a9-6e00-4b83-be48-65adea324c40 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba41f3a9-6e00-4b83-be48-65adea324c40 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 992px) and (max-width: 1199px){#s-01dbd742-5e79-4012-b1d7-0b99f4bfcdac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01dbd742-5e79-4012-b1d7-0b99f4bfcdac {
  
}
}@media (max-width: 767px){#s-01dbd742-5e79-4012-b1d7-0b99f4bfcdac {
  
}
}
/*
  $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}
