.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-a81ea808-a7a3-4f81-a0be-d93fb0f68671 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a81ea808-a7a3-4f81-a0be-d93fb0f68671 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a81ea808-a7a3-4f81-a0be-d93fb0f68671 {
  
}
}@media (max-width: 767px){#s-a81ea808-a7a3-4f81-a0be-d93fb0f68671 {
  
}
}
#s-a81ea808-a7a3-4f81-a0be-d93fb0f68671 {
  background-image: url(https://i.shgcdn.com/5f31c23d-f3f0-4038-b986-f9f9c934bc21/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a81ea808-a7a3-4f81-a0be-d93fb0f68671 > .shg-box-overlay {
  background-color: rgba(90, 65, 43, 1);
  opacity: 0.7;
}#s-a81ea808-a7a3-4f81-a0be-d93fb0f68671.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-a81ea808-a7a3-4f81-a0be-d93fb0f68671 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a81ea808-a7a3-4f81-a0be-d93fb0f68671.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-a81ea808-a7a3-4f81-a0be-d93fb0f68671 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a81ea808-a7a3-4f81-a0be-d93fb0f68671.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-2765d325-43e3-49c9-8e91-8192ef13c267 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1400px;
}








#s-2765d325-43e3-49c9-8e91-8192ef13c267 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2765d325-43e3-49c9-8e91-8192ef13c267.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-209d02ab-f076-4de3-bf4e-c1705a548268 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 840px;
text-align: left;
}

#s-209d02ab-f076-4de3-bf4e-c1705a548268 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Merriweather";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4654f980-b15a-4122-8086-c24051126b9f {
  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-83f0b42f-8b18-449b-b3cd-9ef3ce8a724e {
  max-width: 700px;
}

@media (min-width: 0px) {
[id="s-83f0b42f-8b18-449b-b3cd-9ef3ce8a724e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83f0b42f-8b18-449b-b3cd-9ef3ce8a724e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-83f0b42f-8b18-449b-b3cd-9ef3ce8a724e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-83f0b42f-8b18-449b-b3cd-9ef3ce8a724e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

.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-dbafd2b8-a5e1-4029-b25c-1f01f983f71c {
  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;
background-image: none;
hover-type: color;
}
#s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c:hover {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c-root {
    text-align: left;
  }


#s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c-root {
    text-align: left;
  }


#s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c-root {
    text-align: left;
  }


#s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c-root {
    text-align: left;
  }


#s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c-root {
    text-align: left;
  }


#s-dbafd2b8-a5e1-4029-b25c-1f01f983f71c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-d3572d7f-2902-4659-ad16-fc1501928f83 {
  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(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d3572d7f-2902-4659-ad16-fc1501928f83:hover {background-color: rgba(168, 141, 47, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d3572d7f-2902-4659-ad16-fc1501928f83:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-d3572d7f-2902-4659-ad16-fc1501928f83-root {
    text-align: left;
  }


#s-d3572d7f-2902-4659-ad16-fc1501928f83.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3572d7f-2902-4659-ad16-fc1501928f83-root {
    text-align: left;
  }


#s-d3572d7f-2902-4659-ad16-fc1501928f83.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3572d7f-2902-4659-ad16-fc1501928f83-root {
    text-align: left;
  }


#s-d3572d7f-2902-4659-ad16-fc1501928f83.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3572d7f-2902-4659-ad16-fc1501928f83-root {
    text-align: left;
  }


#s-d3572d7f-2902-4659-ad16-fc1501928f83.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3572d7f-2902-4659-ad16-fc1501928f83-root {
    text-align: left;
  }


#s-d3572d7f-2902-4659-ad16-fc1501928f83.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-7b07e6b0-f8af-47e4-aa18-3d2c7555812e {
  max-width: 700px;
}

@media (min-width: 0px) {
[id="s-7b07e6b0-f8af-47e4-aa18-3d2c7555812e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b07e6b0-f8af-47e4-aa18-3d2c7555812e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7b07e6b0-f8af-47e4-aa18-3d2c7555812e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7b07e6b0-f8af-47e4-aa18-3d2c7555812e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a {
  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(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a:hover {background-color: rgba(168, 141, 47, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a-root {
    text-align: left;
  }


#s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a-root {
    text-align: left;
  }


#s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a-root {
    text-align: left;
  }


#s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a-root {
    text-align: left;
  }


#s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a-root {
    text-align: left;
  }


#s-a388c42c-f1f6-48f7-a69f-568ee0e5b08a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1 {
  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-b9dbad7e-f6d7-4544-9860-7ecff858a0e1:hover {background-color: rgba(168, 141, 47, 0.28) !important;
text-decoration: none !important;}#s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1:active {background-color: rgba(203, 170, 54, 1) !important;
text-decoration: none !important;}

  #s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1-root {
    text-align: left;
  }


#s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1-root {
    text-align: left;
  }


#s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1-root {
    text-align: left;
  }


#s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1-root {
    text-align: left;
  }


#s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1-root {
    text-align: left;
  }


#s-b9dbad7e-f6d7-4544-9860-7ecff858a0e1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-857be744-5a77-4c02-be61-66e7a700ded2 {
  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-857be744-5a77-4c02-be61-66e7a700ded2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-857be744-5a77-4c02-be61-66e7a700ded2 {
  
}
}@media (max-width: 767px){#s-857be744-5a77-4c02-be61-66e7a700ded2 {
  
}
}







