.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-df4c54ae-642a-41eb-a5a6-7e231fcf4afa {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
}

#s-df4c54ae-642a-41eb-a5a6-7e231fcf4afa {
  background-image: url(https://i.shgcdn.com/1ecc9b66-ef2e-4d71-a464-cdf01d7549b4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-df4c54ae-642a-41eb-a5a6-7e231fcf4afa > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-df4c54ae-642a-41eb-a5a6-7e231fcf4afa.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-c0bb56a2-4947-4860-ba6d-4df96bd2ab98 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 400px;
background-color: rgba(255, 255, 255, 0.92);
}

#s-065b4427-8784-4fa1-b88f-dcfa050d6f0b {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1400px;
}








#s-065b4427-8784-4fa1-b88f-dcfa050d6f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-065b4427-8784-4fa1-b88f-dcfa050d6f0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0578de67-ceb7-463c-b727-0a337b3ac63e {
  margin-top: 25px;
}

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

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

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

@media (min-width: 0px) {
[id="s-e7b173ce-f67d-4aae-bb63-01c754420638"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e7b173ce-f67d-4aae-bb63-01c754420638"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e7b173ce-f67d-4aae-bb63-01c754420638"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e7b173ce-f67d-4aae-bb63-01c754420638"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c381adc5-e26f-4cc2-bdc8-13ae5a1a2516 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-c381adc5-e26f-4cc2-bdc8-13ae5a1a2516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c381adc5-e26f-4cc2-bdc8-13ae5a1a2516.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-16fb78d1-bfca-4793-86b3-f08dcfe06f36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-16fb78d1-bfca-4793-86b3-f08dcfe06f36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-16fb78d1-bfca-4793-86b3-f08dcfe06f36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-16fb78d1-bfca-4793-86b3-f08dcfe06f36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.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-985cd5b9-196d-4e2c-be38-14fecb8238d1 {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(203, 170, 54, 1);
text-align: center;
opacity: 1;
}







  #s-985cd5b9-196d-4e2c-be38-14fecb8238d1 img.shogun-image {
    

    
    
    
  }


#s-985cd5b9-196d-4e2c-be38-14fecb8238d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-63170146-11e5-483b-8630-6e29d2dc6695 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-63170146-11e5-483b-8630-6e29d2dc6695 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63170146-11e5-483b-8630-6e29d2dc6695.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f358c8d4-7c13-4252-b91d-630c3d5da3c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f358c8d4-7c13-4252-b91d-630c3d5da3c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f358c8d4-7c13-4252-b91d-630c3d5da3c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f358c8d4-7c13-4252-b91d-630c3d5da3c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c7acd9de-abb5-4c08-9ac7-24cec9f23212 {
  text-align: center;
opacity: 1;
}







  #s-c7acd9de-abb5-4c08-9ac7-24cec9f23212 img.shogun-image {
    

    
    
    
  }


#s-c7acd9de-abb5-4c08-9ac7-24cec9f23212 .shogun-image-content {
  
    align-items: center;
  
}

#s-78392d4f-6853-4b3a-8a65-f07f8fbfc494 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-78392d4f-6853-4b3a-8a65-f07f8fbfc494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78392d4f-6853-4b3a-8a65-f07f8fbfc494.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-219fc826-5786-4313-887d-7d949e15eed8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-219fc826-5786-4313-887d-7d949e15eed8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-219fc826-5786-4313-887d-7d949e15eed8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-219fc826-5786-4313-887d-7d949e15eed8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-50b0447f-0c52-4549-83dc-53f94ef5624e {
  text-align: center;
}







  #s-50b0447f-0c52-4549-83dc-53f94ef5624e img.shogun-image {
    

    
    
    
  }


#s-50b0447f-0c52-4549-83dc-53f94ef5624e .shogun-image-content {
  
    align-items: center;
  
}

#s-3f47831e-d0cb-4f60-a96f-8555d6a71b2f {
  min-height: 25px;
text-align: left;
}

@media (min-width: 0px) {
[id="s-a8c35555-1c37-4527-8b61-f8ef37032068"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a8c35555-1c37-4527-8b61-f8ef37032068"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a8c35555-1c37-4527-8b61-f8ef37032068"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a8c35555-1c37-4527-8b61-f8ef37032068"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7898a79e-8a89-4f49-87c4-b25356b7b6b3 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-7898a79e-8a89-4f49-87c4-b25356b7b6b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7898a79e-8a89-4f49-87c4-b25356b7b6b3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-271c754c-ff28-4f84-bea7-97c716c95386"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-271c754c-ff28-4f84-bea7-97c716c95386"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-271c754c-ff28-4f84-bea7-97c716c95386"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-271c754c-ff28-4f84-bea7-97c716c95386"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a759958b-db48-4a5f-b1ca-9c70b95eccf3 {
  text-align: center;
opacity: 1;
}







  #s-a759958b-db48-4a5f-b1ca-9c70b95eccf3 img.shogun-image {
    

    
    
    
  }


