.main__inner-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
}

.scaffoldFooter {
  margin-top: 0 !important;
}

.dataHtmlBlock1 {
  width: 100%;
}

.promo-hager-work-hard-play-hard {
  width: 100%;
  max-width: 100%;
  font-family: Arial, sans-serif;
}
.promo-hager-work-hard-play-hard .logo {
  background-color: #24b7ed;
  padding: var(--gutter-half);
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-hager-work-hard-play-hard .logo img {
  width: 210px;
}
.promo-hager-work-hard-play-hard .hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  min-width: 0;
}
.promo-hager-work-hard-play-hard .hero .swiper .swiper-pagination {
  position: absolute !important;
  bottom: 0;
  top: auto !important;
  z-index: 4;
  height: fit-content !important;
}
.promo-hager-work-hard-play-hard .hero .hero-desktop {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .promo-hager-work-hard-play-hard .hero .hero-desktop {
    display: block;
  }
}
.promo-hager-work-hard-play-hard .hero .hero-mobile {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .promo-hager-work-hard-play-hard .hero .hero-mobile {
    display: none;
  }
}
.promo-hager-work-hard-play-hard .intro {
  background: #0085c3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: var(--gutter);
  color: var(--color-white);
  margin-top: -1px;
}
.promo-hager-work-hard-play-hard .intro h1 {
  max-width: 100%;
  width: 700px;
  text-align: center;
  font-weight: 600;
  font-size: var(--font-size-xxlarge);
  line-height: var(--font-size-xxlarge);
}
@media (max-width: 768px) {
  .promo-hager-work-hard-play-hard .intro h1 {
    font-size: var(--font-size-xlarge);
  }
}
.promo-hager-work-hard-play-hard .intro p {
  max-width: 100%;
  width: 700px;
  text-align: center;
  font-size: var(--font-size-medium);
  line-height: var(--font-size-large);
}
.promo-hager-work-hard-play-hard .steps {
  display: flex;
  flex-direction: column;
  gap: calc(var(--gutter) * 1.5);
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  margin-top: var(--gutter);
  padding: var(--gutter-half);
}
.promo-hager-work-hard-play-hard .steps .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.promo-hager-work-hard-play-hard .steps .step .label-step {
  background-color: #01284c;
  color: white;
  width: 100%;
  max-width: fit-content;
  width: 96px;
  min-width: 96px;
  max-width: 96px;
  height: 96px;
  min-height: 96px;
  max-height: 96px;
  border-radius: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
  z-index: 2;
}
.promo-hager-work-hard-play-hard .steps .step .label-step .text {
  font-size: var(--font-size-large);
  line-height: var(--font-size-large);
  font-weight: 400;
}
.promo-hager-work-hard-play-hard .steps .step .label-step .number {
  font-size: var(--font-size-xxlarge);
  line-height: var(--font-size-xxlarge);
  color: #24b7ed;
  font-size: 700;
}
.promo-hager-work-hard-play-hard .steps .step .instruction-step {
  margin-top: 1.5rem;
  max-width: 300px;
  margin-bottom: 40px;
}
.promo-hager-work-hard-play-hard .steps .step .instruction-step div {
  background-color: #f7f7f7;
  margin: 0;
  padding: var(--gutter-half);
  padding-top: calc(var(--gutter) * 2.2);
  color: #01284c;
  font-size: var(--font-size-medium);
  line-height: var(--font-size-large);
  font-weight: 400;
  text-align: center;
  border-radius: 15px;
}
.promo-hager-work-hard-play-hard .steps .step .instruction-step div h4 {
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.promo-hager-work-hard-play-hard .steps .step .instruction-step div a {
  text-decoration: none;
}
.promo-hager-work-hard-play-hard .steps .step .instruction-step div a::after {
  display: none;
}
@media (min-width: 768px) {
  .promo-hager-work-hard-play-hard .steps .step .instruction-step div {
    max-width: 360px;
    min-height: 390px;
  }
}
@media (min-width: 768px) {
  .promo-hager-work-hard-play-hard .steps {
    flex-direction: row;
    width: 900px;
  }
}
.promo-hager-work-hard-play-hard .featured-products {
  max-width: 100%;
  width: 100%;
  padding-top: var(--gutter-half);
  padding-bottom: var(--gutter-half);
  background-color: #00477e;
  text-align: center;
}
.promo-hager-work-hard-play-hard .featured-products h2 {
  font-size: var(--font-size-xlarge);
  line-height: var(--font-size-xlarge);
  text-align: center;
  margin: var(--gutter-half) auto;
  color: #fff;
}
.promo-hager-work-hard-play-hard .featured-products button.swiper-button-prev,
.promo-hager-work-hard-play-hard .featured-products button.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: none !important;
  border-radius: 50px !important;
}
.promo-hager-work-hard-play-hard .featured-products button.swiper-button-prev svg,
.promo-hager-work-hard-play-hard .featured-products button.swiper-button-next svg {
  color: #0085c3;
}
.promo-hager-work-hard-play-hard .featured-products .swiper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide {
  position: relative;
  border: 0 !important;
  border-radius: 20px;
  text-align: center;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 99;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide > a::after {
  display: none;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide .swiper-slide-product-img {
  border: 0 !important;
  padding: 10px;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide .swiper-slide-product-code {
  margin-bottom: 10px;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide .product-code {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #00477e;
  font-family: Arial;
}
.promo-hager-work-hard-play-hard .featured-products .swiper-slide h3 {
  font-size: 15px;
  line-height: 1.35;
  color: #565656;
  font-weight: 600;
  text-align: center;
  font-family: Arial;
  min-height: 40px;
  margin-bottom: 15px !important;
}
.promo-hager-work-hard-play-hard .featured-products .btn-light-blue {
  background-color: #0085c3;
  border-color: #0085c3;
  color: white;
  font-size: var(--font-size-medium);
  height: auto;
  padding: calc(var(--gutter-half) / 1.5) calc(var(--gutter-half) * 4);
  text-decoration: none;
  margin-top: 40px;
  margin-bottom: 50px;
  border-radius: 25px !important;
  border-radius: 25px !important;
}
.promo-hager-work-hard-play-hard .featured-products .btn-light-blue:hover, .promo-hager-work-hard-play-hard .featured-products .btn-light-blue:focus {
  background-color: white;
  color: #00477e;
  border-color: #00477e;
}
.promo-hager-work-hard-play-hard .featured-products .btn-light-blue::after {
  display: none;
}
.promo-hager-work-hard-play-hard .logo-footer {
  background-color: #24b7ed;
  padding: var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promo-hager-work-hard-play-hard .logo-footer .whph-footer-text {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
.promo-hager-work-hard-play-hard .logo-footer .whph-footer-text a {
  color: #fff;
}
.promo-hager-work-hard-play-hard .logo-footer .whph-footer-text a::after {
  display: none;
}
.promo-hager-work-hard-play-hard .logo-footer img {
  width: 270px;
  margin-bottom: var(--gutter);
}
.promo-hager-work-hard-play-hard .logo-footer .button-group {
  justify-content: center;
  align-items: center;
}
.promo-hager-work-hard-play-hard .logo-footer .button-group .btn {
  background-color: #01284c;
  border-color: #01284c;
  color: white;
  font-size: var(--font-size-medium);
  height: auto;
  padding: calc(var(--gutter-half) / 1.5) calc(var(--gutter-half) * 4);
  text-decoration: none;
  border-radius: 25px !important;
}
.promo-hager-work-hard-play-hard .logo-footer .button-group .btn:hover, .promo-hager-work-hard-play-hard .logo-footer .button-group .btn:focus {
  background-color: black;
  border-color: black;
}
.promo-hager-work-hard-play-hard .logo-footer .button-group .btn::after {
  display: none;
}

/* divider */
.shapedividers_com-7384 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 90px;
}

.shapedividers_com-7384::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 87px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381 77.25" preserveAspectRatio="none"><g fill="%230085c3"><path d="M381 8.47L0 42.33V0h381z"/><path d="M381 33.87L0 59.27V0h381z" opacity=".33"/><path d="M381 59.27L0 77.25V0h381z" opacity=".33"/></g></svg>');
}

@media (min-width: 768px) {
  .shapedividers_com-7384::before {
    background-size: 100% 87px;
    background-position: 50% 0%;
  }
}
@media (min-width: 1025px) {
  .shapedividers_com-7384::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 87px;
    background-position: 50% 0%;
  }
}
@media (min-width: 2100px) {
  .shapedividers_com-7384::before {
    background-size: 100% calc(2vw + 87px);
  }
}
.shapedividers_com-7312 {
  overflow: hidden;
  position: relative;
  height: 90px;
  width: 100%;
}

.shapedividers_com-7312::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 87px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381 77.25" preserveAspectRatio="none"><g fill="%2300477e"><path d="M0 68.78l381-33.86v42.33H0z"/><path d="M0 43.38l381-25.4v59.27H0z" opacity=".33"/><path d="M0 17.98L381 0v77.25H0z" opacity=".33"/></g></svg>');
}

@media (min-width: 768px) {
  .shapedividers_com-7312::before {
    background-size: 100% 87px;
    background-position: 50% 100%;
  }
}
@media (min-width: 1025px) {
  .shapedividers_com-7312::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 87px;
    background-position: 50% 100%;
  }
}
@media (min-width: 2100px) {
  .shapedividers_com-7312::before {
    background-size: 100% calc(2vw + 87px);
  }
}/*# sourceMappingURL=style.css.map */