#s-857be744-5a77-4c02-be61-66e7a700ded2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-857be744-5a77-4c02-be61-66e7a700ded2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc31e558-e096-4312-aee7-1989ccbefc72 {
  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-fc31e558-e096-4312-aee7-1989ccbefc72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc31e558-e096-4312-aee7-1989ccbefc72 {
  cursor: pointer;
}#s-fc31e558-e096-4312-aee7-1989ccbefc72.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-5f2ebeb6-33a0-4772-b192-553110bd9c4b {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-5fe3d2e9-aa33-4a4a-94e0-6796c389d62d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fe3d2e9-aa33-4a4a-94e0-6796c389d62d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fe3d2e9-aa33-4a4a-94e0-6796c389d62d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fe3d2e9-aa33-4a4a-94e0-6796c389d62d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca12bab6-a4b0-4d0e-86ff-2a8d78b0f787 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca12bab6-a4b0-4d0e-86ff-2a8d78b0f787 .shogun-heading-component h2 {
  color: rgba(41, 41, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e471df0a-fd37-4a06-b341-62ddf28a24e5 {
  margin-top: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(41, 41, 41, 1);
border-style: solid;
max-width: 325px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-e471df0a-fd37-4a06-b341-62ddf28a24e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e471df0a-fd37-4a06-b341-62ddf28a24e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e471df0a-fd37-4a06-b341-62ddf28a24e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e471df0a-fd37-4a06-b341-62ddf28a24e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-401a8aea-38e3-4a3d-b9e5-7ca307d12964 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(41, 41, 41, 1);
border-style: solid;
}
@media (max-width: 767px){#s-401a8aea-38e3-4a3d-b9e5-7ca307d12964 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}
#s-7bfdef7e-67f5-484d-a9a2-26631b448cbd {
  max-width: 1400px;
}

#s-9d02fc1a-42ad-411a-a5b5-1db0e290ab44 {
  margin-top: 0px;
max-width: 325px;
}

.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-8d5693e9-c798-47de-a2a3-63cc10291304 {
  margin-top: 50px;
}

@media (min-width: 0px) {
[id="s-8d5693e9-c798-47de-a2a3-63cc10291304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d5693e9-c798-47de-a2a3-63cc10291304"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8d5693e9-c798-47de-a2a3-63cc10291304"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-8d5693e9-c798-47de-a2a3-63cc10291304"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8d5693e9-c798-47de-a2a3-63cc10291304"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d5693e9-c798-47de-a2a3-63cc10291304"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8d5693e9-c798-47de-a2a3-63cc10291304"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

}

#s-6f55f504-fcec-4ee6-a4d7-2a96bb58e5e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f55f504-fcec-4ee6-a4d7-2a96bb58e5e4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44 {
  margin-top: 25px;
}
@media (max-width: 767px){#s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44 {
  display: none;
}
#s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44, #wrap-s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-1a9e8a28-7a46-42d1-ab46-10ba3fd61e44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

}

#s-cd30ae8d-d5f4-4b79-8f59-02397729cd9e {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}








#s-cd30ae8d-d5f4-4b79-8f59-02397729cd9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd30ae8d-d5f4-4b79-8f59-02397729cd9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d7e9c28-f71b-4a51-94f0-5fd857df3a0a {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}








#s-5d7e9c28-f71b-4a51-94f0-5fd857df3a0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d7e9c28-f71b-4a51-94f0-5fd857df3a0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2967f50-5e7a-4c26-a567-69657d637cd2 {
  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-e2967f50-5e7a-4c26-a567-69657d637cd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-e2967f50-5e7a-4c26-a567-69657d637cd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-e2967f50-5e7a-4c26-a567-69657d637cd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-e2967f50-5e7a-4c26-a567-69657d637cd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

}

#s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c {
  display: none;
}
#s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c, #wrap-s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c {
  display: none;
}
#s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c, #wrap-s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c {
  display: none;
}
#s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c, #wrap-s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c { display: none !important; }}@media (max-width: 767px){#s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c {
  
}
}







#s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7a28ee3-9be5-4867-9fad-b672d0e57a9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2855c0bb-ad5e-47f1-a39a-367263f5ab4d {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2855c0bb-ad5e-47f1-a39a-367263f5ab4d {
  
}
}







#s-2855c0bb-ad5e-47f1-a39a-367263f5ab4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2855c0bb-ad5e-47f1-a39a-367263f5ab4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0bab306-1a98-4463-972e-3531bceac342 {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f0bab306-1a98-4463-972e-3531bceac342 {
  display: none;
}
#s-f0bab306-1a98-4463-972e-3531bceac342, #wrap-s-f0bab306-1a98-4463-972e-3531bceac342 { display: none !important; }}







#s-f0bab306-1a98-4463-972e-3531bceac342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0bab306-1a98-4463-972e-3531bceac342.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89d0309f-44f4-4d72-9a8b-dbd0c192d20d {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-89d0309f-44f4-4d72-9a8b-dbd0c192d20d {
  display: none;
}
#s-89d0309f-44f4-4d72-9a8b-dbd0c192d20d, #wrap-s-89d0309f-44f4-4d72-9a8b-dbd0c192d20d { display: none !important; }}







#s-89d0309f-44f4-4d72-9a8b-dbd0c192d20d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89d0309f-44f4-4d72-9a8b-dbd0c192d20d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b94b5c6b-0e55-4f8a-909b-17f6c1006cef {
  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-b94b5c6b-0e55-4f8a-909b-17f6c1006cef {
  
}
}@media (max-width: 767px){#s-b94b5c6b-0e55-4f8a-909b-17f6c1006cef {
  display: none;
}
#s-b94b5c6b-0e55-4f8a-909b-17f6c1006cef, #wrap-s-b94b5c6b-0e55-4f8a-909b-17f6c1006cef { display: none !important; }}







#s-b94b5c6b-0e55-4f8a-909b-17f6c1006cef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b94b5c6b-0e55-4f8a-909b-17f6c1006cef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0253271e-48f8-4d41-9850-b69b1d778fa9 {
  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-0253271e-48f8-4d41-9850-b69b1d778fa9 {
  
}
}@media (max-width: 767px){#s-0253271e-48f8-4d41-9850-b69b1d778fa9 {
  display: none;
}
#s-0253271e-48f8-4d41-9850-b69b1d778fa9, #wrap-s-0253271e-48f8-4d41-9850-b69b1d778fa9 { display: none !important; }}







#s-0253271e-48f8-4d41-9850-b69b1d778fa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0253271e-48f8-4d41-9850-b69b1d778fa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d56531d2-12bb-46db-90c9-251dc2290170 {
  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-d56531d2-12bb-46db-90c9-251dc2290170 {
  
}
}@media (max-width: 767px){#s-d56531d2-12bb-46db-90c9-251dc2290170 {
  display: none;
}
#s-d56531d2-12bb-46db-90c9-251dc2290170, #wrap-s-d56531d2-12bb-46db-90c9-251dc2290170 { display: none !important; }}







