.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-4435d775-3aab-4cfd-88f1-1bb0feb107a1 {
  border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
min-height: 50px;
}








#s-4435d775-3aab-4cfd-88f1-1bb0feb107a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4435d775-3aab-4cfd-88f1-1bb0feb107a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-5f27c9f8-b1c3-468a-8591-80ca54c922a2 {
  margin-top: 12px;
margin-bottom: 1px;
}

#s-9360583b-b07a-4fa4-9629-e90e54e90b04 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-9360583b-b07a-4fa4-9629-e90e54e90b04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9360583b-b07a-4fa4-9629-e90e54e90b04.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

@media (min-width: 0px) {
[id="s-6871a8b9-10c3-468e-8142-da96b87d0042"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6871a8b9-10c3-468e-8142-da96b87d0042"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6871a8b9-10c3-468e-8142-da96b87d0042"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6871a8b9-10c3-468e-8142-da96b87d0042"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b32334c1-e543-48fc-a93c-18b92afff376 {
  text-align: center;
}







  #s-b32334c1-e543-48fc-a93c-18b92afff376 img.shogun-image {
    

    
    
    
  }


#s-b32334c1-e543-48fc-a93c-18b92afff376 .shogun-image-content {
  
    align-items: center;
  
}

#s-edc64daa-8d79-452d-8072-23edd43997f5 {
  text-align: center;
}







  #s-edc64daa-8d79-452d-8072-23edd43997f5 img.shogun-image {
    

    
    
    
  }


#s-edc64daa-8d79-452d-8072-23edd43997f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb434142-2ec2-4af7-b64e-bf8ca2c1c9eb {
  text-align: center;
}







  #s-eb434142-2ec2-4af7-b64e-bf8ca2c1c9eb img.shogun-image {
    

    
    
    
  }


#s-eb434142-2ec2-4af7-b64e-bf8ca2c1c9eb .shogun-image-content {
  
    align-items: center;
  
}

#s-4307038b-d1f7-4137-8f99-caa7377df0c2 {
  text-align: center;
}







  #s-4307038b-d1f7-4137-8f99-caa7377df0c2 img.shogun-image {
    

    
    
    
  }


#s-4307038b-d1f7-4137-8f99-caa7377df0c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3692ee7e-e0b2-4459-9ee3-1a81f77ed7e0 {
  text-align: center;
}







  #s-3692ee7e-e0b2-4459-9ee3-1a81f77ed7e0 img.shogun-image {
    

    
    
    
  }


#s-3692ee7e-e0b2-4459-9ee3-1a81f77ed7e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ef84d5d-8463-4bf5-b186-5cd1378be70c {
  text-align: center;
}







  #s-9ef84d5d-8463-4bf5-b186-5cd1378be70c img.shogun-image {
    

    
    
    
  }


#s-9ef84d5d-8463-4bf5-b186-5cd1378be70c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-55bb01b1-f5c0-4616-aa99-4daf797975e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-55bb01b1-f5c0-4616-aa99-4daf797975e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-55bb01b1-f5c0-4616-aa99-4daf797975e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-55bb01b1-f5c0-4616-aa99-4daf797975e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-aa9294ff-6b50-4e3e-9f33-72f55f756c60 {
  text-align: center;
}







  #s-aa9294ff-6b50-4e3e-9f33-72f55f756c60 img.shogun-image {
    

    
    
    
  }


#s-aa9294ff-6b50-4e3e-9f33-72f55f756c60 .shogun-image-content {
  
    align-items: center;
  
}

#s-99618bb8-fda4-4c80-a517-9041ac597dee {
  text-align: center;
}







  #s-99618bb8-fda4-4c80-a517-9041ac597dee img.shogun-image {
    

    
    
    
  }


#s-99618bb8-fda4-4c80-a517-9041ac597dee .shogun-image-content {
  
    align-items: center;
  
}

#s-bc87e6bd-df80-4af2-b22c-0499700501cd {
  text-align: center;
}







  #s-bc87e6bd-df80-4af2-b22c-0499700501cd img.shogun-image {
    

    
    
    
  }


#s-bc87e6bd-df80-4af2-b22c-0499700501cd .shogun-image-content {
  
    align-items: center;
  
}

