#s-0b01c861-6116-4750-b995-3bd8b3daf887 {
  display: none;
}
.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-f818799e-4def-4b87-a701-1b5b1d1d1834 {
  margin-top: 59px;
margin-left: 20px;
margin-bottom: -13px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f818799e-4def-4b87-a701-1b5b1d1d1834 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f818799e-4def-4b87-a701-1b5b1d1d1834 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f818799e-4def-4b87-a701-1b5b1d1d1834 {
  
}
}@media (max-width: 767px){#s-f818799e-4def-4b87-a701-1b5b1d1d1834 {
  
}
}
#s-f818799e-4def-4b87-a701-1b5b1d1d1834 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ABeeZee;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-b64d9680-6ce6-4a30-be33-0941238ce657 {
  display: none;
}
.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-2332f11a-16da-4de7-abc9-a5ec272a7378 {
  margin-top: 18px;
margin-bottom: 3px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2332f11a-16da-4de7-abc9-a5ec272a7378 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2332f11a-16da-4de7-abc9-a5ec272a7378 .shg-sld-nav-button.shg-sld-left,
#s-2332f11a-16da-4de7-abc9-a5ec272a7378 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-f940b0f1-2c49-4bf6-a54c-334e3c07f213 {
  text-align: center;
}







  #s-f940b0f1-2c49-4bf6-a54c-334e3c07f213 img.shogun-image {
    

    
    
    
  }


#s-f940b0f1-2c49-4bf6-a54c-334e3c07f213 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2eee6d1-6068-4a31-b70b-94e7169cdd69 {
  text-align: center;
}







  #s-f2eee6d1-6068-4a31-b70b-94e7169cdd69 img.shogun-image {
    

    
    
    
  }


#s-f2eee6d1-6068-4a31-b70b-94e7169cdd69 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ffb5664-9bd7-4cba-8549-9a124c5771d3 {
  text-align: center;
}







  #s-0ffb5664-9bd7-4cba-8549-9a124c5771d3 img.shogun-image {
    

    
    
    
  }


#s-0ffb5664-9bd7-4cba-8549-9a124c5771d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-18609c05-0921-4acc-8f80-5ddb47b2028e {
  text-align: center;
}







  #s-18609c05-0921-4acc-8f80-5ddb47b2028e img.shogun-image {
    

    
    
    
  }


#s-18609c05-0921-4acc-8f80-5ddb47b2028e .shogun-image-content {
  
    align-items: center;
  
}

#s-a68a5acb-042e-4075-861a-bb09ad04a528 {
  text-align: center;
}







  #s-a68a5acb-042e-4075-861a-bb09ad04a528 img.shogun-image {
    

    
    
    
  }


#s-a68a5acb-042e-4075-861a-bb09ad04a528 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b393984-cc25-4a5e-a66e-ee90876311e4 {
  text-align: center;
}







  #s-4b393984-cc25-4a5e-a66e-ee90876311e4 img.shogun-image {
    

    
    
    
  }


#s-4b393984-cc25-4a5e-a66e-ee90876311e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fd919ec-6df5-449b-bc1d-d127629e08d7 {
  text-align: center;
}







  #s-0fd919ec-6df5-449b-bc1d-d127629e08d7 img.shogun-image {
    

    
    
    
  }


#s-0fd919ec-6df5-449b-bc1d-d127629e08d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8498789a-ac87-410e-8e59-f643f3833de0 {
  text-align: center;
}







  #s-8498789a-ac87-410e-8e59-f643f3833de0 img.shogun-image {
    

    
    
    
  }


#s-8498789a-ac87-410e-8e59-f643f3833de0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ca97a2d-b840-4f92-9e4f-a066f292dfc8 {
  text-align: center;
}







  #s-5ca97a2d-b840-4f92-9e4f-a066f292dfc8 img.shogun-image {
    

    
    
    
  }


#s-5ca97a2d-b840-4f92-9e4f-a066f292dfc8 .shogun-image-content {
  
    align-items: center;
  
}