#s-a759958b-db48-4a5f-b1ca-9c70b95eccf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0368602-fafc-48a3-b652-cd1a4143042c {
  margin-bottom: 25px;
min-height: 50px;
}








#s-d0368602-fafc-48a3-b652-cd1a4143042c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0368602-fafc-48a3-b652-cd1a4143042c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-011a952c-897b-4fe2-b201-f06f50d55714"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-011a952c-897b-4fe2-b201-f06f50d55714"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-011a952c-897b-4fe2-b201-f06f50d55714"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-011a952c-897b-4fe2-b201-f06f50d55714"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-de2a472a-109d-4d0c-b726-4fbfadf86241 {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(203, 170, 54, 1);
text-align: center;
opacity: 1;
}







  #s-de2a472a-109d-4d0c-b726-4fbfadf86241 img.shogun-image {
    

    
    
    
  }


#s-de2a472a-109d-4d0c-b726-4fbfadf86241 .shogun-image-content {
  
    align-items: center;
  
}

#s-42085fb9-466c-4521-a063-e0431c60f45c {
  margin-bottom: 25px;
min-height: 50px;
}








#s-42085fb9-466c-4521-a063-e0431c60f45c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42085fb9-466c-4521-a063-e0431c60f45c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-2eb256cd-6fa7-497a-a899-d3eb224dd783"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2eb256cd-6fa7-497a-a899-d3eb224dd783"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2eb256cd-6fa7-497a-a899-d3eb224dd783"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eb256cd-6fa7-497a-a899-d3eb224dd783"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1973a5b4-0ea7-47c5-9762-183998f9010d {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(203, 170, 54, 1);
text-align: center;
opacity: 1;
}







  #s-1973a5b4-0ea7-47c5-9762-183998f9010d img.shogun-image {
    

    
    
    
  }


#s-1973a5b4-0ea7-47c5-9762-183998f9010d .shogun-image-content {
  
    align-items: center;
  
}

#s-4c8e8e90-4c7e-4eab-8587-ffddf5ad3d93 {
  min-height: 25px;
text-align: left;
}

@media (min-width: 0px) {
[id="s-b33c54f8-349d-457c-aded-a210f1a2438e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b33c54f8-349d-457c-aded-a210f1a2438e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b33c54f8-349d-457c-aded-a210f1a2438e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b33c54f8-349d-457c-aded-a210f1a2438e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bb96cf5f-c664-4d05-aef4-7a1d88dda3e4 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-bb96cf5f-c664-4d05-aef4-7a1d88dda3e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb96cf5f-c664-4d05-aef4-7a1d88dda3e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5fde7179-3075-485e-b182-2bdbd571f7e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5fde7179-3075-485e-b182-2bdbd571f7e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5fde7179-3075-485e-b182-2bdbd571f7e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fde7179-3075-485e-b182-2bdbd571f7e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-85468250-b2e5-4798-b7bc-0df31442f334 {
  text-align: center;
}







  #s-85468250-b2e5-4798-b7bc-0df31442f334 img.shogun-image {
    

    
    
    
  }


#s-85468250-b2e5-4798-b7bc-0df31442f334 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdadd8e0-5efd-4d8a-9c76-44f80f51ce58 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-fdadd8e0-5efd-4d8a-9c76-44f80f51ce58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdadd8e0-5efd-4d8a-9c76-44f80f51ce58.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-3be817e8-fbba-4922-9288-2b7b5cf1ef6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3be817e8-fbba-4922-9288-2b7b5cf1ef6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3be817e8-fbba-4922-9288-2b7b5cf1ef6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3be817e8-fbba-4922-9288-2b7b5cf1ef6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e5204166-c111-4c14-b947-8821f65a4d59 {
  text-align: center;
}







  #s-e5204166-c111-4c14-b947-8821f65a4d59 img.shogun-image {
    

    
    
    
  }


#s-e5204166-c111-4c14-b947-8821f65a4d59 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ac67bec-28bd-4e15-b9d7-eaad4320afd6 {
  min-height: 25px;
text-align: left;
}