#s-6e54a115-a0b1-463f-91d6-a4ec1d181aa2 {
  text-align: center;
}







  #s-6e54a115-a0b1-463f-91d6-a4ec1d181aa2 img.shogun-image {
    

    
    
    
  }


#s-6e54a115-a0b1-463f-91d6-a4ec1d181aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d206be9e-16f2-49d5-8bef-ffc9f2761344 {
  text-align: center;
}







  #s-d206be9e-16f2-49d5-8bef-ffc9f2761344 img.shogun-image {
    

    
    
    
  }


#s-d206be9e-16f2-49d5-8bef-ffc9f2761344 .shogun-image-content {
  
    align-items: center;
  
}

#s-64ff12fd-bfa4-467d-8bbd-0640d031fd98 {
  text-align: center;
}







  #s-64ff12fd-bfa4-467d-8bbd-0640d031fd98 img.shogun-image {
    

    
    
    
  }


#s-64ff12fd-bfa4-467d-8bbd-0640d031fd98 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e0a998b-3daa-47a6-ba64-98f08f0cda52 {
  margin-top: -15px;
min-height: 50px;
}








#s-3e0a998b-3daa-47a6-ba64-98f08f0cda52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e0a998b-3daa-47a6-ba64-98f08f0cda52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54d091b8-dbed-47dc-981f-36b34771072b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}

#s-54d091b8-dbed-47dc-981f-36b34771072b {
  background-image: url(https://i.shgcdn.com/f920e1c7-eab3-48b4-a801-c31558614adf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-54d091b8-dbed-47dc-981f-36b34771072b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54d091b8-dbed-47dc-981f-36b34771072b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68a1c514-e5c5-460b-ab92-af9eeabf2beb {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-68a1c514-e5c5-460b-ab92-af9eeabf2beb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68a1c514-e5c5-460b-ab92-af9eeabf2beb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68a1c514-e5c5-460b-ab92-af9eeabf2beb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68a1c514-e5c5-460b-ab92-af9eeabf2beb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1d91dd00-4f6e-44d3-b1a3-51d45fc549f7 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}







  #s-1d91dd00-4f6e-44d3-b1a3-51d45fc549f7 img.shogun-image {
    

    
    
    
  }


#s-1d91dd00-4f6e-44d3-b1a3-51d45fc549f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a351e02-37f0-4c07-88d7-054ad21f3a97 {
  margin-top: 103px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a351e02-37f0-4c07-88d7-054ad21f3a97 {
  display: none;
}
#s-4a351e02-37f0-4c07-88d7-054ad21f3a97, #wrap-s-4a351e02-37f0-4c07-88d7-054ad21f3a97 { display: none !important; }}@media (max-width: 767px){#s-4a351e02-37f0-4c07-88d7-054ad21f3a97 {
  margin-top: 10px;
display: none;
}
#s-4a351e02-37f0-4c07-88d7-054ad21f3a97, #wrap-s-4a351e02-37f0-4c07-88d7-054ad21f3a97 { display: none !important; }}
#s-bc63ec0a-3090-4289-97ae-11d5f1b92464 {
  margin-top: 103px;
}
@media (min-width: 1200px){#s-bc63ec0a-3090-4289-97ae-11d5f1b92464 {
  display: none;
}
#s-bc63ec0a-3090-4289-97ae-11d5f1b92464, #wrap-s-bc63ec0a-3090-4289-97ae-11d5f1b92464 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc63ec0a-3090-4289-97ae-11d5f1b92464 {
  display: none;
}
#s-bc63ec0a-3090-4289-97ae-11d5f1b92464, #wrap-s-bc63ec0a-3090-4289-97ae-11d5f1b92464 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc63ec0a-3090-4289-97ae-11d5f1b92464 {
  display: none;
}
#s-bc63ec0a-3090-4289-97ae-11d5f1b92464, #wrap-s-bc63ec0a-3090-4289-97ae-11d5f1b92464 { display: none !important; }}@media (max-width: 767px){#s-bc63ec0a-3090-4289-97ae-11d5f1b92464 {
  margin-top: 10px;
}
}
#s-842ef5df-2f05-4211-a051-22f03c9ff007 {
  min-height: 50px;
}








