.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-36e2fa77-1cdb-4ad2-8d80-6289b32624b2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2 {
  display: none;
}
#s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2, #wrap-s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2 {
  display: none;
}
#s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2, #wrap-s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2 {
  display: none;
}
#s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2, #wrap-s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2 { display: none !important; }}@media (max-width: 767px){#s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2 {
  
}
}







#s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36e2fa77-1cdb-4ad2-8d80-6289b32624b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-221deffa-ee8e-47f2-bd63-e556535a73a5 {
  min-height: 50px;
background-color: rgba(245, 247, 250, 1);
}








#s-221deffa-ee8e-47f2-bd63-e556535a73a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-221deffa-ee8e-47f2-bd63-e556535a73a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-e072c760-0ea4-479f-84fe-4c8c6ee145ce {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e072c760-0ea4-479f-84fe-4c8c6ee145ce .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



.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-d0445664-4130-4567-a369-37895f3f8c33 {
  margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

#s-0a151a6a-622a-4547-a3ec-14581e11c5bb {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a151a6a-622a-4547-a3ec-14581e11c5bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a151a6a-622a-4547-a3ec-14581e11c5bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb20aea0-6ff0-4456-98a4-09a3b65ea451 {
  margin-top: 50px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb20aea0-6ff0-4456-98a4-09a3b65ea451 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



.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-21070be7-bb2b-4d1c-82d3-f8509f68a762 {
  margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-21070be7-bb2b-4d1c-82d3-f8509f68a762"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-21070be7-bb2b-4d1c-82d3-f8509f68a762"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-21070be7-bb2b-4d1c-82d3-f8509f68a762"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-21070be7-bb2b-4d1c-82d3-f8509f68a762"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-02e93427-24eb-477a-9bf7-72fc1ac03b0e {
  margin-bottom: 20px;
}

#s-02e93427-24eb-477a-9bf7-72fc1ac03b0e .shogun-icon-wrapper {
  text-align: center;
}


#s-02e93427-24eb-477a-9bf7-72fc1ac03b0e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(74, 209, 117, 1);
}

#s-25095b46-42cc-433e-af1f-eff5fe722200 {
  margin-bottom: 20px;
}

#s-25095b46-42cc-433e-af1f-eff5fe722200 .shogun-icon-wrapper {
  text-align: center;
}


#s-25095b46-42cc-433e-af1f-eff5fe722200 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(74, 209, 117, 1);
}

#s-2629991f-a208-4035-8751-9bef60ce8dda {
  min-height: 50px;
background-color: rgba(245, 247, 250, 1);
}








#s-2629991f-a208-4035-8751-9bef60ce8dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2629991f-a208-4035-8751-9bef60ce8dda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4e5d01b-2433-40b8-b100-babe8741974c {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4e5d01b-2433-40b8-b100-babe8741974c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-bbcb7590-1979-4e4e-8414-157121daac60 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbcb7590-1979-4e4e-8414-157121daac60 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f63422c8-080c-41fc-ab18-10d249846c4c {
  margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

#s-5ec187e9-aa6d-46c2-845e-91822434be1b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5ec187e9-aa6d-46c2-845e-91822434be1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ec187e9-aa6d-46c2-845e-91822434be1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0de126d5-5c90-4306-bde8-a13281d0080e {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0de126d5-5c90-4306-bde8-a13281d0080e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-e5d8253f-6859-4747-92f8-af8007869def {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e5d8253f-6859-4747-92f8-af8007869def .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e5d8253f-6859-4747-92f8-af8007869def .shg-sld-nav-button.shg-sld-left,
#s-e5d8253f-6859-4747-92f8-af8007869def .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-041d0ef1-3031-4925-b6b5-427a154b14c2 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-041d0ef1-3031-4925-b6b5-427a154b14c2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a2a052be-46b5-4d77-adf2-916c3a0e0891 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2a052be-46b5-4d77-adf2-916c3a0e0891 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-029affe2-fa5e-4c3a-aad4-4dad86313774 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-029affe2-fa5e-4c3a-aad4-4dad86313774 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a30a5f17-7e53-46d8-8195-827472a87cfd {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a30a5f17-7e53-46d8-8195-827472a87cfd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-67eb0960-2a13-4c31-8f5c-b0b12fd3ef87 {
  
}