#s-d56531d2-12bb-46db-90c9-251dc2290170 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d56531d2-12bb-46db-90c9-251dc2290170.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c47af2d-a018-41cd-98b2-8011f5ff04e0 {
  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-3c47af2d-a018-41cd-98b2-8011f5ff04e0 {
  
}
}@media (max-width: 767px){#s-3c47af2d-a018-41cd-98b2-8011f5ff04e0 {
  display: none;
}
#s-3c47af2d-a018-41cd-98b2-8011f5ff04e0, #wrap-s-3c47af2d-a018-41cd-98b2-8011f5ff04e0 { display: none !important; }}







#s-3c47af2d-a018-41cd-98b2-8011f5ff04e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c47af2d-a018-41cd-98b2-8011f5ff04e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96a42111-f599-459e-8b19-d743b69292ee {
  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-96a42111-f599-459e-8b19-d743b69292ee {
  
}
}@media (max-width: 767px){#s-96a42111-f599-459e-8b19-d743b69292ee {
  display: none;
}
#s-96a42111-f599-459e-8b19-d743b69292ee, #wrap-s-96a42111-f599-459e-8b19-d743b69292ee { display: none !important; }}







#s-96a42111-f599-459e-8b19-d743b69292ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96a42111-f599-459e-8b19-d743b69292ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26062dfe-0691-49b4-9aed-4b319be0204d {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-26062dfe-0691-49b4-9aed-4b319be0204d {
  display: none;
}
#s-26062dfe-0691-49b4-9aed-4b319be0204d, #wrap-s-26062dfe-0691-49b4-9aed-4b319be0204d { display: none !important; }}







#s-26062dfe-0691-49b4-9aed-4b319be0204d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26062dfe-0691-49b4-9aed-4b319be0204d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b81821db-4b4a-45bd-9a27-a78600d41cfa {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}
@media (min-width: 1200px){#s-b81821db-4b4a-45bd-9a27-a78600d41cfa {
  display: none;
}
#s-b81821db-4b4a-45bd-9a27-a78600d41cfa, #wrap-s-b81821db-4b4a-45bd-9a27-a78600d41cfa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b81821db-4b4a-45bd-9a27-a78600d41cfa {
  display: none;
}
#s-b81821db-4b4a-45bd-9a27-a78600d41cfa, #wrap-s-b81821db-4b4a-45bd-9a27-a78600d41cfa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b81821db-4b4a-45bd-9a27-a78600d41cfa {
  display: none;
}
#s-b81821db-4b4a-45bd-9a27-a78600d41cfa, #wrap-s-b81821db-4b4a-45bd-9a27-a78600d41cfa { display: none !important; }}







