.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-b7f06f5f-e500-4b42-a090-f8f9f440b817 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-b7f06f5f-e500-4b42-a090-f8f9f440b817 {
  display: none;
}
#s-b7f06f5f-e500-4b42-a090-f8f9f440b817, #wrap-s-b7f06f5f-e500-4b42-a090-f8f9f440b817 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7f06f5f-e500-4b42-a090-f8f9f440b817 {
  display: none;
}
#s-b7f06f5f-e500-4b42-a090-f8f9f440b817, #wrap-s-b7f06f5f-e500-4b42-a090-f8f9f440b817 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7f06f5f-e500-4b42-a090-f8f9f440b817 {
  display: none;
}
#s-b7f06f5f-e500-4b42-a090-f8f9f440b817, #wrap-s-b7f06f5f-e500-4b42-a090-f8f9f440b817 { display: none !important; }}@media (max-width: 767px){#s-b7f06f5f-e500-4b42-a090-f8f9f440b817 {
  
}
}
@media (min-width: 0px) {
[id="s-b7f06f5f-e500-4b42-a090-f8f9f440b817"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7f06f5f-e500-4b42-a090-f8f9f440b817"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7f06f5f-e500-4b42-a090-f8f9f440b817"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7f06f5f-e500-4b42-a090-f8f9f440b817"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-d826043d-5dab-4b3e-bf9f-87ff5c90910e {
  min-height: 50px;
}








#s-d826043d-5dab-4b3e-bf9f-87ff5c90910e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d826043d-5dab-4b3e-bf9f-87ff5c90910e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71d430ee-255d-4440-9a9a-cac1911e857d {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-71d430ee-255d-4440-9a9a-cac1911e857d {
  display: none;
}
#s-71d430ee-255d-4440-9a9a-cac1911e857d, #wrap-s-71d430ee-255d-4440-9a9a-cac1911e857d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71d430ee-255d-4440-9a9a-cac1911e857d {
  display: none;
}
#s-71d430ee-255d-4440-9a9a-cac1911e857d, #wrap-s-71d430ee-255d-4440-9a9a-cac1911e857d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71d430ee-255d-4440-9a9a-cac1911e857d {
  display: none;
}
#s-71d430ee-255d-4440-9a9a-cac1911e857d, #wrap-s-71d430ee-255d-4440-9a9a-cac1911e857d { display: none !important; }}@media (max-width: 767px){#s-71d430ee-255d-4440-9a9a-cac1911e857d {
  display: none;
}
#s-71d430ee-255d-4440-9a9a-cac1911e857d, #wrap-s-71d430ee-255d-4440-9a9a-cac1911e857d { display: none !important; }}
@media (min-width: 0px) {
[id="s-71d430ee-255d-4440-9a9a-cac1911e857d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71d430ee-255d-4440-9a9a-cac1911e857d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71d430ee-255d-4440-9a9a-cac1911e857d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71d430ee-255d-4440-9a9a-cac1911e857d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ef1a1533-2567-408a-924e-32bd5c878dde {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-ef1a1533-2567-408a-924e-32bd5c878dde {
  display: none;
}
#s-ef1a1533-2567-408a-924e-32bd5c878dde, #wrap-s-ef1a1533-2567-408a-924e-32bd5c878dde { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef1a1533-2567-408a-924e-32bd5c878dde {
  display: none;
}
#s-ef1a1533-2567-408a-924e-32bd5c878dde, #wrap-s-ef1a1533-2567-408a-924e-32bd5c878dde { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef1a1533-2567-408a-924e-32bd5c878dde {
  display: none;
}
#s-ef1a1533-2567-408a-924e-32bd5c878dde, #wrap-s-ef1a1533-2567-408a-924e-32bd5c878dde { display: none !important; }}@media (max-width: 767px){#s-ef1a1533-2567-408a-924e-32bd5c878dde {
  display: none;
}
#s-ef1a1533-2567-408a-924e-32bd5c878dde, #wrap-s-ef1a1533-2567-408a-924e-32bd5c878dde { display: none !important; }}
#s-ef1a1533-2567-408a-924e-32bd5c878dde {
  background-image: url(https://i.shgcdn.com/8d2a3a14-1e6d-4136-a6ad-d1b0f36908d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ef1a1533-2567-408a-924e-32bd5c878dde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef1a1533-2567-408a-924e-32bd5c878dde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c955d6a-8066-4c52-bce2-763cdfdfd78b {
  min-height: 50px;
}