#s-8521e122-7633-45d7-8a7d-58137f96857d {
  
}

#s-f13f555b-7924-4d7a-b018-3e0a1c401870 {
  min-height: 50px;
background-color: rgba(245, 247, 250, 1);
}








#s-f13f555b-7924-4d7a-b018-3e0a1c401870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f13f555b-7924-4d7a-b018-3e0a1c401870.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b4d0c59-935d-4c8f-bc52-a1c4c4357695 {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b4d0c59-935d-4c8f-bc52-a1c4c4357695 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-d631a74f-e73f-4a12-a776-9395d8e0febf {
  margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

#s-6c66fe24-e077-410d-be53-8c6bd249b67b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c66fe24-e077-410d-be53-8c6bd249b67b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c66fe24-e077-410d-be53-8c6bd249b67b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6bf04c9-98db-41bc-a8de-c3c9be823bbe {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6bf04c9-98db-41bc-a8de-c3c9be823bbe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-e2ae7e90-8e3e-4c18-a29a-7e1f2cef195e {
  margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-e2ae7e90-8e3e-4c18-a29a-7e1f2cef195e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2ae7e90-8e3e-4c18-a29a-7e1f2cef195e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2ae7e90-8e3e-4c18-a29a-7e1f2cef195e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2ae7e90-8e3e-4c18-a29a-7e1f2cef195e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-2fdeca66-c9db-4d35-80e5-4f3581b7435b {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}



.shg-c#s-2fdeca66-c9db-4d35-80e5-4f3581b7435b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fdeca66-c9db-4d35-80e5-4f3581b7435b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2fdeca66-c9db-4d35-80e5-4f3581b7435b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fdeca66-c9db-4d35-80e5-4f3581b7435b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2fdeca66-c9db-4d35-80e5-4f3581b7435b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fdeca66-c9db-4d35-80e5-4f3581b7435b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2fdeca66-c9db-4d35-80e5-4f3581b7435b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fdeca66-c9db-4d35-80e5-4f3581b7435b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2fdeca66-c9db-4d35-80e5-4f3581b7435b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fdeca66-c9db-4d35-80e5-4f3581b7435b 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-72b70c15-16a1-4ff8-a27b-43d6288730d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72b70c15-16a1-4ff8-a27b-43d6288730d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3ef04672-909a-4899-890a-feb5db704de1 {
  text-align: center;
}

#s-3ef04672-909a-4899-890a-feb5db704de1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-3ef04672-909a-4899-890a-feb5db704de1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}

#s-3ef04672-909a-4899-890a-feb5db704de1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9 {
  box-shadow:00px 0px 0px 0px rgba(98, 146, 255, 0.33);
border-style: solid;
margin-top: 5px;
margin-left: 100px;
margin-bottom: 5px;
margin-right: 100px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
text-align: center;
background-color: rgba(74, 209, 117, 1);
font-size: 20px;
font-weight: bold;
color: rgba(31, 58, 113, 1);
text-decoration: none;
}
#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
opacity: 1 !important;
background-color: rgba(66, 185, 103, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9:active {border-style: solid !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(57, 159, 89, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9 {
  
}
}@media (max-width: 767px){#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9 {
  
}
}

  #s-64d17e6f-3463-4e34-9077-2f5d855ea8b9-root {
    text-align: center;
  }


#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-64d17e6f-3463-4e34-9077-2f5d855ea8b9-root {
    text-align: center;
  }


#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64d17e6f-3463-4e34-9077-2f5d855ea8b9-root {
    text-align: center;
  }


#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64d17e6f-3463-4e34-9077-2f5d855ea8b9-root {
    text-align: center;
  }