#s-842ef5df-2f05-4211-a051-22f03c9ff007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-842ef5df-2f05-4211-a051-22f03c9ff007.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-17395ea4-8a84-4954-b188-417c14366c53 {
  display: none;
}
#s-17395ea4-8a84-4954-b188-417c14366c53, #wrap-s-17395ea4-8a84-4954-b188-417c14366c53 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17395ea4-8a84-4954-b188-417c14366c53 {
  display: none;
}
#s-17395ea4-8a84-4954-b188-417c14366c53, #wrap-s-17395ea4-8a84-4954-b188-417c14366c53 { display: none !important; }}@media (max-width: 767px){#s-17395ea4-8a84-4954-b188-417c14366c53 {
  display: none;
}
#s-17395ea4-8a84-4954-b188-417c14366c53, #wrap-s-17395ea4-8a84-4954-b188-417c14366c53 { display: none !important; }}
#s-ad6a9967-9ee6-42f1-93a2-835df4977953 {
  padding-top: 62px;
padding-bottom: 0px;
min-height: 900px;
background-color: rgba(36, 36, 36, 1);
}








#s-ad6a9967-9ee6-42f1-93a2-835df4977953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad6a9967-9ee6-42f1-93a2-835df4977953.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e9ff5c2-2826-480e-9766-bbadad121c91 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-0e9ff5c2-2826-480e-9766-bbadad121c91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e9ff5c2-2826-480e-9766-bbadad121c91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e9ff5c2-2826-480e-9766-bbadad121c91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e9ff5c2-2826-480e-9766-bbadad121c91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fbe4e602-4254-442c-a7bc-ca49fef4220c {
  margin-top: -23px;
padding-left: 3%;
padding-right: 3%;
}

#s-5691b148-7e0e-4d60-8394-9655ce00c6ef {
  margin-top: 18px;
padding-top: 6px;
padding-left: 3%;
padding-bottom: 6px;
padding-right: 3%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5691b148-7e0e-4d60-8394-9655ce00c6ef {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-5691b148-7e0e-4d60-8394-9655ce00c6ef {
  padding-top: 46px;
padding-bottom: 46px;
}
}
#s-c9c0b979-8c26-4eee-9d51-403b8eed1ab3 {
  margin-top: 0px;
padding-left: 3%;
padding-right: 3%;
}

.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-0e83010e-7182-4d71-a6fa-9b775083a759 {
  padding-left: 5%;
padding-right: 5%;
}

#s-9b776fd6-8371-42c5-a70e-946eec7b1b46 {
  min-height: 50px;
}








#s-9b776fd6-8371-42c5-a70e-946eec7b1b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b776fd6-8371-42c5-a70e-946eec7b1b46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39b96de9-9d3a-4fc9-b7f9-6ab87cf5bf3a {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-39b96de9-9d3a-4fc9-b7f9-6ab87cf5bf3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b96de9-9d3a-4fc9-b7f9-6ab87cf5bf3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39b96de9-9d3a-4fc9-b7f9-6ab87cf5bf3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39b96de9-9d3a-4fc9-b7f9-6ab87cf5bf3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39b96de9-9d3a-4fc9-b7f9-6ab87cf5bf3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b96de9-9d3a-4fc9-b7f9-6ab87cf5bf3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39b96de9-9d3a-4fc9-b7f9-6ab87cf5bf3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-65c8a1b8-bae5-42ee-af35-4e4b51006a17 {
  margin-top: 37px;
text-align: center;
}

#s-65c8a1b8-bae5-42ee-af35-4e4b51006a17 .shg-product-sold-out {
  display: none;
  color: rgba(252, 252, 252, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
}

#s-65c8a1b8-bae5-42ee-af35-4e4b51006a17 .shg-product-price {
  color: rgba(252, 252, 252, 1);
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 40px;
}

#s-65c8a1b8-bae5-42ee-af35-4e4b51006a17 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(251, 25, 84, 1);
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 38px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-330bcf5e-1616-468f-a21a-ead3e0776b49 {
  display: none;
}
#s-330bcf5e-1616-468f-a21a-ead3e0776b49, #wrap-s-330bcf5e-1616-468f-a21a-ead3e0776b49 { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-830d38cf-5de5-41e4-ab17-f91657486a14 {
  margin-top: 25px;