.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-63af28d7-2bd2-443b-be8e-8c139df8ca0e {
  background-color: rgba(255, 255, 255, 0.28);
}
@media (min-width: 1200px){#s-63af28d7-2bd2-443b-be8e-8c139df8ca0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63af28d7-2bd2-443b-be8e-8c139df8ca0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63af28d7-2bd2-443b-be8e-8c139df8ca0e {
  
}
}@media (max-width: 767px){#s-63af28d7-2bd2-443b-be8e-8c139df8ca0e {
  
}
}
@media (min-width: 0px) {
[id="s-63af28d7-2bd2-443b-be8e-8c139df8ca0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63af28d7-2bd2-443b-be8e-8c139df8ca0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63af28d7-2bd2-443b-be8e-8c139df8ca0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63af28d7-2bd2-443b-be8e-8c139df8ca0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-e34f4e9a-2d71-41b6-a938-83d9bc8f79fe {
  margin-top: 2px;
margin-bottom: -26px;
}

#s-424a1831-4165-426e-9ce7-8137b51f3664 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-424a1831-4165-426e-9ce7-8137b51f3664 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-424a1831-4165-426e-9ce7-8137b51f3664 .shg-sld-nav-button.shg-sld-left,
#s-424a1831-4165-426e-9ce7-8137b51f3664 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-05cbef65-87ff-4695-a5de-8687d4eda680 {
  text-align: center;
}







  #s-05cbef65-87ff-4695-a5de-8687d4eda680 img.shogun-image {
    

    
    
    
  }


#s-05cbef65-87ff-4695-a5de-8687d4eda680 .shogun-image-content {
  
    align-items: center;
  
}

#s-495cf7c7-891e-4a99-b01c-a2a006c324de {
  text-align: center;
}







  #s-495cf7c7-891e-4a99-b01c-a2a006c324de img.shogun-image {
    

    
    
    
  }


#s-495cf7c7-891e-4a99-b01c-a2a006c324de .shogun-image-content {
  
    align-items: center;
  
}

#s-7f5a7009-466c-49f5-b0c8-bb59f481801f {
  text-align: center;
}







  #s-7f5a7009-466c-49f5-b0c8-bb59f481801f img.shogun-image {
    

    
    
    
  }


#s-7f5a7009-466c-49f5-b0c8-bb59f481801f .shogun-image-content {
  
    align-items: center;
  
}

#s-c3e277f3-cd87-447d-ae28-6e7c9aa034db {
  text-align: center;
}







  #s-c3e277f3-cd87-447d-ae28-6e7c9aa034db img.shogun-image {
    

    
    
    
  }


#s-c3e277f3-cd87-447d-ae28-6e7c9aa034db .shogun-image-content {
  
    align-items: center;
  
}

#s-d6de60bb-eb73-40f3-8c3e-85af5949d390 {
  text-align: center;
}







  #s-d6de60bb-eb73-40f3-8c3e-85af5949d390 img.shogun-image {
    

    
    
    
  }


#s-d6de60bb-eb73-40f3-8c3e-85af5949d390 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b6538dc-3065-4d21-9c8b-f318a40e2f8c {
  text-align: center;
}







  #s-0b6538dc-3065-4d21-9c8b-f318a40e2f8c img.shogun-image {
    

    
    
    
  }


#s-0b6538dc-3065-4d21-9c8b-f318a40e2f8c .shogun-image-content {
  
    align-items: center;
  
}

#s-be5335d2-525e-418d-af4b-38ca74c375dc {
  text-align: center;
}







  #s-be5335d2-525e-418d-af4b-38ca74c375dc img.shogun-image {
    

    
    
    
  }


#s-be5335d2-525e-418d-af4b-38ca74c375dc .shogun-image-content {
  
    align-items: center;
  
}

#s-1faa2bdd-c491-4ee7-8132-3a8366139f35 {
  text-align: center;
}







  #s-1faa2bdd-c491-4ee7-8132-3a8366139f35 img.shogun-image {
    

    
    
    
  }


#s-1faa2bdd-c491-4ee7-8132-3a8366139f35 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf9a49cf-f036-4804-90a9-27d3eafd0c4c {
  text-align: center;
}







  #s-cf9a49cf-f036-4804-90a9-27d3eafd0c4c img.shogun-image {
    

    
    
    
  }


#s-cf9a49cf-f036-4804-90a9-27d3eafd0c4c .shogun-image-content {
  
    align-items: center;
  
}