#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-64d17e6f-3463-4e34-9077-2f5d855ea8b9-root {
    text-align: center;
  }


#s-64d17e6f-3463-4e34-9077-2f5d855ea8b9.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
text-align: left;
}



.shg-c#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0313e298-8ea1-4aa8-a399-3c20b860ec17 img.shogun-image {
  width: 100%;
}



}
#s-8662a855-364b-4090-b156-af9bea5402ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8662a855-364b-4090-b156-af9bea5402ed .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0a4c7557-4139-480b-b20d-498fc9ba2fe4 {
  text-align: center;
}

#s-0a4c7557-4139-480b-b20d-498fc9ba2fe4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-0a4c7557-4139-480b-b20d-498fc9ba2fe4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}

#s-0a4c7557-4139-480b-b20d-498fc9ba2fe4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aebd5197-1922-4656-b726-4f3206dfba72 {
  box-shadow:00px 0px 0px 0px rgba(98, 146, 255, 0.33);
border-style: solid;
margin-top: 5px;
margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
text-align: center;
background-color: rgba(74, 209, 117, 1);
font-size: 20px;
font-weight: bold;
color: rgba(31, 58, 113, 1);
text-decoration: none;
}
#s-aebd5197-1922-4656-b726-4f3206dfba72:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
opacity: 1 !important;
background-color: rgba(66, 185, 103, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-aebd5197-1922-4656-b726-4f3206dfba72:active {border-style: solid !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(57, 159, 89, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-aebd5197-1922-4656-b726-4f3206dfba72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aebd5197-1922-4656-b726-4f3206dfba72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aebd5197-1922-4656-b726-4f3206dfba72 {
  
}
}@media (max-width: 767px){#s-aebd5197-1922-4656-b726-4f3206dfba72 {
  
}
}

  #s-aebd5197-1922-4656-b726-4f3206dfba72-root {
    text-align: center;
  }


#s-aebd5197-1922-4656-b726-4f3206dfba72.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aebd5197-1922-4656-b726-4f3206dfba72-root {
    text-align: center;
  }


#s-aebd5197-1922-4656-b726-4f3206dfba72.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aebd5197-1922-4656-b726-4f3206dfba72-root {
    text-align: center;
  }


#s-aebd5197-1922-4656-b726-4f3206dfba72.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aebd5197-1922-4656-b726-4f3206dfba72-root {
    text-align: center;
  }


#s-aebd5197-1922-4656-b726-4f3206dfba72.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aebd5197-1922-4656-b726-4f3206dfba72-root {
    text-align: center;
  }


#s-aebd5197-1922-4656-b726-4f3206dfba72.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
text-align: left;
}



.shg-c#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c08db0d-5233-4e0a-9f4b-bc9886d228cf img.shogun-image {
  width: 100%;
}



}
#s-79882bbe-a665-4030-bde0-e7272878cbac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79882bbe-a665-4030-bde0-e7272878cbac .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ee0aa4a5-b1ea-460b-82e3-854bd7542c5d {
  text-align: center;
}

#s-ee0aa4a5-b1ea-460b-82e3-854bd7542c5d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-ee0aa4a5-b1ea-460b-82e3-854bd7542c5d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}

#s-ee0aa4a5-b1ea-460b-82e3-854bd7542c5d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e {
  box-shadow:00px 0px 0px 0px rgba(98, 146, 255, 0.33);
border-style: solid;
margin-top: 5px;
margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
text-align: center;
background-color: rgba(74, 209, 117, 1);
font-size: 20px;
font-weight: bold;
color: rgba(31, 58, 113, 1);
text-decoration: none;
}
#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
opacity: 1 !important;
background-color: rgba(66, 185, 103, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e:active {border-style: solid !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(57, 159, 89, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e {
  
}
}@media (max-width: 767px){#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e {
  
}
}

  #s-80c791bc-ac39-4034-ae89-b03c3ff3e48e-root {
    text-align: center;
  }