#s-4c955d6a-8066-4c52-bce2-763cdfdfd78b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c955d6a-8066-4c52-bce2-763cdfdfd78b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d22291ae-5677-4f02-aeb8-35ff204aab76 {
  margin-left: 0%;
margin-right: 0%;
min-height: 500px;
background-color: rgba(31, 28, 28, 1);
}








#s-d22291ae-5677-4f02-aeb8-35ff204aab76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d22291ae-5677-4f02-aeb8-35ff204aab76.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-f685ed68-8f66-445d-bdd3-f8f60ba5a640 {
  min-height: 50px;
}








#s-f685ed68-8f66-445d-bdd3-f8f60ba5a640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f685ed68-8f66-445d-bdd3-f8f60ba5a640.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}

#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 {
  background-image: url(https://i.shgcdn.com/1a678e51-c96a-46ae-8d2b-5d94cb6fc82c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 {
  background-image: url(https://i.shgcdn.com/1a678e51-c96a-46ae-8d2b-5d94cb6fc82c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 {
  background-image: url(https://i.shgcdn.com/1a678e51-c96a-46ae-8d2b-5d94cb6fc82c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 {
  background-image: url(https://i.shgcdn.com/1a678e51-c96a-46ae-8d2b-5d94cb6fc82c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 {
  background-image: url(https://i.shgcdn.com/1a678e51-c96a-46ae-8d2b-5d94cb6fc82c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 {
  background-image: url(https://i.shgcdn.com/1a678e51-c96a-46ae-8d2b-5d94cb6fc82c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 {
  background-image: url(https://i.shgcdn.com/1a678e51-c96a-46ae-8d2b-5d94cb6fc82c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 {
  background-image: url(https://i.shgcdn.com/1a678e51-c96a-46ae-8d2b-5d94cb6fc82c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 {
  background-image: url(https://i.shgcdn.com/1a678e51-c96a-46ae-8d2b-5d94cb6fc82c/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-8abc1e34-114f-4746-8f6d-ee87b0b14414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8abc1e34-114f-4746-8f6d-ee87b0b14414.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b11a0db2-8b59-4533-acc7-bf1f871cc2ad {
  margin-top: 27px;
margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-b11a0db2-8b59-4533-acc7-bf1f871cc2ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b11a0db2-8b59-4533-acc7-bf1f871cc2ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b11a0db2-8b59-4533-acc7-bf1f871cc2ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b11a0db2-8b59-4533-acc7-bf1f871cc2ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b11a0db2-8b59-4533-acc7-bf1f871cc2ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b11a0db2-8b59-4533-acc7-bf1f871cc2ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b11a0db2-8b59-4533-acc7-bf1f871cc2ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
  max-width: 1298px;
aspect-ratio: 1298/1080;
text-align: center;
}





  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image,
  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
    width: 100%;
    height: auto;
  }

  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image {
    
    
  }


.s-64a317d1-7227-48ff-8b12-e5ed487d0839 .shogun-image-content {
  
    align-items: center;
  
}

.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
      --shg-aspect-ratio: calc(1298/1080); 
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container {
      position: relative;
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image,
  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
    width: 100%;
    height: auto;
  }

  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image {
    
    
  }


.s-64a317d1-7227-48ff-8b12-e5ed487d0839 .shogun-image-content {
  
    align-items: center;
  
}

.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
      --shg-aspect-ratio: calc(1298/1080); 
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container {
      position: relative;
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image,
  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
    width: 100%;
    height: auto;
  }

  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image {
    
    
  }


.s-64a317d1-7227-48ff-8b12-e5ed487d0839 .shogun-image-content {
  
    align-items: center;
  
}

.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
      --shg-aspect-ratio: calc(1298/1080); 
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container {
      position: relative;
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image,
  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
    width: 100%;
    height: auto;
  }

  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image {
    
    
  }


.s-64a317d1-7227-48ff-8b12-e5ed487d0839 .shogun-image-content {
  
    align-items: center;
  
}

.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
      --shg-aspect-ratio: calc(1298/1080); 
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container {
      position: relative;
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image,
  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
    width: 100%;
    height: auto;
  }

  #s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image {
    
    
  }


.s-64a317d1-7227-48ff-8b12-e5ed487d0839 .shogun-image-content {
  
    align-items: center;
  
}

.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64a317d1-7227-48ff-8b12-e5ed487d0839 {
      --shg-aspect-ratio: calc(1298/1080); 
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container {
      position: relative;
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a317d1-7227-48ff-8b12-e5ed487d0839 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-e5cfc5ad-e2e8-4c62-9368-87a49d4b7dbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5cfc5ad-e2e8-4c62-9368-87a49d4b7dbf .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 4px;
  
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-923e4dc6-48a6-4fb3-b385-ba7bbb085ae3 .shogun-countdown span, #s-923e4dc6-48a6-4fb3-b385-ba7bbb085ae3 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-37976f5e-b613-4415-812c-042362792699 {
  background-size: cover;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 1%;
padding-right: 5%;
background-color: rgba(206, 206, 206, 0.21);
background-position: center center;
}
@media (max-width: 767px){#s-37976f5e-b613-4415-812c-042362792699 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-37976f5e-b613-4415-812c-042362792699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-37976f5e-b613-4415-812c-042362792699.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b41944e-0888-436f-bd0c-4e8dfa0d01c5 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-6b41944e-0888-436f-bd0c-4e8dfa0d01c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b41944e-0888-436f-bd0c-4e8dfa0d01c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba3edfef-8dce-4354-8953-9cf1b54525b2 {
  margin-left: 6%;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-ba3edfef-8dce-4354-8953-9cf1b54525b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba3edfef-8dce-4354-8953-9cf1b54525b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ba3edfef-8dce-4354-8953-9cf1b54525b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba3edfef-8dce-4354-8953-9cf1b54525b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-05522baa-22f4-43dc-97af-fa5bab60525e {
  min-height: 50px;
}








#s-05522baa-22f4-43dc-97af-fa5bab60525e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05522baa-22f4-43dc-97af-fa5bab60525e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-62e0c756-bfc7-476e-ab19-24ffd9d11cb7 {
  max-width: 1700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-62e0c756-bfc7-476e-ab19-24ffd9d11cb7 img.shogun-image,
  #s-62e0c756-bfc7-476e-ab19-24ffd9d11cb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62e0c756-bfc7-476e-ab19-24ffd9d11cb7 {
    width: 100%;
    height: auto;
  }



  #s-62e0c756-bfc7-476e-ab19-24ffd9d11cb7 img.shogun-image {
    

    
    
    
  }


#s-62e0c756-bfc7-476e-ab19-24ffd9d11cb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-344dd8e3-56f1-4d19-b86b-539115087faf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-344dd8e3-56f1-4d19-b86b-539115087faf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-41b56696-4778-4915-bf8e-e5fa23d3def8 {
  max-width: 1700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-41b56696-4778-4915-bf8e-e5fa23d3def8 img.shogun-image,
  #s-41b56696-4778-4915-bf8e-e5fa23d3def8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-41b56696-4778-4915-bf8e-e5fa23d3def8 {
    width: 100%;
    height: auto;
  }



  #s-41b56696-4778-4915-bf8e-e5fa23d3def8 img.shogun-image {
    

    
    
    
  }


#s-41b56696-4778-4915-bf8e-e5fa23d3def8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ff08549-f92c-47b6-aa1f-6c846436dca4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ff08549-f92c-47b6-aa1f-6c846436dca4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-6facf527-a02e-4efe-9873-adb71b2f5775 {
  min-height: 50px;
background-color: rgba(240, 231, 232, 1);
}








#s-6facf527-a02e-4efe-9873-adb71b2f5775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6facf527-a02e-4efe-9873-adb71b2f5775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b8cb23a4-3875-4f3a-ac0f-4bb228d750cc {
  margin-top: 1%;
margin-left: 3%;
margin-bottom: 1%;
margin-right: 3%;
}

.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-e11649cf-291d-4066-a279-6846baaecfea {
  margin-left: 6%;
margin-right: 6%;
text-align: left;
}



.shg-c#s-e11649cf-291d-4066-a279-6846baaecfea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e11649cf-291d-4066-a279-6846baaecfea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e11649cf-291d-4066-a279-6846baaecfea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e11649cf-291d-4066-a279-6846baaecfea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e11649cf-291d-4066-a279-6846baaecfea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e11649cf-291d-4066-a279-6846baaecfea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e11649cf-291d-4066-a279-6846baaecfea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e11649cf-291d-4066-a279-6846baaecfea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e11649cf-291d-4066-a279-6846baaecfea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e11649cf-291d-4066-a279-6846baaecfea img.shogun-image {
  width: 100%;
}



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

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

#s-ce88153d-8f77-40eb-919e-268e428e2dd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce88153d-8f77-40eb-919e-268e428e2dd3 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b {
  margin-left: 6%;
margin-right: 6%;
text-align: left;
}