#s-b81821db-4b4a-45bd-9a27-a78600d41cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b81821db-4b4a-45bd-9a27-a78600d41cfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8fb983f-a7d8-4be3-bdea-701f106108a9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e8fb983f-a7d8-4be3-bdea-701f106108a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8fb983f-a7d8-4be3-bdea-701f106108a9.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-45ea8166-c11e-4756-ad06-51dc34424b47 {
  text-align: center;
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 {
  max-width:  100%;
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom,
.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 {
  max-width:  100%;
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom,
.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 {
  max-width:  100%;
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom,
.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 {
  max-width:  100%;
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom,
.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 {
  max-width:  100%;
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom,
.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45ea8166-c11e-4756-ad06-51dc34424b47 img.shogun-image {
  width: 100%;
}



}
#s-45371cd9-4c57-499a-b50a-0bbff7d006e1 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-45371cd9-4c57-499a-b50a-0bbff7d006e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45371cd9-4c57-499a-b50a-0bbff7d006e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da306337-dcec-4735-82b9-3f75cab8be20 {
  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-da306337-dcec-4735-82b9-3f75cab8be20 {
  
}
}@media (max-width: 767px){#s-da306337-dcec-4735-82b9-3f75cab8be20 {
  
}
}







#s-da306337-dcec-4735-82b9-3f75cab8be20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da306337-dcec-4735-82b9-3f75cab8be20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c91e41b-f906-4152-be00-ad17e358a85d {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-4c91e41b-f906-4152-be00-ad17e358a85d .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c91e41b-f906-4152-be00-ad17e358a85d .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4c91e41b-f906-4152-be00-ad17e358a85d .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-5e3ca960-5e4c-48c7-80a8-b7e2926086a5 {
  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-5e3ca960-5e4c-48c7-80a8-b7e2926086a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e3ca960-5e4c-48c7-80a8-b7e2926086a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5823412e-b368-4d4d-ade4-15283724edf6 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-5823412e-b368-4d4d-ade4-15283724edf6 {
  display: none;
}
#s-5823412e-b368-4d4d-ade4-15283724edf6, #wrap-s-5823412e-b368-4d4d-ade4-15283724edf6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5823412e-b368-4d4d-ade4-15283724edf6 {
  display: none;
}
#s-5823412e-b368-4d4d-ade4-15283724edf6, #wrap-s-5823412e-b368-4d4d-ade4-15283724edf6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5823412e-b368-4d4d-ade4-15283724edf6 {
  display: none;
}
#s-5823412e-b368-4d4d-ade4-15283724edf6, #wrap-s-5823412e-b368-4d4d-ade4-15283724edf6 { display: none !important; }}
#s-09f3f9f0-b96f-487b-9914-36fc62814a67 {
  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-09f3f9f0-b96f-487b-9914-36fc62814a67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09f3f9f0-b96f-487b-9914-36fc62814a67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc617e76-2f0b-430b-bd33-21cbbabf16e4 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-dc617e76-2f0b-430b-bd33-21cbbabf16e4 {
  display: none;
}
#s-dc617e76-2f0b-430b-bd33-21cbbabf16e4, #wrap-s-dc617e76-2f0b-430b-bd33-21cbbabf16e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc617e76-2f0b-430b-bd33-21cbbabf16e4 {
  display: none;
}
#s-dc617e76-2f0b-430b-bd33-21cbbabf16e4, #wrap-s-dc617e76-2f0b-430b-bd33-21cbbabf16e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc617e76-2f0b-430b-bd33-21cbbabf16e4 {
  display: none;
}
#s-dc617e76-2f0b-430b-bd33-21cbbabf16e4, #wrap-s-dc617e76-2f0b-430b-bd33-21cbbabf16e4 { display: none !important; }}
#s-054a603a-7738-4709-a6cc-882c54975ee6 {
  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-054a603a-7738-4709-a6cc-882c54975ee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-054a603a-7738-4709-a6cc-882c54975ee6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23034507-8556-487e-ae33-02ecaa32bc9a {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-23034507-8556-487e-ae33-02ecaa32bc9a {
  display: none;
}
#s-23034507-8556-487e-ae33-02ecaa32bc9a, #wrap-s-23034507-8556-487e-ae33-02ecaa32bc9a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23034507-8556-487e-ae33-02ecaa32bc9a {
  display: none;
}
#s-23034507-8556-487e-ae33-02ecaa32bc9a, #wrap-s-23034507-8556-487e-ae33-02ecaa32bc9a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23034507-8556-487e-ae33-02ecaa32bc9a {
  display: none;
}
#s-23034507-8556-487e-ae33-02ecaa32bc9a, #wrap-s-23034507-8556-487e-ae33-02ecaa32bc9a { display: none !important; }}
#s-703be119-dcfc-4be0-8894-214caaeaf1a5 {
  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-703be119-dcfc-4be0-8894-214caaeaf1a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-703be119-dcfc-4be0-8894-214caaeaf1a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca7acd39-7f50-4866-a2f7-b5a7b4c44e76 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-ca7acd39-7f50-4866-a2f7-b5a7b4c44e76 {
  display: none;
}
#s-ca7acd39-7f50-4866-a2f7-b5a7b4c44e76, #wrap-s-ca7acd39-7f50-4866-a2f7-b5a7b4c44e76 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca7acd39-7f50-4866-a2f7-b5a7b4c44e76 {
  display: none;
}
#s-ca7acd39-7f50-4866-a2f7-b5a7b4c44e76, #wrap-s-ca7acd39-7f50-4866-a2f7-b5a7b4c44e76 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca7acd39-7f50-4866-a2f7-b5a7b4c44e76 {
  display: none;
}
#s-ca7acd39-7f50-4866-a2f7-b5a7b4c44e76, #wrap-s-ca7acd39-7f50-4866-a2f7-b5a7b4c44e76 { display: none !important; }}
#s-af884c6d-e54a-464a-adf4-b53b3ddd797f {
  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-af884c6d-e54a-464a-adf4-b53b3ddd797f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af884c6d-e54a-464a-adf4-b53b3ddd797f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c64edec-89c4-4f9e-80fd-baf5f9adc8b8 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-2c64edec-89c4-4f9e-80fd-baf5f9adc8b8 {
  display: none;
}
#s-2c64edec-89c4-4f9e-80fd-baf5f9adc8b8, #wrap-s-2c64edec-89c4-4f9e-80fd-baf5f9adc8b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c64edec-89c4-4f9e-80fd-baf5f9adc8b8 {
  display: none;
}
#s-2c64edec-89c4-4f9e-80fd-baf5f9adc8b8, #wrap-s-2c64edec-89c4-4f9e-80fd-baf5f9adc8b8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c64edec-89c4-4f9e-80fd-baf5f9adc8b8 {
  display: none;
}
#s-2c64edec-89c4-4f9e-80fd-baf5f9adc8b8, #wrap-s-2c64edec-89c4-4f9e-80fd-baf5f9adc8b8 { display: none !important; }}
@media (min-width: 1200px){#s-673efe16-d1a8-40da-a164-d40297662990 {
  display: none;
}
#s-673efe16-d1a8-40da-a164-d40297662990, #wrap-s-673efe16-d1a8-40da-a164-d40297662990 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-673efe16-d1a8-40da-a164-d40297662990 {
  display: none;
}
#s-673efe16-d1a8-40da-a164-d40297662990, #wrap-s-673efe16-d1a8-40da-a164-d40297662990 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-673efe16-d1a8-40da-a164-d40297662990 {
  display: none;
}
#s-673efe16-d1a8-40da-a164-d40297662990, #wrap-s-673efe16-d1a8-40da-a164-d40297662990 { display: none !important; }}
#s-ce589db7-86be-4775-a72c-8ea5f0d8d293 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-ce589db7-86be-4775-a72c-8ea5f0d8d293 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce589db7-86be-4775-a72c-8ea5f0d8d293.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2e91df5-ba59-4cd1-9fde-a4885add3ead {
  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-c2e91df5-ba59-4cd1-9fde-a4885add3ead:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c2e91df5-ba59-4cd1-9fde-a4885add3ead:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c2e91df5-ba59-4cd1-9fde-a4885add3ead-root {
    text-align: center;
  }


#s-c2e91df5-ba59-4cd1-9fde-a4885add3ead.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c2e91df5-ba59-4cd1-9fde-a4885add3ead-root {
    text-align: center;
  }


#s-c2e91df5-ba59-4cd1-9fde-a4885add3ead.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2e91df5-ba59-4cd1-9fde-a4885add3ead-root {
    text-align: center;
  }


#s-c2e91df5-ba59-4cd1-9fde-a4885add3ead.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2e91df5-ba59-4cd1-9fde-a4885add3ead-root {
    text-align: center;
  }


#s-c2e91df5-ba59-4cd1-9fde-a4885add3ead.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c2e91df5-ba59-4cd1-9fde-a4885add3ead-root {
    text-align: center;
  }


#s-c2e91df5-ba59-4cd1-9fde-a4885add3ead.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-91ff8942-9033-42ea-9141-6ec60f9af3c6 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}
@media (min-width: 1200px){#s-91ff8942-9033-42ea-9141-6ec60f9af3c6 {
  display: none;
}
#s-91ff8942-9033-42ea-9141-6ec60f9af3c6, #wrap-s-91ff8942-9033-42ea-9141-6ec60f9af3c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91ff8942-9033-42ea-9141-6ec60f9af3c6 {
  display: none;
}
#s-91ff8942-9033-42ea-9141-6ec60f9af3c6, #wrap-s-91ff8942-9033-42ea-9141-6ec60f9af3c6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91ff8942-9033-42ea-9141-6ec60f9af3c6 {
  display: none;
}
#s-91ff8942-9033-42ea-9141-6ec60f9af3c6, #wrap-s-91ff8942-9033-42ea-9141-6ec60f9af3c6 { display: none !important; }}