margin-left: 7%;
margin-bottom: 27px;
margin-right: 7%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 10px;
background-color: rgba(251, 25, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-830d38cf-5de5-41e4-ab17-f91657486a14:hover {background-color: rgba(148, 24, 80, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-830d38cf-5de5-41e4-ab17-f91657486a14:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-830d38cf-5de5-41e4-ab17-f91657486a14 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-830d38cf-5de5-41e4-ab17-f91657486a14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-830d38cf-5de5-41e4-ab17-f91657486a14.shg-btn {
  color: #ffffff;
  font-size: 35px;
  
  
  font-family: Telex;
  display:  block ;
}

#s-830d38cf-5de5-41e4-ab17-f91657486a14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-6f54ec11-e296-4a63-987e-9aaf374f5c0b {
  display: none;
}
#s-6f54ec11-e296-4a63-987e-9aaf374f5c0b, #wrap-s-6f54ec11-e296-4a63-987e-9aaf374f5c0b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f54ec11-e296-4a63-987e-9aaf374f5c0b {
  display: none;
}
#s-6f54ec11-e296-4a63-987e-9aaf374f5c0b, #wrap-s-6f54ec11-e296-4a63-987e-9aaf374f5c0b { display: none !important; }}@media (max-width: 767px){#s-6f54ec11-e296-4a63-987e-9aaf374f5c0b {
  display: none;
}
#s-6f54ec11-e296-4a63-987e-9aaf374f5c0b, #wrap-s-6f54ec11-e296-4a63-987e-9aaf374f5c0b { display: none !important; }}
#s-08cc20fa-2db1-4a04-9909-5fee0315d02c {
  margin-top: 25px;
margin-bottom: 27px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 10px;
background-color: rgba(251, 25, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-08cc20fa-2db1-4a04-9909-5fee0315d02c:hover {background-color: rgba(172, 21, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-08cc20fa-2db1-4a04-9909-5fee0315d02c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08cc20fa-2db1-4a04-9909-5fee0315d02c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08cc20fa-2db1-4a04-9909-5fee0315d02c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08cc20fa-2db1-4a04-9909-5fee0315d02c.shg-btn {
  color: #ffffff;
  font-size: 32px;
  
  
  font-family: Telex;
  display:  block ;
}

#s-08cc20fa-2db1-4a04-9909-5fee0315d02c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4c136140-cc19-4afe-b4ca-ee3e093f60bd {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 900px;
background-color: rgba(255, 199, 222, 1);
}
@media (max-width: 767px){#s-4c136140-cc19-4afe-b4ca-ee3e093f60bd {
  padding-top: 47px;
}
}







#s-4c136140-cc19-4afe-b4ca-ee3e093f60bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c136140-cc19-4afe-b4ca-ee3e093f60bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81fb1143-6824-4f83-983e-e9a9be4d3f0b {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-81fb1143-6824-4f83-983e-e9a9be4d3f0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81fb1143-6824-4f83-983e-e9a9be4d3f0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81fb1143-6824-4f83-983e-e9a9be4d3f0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81fb1143-6824-4f83-983e-e9a9be4d3f0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80bb32f6-53ad-45c7-b96e-f7d851853496 {
  text-align: center;
}







  #s-80bb32f6-53ad-45c7-b96e-f7d851853496 img.shogun-image {
    

    
    
    
  }


#s-80bb32f6-53ad-45c7-b96e-f7d851853496 .shogun-image-content {
  
    align-items: center;
  
}

#s-808ed7fe-06a1-4b74-af4c-e8cc6f503cac {
  padding-left: 3%;
padding-right: 3%;
}

#s-bc06dfe2-20ff-400d-99ca-9e6acbf3a3c7 {
  margin-bottom: 0px;
padding-top: 143px;
padding-bottom: 143px;
min-height: 900px;
background-color: rgba(255, 255, 255, 1);
}








#s-bc06dfe2-20ff-400d-99ca-9e6acbf3a3c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc06dfe2-20ff-400d-99ca-9e6acbf3a3c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2feefab-9ffc-4be3-bbab-79b1ea7d7f30 {
  margin-top: 0px;