#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-80c791bc-ac39-4034-ae89-b03c3ff3e48e-root {
    text-align: center;
  }


#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80c791bc-ac39-4034-ae89-b03c3ff3e48e-root {
    text-align: center;
  }


#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80c791bc-ac39-4034-ae89-b03c3ff3e48e-root {
    text-align: center;
  }


#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-80c791bc-ac39-4034-ae89-b03c3ff3e48e-root {
    text-align: center;
  }


#s-80c791bc-ac39-4034-ae89-b03c3ff3e48e.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-ec611f1a-0356-438f-8630-20e05f3e1e4f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ec611f1a-0356-438f-8630-20e05f3e1e4f {
  display: none;
}
#s-ec611f1a-0356-438f-8630-20e05f3e1e4f, #wrap-s-ec611f1a-0356-438f-8630-20e05f3e1e4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec611f1a-0356-438f-8630-20e05f3e1e4f {
  display: none;
}
#s-ec611f1a-0356-438f-8630-20e05f3e1e4f, #wrap-s-ec611f1a-0356-438f-8630-20e05f3e1e4f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec611f1a-0356-438f-8630-20e05f3e1e4f {
  
}
}@media (max-width: 767px){#s-ec611f1a-0356-438f-8630-20e05f3e1e4f {
  display: none;
}
#s-ec611f1a-0356-438f-8630-20e05f3e1e4f, #wrap-s-ec611f1a-0356-438f-8630-20e05f3e1e4f { display: none !important; }}







#s-ec611f1a-0356-438f-8630-20e05f3e1e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec611f1a-0356-438f-8630-20e05f3e1e4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d495a7b-6164-4b85-84e2-58864d5a120d {
  min-height: 50px;
background-color: rgba(245, 247, 250, 1);
}








#s-1d495a7b-6164-4b85-84e2-58864d5a120d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d495a7b-6164-4b85-84e2-58864d5a120d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0138f95a-6343-477a-9b91-05d9e791efb9 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0138f95a-6343-477a-9b91-05d9e791efb9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-7920d081-93c9-42ca-8ccf-97f3ad256815 {
  margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

#s-ce66f5ab-9ae4-4327-8c59-752451b79627 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ce66f5ab-9ae4-4327-8c59-752451b79627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce66f5ab-9ae4-4327-8c59-752451b79627.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d49c5a66-a7ae-4452-a602-356d3e30e0a8 {
  margin-top: 50px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d49c5a66-a7ae-4452-a602-356d3e30e0a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-12232391-f907-4928-b0ca-cdf69ebc892b {
  margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-12232391-f907-4928-b0ca-cdf69ebc892b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-12232391-f907-4928-b0ca-cdf69ebc892b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-12232391-f907-4928-b0ca-cdf69ebc892b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-12232391-f907-4928-b0ca-cdf69ebc892b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-39190884-63d4-49b5-b5ef-816f68b71c9b {
  margin-bottom: 20px;
}

#s-39190884-63d4-49b5-b5ef-816f68b71c9b .shogun-icon-wrapper {
  text-align: center;
}


#s-39190884-63d4-49b5-b5ef-816f68b71c9b .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(74, 209, 117, 1);
}

#s-87b9b1eb-26d6-4174-936b-2904ba4524c9 {
  margin-bottom: 20px;
}

#s-87b9b1eb-26d6-4174-936b-2904ba4524c9 .shogun-icon-wrapper {
  text-align: center;
}


#s-87b9b1eb-26d6-4174-936b-2904ba4524c9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(74, 209, 117, 1);
}

#s-8e0e37ed-775c-442e-a4b6-6deac712a211 {
  min-height: 50px;
background-color: rgba(245, 247, 250, 1);
}