.shg-c#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-64c51753-2bf5-497f-8cea-e2b7914b1f6b img.shogun-image {
  width: 100%;
}



}
#s-f1a9fb33-6f20-4edf-a94b-90e71b30a130 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1a9fb33-6f20-4edf-a94b-90e71b30a130 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a {
  margin-left: 6%;
margin-right: 6%;
text-align: left;
}



.shg-c#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c3486c-a52a-4c67-bf01-eabcaa4a185a img.shogun-image {
  width: 100%;
}



}
#s-53bb0960-ce50-4437-83bd-c0be37f35171 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53bb0960-ce50-4437-83bd-c0be37f35171 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e {
  margin-left: 6%;
margin-right: 6%;
text-align: left;
}



.shg-c#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fca7ff5-beaa-4b63-88ee-46f249a00a0e img.shogun-image {
  width: 100%;
}



}
#s-582a0170-393d-4177-b47f-0e33449be1d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-582a0170-393d-4177-b47f-0e33449be1d2 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d048333b-f2f6-4e18-9a45-9c522067d9dd {
  margin-left: 6%;
margin-right: 6%;
text-align: left;
}



.shg-c#s-d048333b-f2f6-4e18-9a45-9c522067d9dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d048333b-f2f6-4e18-9a45-9c522067d9dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d048333b-f2f6-4e18-9a45-9c522067d9dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d048333b-f2f6-4e18-9a45-9c522067d9dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d048333b-f2f6-4e18-9a45-9c522067d9dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d048333b-f2f6-4e18-9a45-9c522067d9dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d048333b-f2f6-4e18-9a45-9c522067d9dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d048333b-f2f6-4e18-9a45-9c522067d9dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d048333b-f2f6-4e18-9a45-9c522067d9dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d048333b-f2f6-4e18-9a45-9c522067d9dd img.shogun-image {
  width: 100%;
}



}
#s-efea8c0b-0dfd-4e4f-b765-db697ffa4163 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efea8c0b-0dfd-4e4f-b765-db697ffa4163 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a200be84-cecc-4583-86a1-3ce6475c982d {
  margin-left: 6%;