margin-bottom: 63px;
padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-a2feefab-9ffc-4be3-bbab-79b1ea7d7f30 {
  display: none;
}
#s-a2feefab-9ffc-4be3-bbab-79b1ea7d7f30, #wrap-s-a2feefab-9ffc-4be3-bbab-79b1ea7d7f30 { display: none !important; }}
#s-a798b303-a0d8-438f-9658-340a30cacff7 {
  margin-top: 0px;
margin-bottom: 63px;
}
@media (min-width: 1200px){#s-a798b303-a0d8-438f-9658-340a30cacff7 {
  display: none;
}
#s-a798b303-a0d8-438f-9658-340a30cacff7, #wrap-s-a798b303-a0d8-438f-9658-340a30cacff7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a798b303-a0d8-438f-9658-340a30cacff7 {
  display: none;
}
#s-a798b303-a0d8-438f-9658-340a30cacff7, #wrap-s-a798b303-a0d8-438f-9658-340a30cacff7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a798b303-a0d8-438f-9658-340a30cacff7 {
  display: none;
}
#s-a798b303-a0d8-438f-9658-340a30cacff7, #wrap-s-a798b303-a0d8-438f-9658-340a30cacff7 { display: none !important; }}
#s-dd2ebbb8-f6eb-4f52-b624-a0cab04c1992 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-dd2ebbb8-f6eb-4f52-b624-a0cab04c1992"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd2ebbb8-f6eb-4f52-b624-a0cab04c1992"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd2ebbb8-f6eb-4f52-b624-a0cab04c1992"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd2ebbb8-f6eb-4f52-b624-a0cab04c1992"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dc5fdfa2-a95e-40ff-aae4-4c080face01b {
  padding-left: 3%;
padding-right: 3%;
}

#s-262d6806-4271-4bc0-b6f1-155c77292054 {
  padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-262d6806-4271-4bc0-b6f1-155c77292054 {
  margin-top: 45px;
}
}
#s-65c83f1c-b8f1-4707-91ed-465f2c95cb74 {
  padding-top: 123px;
padding-bottom: 123px;
min-height: 900px;
background-color: rgba(36, 36, 36, 1);
}








#s-65c83f1c-b8f1-4707-91ed-465f2c95cb74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65c83f1c-b8f1-4707-91ed-465f2c95cb74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8f88a66-f372-4862-9639-ab509f8dde36 {
  margin-bottom: 101px;
padding-left: 3%;
padding-right: 3%;
}

#s-be5b8da9-17e2-4944-97a5-9d094bd57551 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-be5b8da9-17e2-4944-97a5-9d094bd57551"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be5b8da9-17e2-4944-97a5-9d094bd57551"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be5b8da9-17e2-4944-97a5-9d094bd57551"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be5b8da9-17e2-4944-97a5-9d094bd57551"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-1de3e2bc-8594-44c4-89f0-56e045ef2d51 {
  margin-top: 31px;
margin-bottom: 0px;
}
}
#s-515ea904-0b18-49ae-9be7-785dafba6a1d {
  margin-top: 33px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-515ea904-0b18-49ae-9be7-785dafba6a1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-515ea904-0b18-49ae-9be7-785dafba6a1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-515ea904-0b18-49ae-9be7-785dafba6a1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-515ea904-0b18-49ae-9be7-785dafba6a1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-366d6fd8-c770-4416-a55f-abaa2cb89fe1 {
  margin-top: 33px;
margin-bottom: 0px;
}
}
#s-4b1501fc-d774-496c-8225-00121de139a4 {
  margin-top: 29px;
margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 750px;
}
@media (max-width: 767px){#s-4b1501fc-d774-496c-8225-00121de139a4 {
  margin-bottom: 0px;
}
}
#s-c7fc197b-0fde-44bf-a122-45d3cfa71101 {
  margin-bottom: 0px;
padding-top: 143px;
padding-bottom: 143px;
min-height: 900px;
background-color: rgba(255, 255, 255, 1);
}