#s-8e0e37ed-775c-442e-a4b6-6deac712a211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e0e37ed-775c-442e-a4b6-6deac712a211.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-358da99b-c731-4b50-9d00-b80a4c59d515 {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-358da99b-c731-4b50-9d00-b80a4c59d515 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-703c344b-22c4-430a-8cbc-4c6a4d1b0a96 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-703c344b-22c4-430a-8cbc-4c6a4d1b0a96 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-79a97a3a-d71f-4fbe-9cac-88abb77d4be2 {
  margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

#s-bd99be1f-6fcc-4c74-a0dc-fd26399be0c4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bd99be1f-6fcc-4c74-a0dc-fd26399be0c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd99be1f-6fcc-4c74-a0dc-fd26399be0c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbe955f0-c059-4e9f-8de8-d2fc7de6ea17 {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbe955f0-c059-4e9f-8de8-d2fc7de6ea17 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-033d8fde-d81e-409f-aa2a-7e8a66774ed8 {
  margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-033d8fde-d81e-409f-aa2a-7e8a66774ed8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-033d8fde-d81e-409f-aa2a-7e8a66774ed8 .shg-sld-nav-button.shg-sld-left,
#s-033d8fde-d81e-409f-aa2a-7e8a66774ed8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3e93b401-3140-4d83-acd0-d691abaf36a0 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e93b401-3140-4d83-acd0-d691abaf36a0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b0407f07-a00e-483b-95ff-38dad0c18d32 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0407f07-a00e-483b-95ff-38dad0c18d32 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2952a031-9c82-4f63-8005-96095f13fa66 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2952a031-9c82-4f63-8005-96095f13fa66 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c46fcfa2-db41-43a2-b152-4d2da2d63b9a {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c46fcfa2-db41-43a2-b152-4d2da2d63b9a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5e4fe46a-cb96-4bdb-b3ed-d7ae63415155 {
  
}

#s-024de67f-916e-4092-8214-91497e31cd87 {
  
}

#s-fec94e35-d694-4911-a072-fd5f06d71974 {
  min-height: 50px;
background-color: rgba(245, 247, 250, 1);
}








#s-fec94e35-d694-4911-a072-fd5f06d71974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fec94e35-d694-4911-a072-fd5f06d71974.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cfb2585-1746-45fd-beba-bea40bd604f9 {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0cfb2585-1746-45fd-beba-bea40bd604f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-284f5ba7-5cf4-42fb-9d0a-562c85315638 {
  margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

#s-da90c8c5-6f71-4e89-9dfb-b6434735c633 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-da90c8c5-6f71-4e89-9dfb-b6434735c633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da90c8c5-6f71-4e89-9dfb-b6434735c633.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-254d23b2-7812-4725-857c-6dc37992e41f {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-254d23b2-7812-4725-857c-6dc37992e41f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-d4be13e3-11ba-467c-8e4d-7ee5f2bc1d5e {
  margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-d4be13e3-11ba-467c-8e4d-7ee5f2bc1d5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4be13e3-11ba-467c-8e4d-7ee5f2bc1d5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4be13e3-11ba-467c-8e4d-7ee5f2bc1d5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4be13e3-11ba-467c-8e4d-7ee5f2bc1d5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1d5dba63-6a2a-410b-8c12-5442af79f45f {
  text-align: left;
}



.shg-c#s-1d5dba63-6a2a-410b-8c12-5442af79f45f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5dba63-6a2a-410b-8c12-5442af79f45f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d5dba63-6a2a-410b-8c12-5442af79f45f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5dba63-6a2a-410b-8c12-5442af79f45f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d5dba63-6a2a-410b-8c12-5442af79f45f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5dba63-6a2a-410b-8c12-5442af79f45f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d5dba63-6a2a-410b-8c12-5442af79f45f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5dba63-6a2a-410b-8c12-5442af79f45f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d5dba63-6a2a-410b-8c12-5442af79f45f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5dba63-6a2a-410b-8c12-5442af79f45f img.shogun-image {
  width: 100%;
}



}
#s-914d6f4c-3691-4f50-81b9-f2dd4e3b71f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-914d6f4c-3691-4f50-81b9-f2dd4e3b71f4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5a4020f2-fb27-4537-9fa3-8165985bf230 {
  text-align: center;
}