#s-6e56f050-9659-4f5c-bca4-7a1b34d2ca60 {
  text-align: center;
}







  #s-6e56f050-9659-4f5c-bca4-7a1b34d2ca60 img.shogun-image {
    

    
    
    
  }


#s-6e56f050-9659-4f5c-bca4-7a1b34d2ca60 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6b92602-cfc8-4fe0-8364-97546dcf6eab {
  text-align: center;
}







  #s-d6b92602-cfc8-4fe0-8364-97546dcf6eab img.shogun-image {
    

    
    
    
  }


#s-d6b92602-cfc8-4fe0-8364-97546dcf6eab .shogun-image-content {
  
    align-items: center;
  
}

#s-9a1aab41-5ba1-4c64-9bd3-c0c5fb0f75e5 {
  text-align: center;
}







  #s-9a1aab41-5ba1-4c64-9bd3-c0c5fb0f75e5 img.shogun-image {
    

    
    
    
  }


#s-9a1aab41-5ba1-4c64-9bd3-c0c5fb0f75e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b2f1765-4ff9-4423-96aa-e52f3dbd8bd6 {
  text-align: center;
}







  #s-0b2f1765-4ff9-4423-96aa-e52f3dbd8bd6 img.shogun-image {
    

    
    
    
  }


#s-0b2f1765-4ff9-4423-96aa-e52f3dbd8bd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e64ec057-dae3-4298-9baa-514e39ef83d0 {
  text-align: center;
}







  #s-e64ec057-dae3-4298-9baa-514e39ef83d0 img.shogun-image {
    

    
    
    
  }


#s-e64ec057-dae3-4298-9baa-514e39ef83d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6fff0c8-cf79-4640-bb7d-1a2e843c59b8 {
  text-align: center;
}







  #s-e6fff0c8-cf79-4640-bb7d-1a2e843c59b8 img.shogun-image {
    

    
    
    
  }


#s-e6fff0c8-cf79-4640-bb7d-1a2e843c59b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb27f0e1-2c84-4856-b277-2a6afae67db5 {
  text-align: center;
}







  #s-eb27f0e1-2c84-4856-b277-2a6afae67db5 img.shogun-image {
    

    
    
    
  }


#s-eb27f0e1-2c84-4856-b277-2a6afae67db5 .shogun-image-content {
  
    align-items: center;
  
}

.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-ef02caf2-1647-40a0-9121-38254648ce72 {
  box-shadow:40px 40px 100px 0px rgba(202, 248, 248, 0.64);
background-attachment: fixed;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(243, 249, 250, 1);
border-style: solid;
border-radius: 32px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ef02caf2-1647-40a0-9121-38254648ce72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef02caf2-1647-40a0-9121-38254648ce72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef02caf2-1647-40a0-9121-38254648ce72 {
  
}
}@media (max-width: 767px){#s-ef02caf2-1647-40a0-9121-38254648ce72 {
  
}
}







#s-ef02caf2-1647-40a0-9121-38254648ce72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef02caf2-1647-40a0-9121-38254648ce72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37bc8fc8-990c-42d2-a8a0-ac67fcf4b73f {
  margin-top: 68px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-37bc8fc8-990c-42d2-a8a0-ac67fcf4b73f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37bc8fc8-990c-42d2-a8a0-ac67fcf4b73f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37bc8fc8-990c-42d2-a8a0-ac67fcf4b73f {
  
}
}@media (max-width: 767px){#s-37bc8fc8-990c-42d2-a8a0-ac67fcf4b73f {
  
}
}
#s-37bc8fc8-990c-42d2-a8a0-ac67fcf4b73f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ABeeZee;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a643c5d1-2ad6-413a-9bdd-6e83e950d608 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
min-height: 4px;
}
@media (min-width: 1200px){#s-a643c5d1-2ad6-413a-9bdd-6e83e950d608 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a643c5d1-2ad6-413a-9bdd-6e83e950d608 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a643c5d1-2ad6-413a-9bdd-6e83e950d608 {
  
}
}@media (max-width: 767px){#s-a643c5d1-2ad6-413a-9bdd-6e83e950d608 {
  
}
}
#s-e5420dcb-1a8f-4d61-b20e-def6cc293947 {
  border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: -9px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 233, 235, 1);