margin-right: 6%;
text-align: left;
}



.shg-c#s-a200be84-cecc-4583-86a1-3ce6475c982d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a200be84-cecc-4583-86a1-3ce6475c982d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a200be84-cecc-4583-86a1-3ce6475c982d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a200be84-cecc-4583-86a1-3ce6475c982d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a200be84-cecc-4583-86a1-3ce6475c982d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a200be84-cecc-4583-86a1-3ce6475c982d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a200be84-cecc-4583-86a1-3ce6475c982d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a200be84-cecc-4583-86a1-3ce6475c982d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a200be84-cecc-4583-86a1-3ce6475c982d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a200be84-cecc-4583-86a1-3ce6475c982d img.shogun-image {
  width: 100%;
}



}
#s-bac1f84e-aec7-4773-b3a2-9934a7f008ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bac1f84e-aec7-4773-b3a2-9934a7f008ab .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-876d9b11-d92f-40c0-8e33-a401a5f64751 {
  margin-left: 6%;
margin-right: 6%;
text-align: left;
}



.shg-c#s-876d9b11-d92f-40c0-8e33-a401a5f64751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-876d9b11-d92f-40c0-8e33-a401a5f64751 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-876d9b11-d92f-40c0-8e33-a401a5f64751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-876d9b11-d92f-40c0-8e33-a401a5f64751 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-876d9b11-d92f-40c0-8e33-a401a5f64751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-876d9b11-d92f-40c0-8e33-a401a5f64751 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-876d9b11-d92f-40c0-8e33-a401a5f64751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-876d9b11-d92f-40c0-8e33-a401a5f64751 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-876d9b11-d92f-40c0-8e33-a401a5f64751 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-876d9b11-d92f-40c0-8e33-a401a5f64751 img.shogun-image {
  width: 100%;
}



}
#s-1cdf16e1-5214-4a0d-baa2-4e87ff96be2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cdf16e1-5214-4a0d-baa2-4e87ff96be2c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 {
  margin-left: 6%;