#s-5a4020f2-fb27-4537-9fa3-8165985bf230 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-5a4020f2-fb27-4537-9fa3-8165985bf230 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}

#s-5a4020f2-fb27-4537-9fa3-8165985bf230 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b27b6340-a285-4734-9ae0-6263daca22df {
  box-shadow:00px 0px 0px 0px rgba(98, 146, 255, 0.33);
border-style: solid;
margin-top: 5px;
margin-left: 50px;
margin-bottom: 5px;
margin-right: 50px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
text-align: center;
background-color: rgba(74, 209, 117, 1);
font-size: 20px;
font-weight: bold;
color: rgba(31, 58, 113, 1);
text-decoration: none;
}
#s-b27b6340-a285-4734-9ae0-6263daca22df:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
opacity: 1 !important;
background-color: rgba(66, 185, 103, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-b27b6340-a285-4734-9ae0-6263daca22df:active {border-style: solid !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(57, 159, 89, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b27b6340-a285-4734-9ae0-6263daca22df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b27b6340-a285-4734-9ae0-6263daca22df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b27b6340-a285-4734-9ae0-6263daca22df {
  
}
}@media (max-width: 767px){#s-b27b6340-a285-4734-9ae0-6263daca22df {
  
}
}

  #s-b27b6340-a285-4734-9ae0-6263daca22df-root {
    text-align: center;
  }


#s-b27b6340-a285-4734-9ae0-6263daca22df.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b27b6340-a285-4734-9ae0-6263daca22df-root {
    text-align: center;
  }


#s-b27b6340-a285-4734-9ae0-6263daca22df.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b27b6340-a285-4734-9ae0-6263daca22df-root {
    text-align: center;
  }


#s-b27b6340-a285-4734-9ae0-6263daca22df.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b27b6340-a285-4734-9ae0-6263daca22df-root {
    text-align: center;
  }


#s-b27b6340-a285-4734-9ae0-6263daca22df.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b27b6340-a285-4734-9ae0-6263daca22df-root {
    text-align: center;
  }


#s-b27b6340-a285-4734-9ae0-6263daca22df.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 {
  text-align: left;
}



.shg-c#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd38e9c9-0efa-4d2a-917f-fe970efa9a44 img.shogun-image {
  width: 100%;
}



}
#s-ed6f573f-888b-45c1-b94a-cd9855815a2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed6f573f-888b-45c1-b94a-cd9855815a2b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-31f06763-a2ee-43a0-9a63-a3e954c00bf0 {
  text-align: center;
}

#s-31f06763-a2ee-43a0-9a63-a3e954c00bf0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-31f06763-a2ee-43a0-9a63-a3e954c00bf0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}

#s-31f06763-a2ee-43a0-9a63-a3e954c00bf0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fbdbd19e-a469-47da-a642-fc574f4bac1a {
  box-shadow:00px 0px 0px 0px rgba(98, 146, 255, 0.33);
border-style: solid;
margin-top: 5px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
text-align: center;
background-color: rgba(74, 209, 117, 1);
font-size: 20px;
font-weight: bold;
color: rgba(31, 58, 113, 1);
text-decoration: none;
}
#s-fbdbd19e-a469-47da-a642-fc574f4bac1a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
opacity: 1 !important;
background-color: rgba(66, 185, 103, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-fbdbd19e-a469-47da-a642-fc574f4bac1a:active {border-style: solid !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(57, 159, 89, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fbdbd19e-a469-47da-a642-fc574f4bac1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fbdbd19e-a469-47da-a642-fc574f4bac1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fbdbd19e-a469-47da-a642-fc574f4bac1a {
  
}
}@media (max-width: 767px){#s-fbdbd19e-a469-47da-a642-fc574f4bac1a {
  
}
}

  #s-fbdbd19e-a469-47da-a642-fc574f4bac1a-root {
    text-align: center;
  }


