@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
}

video {
  background: #f4f7f8;
}

.hero-gallery__video--main video {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
}

.js-gallery-ready .glide-main .glide__slide {
  display: none !important;
}

.js-gallery-ready .glide-main .glide__slide.is-active {
  display: block !important;
}

.glide-thumb .glide__slide.active img {
  border: 2px solid var(--hero-galleryImage-active, #333);
}

.questions__cardList[expanded="false"] {
  display: none;
}

.questions__cardList[expanded="true"] {
  display: block;
}

.questions__button[expanded="true"] .questions__svg rect:last-child {
  opacity: 0;
}

.reviews__list--hidden {
  display: none;
}

.reviews__list--hidden.is-open {
  display: block;
}

.testimonials-glide-track {
  overflow: hidden;
}

.testimonials-glide .glide__slides {
  gap: 16px;
  overflow: visible;
  transition: transform 300ms ease;
  will-change: transform;
}

.testimonials-glide .glide__slide {
  flex: 0 0 calc((100% - (var(--testimonial-per-view, 3) - 1) * 16px) / var(--testimonial-per-view, 3));
  width: auto !important;
}

.testimonials-glide .glide__bullet {
  background: #f0f0f0;
}

.testimonials-glide .glide__bullet.glide__bullet--active {
  background: #666;
}

.modal-container.is-open {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.form-container[role="dialog"] {
  max-height: calc(100vh - 32px);
  overflow-y: auto;
}

.score-select-star {
  cursor: pointer;
}

.footer-order-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.floating-cta {
  left: 0;
  right: 0;
  width: 100vw !important;
}

.floating-cta--active {
  height: auto !important;
  min-height: 72px;
}

.floating-cta__wrapper {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  gap: 16px;
}

.floating-cta__content {
  min-width: 0;
}

.floating-cta__cta {
  flex: 1 1 auto;
  min-width: 220px;
  white-space: nowrap;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #0d40ff;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .testimonials-glide {
    --testimonial-per-view: 1;
  }

  .floating-cta--active {
    min-height: 64px;
  }

  .floating-cta__wrapper {
    gap: 8px;
    padding: 8px !important;
  }

  .floating-cta__content {
    flex: 0 1 104px;
  }

  .floating-cta__cta {
    min-width: 0;
    width: 100%;
    margin-left: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 1131px) {
  .testimonials-glide {
    --testimonial-per-view: 2;
  }
}

@media (min-width: 1132px) {
  .testimonials-glide {
    --testimonial-per-view: 3;
  }
}

@media (max-width: 360px) {
  .floating-cta__contentImage {
    width: 40px;
    height: 40px;
  }

  .floating-cta__contentText {
    font-size: 14px;
  }

  .floating-cta__cta {
    font-size: 13px !important;
    padding: 10px 8px !important;
  }
}