#s-91ff8942-9033-42ea-9141-6ec60f9af3c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91ff8942-9033-42ea-9141-6ec60f9af3c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86b5193a-4960-4eef-b89b-4dc11b0de925 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-86b5193a-4960-4eef-b89b-4dc11b0de925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86b5193a-4960-4eef-b89b-4dc11b0de925.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c93b2848-a2e1-4679-a44a-952d683212e1 {
  text-align: center;
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 {
  max-width:  100%;
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom,
.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 {
  max-width:  100%;
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom,
.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 {
  max-width:  100%;
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom,
.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 {
  max-width:  100%;
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom,
.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 {
  max-width:  100%;
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom,
.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c93b2848-a2e1-4679-a44a-952d683212e1 img.shogun-image {
  width: 100%;
}



}
#s-4167e368-00c9-4a02-94ee-8fe865fd8027 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-4167e368-00c9-4a02-94ee-8fe865fd8027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4167e368-00c9-4a02-94ee-8fe865fd8027.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9af1783b-0633-4bcd-ae15-47295495de59 {
  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-9af1783b-0633-4bcd-ae15-47295495de59 {
  
}
}@media (max-width: 767px){#s-9af1783b-0633-4bcd-ae15-47295495de59 {
  
}
}







#s-9af1783b-0633-4bcd-ae15-47295495de59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9af1783b-0633-4bcd-ae15-47295495de59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0745afeb-3905-4a72-95e9-601ca94a5382 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-0745afeb-3905-4a72-95e9-601ca94a5382 .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0745afeb-3905-4a72-95e9-601ca94a5382 .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0745afeb-3905-4a72-95e9-601ca94a5382 .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-a4235d9b-c16e-463c-a84c-968b90da729d {
  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-a4235d9b-c16e-463c-a84c-968b90da729d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4235d9b-c16e-463c-a84c-968b90da729d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f814849a-4be8-4772-86aa-025b762675d1 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-f814849a-4be8-4772-86aa-025b762675d1 {
  display: none;
}
#s-f814849a-4be8-4772-86aa-025b762675d1, #wrap-s-f814849a-4be8-4772-86aa-025b762675d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f814849a-4be8-4772-86aa-025b762675d1 {
  display: none;
}
#s-f814849a-4be8-4772-86aa-025b762675d1, #wrap-s-f814849a-4be8-4772-86aa-025b762675d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f814849a-4be8-4772-86aa-025b762675d1 {
  display: none;
}
#s-f814849a-4be8-4772-86aa-025b762675d1, #wrap-s-f814849a-4be8-4772-86aa-025b762675d1 { display: none !important; }}
@media (min-width: 1200px){#s-9e83f589-2769-4a6f-b501-d2ebffe0c840 {
  display: none;
}
#s-9e83f589-2769-4a6f-b501-d2ebffe0c840, #wrap-s-9e83f589-2769-4a6f-b501-d2ebffe0c840 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e83f589-2769-4a6f-b501-d2ebffe0c840 {
  display: none;
}
#s-9e83f589-2769-4a6f-b501-d2ebffe0c840, #wrap-s-9e83f589-2769-4a6f-b501-d2ebffe0c840 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e83f589-2769-4a6f-b501-d2ebffe0c840 {
  display: none;
}
#s-9e83f589-2769-4a6f-b501-d2ebffe0c840, #wrap-s-9e83f589-2769-4a6f-b501-d2ebffe0c840 { display: none !important; }}
#s-eac34c30-36f4-4c7a-a2ea-ab45385e5be2 {
  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-eac34c30-36f4-4c7a-a2ea-ab45385e5be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eac34c30-36f4-4c7a-a2ea-ab45385e5be2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-186a77cf-06f2-4214-b7fe-fe66897bd765 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-186a77cf-06f2-4214-b7fe-fe66897bd765 {
  display: none;
}
#s-186a77cf-06f2-4214-b7fe-fe66897bd765, #wrap-s-186a77cf-06f2-4214-b7fe-fe66897bd765 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-186a77cf-06f2-4214-b7fe-fe66897bd765 {
  display: none;
}
#s-186a77cf-06f2-4214-b7fe-fe66897bd765, #wrap-s-186a77cf-06f2-4214-b7fe-fe66897bd765 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-186a77cf-06f2-4214-b7fe-fe66897bd765 {
  display: none;
}
#s-186a77cf-06f2-4214-b7fe-fe66897bd765, #wrap-s-186a77cf-06f2-4214-b7fe-fe66897bd765 { display: none !important; }}
@media (min-width: 1200px){#s-887f171d-b8c3-4205-bcba-3eac5d5d9d57 {
  display: none;
}
#s-887f171d-b8c3-4205-bcba-3eac5d5d9d57, #wrap-s-887f171d-b8c3-4205-bcba-3eac5d5d9d57 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-887f171d-b8c3-4205-bcba-3eac5d5d9d57 {
  display: none;
}
#s-887f171d-b8c3-4205-bcba-3eac5d5d9d57, #wrap-s-887f171d-b8c3-4205-bcba-3eac5d5d9d57 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-887f171d-b8c3-4205-bcba-3eac5d5d9d57 {
  display: none;
}
#s-887f171d-b8c3-4205-bcba-3eac5d5d9d57, #wrap-s-887f171d-b8c3-4205-bcba-3eac5d5d9d57 { display: none !important; }}
#s-e72149ab-5ad8-4135-8c41-7e8ebcf68273 {
  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-e72149ab-5ad8-4135-8c41-7e8ebcf68273 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e72149ab-5ad8-4135-8c41-7e8ebcf68273.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b393d83d-aac4-48da-b472-d184f5e81e6e {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-b393d83d-aac4-48da-b472-d184f5e81e6e {
  display: none;
}
#s-b393d83d-aac4-48da-b472-d184f5e81e6e, #wrap-s-b393d83d-aac4-48da-b472-d184f5e81e6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b393d83d-aac4-48da-b472-d184f5e81e6e {
  display: none;
}
#s-b393d83d-aac4-48da-b472-d184f5e81e6e, #wrap-s-b393d83d-aac4-48da-b472-d184f5e81e6e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b393d83d-aac4-48da-b472-d184f5e81e6e {
  display: none;
}
#s-b393d83d-aac4-48da-b472-d184f5e81e6e, #wrap-s-b393d83d-aac4-48da-b472-d184f5e81e6e { display: none !important; }}
#s-e63007f7-64ee-4e4f-9a37-640ab376a68b {
  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-e63007f7-64ee-4e4f-9a37-640ab376a68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e63007f7-64ee-4e4f-9a37-640ab376a68b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa8ba4b9-1e72-4217-be03-ef1729b53b86 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-aa8ba4b9-1e72-4217-be03-ef1729b53b86 {
  display: none;
}
#s-aa8ba4b9-1e72-4217-be03-ef1729b53b86, #wrap-s-aa8ba4b9-1e72-4217-be03-ef1729b53b86 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa8ba4b9-1e72-4217-be03-ef1729b53b86 {
  display: none;
}
#s-aa8ba4b9-1e72-4217-be03-ef1729b53b86, #wrap-s-aa8ba4b9-1e72-4217-be03-ef1729b53b86 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa8ba4b9-1e72-4217-be03-ef1729b53b86 {
  display: none;
}
#s-aa8ba4b9-1e72-4217-be03-ef1729b53b86, #wrap-s-aa8ba4b9-1e72-4217-be03-ef1729b53b86 { display: none !important; }}
#s-1643b297-5f2f-41f7-91f2-3b859e3b0eba {
  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-1643b297-5f2f-41f7-91f2-3b859e3b0eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1643b297-5f2f-41f7-91f2-3b859e3b0eba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68fdda15-6c32-4a25-a0e7-803d91b5dbef {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-68fdda15-6c32-4a25-a0e7-803d91b5dbef {
  display: none;
}
#s-68fdda15-6c32-4a25-a0e7-803d91b5dbef, #wrap-s-68fdda15-6c32-4a25-a0e7-803d91b5dbef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68fdda15-6c32-4a25-a0e7-803d91b5dbef {
  display: none;
}
#s-68fdda15-6c32-4a25-a0e7-803d91b5dbef, #wrap-s-68fdda15-6c32-4a25-a0e7-803d91b5dbef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68fdda15-6c32-4a25-a0e7-803d91b5dbef {
  display: none;
}
#s-68fdda15-6c32-4a25-a0e7-803d91b5dbef, #wrap-s-68fdda15-6c32-4a25-a0e7-803d91b5dbef { display: none !important; }}
@media (min-width: 1200px){#s-8c92039b-77c3-4bad-bc75-6df37f96d132 {
  display: none;
}
#s-8c92039b-77c3-4bad-bc75-6df37f96d132, #wrap-s-8c92039b-77c3-4bad-bc75-6df37f96d132 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c92039b-77c3-4bad-bc75-6df37f96d132 {
  display: none;
}
#s-8c92039b-77c3-4bad-bc75-6df37f96d132, #wrap-s-8c92039b-77c3-4bad-bc75-6df37f96d132 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c92039b-77c3-4bad-bc75-6df37f96d132 {
  display: none;
}
#s-8c92039b-77c3-4bad-bc75-6df37f96d132, #wrap-s-8c92039b-77c3-4bad-bc75-6df37f96d132 { display: none !important; }}
#s-884a35fc-a13e-4b95-9f06-70c59e368efc {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-884a35fc-a13e-4b95-9f06-70c59e368efc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-884a35fc-a13e-4b95-9f06-70c59e368efc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3176e7eb-4048-4f63-817b-f9d00070853e {
  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-3176e7eb-4048-4f63-817b-f9d00070853e:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3176e7eb-4048-4f63-817b-f9d00070853e:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3176e7eb-4048-4f63-817b-f9d00070853e-root {
    text-align: center;
  }