text-align: center;
}
@media (min-width: 1200px){#s-e5420dcb-1a8f-4d61-b20e-def6cc293947 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5420dcb-1a8f-4d61-b20e-def6cc293947 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5420dcb-1a8f-4d61-b20e-def6cc293947 {
  
}
}@media (max-width: 767px){#s-e5420dcb-1a8f-4d61-b20e-def6cc293947 {
  
}
}
#s-e5420dcb-1a8f-4d61-b20e-def6cc293947 .shg-product-sold-out {
  display: none;
  color: rgba(251, 63, 63, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: Acme;
  font-style:  normal ;
}

#s-e5420dcb-1a8f-4d61-b20e-def6cc293947 .shg-product-price {
  color: rgba(251, 63, 63, 1);
  font-weight:   ;
  font-family: Acme;
  font-style:  normal ;
  font-size: 25px;
}

#s-e5420dcb-1a8f-4d61-b20e-def6cc293947 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.97);
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
  padding-left: 20px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

.shg-product-selector-hidden {
  display: none;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 {
  text-align: left;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381-btn-wrapper {
    text-align: center;
  }


#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-variant-btn:hover {
  background: #252525;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-variant-btn:active, #s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1b8d9956-d89a-4ab3-80f0-7b0f631c6381 .shg-variant-btn.disabled {
  background: #252525;
}

.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-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1 {
  box-shadow:5px 5px 4px 1px rgba(226, 43, 43, 0.45);
border-style: solid;
margin-top: 1px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 88, 90, 1);
font-size: 18px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
}
#s-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1 {
  
}
}@media (max-width: 767px){#s-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1 {
  
}
}


#s-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9ba0ff85-c60d-4ca9-8528-aa2f01c773f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-62238852-ab66-4c53-9028-dac3c66645b3 {
  margin-top: -40px;
margin-left: 20px;
margin-bottom: -40px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-62238852-ab66-4c53-9028-dac3c66645b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62238852-ab66-4c53-9028-dac3c66645b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62238852-ab66-4c53-9028-dac3c66645b3 {
  
}
}@media (max-width: 767px){#s-62238852-ab66-4c53-9028-dac3c66645b3 {
  
}
}
#s-9968b6fa-cfa9-46d3-bb30-00f2b5715b89 {
  margin-top: 39px;
margin-left: 2px;
margin-bottom: 39px;
margin-right: 2px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9968b6fa-cfa9-46d3-bb30-00f2b5715b89 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9968b6fa-cfa9-46d3-bb30-00f2b5715b89 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9968b6fa-cfa9-46d3-bb30-00f2b5715b89 {
  
}
}@media (max-width: 767px){#s-9968b6fa-cfa9-46d3-bb30-00f2b5715b89 {
  
}
}
@media (min-width: 0px) {
[id="s-9968b6fa-cfa9-46d3-bb30-00f2b5715b89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9968b6fa-cfa9-46d3-bb30-00f2b5715b89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9968b6fa-cfa9-46d3-bb30-00f2b5715b89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9968b6fa-cfa9-46d3-bb30-00f2b5715b89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9ad0e213-9a78-46a2-bb90-11383a97f8c9 {
  min-height: 50px;
}








#s-9ad0e213-9a78-46a2-bb90-11383a97f8c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ad0e213-9a78-46a2-bb90-11383a97f8c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f46e7069-22b9-4934-a7c3-5c0d9b89777b {
  text-align: center;
}

#s-a695a876-b8bb-4cf8-993c-d07ecf9db57b {
  margin-top: 31px;
margin-bottom: -40px;
}

.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-6e872b2d-53f7-448d-92c3-d7b3bb90d1f7 {
  margin-top: 15px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-6e872b2d-53f7-448d-92c3-d7b3bb90d1f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e872b2d-53f7-448d-92c3-d7b3bb90d1f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e872b2d-53f7-448d-92c3-d7b3bb90d1f7 {
  
}
}@media (max-width: 767px){#s-6e872b2d-53f7-448d-92c3-d7b3bb90d1f7 {
  
}
}
#s-6e872b2d-53f7-448d-92c3-d7b3bb90d1f7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "ABeeZee";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-93495c72-7054-4df3-a375-0b535769524a {
  box-shadow:7px 7px 10px 1px rgba(92, 215, 215, 0.55);