#s-fbdbd19e-a469-47da-a642-fc574f4bac1a.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fbdbd19e-a469-47da-a642-fc574f4bac1a-root {
    text-align: center;
  }


#s-fbdbd19e-a469-47da-a642-fc574f4bac1a.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbdbd19e-a469-47da-a642-fc574f4bac1a-root {
    text-align: center;
  }


#s-fbdbd19e-a469-47da-a642-fc574f4bac1a.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbdbd19e-a469-47da-a642-fc574f4bac1a-root {
    text-align: center;
  }


#s-fbdbd19e-a469-47da-a642-fc574f4bac1a.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fbdbd19e-a469-47da-a642-fc574f4bac1a-root {
    text-align: center;
  }


#s-fbdbd19e-a469-47da-a642-fc574f4bac1a.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 {
  text-align: left;
}



.shg-c#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75c989c1-29b6-4a42-b9c8-e908d703aa19 img.shogun-image {
  width: 100%;
}



}
#s-d6afb8e8-9400-4b20-bc7e-348e79195b6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6afb8e8-9400-4b20-bc7e-348e79195b6d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5b81d94d-f772-42c9-af62-b3d456f5dc05 {
  text-align: center;
}

#s-5b81d94d-f772-42c9-af62-b3d456f5dc05 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-5b81d94d-f772-42c9-af62-b3d456f5dc05 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: 18px;
}

#s-5b81d94d-f772-42c9-af62-b3d456f5dc05 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f {
  box-shadow:00px 0px 0px 0px rgba(98, 146, 255, 0.33);
border-style: solid;
margin-top: 5px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 50px;
text-align: center;
background-color: rgba(74, 209, 117, 1);
font-size: 20px;
font-weight: bold;
color: rgba(31, 58, 113, 1);
text-decoration: none;
}
#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
opacity: 1 !important;
background-color: rgba(66, 185, 103, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f:active {border-style: solid !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-color: rgba(31, 58, 113, 1) !important;
background-color: rgba(57, 159, 89, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f {
  
}
}@media (max-width: 767px){#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f {
  
}
}

  #s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f-root {
    text-align: center;
  }


#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f-root {
    text-align: center;
  }


#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f-root {
    text-align: center;
  }


#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f-root {
    text-align: center;
  }


#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f-root {
    text-align: center;
  }


#s-c5f34c48-7f62-4a07-a9ff-49bec7d1da7f.shg-btn {
  color: rgba(31, 58, 113, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-432e0088-9f26-49ca-9787-54b71febdb86 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-432e0088-9f26-49ca-9787-54b71febdb86 {
  display: none;
}
#s-432e0088-9f26-49ca-9787-54b71febdb86, #wrap-s-432e0088-9f26-49ca-9787-54b71febdb86 { display: none !important; }}@media (max-width: 767px){#s-432e0088-9f26-49ca-9787-54b71febdb86 {
  display: none;
}
#s-432e0088-9f26-49ca-9787-54b71febdb86, #wrap-s-432e0088-9f26-49ca-9787-54b71febdb86 { display: none !important; }}







#s-432e0088-9f26-49ca-9787-54b71febdb86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-432e0088-9f26-49ca-9787-54b71febdb86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e82c6a09-5176-4b11-96f3-98ad9a70b6db {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e82c6a09-5176-4b11-96f3-98ad9a70b6db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e82c6a09-5176-4b11-96f3-98ad9a70b6db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eec2dcbf-21a3-4183-9d26-cf08f794db48 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-eec2dcbf-21a3-4183-9d26-cf08f794db48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eec2dcbf-21a3-4183-9d26-cf08f794db48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-558bf748-fce0-42c9-b7b6-6d334f47e3d3 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-558bf748-fce0-42c9-b7b6-6d334f47e3d3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-3b0daf67-d75b-4453-831e-34404094a9cc {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3b0daf67-d75b-4453-831e-34404094a9cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b0daf67-d75b-4453-831e-34404094a9cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3b0daf67-d75b-4453-831e-34404094a9cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3b0daf67-d75b-4453-831e-34404094a9cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0c467fe3-aaad-4e4a-8352-5706a17806bf {
  margin-bottom: 20px;
}