margin-right: 6%;
text-align: left;
}



.shg-c#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fc2fb64-9f13-4f9e-b3d7-a344dd092380 img.shogun-image {
  width: 100%;
}



}
#s-7aa44db4-59c3-452c-97dd-57af943ff2cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7aa44db4-59c3-452c-97dd-57af943ff2cb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e2ccfe1d-3461-4b32-be08-a94f0fd8cb0b {
  min-height: 50px;
background-color: rgba(240, 231, 232, 1);
}








#s-e2ccfe1d-3461-4b32-be08-a94f0fd8cb0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2ccfe1d-3461-4b32-be08-a94f0fd8cb0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65537a56-a60a-4a3e-a7dc-54169dec3b05 {
  margin-top: 1%;
margin-left: 3%;
margin-bottom: 1%;
margin-right: 3%;
}

#s-0a462261-cea4-4df0-ac54-47509429b4a8 {
  text-align: left;
}



.shg-c#s-0a462261-cea4-4df0-ac54-47509429b4a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a462261-cea4-4df0-ac54-47509429b4a8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0a462261-cea4-4df0-ac54-47509429b4a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a462261-cea4-4df0-ac54-47509429b4a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a462261-cea4-4df0-ac54-47509429b4a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a462261-cea4-4df0-ac54-47509429b4a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a462261-cea4-4df0-ac54-47509429b4a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a462261-cea4-4df0-ac54-47509429b4a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0a462261-cea4-4df0-ac54-47509429b4a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a462261-cea4-4df0-ac54-47509429b4a8 img.shogun-image {
  width: 100%;
}



}
#s-b4a2098b-a493-4b43-8e74-3b4646ce3f79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4a2098b-a493-4b43-8e74-3b4646ce3f79 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-43be7fb8-6a3d-43da-8163-b9667b8172ac {
  text-align: left;
}