#s-3176e7eb-4048-4f63-817b-f9d00070853e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3176e7eb-4048-4f63-817b-f9d00070853e-root {
    text-align: center;
  }


#s-3176e7eb-4048-4f63-817b-f9d00070853e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3176e7eb-4048-4f63-817b-f9d00070853e-root {
    text-align: center;
  }


#s-3176e7eb-4048-4f63-817b-f9d00070853e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3176e7eb-4048-4f63-817b-f9d00070853e-root {
    text-align: center;
  }


#s-3176e7eb-4048-4f63-817b-f9d00070853e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3176e7eb-4048-4f63-817b-f9d00070853e-root {
    text-align: center;
  }


#s-3176e7eb-4048-4f63-817b-f9d00070853e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-7266b27c-45b0-4dbe-b33b-c159ba62d79f {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(0, 35, 60, 1);
}
@media (min-width: 1200px){#s-7266b27c-45b0-4dbe-b33b-c159ba62d79f {
  display: none;
}
#s-7266b27c-45b0-4dbe-b33b-c159ba62d79f, #wrap-s-7266b27c-45b0-4dbe-b33b-c159ba62d79f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7266b27c-45b0-4dbe-b33b-c159ba62d79f {
  display: none;
}
#s-7266b27c-45b0-4dbe-b33b-c159ba62d79f, #wrap-s-7266b27c-45b0-4dbe-b33b-c159ba62d79f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7266b27c-45b0-4dbe-b33b-c159ba62d79f {
  display: none;
}
#s-7266b27c-45b0-4dbe-b33b-c159ba62d79f, #wrap-s-7266b27c-45b0-4dbe-b33b-c159ba62d79f { display: none !important; }}







#s-7266b27c-45b0-4dbe-b33b-c159ba62d79f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7266b27c-45b0-4dbe-b33b-c159ba62d79f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dc239e6-4c75-4ba0-905b-17333c7a12fb {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1dc239e6-4c75-4ba0-905b-17333c7a12fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dc239e6-4c75-4ba0-905b-17333c7a12fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 {
  text-align: center;
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 {
  max-width:  100%;
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom,
.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 {
  max-width:  100%;
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom,
.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 {
  max-width:  100%;
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom,
.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 {
  max-width:  100%;
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom,
.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 {
  max-width:  100%;
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom,
.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  max-width: 175px !important;
  
}

.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d5618ba-6c02-4d9d-ad14-addc1adf2902 img.shogun-image {
  width: 100%;
}



}
#s-417c65fb-b7d1-45bb-a6f7-f84c542c3fa3 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(203, 170, 54, 1);
}








#s-417c65fb-b7d1-45bb-a6f7-f84c542c3fa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-417c65fb-b7d1-45bb-a6f7-f84c542c3fa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a30ea20-0187-452b-8148-593eb18e6e1d {
  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-9a30ea20-0187-452b-8148-593eb18e6e1d {
  
}
}@media (max-width: 767px){#s-9a30ea20-0187-452b-8148-593eb18e6e1d {
  
}
}