#s-c7fc197b-0fde-44bf-a122-45d3cfa71101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7fc197b-0fde-44bf-a122-45d3cfa71101.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbd8f08f-3aa7-493a-a2d6-109dcf8069d7 {
  margin-top: 0px;
margin-bottom: 63px;
}
@media (max-width: 767px){#s-bbd8f08f-3aa7-493a-a2d6-109dcf8069d7 {
  display: none;
}
#s-bbd8f08f-3aa7-493a-a2d6-109dcf8069d7, #wrap-s-bbd8f08f-3aa7-493a-a2d6-109dcf8069d7 { display: none !important; }}
#s-f0127f6d-3745-4f2c-aa6d-5ad5d8f75c27 {
  margin-top: 0px;
margin-bottom: 63px;
}
@media (min-width: 1200px){#s-f0127f6d-3745-4f2c-aa6d-5ad5d8f75c27 {
  display: none;
}
#s-f0127f6d-3745-4f2c-aa6d-5ad5d8f75c27, #wrap-s-f0127f6d-3745-4f2c-aa6d-5ad5d8f75c27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0127f6d-3745-4f2c-aa6d-5ad5d8f75c27 {
  display: none;
}
#s-f0127f6d-3745-4f2c-aa6d-5ad5d8f75c27, #wrap-s-f0127f6d-3745-4f2c-aa6d-5ad5d8f75c27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0127f6d-3745-4f2c-aa6d-5ad5d8f75c27 {
  display: none;
}
#s-f0127f6d-3745-4f2c-aa6d-5ad5d8f75c27, #wrap-s-f0127f6d-3745-4f2c-aa6d-5ad5d8f75c27 { display: none !important; }}
#s-99c541d9-1665-455d-87e4-a15625b4d7f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-99c541d9-1665-455d-87e4-a15625b4d7f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99c541d9-1665-455d-87e4-a15625b4d7f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99c541d9-1665-455d-87e4-a15625b4d7f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99c541d9-1665-455d-87e4-a15625b4d7f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e7db3879-d99b-4721-a3a5-bcbafea03f45 {
  padding-left: 3%;
padding-right: 3%;
}

#s-12b5b6cc-0e02-4e2e-b916-7d85fcc8ccbc {
  padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-12b5b6cc-0e02-4e2e-b916-7d85fcc8ccbc {
  margin-top: 45px;
}
}
#s-c0a250c7-3a9c-4fc8-b7ad-d0137fbcd47b {
  padding-top: 60px;
padding-bottom: 5px;
min-height: 800px;
background-color: rgba(255, 199, 253, 1);
}








#s-c0a250c7-3a9c-4fc8-b7ad-d0137fbcd47b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0a250c7-3a9c-4fc8-b7ad-d0137fbcd47b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d81415e1-8a1d-4416-902c-eb5b00c29cbb {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-d81415e1-8a1d-4416-902c-eb5b00c29cbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d81415e1-8a1d-4416-902c-eb5b00c29cbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d81415e1-8a1d-4416-902c-eb5b00c29cbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d81415e1-8a1d-4416-902c-eb5b00c29cbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6e94d616-856f-44b1-bb64-9ca49f69c463 {
  padding-left: 3%;
padding-right: 27px;
}

#s-659faa06-e014-403d-8933-25fa6c3cb25d {
  margin-top: 35px;
text-align: center;
}

#s-659faa06-e014-403d-8933-25fa6c3cb25d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 40px;
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
}

#s-659faa06-e014-403d-8933-25fa6c3cb25d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 40px;
}

#s-659faa06-e014-403d-8933-25fa6c3cb25d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(251, 25, 84, 1);
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 38px;
  padding-left: 10px;
}

#s-ead0c8a1-faef-48f2-b4db-ed6823adec49 {
  margin-top: 25px;