.shg-c#s-43be7fb8-6a3d-43da-8163-b9667b8172ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43be7fb8-6a3d-43da-8163-b9667b8172ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-43be7fb8-6a3d-43da-8163-b9667b8172ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43be7fb8-6a3d-43da-8163-b9667b8172ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43be7fb8-6a3d-43da-8163-b9667b8172ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43be7fb8-6a3d-43da-8163-b9667b8172ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43be7fb8-6a3d-43da-8163-b9667b8172ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43be7fb8-6a3d-43da-8163-b9667b8172ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-43be7fb8-6a3d-43da-8163-b9667b8172ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43be7fb8-6a3d-43da-8163-b9667b8172ac img.shogun-image {
  width: 100%;
}



}
#s-e65b737e-4956-4607-a65d-55073e5f10d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e65b737e-4956-4607-a65d-55073e5f10d7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 {
  text-align: left;
}



.shg-c#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7df82815-c6c1-4d1c-81d3-c8941f17a5e1 img.shogun-image {
  width: 100%;
}



}
#s-48129b4c-fcfc-413c-a852-d4a611dc695b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48129b4c-fcfc-413c-a852-d4a611dc695b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-1878da21-3500-4904-b873-ea2c367a957e {
  text-align: left;
}



.shg-c#s-1878da21-3500-4904-b873-ea2c367a957e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1878da21-3500-4904-b873-ea2c367a957e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1878da21-3500-4904-b873-ea2c367a957e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1878da21-3500-4904-b873-ea2c367a957e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1878da21-3500-4904-b873-ea2c367a957e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1878da21-3500-4904-b873-ea2c367a957e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1878da21-3500-4904-b873-ea2c367a957e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1878da21-3500-4904-b873-ea2c367a957e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1878da21-3500-4904-b873-ea2c367a957e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1878da21-3500-4904-b873-ea2c367a957e img.shogun-image {
  width: 100%;
}



}
#s-28154536-53de-4083-b418-75a5f269da61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28154536-53de-4083-b418-75a5f269da61 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-21706172-d441-40bb-ba1f-30952e1befe8 {
  text-align: left;
}



.shg-c#s-21706172-d441-40bb-ba1f-30952e1befe8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21706172-d441-40bb-ba1f-30952e1befe8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21706172-d441-40bb-ba1f-30952e1befe8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21706172-d441-40bb-ba1f-30952e1befe8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21706172-d441-40bb-ba1f-30952e1befe8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21706172-d441-40bb-ba1f-30952e1befe8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21706172-d441-40bb-ba1f-30952e1befe8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21706172-d441-40bb-ba1f-30952e1befe8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21706172-d441-40bb-ba1f-30952e1befe8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21706172-d441-40bb-ba1f-30952e1befe8 img.shogun-image {
  width: 100%;
}



}
#s-ca1cf723-0a56-421e-bbad-5f30c64cc2d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca1cf723-0a56-421e-bbad-5f30c64cc2d5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-81065ae4-75c4-4e11-937b-b5fb70d78d78 {
  min-height: 50px;
background-color: rgba(240, 231, 232, 1);
}








#s-81065ae4-75c4-4e11-937b-b5fb70d78d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81065ae4-75c4-4e11-937b-b5fb70d78d78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9538eb7c-64f9-4d9f-b825-c4739b56b48c {
  margin-top: 1%;
margin-left: 3%;
margin-bottom: 1%;
margin-right: 3%;
}

#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 {
  text-align: left;
}



.shg-c#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4604799-eed4-4434-8ceb-0ac06ffd5660 img.shogun-image {
  width: 100%;
}



}
#s-6b5f1d3d-8dee-497d-ad45-a25685fabc79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b5f1d3d-8dee-497d-ad45-a25685fabc79 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 {
  text-align: left;
}