@media (min-width: 0px) {
[id="s-16ac7188-bca4-4163-b4e7-36762b287692"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-16ac7188-bca4-4163-b4e7-36762b287692"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-16ac7188-bca4-4163-b4e7-36762b287692"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-16ac7188-bca4-4163-b4e7-36762b287692"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a11ae151-2b9c-480a-b488-84913de937d8 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-a11ae151-2b9c-480a-b488-84913de937d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a11ae151-2b9c-480a-b488-84913de937d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f1bae985-6d0c-4c85-aa7b-11e9991106c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f1bae985-6d0c-4c85-aa7b-11e9991106c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f1bae985-6d0c-4c85-aa7b-11e9991106c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1bae985-6d0c-4c85-aa7b-11e9991106c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-26e6d05d-6497-441d-9540-0550bae13574 {
  border-style: solid;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(203, 170, 54, 1);
text-align: center;
opacity: 1;
}







  #s-26e6d05d-6497-441d-9540-0550bae13574 img.shogun-image {
    

    
    
    
  }


#s-26e6d05d-6497-441d-9540-0550bae13574 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6aa2f7d-2d02-48e8-baf3-4054b3b29960 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-e6aa2f7d-2d02-48e8-baf3-4054b3b29960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6aa2f7d-2d02-48e8-baf3-4054b3b29960.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-a802235e-1ef8-4510-a485-9d5a66f09ef5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a802235e-1ef8-4510-a485-9d5a66f09ef5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a802235e-1ef8-4510-a485-9d5a66f09ef5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a802235e-1ef8-4510-a485-9d5a66f09ef5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fb58d1a7-569c-4371-a81e-894ab8222feb {
  text-align: center;
opacity: 1;
}







  #s-fb58d1a7-569c-4371-a81e-894ab8222feb img.shogun-image {
    

    
    
    
  }


#s-fb58d1a7-569c-4371-a81e-894ab8222feb .shogun-image-content {
  
    align-items: center;
  
}

#s-216be1bc-5834-46bd-bac4-056ad490eec1 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-216be1bc-5834-46bd-bac4-056ad490eec1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-216be1bc-5834-46bd-bac4-056ad490eec1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-43847bb8-926e-4573-9b5e-72c4240235a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-43847bb8-926e-4573-9b5e-72c4240235a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-43847bb8-926e-4573-9b5e-72c4240235a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-43847bb8-926e-4573-9b5e-72c4240235a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-84644e3b-f31a-446f-89f9-36fb60f2b0a2 {
  text-align: center;
}







  #s-84644e3b-f31a-446f-89f9-36fb60f2b0a2 img.shogun-image {
    

    
    
    
  }


#s-84644e3b-f31a-446f-89f9-36fb60f2b0a2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0c62d4db-b018-446d-89ed-53bc3633d530"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c62d4db-b018-446d-89ed-53bc3633d530"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0c62d4db-b018-446d-89ed-53bc3633d530"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0c62d4db-b018-446d-89ed-53bc3633d530"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9c7f336d-30cc-4226-be0b-d3b3b13a77a3 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-9c7f336d-30cc-4226-be0b-d3b3b13a77a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c7f336d-30cc-4226-be0b-d3b3b13a77a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5c616157-fbff-471f-8e33-661641669c6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5c616157-fbff-471f-8e33-661641669c6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5c616157-fbff-471f-8e33-661641669c6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c616157-fbff-471f-8e33-661641669c6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e100255c-784e-4a53-a803-4bf184e417a4 {
  text-align: center;
opacity: 1;
}







  #s-e100255c-784e-4a53-a803-4bf184e417a4 img.shogun-image {
    

    
    
    
  }


#s-e100255c-784e-4a53-a803-4bf184e417a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-04a8abea-e524-484b-860c-9d58a6457619 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-04a8abea-e524-484b-860c-9d58a6457619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04a8abea-e524-484b-860c-9d58a6457619.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-78c79771-6197-46b7-abf0-92dc67b8be2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-78c79771-6197-46b7-abf0-92dc67b8be2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-78c79771-6197-46b7-abf0-92dc67b8be2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-78c79771-6197-46b7-abf0-92dc67b8be2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-49f43a3b-092b-420e-8706-fde9df3fe1ec {
  text-align: center;
}







  #s-49f43a3b-092b-420e-8706-fde9df3fe1ec img.shogun-image {
    

    
    
    
  }


#s-49f43a3b-092b-420e-8706-fde9df3fe1ec .shogun-image-content {
  
    align-items: center;
  
}

#s-ab2db89b-8dce-442a-ade6-d90850d30de0 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-ab2db89b-8dce-442a-ade6-d90850d30de0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab2db89b-8dce-442a-ade6-d90850d30de0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-691f0a1d-a881-49d6-82ea-cf899f471cbf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-691f0a1d-a881-49d6-82ea-cf899f471cbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-691f0a1d-a881-49d6-82ea-cf899f471cbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-691f0a1d-a881-49d6-82ea-cf899f471cbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ce1005ff-2b29-4f06-aba2-3f9cfc287491 {
  text-align: center;
}







  #s-ce1005ff-2b29-4f06-aba2-3f9cfc287491 img.shogun-image {
    

    
    
    
  }