margin-left: 4%;
margin-bottom: 27px;
margin-right: 4%;
padding-top: 34px;
padding-left: 20px;
padding-bottom: 34px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 10px;
background-color: rgba(251, 25, 84, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ead0c8a1-faef-48f2-b4db-ed6823adec49:hover {background-color: rgba(184, 30, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ead0c8a1-faef-48f2-b4db-ed6823adec49:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ead0c8a1-faef-48f2-b4db-ed6823adec49 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ead0c8a1-faef-48f2-b4db-ed6823adec49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ead0c8a1-faef-48f2-b4db-ed6823adec49.shg-btn {
  color: #ffffff;
  font-size: 44px;
  
  
  font-family: Telex;
  display:  block ;
}

#s-ead0c8a1-faef-48f2-b4db-ed6823adec49.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-62c8f173-310c-45a3-9a05-5ade13153f2d {
  padding-top: 38px;
padding-left: 3%;
padding-bottom: 38px;
padding-right: 3%;
}

#s-4e11e7b8-3a80-4bef-9cef-1cd0c914f73a {
  margin-top: 54px;
}

#s-df2fdfbc-faf8-4ad6-8aff-9172b3b50e77 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 31px;
padding-bottom: 31px;
background-color: rgba(36, 36, 36, 1);
}








#s-df2fdfbc-faf8-4ad6-8aff-9172b3b50e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df2fdfbc-faf8-4ad6-8aff-9172b3b50e77.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-af0d6785-e9f8-4e5d-9fd4-f32bce786c67 {
  padding-top: 10px;
padding-bottom: 14px;
}

#s-1b6801ec-6d38-4721-9392-0bccbb557d9b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1180px;
}








#s-1b6801ec-6d38-4721-9392-0bccbb557d9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b6801ec-6d38-4721-9392-0bccbb557d9b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-be26e8e9-739a-4c73-9447-8caad2cfb1e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be26e8e9-739a-4c73-9447-8caad2cfb1e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be26e8e9-739a-4c73-9447-8caad2cfb1e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be26e8e9-739a-4c73-9447-8caad2cfb1e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be26e8e9-739a-4c73-9447-8caad2cfb1e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be26e8e9-739a-4c73-9447-8caad2cfb1e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be26e8e9-739a-4c73-9447-8caad2cfb1e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9e20b262-8619-4441-8098-b437e1a8ab65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e20b262-8619-4441-8098-b437e1a8ab65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e20b262-8619-4441-8098-b437e1a8ab65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e20b262-8619-4441-8098-b437e1a8ab65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e20b262-8619-4441-8098-b437e1a8ab65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e20b262-8619-4441-8098-b437e1a8ab65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e20b262-8619-4441-8098-b437e1a8ab65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-47f75276-620a-4546-ac1b-7e500b19acde {
  background-repeat: no-repeat;
background-size: cover;
border-radius: 5px;
min-height: 389px;
background-position: center center;
}








#s-47f75276-620a-4546-ac1b-7e500b19acde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47f75276-620a-4546-ac1b-7e500b19acde.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-98d3539f-d7b3-40cf-8035-108ecbf84ea7 {
  margin-left: 18px;
margin-right: 18px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
}

#s-e183d88b-3f94-4cca-ba46-c0bdce346e0e {
  margin-top: 10px;
}

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

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

#s-b144ee96-463b-4533-b068-69544b4776df {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-b144ee96-463b-4533-b068-69544b4776df hr {
  border-top: 2px solid #ddd;
}

#s-e1ec979c-501c-4e40-a98e-5ad26e5c6824 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-989765be-95dc-4bbc-b0d8-d77a2e44f5ca hr {
  border-top: 2px solid #ddd;
}

#s-9d52551f-1b24-4691-b7ef-4065a83b6a12 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-bc481853-6b2c-4463-97f4-16538c01ce1b {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
min-height: 50px;
max-width: 1000px;
}








#s-bc481853-6b2c-4463-97f4-16538c01ce1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc481853-6b2c-4463-97f4-16538c01ce1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-970d5172-4c4e-42d9-a8a5-94cdbe8723d1 {
  margin-top: 12px;
margin-bottom: 1px;
}

#s-5b4a6dc6-25e5-48a5-9d76-ee0dddef1216 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-5b4a6dc6-25e5-48a5-9d76-ee0dddef1216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b4a6dc6-25e5-48a5-9d76-ee0dddef1216.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-ddb84474-c8f3-422c-8b7e-30f93f30276d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ddb84474-c8f3-422c-8b7e-30f93f30276d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ddb84474-c8f3-422c-8b7e-30f93f30276d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddb84474-c8f3-422c-8b7e-30f93f30276d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-a2934f5e-01a4-41ed-a347-9f61205168d3 {
  text-align: center;
}







  #s-a2934f5e-01a4-41ed-a347-9f61205168d3 img.shogun-image {
    

    
    
    
  }