.shg-c#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aee96e5a-dccd-4e5e-a079-18ee732cecd3 img.shogun-image {
  width: 100%;
}



}
#s-64ff09d2-e753-4a53-86e3-3a8dfd8f8201 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64ff09d2-e753-4a53-86e3-3a8dfd8f8201 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-426fe860-dbe2-48fe-8a98-48edf108606e {
  text-align: left;
}



.shg-c#s-426fe860-dbe2-48fe-8a98-48edf108606e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-426fe860-dbe2-48fe-8a98-48edf108606e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-426fe860-dbe2-48fe-8a98-48edf108606e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-426fe860-dbe2-48fe-8a98-48edf108606e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-426fe860-dbe2-48fe-8a98-48edf108606e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-426fe860-dbe2-48fe-8a98-48edf108606e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-426fe860-dbe2-48fe-8a98-48edf108606e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-426fe860-dbe2-48fe-8a98-48edf108606e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-426fe860-dbe2-48fe-8a98-48edf108606e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-426fe860-dbe2-48fe-8a98-48edf108606e img.shogun-image {
  width: 100%;
}



}
#s-3479efef-b8c8-436e-8602-ef83e19ca59c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3479efef-b8c8-436e-8602-ef83e19ca59c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 {
  text-align: left;
}



.shg-c#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05477ba2-6d42-4fe6-9f6d-a0faec1da956 img.shogun-image {
  width: 100%;
}



}
#s-8541a583-7f19-44eb-94ef-7f53eee9eb7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8541a583-7f19-44eb-94ef-7f53eee9eb7a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8ebe1164-23ad-45e6-b683-99581609b15c {
  text-align: left;
}



.shg-c#s-8ebe1164-23ad-45e6-b683-99581609b15c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ebe1164-23ad-45e6-b683-99581609b15c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8ebe1164-23ad-45e6-b683-99581609b15c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ebe1164-23ad-45e6-b683-99581609b15c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ebe1164-23ad-45e6-b683-99581609b15c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ebe1164-23ad-45e6-b683-99581609b15c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ebe1164-23ad-45e6-b683-99581609b15c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ebe1164-23ad-45e6-b683-99581609b15c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ebe1164-23ad-45e6-b683-99581609b15c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ebe1164-23ad-45e6-b683-99581609b15c img.shogun-image {
  width: 100%;
}



}
#s-09a1fd5a-36e7-4653-9b5b-8083aadb15d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09a1fd5a-36e7-4653-9b5b-8083aadb15d3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-c8b195ee-94d1-4e40-a76b-a44e4376a821 {
  min-height: 50px;
background-color: rgba(240, 231, 232, 1);
}
@media (max-width: 767px){#s-c8b195ee-94d1-4e40-a76b-a44e4376a821 {
  display: none;
}
#s-c8b195ee-94d1-4e40-a76b-a44e4376a821, #wrap-s-c8b195ee-94d1-4e40-a76b-a44e4376a821 { display: none !important; }}







#s-c8b195ee-94d1-4e40-a76b-a44e4376a821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8b195ee-94d1-4e40-a76b-a44e4376a821.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a111ec6-5788-43d3-87da-9d0794093d37 {
  margin-top: 1%;
margin-left: 22%;
margin-bottom: 1%;
margin-right: 22%;
}

#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 {
  text-align: left;
}



.shg-c#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b84ee08c-1951-4e64-a757-f9b6b61d7ba3 img.shogun-image {
  width: 100%;
}



}
#s-3d4d943e-2264-4433-a45b-f286f627116a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d4d943e-2264-4433-a45b-f286f627116a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a {
  text-align: left;
}



.shg-c#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7588d2c7-8b7b-4fb0-b713-d48092a8049a img.shogun-image {
  width: 100%;
}



}
#s-822a7020-f3a1-48b1-a5c7-c3b72d719573 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-822a7020-f3a1-48b1-a5c7-c3b72d719573 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 {
  text-align: left;
}