margin-top: -31px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
border-style: solid;
border-radius: 20px;
background-color: rgba(204, 250, 248, 0.18);
}
@media (min-width: 1200px){#s-93495c72-7054-4df3-a375-0b535769524a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93495c72-7054-4df3-a375-0b535769524a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-93495c72-7054-4df3-a375-0b535769524a {
  
}
}@media (max-width: 767px){#s-93495c72-7054-4df3-a375-0b535769524a {
  
}
}
#s-5c8b7c06-7a42-49d5-8e81-2eafdeb6e8f7 {
  box-shadow:7px 7px 10px 1px rgba(92, 215, 215, 0.55);
margin-top: 10px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
border-style: solid;
border-radius: 20px;
background-color: rgba(204, 250, 248, 0.18);
}
@media (min-width: 1200px){#s-5c8b7c06-7a42-49d5-8e81-2eafdeb6e8f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c8b7c06-7a42-49d5-8e81-2eafdeb6e8f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c8b7c06-7a42-49d5-8e81-2eafdeb6e8f7 {
  
}
}@media (max-width: 767px){#s-5c8b7c06-7a42-49d5-8e81-2eafdeb6e8f7 {
  
}
}
#s-7d3cb368-9f5d-4bb7-957b-811d4b030268 {
  box-shadow:7px 7px 10px 1px rgba(92, 215, 215, 0.55);
margin-top: -31px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
border-style: solid;
border-radius: 20px;
background-color: rgba(204, 250, 248, 0.18);
}
@media (min-width: 1200px){#s-7d3cb368-9f5d-4bb7-957b-811d4b030268 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d3cb368-9f5d-4bb7-957b-811d4b030268 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d3cb368-9f5d-4bb7-957b-811d4b030268 {
  
}
}@media (max-width: 767px){#s-7d3cb368-9f5d-4bb7-957b-811d4b030268 {
  
}
}
#s-a4a50f87-7a75-48c6-a70d-3de8557f3ce1 {
  display: none;
}
#s-4a5f48cc-1c06-42ec-8f9c-9557dc98bb31 {
  box-shadow:1px 7px 10px 7px rgba(92, 215, 215, 0.54);
margin-top: -25px;
margin-left: 40px;
margin-bottom: -25px;
margin-right: 40px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(155, 250, 246, 0.16);
}

#s-40ab97a3-5fdd-4ec8-ae1e-5d48948df155 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 60px;
margin-bottom: 60px;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-40ab97a3-5fdd-4ec8-ae1e-5d48948df155 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40ab97a3-5fdd-4ec8-ae1e-5d48948df155 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40ab97a3-5fdd-4ec8-ae1e-5d48948df155 {
  
}
}@media (max-width: 767px){#s-40ab97a3-5fdd-4ec8-ae1e-5d48948df155 {
  
}
}







#s-40ab97a3-5fdd-4ec8-ae1e-5d48948df155 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-40ab97a3-5fdd-4ec8-ae1e-5d48948df155.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74a49d21-4f73-453a-93c8-1a65aa7b710e {
  background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-74a49d21-4f73-453a-93c8-1a65aa7b710e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74a49d21-4f73-453a-93c8-1a65aa7b710e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74a49d21-4f73-453a-93c8-1a65aa7b710e {
  
}
}@media (max-width: 767px){#s-74a49d21-4f73-453a-93c8-1a65aa7b710e {
  
}
}
@media (min-width: 0px) {
[id="s-74a49d21-4f73-453a-93c8-1a65aa7b710e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74a49d21-4f73-453a-93c8-1a65aa7b710e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74a49d21-4f73-453a-93c8-1a65aa7b710e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74a49d21-4f73-453a-93c8-1a65aa7b710e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-74a49d21-4f73-453a-93c8-1a65aa7b710e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-aa5bb4b0-50dd-47d3-bd95-4c01ac5988a2 {
  margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
}

#s-aa5bb4b0-50dd-47d3-bd95-4c01ac5988a2 .shogun-icon-wrapper {
  text-align: left;
}