#s-9a30ea20-0187-452b-8148-593eb18e6e1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a30ea20-0187-452b-8148-593eb18e6e1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-554a0b53-4d1d-4ff2-a01a-50e9154acd9c {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-554a0b53-4d1d-4ff2-a01a-50e9154acd9c .shg-product-sold-out {
  display: none;
  color: rgba(0, 35, 60, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-554a0b53-4d1d-4ff2-a01a-50e9154acd9c .shg-product-price {
  color: rgba(0, 35, 60, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-554a0b53-4d1d-4ff2-a01a-50e9154acd9c .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-362b09a2-0a6c-46ed-8932-e431139675c4 {
  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-362b09a2-0a6c-46ed-8932-e431139675c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-362b09a2-0a6c-46ed-8932-e431139675c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7299fb96-3235-40ce-8c6b-054a533d5452 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-7299fb96-3235-40ce-8c6b-054a533d5452 {
  display: none;
}
#s-7299fb96-3235-40ce-8c6b-054a533d5452, #wrap-s-7299fb96-3235-40ce-8c6b-054a533d5452 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7299fb96-3235-40ce-8c6b-054a533d5452 {
  display: none;
}
#s-7299fb96-3235-40ce-8c6b-054a533d5452, #wrap-s-7299fb96-3235-40ce-8c6b-054a533d5452 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7299fb96-3235-40ce-8c6b-054a533d5452 {
  display: none;
}
#s-7299fb96-3235-40ce-8c6b-054a533d5452, #wrap-s-7299fb96-3235-40ce-8c6b-054a533d5452 { display: none !important; }}
#s-4d8c5be4-1a19-4f6b-afa6-ae208818c6ad {
  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-4d8c5be4-1a19-4f6b-afa6-ae208818c6ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d8c5be4-1a19-4f6b-afa6-ae208818c6ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3ba1c72-1dbf-408b-a1de-f72ca8766a47 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-d3ba1c72-1dbf-408b-a1de-f72ca8766a47 {
  display: none;
}
#s-d3ba1c72-1dbf-408b-a1de-f72ca8766a47, #wrap-s-d3ba1c72-1dbf-408b-a1de-f72ca8766a47 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3ba1c72-1dbf-408b-a1de-f72ca8766a47 {
  display: none;
}
#s-d3ba1c72-1dbf-408b-a1de-f72ca8766a47, #wrap-s-d3ba1c72-1dbf-408b-a1de-f72ca8766a47 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3ba1c72-1dbf-408b-a1de-f72ca8766a47 {
  display: none;
}
#s-d3ba1c72-1dbf-408b-a1de-f72ca8766a47, #wrap-s-d3ba1c72-1dbf-408b-a1de-f72ca8766a47 { display: none !important; }}
#s-df82013d-24b6-428e-99e9-4ca2a1ea55fe {
  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-df82013d-24b6-428e-99e9-4ca2a1ea55fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df82013d-24b6-428e-99e9-4ca2a1ea55fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e070b227-2a34-4282-a804-e70b7074438a {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-e070b227-2a34-4282-a804-e70b7074438a {
  display: none;
}
#s-e070b227-2a34-4282-a804-e70b7074438a, #wrap-s-e070b227-2a34-4282-a804-e70b7074438a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e070b227-2a34-4282-a804-e70b7074438a {
  display: none;
}
#s-e070b227-2a34-4282-a804-e70b7074438a, #wrap-s-e070b227-2a34-4282-a804-e70b7074438a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e070b227-2a34-4282-a804-e70b7074438a {
  display: none;
}
#s-e070b227-2a34-4282-a804-e70b7074438a, #wrap-s-e070b227-2a34-4282-a804-e70b7074438a { display: none !important; }}
#s-99cd6618-7d53-4d89-91c7-e9cdb633070c {
  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-99cd6618-7d53-4d89-91c7-e9cdb633070c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99cd6618-7d53-4d89-91c7-e9cdb633070c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fed08d84-eedf-4ea4-9758-e70fc8127ae1 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-fed08d84-eedf-4ea4-9758-e70fc8127ae1 {
  display: none;
}
#s-fed08d84-eedf-4ea4-9758-e70fc8127ae1, #wrap-s-fed08d84-eedf-4ea4-9758-e70fc8127ae1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fed08d84-eedf-4ea4-9758-e70fc8127ae1 {
  display: none;
}
#s-fed08d84-eedf-4ea4-9758-e70fc8127ae1, #wrap-s-fed08d84-eedf-4ea4-9758-e70fc8127ae1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fed08d84-eedf-4ea4-9758-e70fc8127ae1 {
  display: none;
}
#s-fed08d84-eedf-4ea4-9758-e70fc8127ae1, #wrap-s-fed08d84-eedf-4ea4-9758-e70fc8127ae1 { display: none !important; }}
#s-1b759dc3-21fd-40ba-8f62-dc093eb967e0 {
  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-1b759dc3-21fd-40ba-8f62-dc093eb967e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b759dc3-21fd-40ba-8f62-dc093eb967e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b1a629d-9b34-42cc-93fd-042218e4d4e0 {
  margin-bottom: -25px;
}
@media (min-width: 1200px){#s-6b1a629d-9b34-42cc-93fd-042218e4d4e0 {
  display: none;
}
#s-6b1a629d-9b34-42cc-93fd-042218e4d4e0, #wrap-s-6b1a629d-9b34-42cc-93fd-042218e4d4e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b1a629d-9b34-42cc-93fd-042218e4d4e0 {
  display: none;
}
#s-6b1a629d-9b34-42cc-93fd-042218e4d4e0, #wrap-s-6b1a629d-9b34-42cc-93fd-042218e4d4e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b1a629d-9b34-42cc-93fd-042218e4d4e0 {
  display: none;
}
#s-6b1a629d-9b34-42cc-93fd-042218e4d4e0, #wrap-s-6b1a629d-9b34-42cc-93fd-042218e4d4e0 { display: none !important; }}
#s-b86e5c55-01a6-4d09-bcea-1d39e9ef1c86 {
  padding-left: 15px;