.shg-c#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5de18be-fdb8-4dbc-9bec-f3cdd57b6f70 img.shogun-image {
  width: 100%;
}



}
#s-f289884c-75d9-48f5-ac2f-83ac8d898f4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f289884c-75d9-48f5-ac2f-83ac8d898f4c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a {
  min-height: 50px;
background-color: rgba(240, 231, 232, 1);
}
@media (min-width: 1200px){#s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a {
  display: none;
}
#s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a, #wrap-s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a {
  display: none;
}
#s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a, #wrap-s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a {
  display: none;
}
#s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a, #wrap-s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a { display: none !important; }}







#s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b42b01c-ea92-4bb4-b1ae-b4a660d1a72a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-667d5eaf-18bd-4c77-9881-94b9bb907620 {
  margin-top: 1%;
margin-left: 3%;
margin-bottom: 1%;
margin-right: 3%;
}

#s-df0c1778-d51c-4e44-924b-30c8948420c1 {
  text-align: left;
}



.shg-c#s-df0c1778-d51c-4e44-924b-30c8948420c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0c1778-d51c-4e44-924b-30c8948420c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-df0c1778-d51c-4e44-924b-30c8948420c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0c1778-d51c-4e44-924b-30c8948420c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df0c1778-d51c-4e44-924b-30c8948420c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0c1778-d51c-4e44-924b-30c8948420c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df0c1778-d51c-4e44-924b-30c8948420c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0c1778-d51c-4e44-924b-30c8948420c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-df0c1778-d51c-4e44-924b-30c8948420c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df0c1778-d51c-4e44-924b-30c8948420c1 img.shogun-image {
  width: 100%;
}



}
#s-8dfbc498-474c-4b1c-a1d5-ea6e2c39689e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8dfbc498-474c-4b1c-a1d5-ea6e2c39689e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-41fd213e-225e-4062-bdd9-cd290d32997e {
  text-align: left;
}



.shg-c#s-41fd213e-225e-4062-bdd9-cd290d32997e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41fd213e-225e-4062-bdd9-cd290d32997e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-41fd213e-225e-4062-bdd9-cd290d32997e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41fd213e-225e-4062-bdd9-cd290d32997e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41fd213e-225e-4062-bdd9-cd290d32997e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41fd213e-225e-4062-bdd9-cd290d32997e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41fd213e-225e-4062-bdd9-cd290d32997e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41fd213e-225e-4062-bdd9-cd290d32997e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41fd213e-225e-4062-bdd9-cd290d32997e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41fd213e-225e-4062-bdd9-cd290d32997e img.shogun-image {
  width: 100%;
}



}
#s-7db7ac41-904f-45ae-892b-260d4147c795 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7db7ac41-904f-45ae-892b-260d4147c795 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-798dde09-027d-4517-ba57-2ee401b70a95 {
  text-align: left;
}



.shg-c#s-798dde09-027d-4517-ba57-2ee401b70a95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-798dde09-027d-4517-ba57-2ee401b70a95 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-798dde09-027d-4517-ba57-2ee401b70a95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-798dde09-027d-4517-ba57-2ee401b70a95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-798dde09-027d-4517-ba57-2ee401b70a95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-798dde09-027d-4517-ba57-2ee401b70a95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-798dde09-027d-4517-ba57-2ee401b70a95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-798dde09-027d-4517-ba57-2ee401b70a95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-798dde09-027d-4517-ba57-2ee401b70a95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-798dde09-027d-4517-ba57-2ee401b70a95 img.shogun-image {
  width: 100%;
}



}
#s-6010c302-b68c-4216-979b-0711feca052b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6010c302-b68c-4216-979b-0711feca052b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-a75cdf3e-d831-4552-8e06-bc06eaefe1ac {
  min-height: 50px;
background-color: rgba(240, 231, 232, 1);
}








#s-a75cdf3e-d831-4552-8e06-bc06eaefe1ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a75cdf3e-d831-4552-8e06-bc06eaefe1ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b7114c38-ede4-4dda-b0dc-fb477dcc68a3 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

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