#s-0c467fe3-aaad-4e4a-8352-5706a17806bf .shogun-icon-wrapper {
  text-align: center;
}


#s-0c467fe3-aaad-4e4a-8352-5706a17806bf .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(74, 209, 117, 1);
}

#s-1bf543b7-5f94-4e98-9f52-fc267fce4fd2 {
  margin-bottom: 20px;
}

#s-1bf543b7-5f94-4e98-9f52-fc267fce4fd2 .shogun-icon-wrapper {
  text-align: center;
}


#s-1bf543b7-5f94-4e98-9f52-fc267fce4fd2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(74, 209, 117, 1);
}

#s-c757df0e-99e7-4498-8765-67e42317717d {
  margin-bottom: 20px;
}

#s-c757df0e-99e7-4498-8765-67e42317717d .shogun-icon-wrapper {
  text-align: center;
}


#s-c757df0e-99e7-4498-8765-67e42317717d .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(74, 209, 117, 1);
}

#s-17563447-0b23-46a0-8c31-9097d53879b3 {
  min-height: 50px;
background-color: rgba(245, 247, 250, 1);
}








#s-17563447-0b23-46a0-8c31-9097d53879b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17563447-0b23-46a0-8c31-9097d53879b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7cb9efe-6aa1-4c61-a86f-b66a5dd9666a {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7cb9efe-6aa1-4c61-a86f-b66a5dd9666a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-dde48193-8036-472f-8279-1f81fca47bc9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dde48193-8036-472f-8279-1f81fca47bc9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f1032dbd-e6b6-42db-a4de-87c27b4e3a14 {
  margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
}

#s-c8d24898-cc7a-43b1-9776-ea096b6eb008 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c8d24898-cc7a-43b1-9776-ea096b6eb008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8d24898-cc7a-43b1-9776-ea096b6eb008.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e5b2985-8df6-4bc7-957a-46de089fd5bf {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e5b2985-8df6-4bc7-957a-46de089fd5bf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-524eea78-5a02-48fd-9a03-6111b1013284 {
  margin-left: 200px;
margin-bottom: 50px;
margin-right: 200px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-524eea78-5a02-48fd-9a03-6111b1013284 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-524eea78-5a02-48fd-9a03-6111b1013284 .shg-sld-nav-button.shg-sld-left,
#s-524eea78-5a02-48fd-9a03-6111b1013284 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-66d1c2f5-0dc9-4cf6-8d0d-9a396e2f28bb {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66d1c2f5-0dc9-4cf6-8d0d-9a396e2f28bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-aaadad51-b993-4620-8d11-06760f5fd4f4 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aaadad51-b993-4620-8d11-06760f5fd4f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5f2021b6-7563-45f9-95c9-86724e257db9 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f2021b6-7563-45f9-95c9-86724e257db9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4a621f03-e186-4df5-8756-eb9bda397bb9 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a621f03-e186-4df5-8756-eb9bda397bb9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0ab821ee-124f-46bb-b0c4-e3d76332d759 {
  
}

#s-63fe8214-0659-4d5d-959f-0c9ae980ac6c {
  
}

#s-ede4181e-32b0-4320-aab5-4f8b93d9801b {
  min-height: 50px;
background-color: rgba(245, 247, 250, 1);
}








#s-ede4181e-32b0-4320-aab5-4f8b93d9801b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ede4181e-32b0-4320-aab5-4f8b93d9801b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7d77fad-8549-4eb0-92aa-e9f1760370df {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7d77fad-8549-4eb0-92aa-e9f1760370df .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-66dab4f4-90ad-4b55-9a89-0b9cbaeb8407 {
  margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
}

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