#s-a2934f5e-01a4-41ed-a347-9f61205168d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-84069238-3233-439e-8fc5-0c41de780ef4 {
  text-align: center;
}







  #s-84069238-3233-439e-8fc5-0c41de780ef4 img.shogun-image {
    

    
    
    
  }


#s-84069238-3233-439e-8fc5-0c41de780ef4 .shogun-image-content {
  
    align-items: center;
  
}

#s-614a3231-9640-49a7-b3cb-6401774c21b0 {
  text-align: center;
}







  #s-614a3231-9640-49a7-b3cb-6401774c21b0 img.shogun-image {
    

    
    
    
  }


#s-614a3231-9640-49a7-b3cb-6401774c21b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-de67f8ff-bf06-4d35-8a0b-922929106b21 {
  text-align: center;
}







  #s-de67f8ff-bf06-4d35-8a0b-922929106b21 img.shogun-image {
    

    
    
    
  }


#s-de67f8ff-bf06-4d35-8a0b-922929106b21 .shogun-image-content {
  
    align-items: center;
  
}

#s-16acc7d7-52c7-4519-9609-4ac257657f2f {
  text-align: center;
}







  #s-16acc7d7-52c7-4519-9609-4ac257657f2f img.shogun-image {
    

    
    
    
  }


#s-16acc7d7-52c7-4519-9609-4ac257657f2f .shogun-image-content {
  
    align-items: center;
  
}

#s-2120db86-51d7-4245-8642-341cfac2db96 {
  text-align: center;
}







  #s-2120db86-51d7-4245-8642-341cfac2db96 img.shogun-image {
    

    
    
    
  }


#s-2120db86-51d7-4245-8642-341cfac2db96 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3e80dc37-d670-48b8-b8cc-73d48b0a63a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3e80dc37-d670-48b8-b8cc-73d48b0a63a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3e80dc37-d670-48b8-b8cc-73d48b0a63a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e80dc37-d670-48b8-b8cc-73d48b0a63a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-4950be8a-34d5-4149-b3cd-5101b86c7086 {
  text-align: center;
}







  #s-4950be8a-34d5-4149-b3cd-5101b86c7086 img.shogun-image {
    

    
    
    
  }


#s-4950be8a-34d5-4149-b3cd-5101b86c7086 .shogun-image-content {
  
    align-items: center;
  
}

#s-25979114-859e-4ca7-99a1-802259195521 {
  text-align: center;
}







  #s-25979114-859e-4ca7-99a1-802259195521 img.shogun-image {
    

    
    
    
  }


#s-25979114-859e-4ca7-99a1-802259195521 .shogun-image-content {
  
    align-items: center;
  
}

#s-587bc788-f7b1-4ea2-ad60-e2ca17c6f76e {
  text-align: center;
}







  #s-587bc788-f7b1-4ea2-ad60-e2ca17c6f76e img.shogun-image {
    

    
    
    
  }


#s-587bc788-f7b1-4ea2-ad60-e2ca17c6f76e .shogun-image-content {
  
    align-items: center;
  
}

#s-49e25b1a-88b4-476e-98c5-27a3d647edd6 {
  text-align: center;
}







  #s-49e25b1a-88b4-476e-98c5-27a3d647edd6 img.shogun-image {
    

    
    
    
  }


#s-49e25b1a-88b4-476e-98c5-27a3d647edd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb7f31f0-d264-49d6-82b7-1aae34a40212 {
  text-align: center;
}







  #s-bb7f31f0-d264-49d6-82b7-1aae34a40212 img.shogun-image {
    

    
    
    
  }


#s-bb7f31f0-d264-49d6-82b7-1aae34a40212 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9316e9b-3e03-4702-854e-4a24946d51f0 {
  text-align: center;
}







  #s-a9316e9b-3e03-4702-854e-4a24946d51f0 img.shogun-image {
    

    
    
    
  }


#s-a9316e9b-3e03-4702-854e-4a24946d51f0 .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c: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}