padding-right: 15px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-b86e5c55-01a6-4d09-bcea-1d39e9ef1c86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b86e5c55-01a6-4d09-bcea-1d39e9ef1c86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c7e030c-a132-4b66-a74f-e28302f50cdb {
  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-2c7e030c-a132-4b66-a74f-e28302f50cdb:hover {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2c7e030c-a132-4b66-a74f-e28302f50cdb:active {background-color: rgba(204, 172, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2c7e030c-a132-4b66-a74f-e28302f50cdb-root {
    text-align: center;
  }


#s-2c7e030c-a132-4b66-a74f-e28302f50cdb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2c7e030c-a132-4b66-a74f-e28302f50cdb-root {
    text-align: center;
  }


#s-2c7e030c-a132-4b66-a74f-e28302f50cdb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c7e030c-a132-4b66-a74f-e28302f50cdb-root {
    text-align: center;
  }


#s-2c7e030c-a132-4b66-a74f-e28302f50cdb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c7e030c-a132-4b66-a74f-e28302f50cdb-root {
    text-align: center;
  }


#s-2c7e030c-a132-4b66-a74f-e28302f50cdb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2c7e030c-a132-4b66-a74f-e28302f50cdb-root {
    text-align: center;
  }


#s-2c7e030c-a132-4b66-a74f-e28302f50cdb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-206f4970-847a-41d3-95e0-19076f2a8788 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-206f4970-847a-41d3-95e0-19076f2a8788 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-206f4970-847a-41d3-95e0-19076f2a8788.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76e6462a-f8aa-4e0d-828f-85b7ad664a4b {
  min-height: 0px;
}

#s-03b5765c-d215-44f2-8bf4-36ccf20787d6 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 600px;
}

#s-412ea000-2090-4023-826b-f3c55e9e371c {
  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-412ea000-2090-4023-826b-f3c55e9e371c {
  max-width: 300px;
}
}
@media (min-width: 0px) {
[id="s-412ea000-2090-4023-826b-f3c55e9e371c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-412ea000-2090-4023-826b-f3c55e9e371c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-412ea000-2090-4023-826b-f3c55e9e371c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-412ea000-2090-4023-826b-f3c55e9e371c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-412ea000-2090-4023-826b-f3c55e9e371c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-412ea000-2090-4023-826b-f3c55e9e371c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-412ea000-2090-4023-826b-f3c55e9e371c"] > .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-4eb2e572-d93a-4436-9236-80098d3cd334 {
  text-align: center;
}







  #s-4eb2e572-d93a-4436-9236-80098d3cd334 img.shogun-image {
    

    
    
    
  }


#s-4eb2e572-d93a-4436-9236-80098d3cd334 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1dd6e4c-1254-49a8-9d28-1f2ab72c8db3 {
  margin-left: 25px;
}

@media (min-width: 0px) {
[id="s-d1dd6e4c-1254-49a8-9d28-1f2ab72c8db3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d1dd6e4c-1254-49a8-9d28-1f2ab72c8db3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1dd6e4c-1254-49a8-9d28-1f2ab72c8db3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1dd6e4c-1254-49a8-9d28-1f2ab72c8db3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-461956b8-9005-4e3b-9099-1a1d04ceec22 {
  margin-top: 5px;
}

#s-7bd50064-9c0e-45df-a38b-7cc9b63f6e5d {
  margin-left: auto;
max-width: 40px;
text-align: left;
}







  #s-7bd50064-9c0e-45df-a38b-7cc9b63f6e5d img.shogun-image {
    

    
    
    
  }


#s-7bd50064-9c0e-45df-a38b-7cc9b63f6e5d .shogun-image-content {
  
    align-items: center;
  
}

#s-0d8f7a83-a222-41c9-999a-b1dc4c34f33a {
  margin-top: -25px;
margin-left: 25px;
margin-right: 50px;
}

#s-6a351814-c612-4fad-a091-68afff8bd9a6 {
  margin-top: -20px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 50px;
}

#s-1d6cc710-93f6-424b-b5ec-f9bf9a71747d {
  margin-top: 25px;
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-1d6cc710-93f6-424b-b5ec-f9bf9a71747d {
  max-width: 300px;
}
}
@media (min-width: 0px) {
[id="s-1d6cc710-93f6-424b-b5ec-f9bf9a71747d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d6cc710-93f6-424b-b5ec-f9bf9a71747d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1d6cc710-93f6-424b-b5ec-f9bf9a71747d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d6cc710-93f6-424b-b5ec-f9bf9a71747d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1d6cc710-93f6-424b-b5ec-f9bf9a71747d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d6cc710-93f6-424b-b5ec-f9bf9a71747d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1d6cc710-93f6-424b-b5ec-f9bf9a71747d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-cb574798-87b3-4b45-9d05-9a995acc5c1a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
text-align: center;
}







  #s-cb574798-87b3-4b45-9d05-9a995acc5c1a img.shogun-image {
    

    
    
    
  }


#s-cb574798-87b3-4b45-9d05-9a995acc5c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-eef16f7f-276f-488f-a5ea-6f595eb3f55c {
  margin-left: 25px;
}

@media (min-width: 0px) {
[id="s-eef16f7f-276f-488f-a5ea-6f595eb3f55c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eef16f7f-276f-488f-a5ea-6f595eb3f55c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eef16f7f-276f-488f-a5ea-6f595eb3f55c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eef16f7f-276f-488f-a5ea-6f595eb3f55c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ecb31c25-c47e-433e-a31b-824184219a1b {
  margin-top: 5px;
}

#s-1edfe1eb-90c2-4053-bf15-e988b0521e0c {
  margin-left: auto;
max-width: 40px;
text-align: left;
}







  #s-1edfe1eb-90c2-4053-bf15-e988b0521e0c img.shogun-image {
    

    
    
    
  }


#s-1edfe1eb-90c2-4053-bf15-e988b0521e0c .shogun-image-content {
  
    align-items: center;
  
}

#s-19760590-cd55-4d31-bd68-334af19a0edb {
  margin-top: -25px;
margin-left: 25px;
margin-right: 50px;
}

#s-2622b593-aa69-45d5-ac02-4e716f36fd86 {
  margin-top: -20px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 50px;
}

#s-6586f53a-30dd-4f38-8ee6-4a16d6db7851 {
  min-height: 25px;
}

#s-a922ee60-e876-4c82-88e6-f5978bd461d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a922ee60-e876-4c82-88e6-f5978bd461d1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



/*
  $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}