#s-ce1005ff-2b29-4f06-aba2-3f9cfc287491 .shogun-image-content {
  
    align-items: center;
  
}

#s-9465df1c-ac59-4f33-b544-ade1d9e37e63 {
  min-height: 25px;
text-align: left;
}

@media (min-width: 0px) {
[id="s-41ad0f76-46a5-4154-8925-4cc36c5ed7b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-41ad0f76-46a5-4154-8925-4cc36c5ed7b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-41ad0f76-46a5-4154-8925-4cc36c5ed7b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-41ad0f76-46a5-4154-8925-4cc36c5ed7b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-16daa414-2703-4a7e-b535-719c5898bccb {
  margin-bottom: 25px;
min-height: 50px;
}








#s-16daa414-2703-4a7e-b535-719c5898bccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16daa414-2703-4a7e-b535-719c5898bccb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-3f13a283-aa11-4ef8-8ce1-432a0abbefc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3f13a283-aa11-4ef8-8ce1-432a0abbefc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3f13a283-aa11-4ef8-8ce1-432a0abbefc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f13a283-aa11-4ef8-8ce1-432a0abbefc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-14ba563f-920a-4a9f-9132-249de8136fe2 {
  text-align: center;
}







  #s-14ba563f-920a-4a9f-9132-249de8136fe2 img.shogun-image {
    

    
    
    
  }


#s-14ba563f-920a-4a9f-9132-249de8136fe2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5385f5c-1aa2-47a6-a456-08c21627d57b {
  margin-bottom: 25px;
min-height: 50px;
}








#s-e5385f5c-1aa2-47a6-a456-08c21627d57b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5385f5c-1aa2-47a6-a456-08c21627d57b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5ecc0733-8729-4545-9e20-8426257ec165"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5ecc0733-8729-4545-9e20-8426257ec165"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5ecc0733-8729-4545-9e20-8426257ec165"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ecc0733-8729-4545-9e20-8426257ec165"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fdae1c00-c2ee-4332-a483-0d30ebc3f8f4 {
  text-align: center;
opacity: 1;
}







  #s-fdae1c00-c2ee-4332-a483-0d30ebc3f8f4 img.shogun-image {
    

    
    
    
  }


#s-fdae1c00-c2ee-4332-a483-0d30ebc3f8f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-aba27a4d-05c5-4eed-9b02-3385820a9224 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-aba27a4d-05c5-4eed-9b02-3385820a9224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aba27a4d-05c5-4eed-9b02-3385820a9224.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f4de87c5-adac-4706-b49d-5a5b3f84e040"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f4de87c5-adac-4706-b49d-5a5b3f84e040"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f4de87c5-adac-4706-b49d-5a5b3f84e040"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4de87c5-adac-4706-b49d-5a5b3f84e040"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0149d240-23a6-4cf8-ac96-37ceb673c52c {
  text-align: center;
opacity: 1;
}







  #s-0149d240-23a6-4cf8-ac96-37ceb673c52c img.shogun-image {
    

    
    
    
  }


#s-0149d240-23a6-4cf8-ac96-37ceb673c52c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fc4ba10d-07bd-483f-ae3b-487284962de5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fc4ba10d-07bd-483f-ae3b-487284962de5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fc4ba10d-07bd-483f-ae3b-487284962de5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fc4ba10d-07bd-483f-ae3b-487284962de5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-ea6a7cd6-17fa-447c-8212-0c629a235a5a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a {
  max-width:  100%;
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom,
.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a {
  max-width:  100%;
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom,
.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a {
  max-width:  100%;
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom,
.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a {
  max-width:  100%;
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom,
.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a {
  max-width:  100%;
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom,
.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea6a7cd6-17fa-447c-8212-0c629a235a5a img.shogun-image {
  width: 100%;
}



}
#s-e1073d85-a103-4fef-9cc2-81f1de300173 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-e1073d85-a103-4fef-9cc2-81f1de300173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1073d85-a103-4fef-9cc2-81f1de300173.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a5cc8411-f6c0-4c7f-9fda-322abc3f2fe1 {
  margin-bottom: 25px;
min-height: 50px;
}








#s-a5cc8411-f6c0-4c7f-9fda-322abc3f2fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5cc8411-f6c0-4c7f-9fda-322abc3f2fe1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-04f18c85-a326-4140-b787-8f423ce77eae {
  text-align: center;
}







  #s-04f18c85-a326-4140-b787-8f423ce77eae img.shogun-image {
    

    
    
    
  }


#s-04f18c85-a326-4140-b787-8f423ce77eae .shogun-image-content {
  
    align-items: 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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}