.menu-burger {
  width: 2rem;
  height: 1rem;
  transition-duration: 0.5s;
  color: white;
}
.menu-burger .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 0.25rem;
  width: 2rem;
  top: 15px;
  background-color: currentColor;
}
.menu-burger .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 2rem;
  height: 0.25rem;
  background-color: currentColor;
  content: "";
  top: -10px;
}
.menu-burger .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 2rem;
  height: 0.25rem;
  background-color: currentColor;
  content: "";
  top: 10px;
}
.menu-burger:hover {
  cursor: pointer;
}

.menu-burger.open .icon {
  transition: 0.5s;
}
.menu-burger.open .icon:before {
  transform: rotateZ(-45deg) scaleX(0.75) translate(-12px, -6px);
}
.menu-burger.open .icon:after {
  transform: rotateZ(45deg) scaleX(0.75) translate(-12px, 6px);
}

body header.header {
  align-items: start;
  display: block;
  border: none;
  box-shadow: none;
  height: unset;
  z-index: 90;
  transform: translateX(-100vw);
  transition: all 250ms ease-in-out;
}
body header.header .container {
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  background-color: var(--pine-collar);
  max-width: unset !important;
}
body header.header .container ul {
  flex-direction: column;
  justify-content: start;
  text-align: center;
  padding: 1.5rem 0 0 1rem;
  margin: 0;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 200;
}
body .pico {
  margin-inline: 1rem;
  padding-bottom: 1rem;
  z-index: 95;
}
body .pico .lang-button {
  margin-right: 0.5rem !important;
}
body .menu-burger {
  position: fixed;
  top: 1rem;
  left: 1.5rem;
  z-index: 100;
}
body .menu-burger.open + .header {
  transform: translateX(0);
}
body .menu-burger.open + .header:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.5;
  z-index: -1;
}
body .banner {
  padding-top: var(--header-height);
  padding-bottom: 0.5rem;
  text-align: center;
}
body .banner #banner-bubble {
  display: none;
}
body .banner .banner_subtitle {
  position: relative;
  top: unset;
  left: unset;
  width: unset;
}
body .banner .banner_subtitle img {
  height: unset;
  max-width: 75vw;
  padding: 1rem;
  margin: 0 auto;
}
body .banner .banner_subtitle h2 {
  margin: 0 2rem 1rem 2rem;
  font-size: 1.85rem !important;
}
body .banner .banner-cta-button {
  position: relative;
  display: block;
  left: 0;
  bottom: 0;
  margin: 0.5rem 2rem 0 2rem;
  padding: 0.75rem 1.25rem;
}
body .banner-footer {
  font-size: 1rem;
  margin-top: -1px;
  text-align: center;
}
body .home-section {
  padding-inline: 2rem;
}
body .home-section .home-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
body .top-reviews .review-grid {
  flex-direction: column !important;
  gap: 2rem;
}
body .travel-days img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .travel-days .travel-days_right-info {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: 100%;
}
body .travel-days .travel-days_right-info .travel-days_right-info_bubble {
  width: 100%;
  border-radius: 0;
  border-bottom-left-radius: var(--default-border-radius);
  border-bottom-right-radius: var(--default-border-radius);
  padding-bottom: 1.5rem;
}
body .travel-days .travel-days_right-info .travel-days_right-info_bubble .cta {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin-top: 0.5rem;
}
body .pricing-banner h1 {
  font-size: 1.5rem !important;
}
body .pricing-container .pricing {
  margin-top: 0 !important;
  flex-direction: column !important;
  gap: 4rem;
}
body .pricing-container .pricing .pricing_pay-as-you-go.panel {
  padding-bottom: 4rem;
}
body .pricing-container .pricing .pricing_membership.panel .panels .content .details {
  padding-inline: 0.5rem;
}
body .pricing-container .comparison-section {
  padding-inline: 2rem !important;
}
body .pricing-container .comparison-section.pricing-table {
  margin-top: 3rem;
}
body .pricing-container .comparison-section.pricing-table .heading,
body .pricing-container .comparison-section.pricing-table .pricing-grid > div {
  font-size: 1.125rem;
  padding: 0.5rem;
}
body .pricing-container .pricing-cta {
  padding-inline: 3rem;
}
body .pricing-container .pricing-cta > img {
  display: none;
}
body .is-this-you .feature-grid .feature-half,
body .who-are-we-looking-for .feature-grid .feature-half {
  padding: 0.5rem 2rem !important;
}
body .is-this-you .feature-grid .feature-half .bullet-point svg,
body .who-are-we-looking-for .feature-grid .feature-half .bullet-point svg {
  min-height: 0.7rem;
  min-width: 0.7rem;
  height: 0.7rem;
  width: 0.7rem;
  margin-right: 0.4rem;
  padding-top: 0.1rem;
}
body .is-this-you .feature-grid .feature-half .bullet-point p,
body .who-are-we-looking-for .feature-grid .feature-half .bullet-point p {
  font-size: 0.65rem !important;
}
body .is-this-you .feature-grid .feature-half ul li,
body .who-are-we-looking-for .feature-grid .feature-half ul li {
  font-size: 0.65rem !important;
}
body .how-it-works .text {
  font-size: 1rem !important;
}
body .how-it-works .rounded-number {
  font-size: 1.25rem !important;
  margin-top: 0.5rem;
  margin-bottom: auto;
}
body .how-it-works .line {
  width: 3rem !important;
}
body .review-banner {
  padding-top: var(--header-height);
  background-color: var(--nanas-backyard);
}
@media screen and (max-width: 1025px) {
  body .review-banner {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
  }
  body .review-banner .care svg,
  body .review-banner .peace svg {
    display: none;
  }
  body .review-banner .care .content,
  body .review-banner .peace .content {
    margin: 0 !important;
    padding-block: 1rem;
  }
  body .review-banner .care {
    background-color: var(--nanas-backyard);
  }
  body .review-banner .peace {
    background-color: var(--warm-biscuit);
  }
}
body .reviews .review-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}
body .faq-section details::before {
  top: 0rem !important;
}
body .faq-section summary::before,
body .faq-section summary::after {
  top: 1rem !important;
}
body #contact-us {
  flex-direction: column !important;
  justify-content: start;
  gap: 1rem;
  padding-block: 2rem;
  min-height: unset !important;
}
body #contact-us .info .bubble {
  margin: 0 1rem !important;
  max-width: unset !important;
}
body #contact-us .info .bubble p,
body #contact-us .info .bubble a {
  font-size: 1.25rem !important;
}
body #contact-us .info .bubble .cta {
  width: 100% !important;
}
body footer {
  padding: 2rem;
}
body footer .separator {
  display: none;
}
body footer span {
  white-space: nowrap;
}
body footer a {
  margin-inline: 0.25rem;
}

body .how-it-works .text {
  margin-top: 0.5rem;
}
body .how-it-works .line {
  margin-top: 0.25rem;
}

/*# sourceMappingURL=laptop.css.map */