#s-aa5bb4b0-50dd-47d3-bd95-4c01ac5988a2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-471fa4ac-48ab-4b47-90dd-963502950bad {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-471fa4ac-48ab-4b47-90dd-963502950bad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-471fa4ac-48ab-4b47-90dd-963502950bad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-471fa4ac-48ab-4b47-90dd-963502950bad {
  
}
}@media (max-width: 767px){#s-471fa4ac-48ab-4b47-90dd-963502950bad {
  
}
}
#s-471fa4ac-48ab-4b47-90dd-963502950bad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-54267e14-8a52-4518-ba56-d4c7def3bd10 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-54267e14-8a52-4518-ba56-d4c7def3bd10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54267e14-8a52-4518-ba56-d4c7def3bd10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54267e14-8a52-4518-ba56-d4c7def3bd10 {
  
}
}@media (max-width: 767px){#s-54267e14-8a52-4518-ba56-d4c7def3bd10 {
  
}
}
#s-2d6a8487-e384-43b7-a4e4-4369483abe8d {
  margin-left: 40px;
margin-right: 40px;
}

#s-2d6a8487-e384-43b7-a4e4-4369483abe8d .shogun-icon-wrapper {
  text-align: left;
}


#s-2d6a8487-e384-43b7-a4e4-4369483abe8d .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-298ed08f-f8fe-44ce-9e95-5ba1703d84e6 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-298ed08f-f8fe-44ce-9e95-5ba1703d84e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-298ed08f-f8fe-44ce-9e95-5ba1703d84e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-298ed08f-f8fe-44ce-9e95-5ba1703d84e6 {
  
}
}@media (max-width: 767px){#s-298ed08f-f8fe-44ce-9e95-5ba1703d84e6 {
  
}
}
#s-298ed08f-f8fe-44ce-9e95-5ba1703d84e6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7346df7b-8abf-4307-8fac-874de99b7792 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-7346df7b-8abf-4307-8fac-874de99b7792 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7346df7b-8abf-4307-8fac-874de99b7792 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7346df7b-8abf-4307-8fac-874de99b7792 {
  
}
}@media (max-width: 767px){#s-7346df7b-8abf-4307-8fac-874de99b7792 {
  
}
}
#s-68e8aee5-6518-485e-84a2-ef6666446cf5 {
  margin-left: 40px;
margin-right: 40px;
}

#s-68e8aee5-6518-485e-84a2-ef6666446cf5 .shogun-icon-wrapper {
  text-align: left;
}


#s-68e8aee5-6518-485e-84a2-ef6666446cf5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-0a564fa9-8e65-465c-b091-da77ebaf565e {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-0a564fa9-8e65-465c-b091-da77ebaf565e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a564fa9-8e65-465c-b091-da77ebaf565e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a564fa9-8e65-465c-b091-da77ebaf565e {
  
}
}@media (max-width: 767px){#s-0a564fa9-8e65-465c-b091-da77ebaf565e {
  
}
}
#s-0a564fa9-8e65-465c-b091-da77ebaf565e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9af0a5f1-b581-4802-a99d-8f1b54355fa4 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-9af0a5f1-b581-4802-a99d-8f1b54355fa4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9af0a5f1-b581-4802-a99d-8f1b54355fa4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9af0a5f1-b581-4802-a99d-8f1b54355fa4 {
  
}
}@media (max-width: 767px){#s-9af0a5f1-b581-4802-a99d-8f1b54355fa4 {
  
}
}
#s-1b751b9b-5366-479f-b314-87942976e1a0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}
@media (min-width: 1200px){#s-1b751b9b-5366-479f-b314-87942976e1a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b751b9b-5366-479f-b314-87942976e1a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b751b9b-5366-479f-b314-87942976e1a0 {
  
}
}@media (max-width: 767px){#s-1b751b9b-5366-479f-b314-87942976e1a0 {
  
}
}







#s-1b751b9b-5366-479f-b314-87942976e1a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b751b9b-5366-479f-b314-87942976e1a0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-38f46943-e65a-4487-892c-c9006df2cced {
  display: none;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}