@font-face {
  font-family: Freiburg;
  src: url('../fonts/Freiburg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---blue: #139b1e;
  --_colors---white: #fff;
  --_colors---dark-red: #c00;
  --_colors---black: black;
  --transpred: #ff000036;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section.bg-red {
  background-color: var(--_colors---blue);
  position: relative;
  overflow: hidden;
}

.section.bg-red.slider {
  background-color: var(--_colors---white);
}

.section.bg-yellow {
  background-color: var(--_colors---dark-red);
  position: relative;
}

.section.bg-yellow.slider {
  background-color: var(--_colors---blue);
  background-image: url('../images/sdsd_1sdsd.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.slider {
  overflow: hidden;
}

.global-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.global-padding.hero-padding {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.global-padding.padding-top {
  padding-top: 2rem;
}

.global-padding.padding-top-bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.hero_heading-wrapp {
  z-index: 4;
  position: relative;
}

.link-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.brand {
  filter: none;
  color: #000;
  width: 170%;
  max-width: 200%;
}

.naavbar-desktop {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: .2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: fixed;
}

.link-underline {
  background-color: #fff;
  width: 60%;
  height: 1px;
}

.navbar-link {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  padding-top: .5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.navbar-link:hover {
  color: var(--_colors---black);
}

.navbar-link.w--current {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9375rem;
  font-weight: 300;
}

.navbar-link.cta-link {
  color: #000;
  background-color: #ececec;
  border-radius: .5rem;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: all .4s;
}

.navbar-link.cta-link:hover {
  background-color: var(--_colors---blue);
  color: var(--_colors---white);
}

.navbar-link.cta-link.bg-yellow {
  background-color: var(--_colors---black);
  color: var(--_colors---white);
  text-align: center;
  font-weight: 600;
  transition-duration: .4s;
}

.navbar-link.cta-link.bg-yellow:hover {
  background-color: var(--_colors---black);
  color: #000;
}

.navbar-link.footer {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 107%;
  display: flex;
}

.btn-group {
  flex-flow: row;
  display: flex;
}

.btn-group.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.menu-open {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  padding-top: .5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: .9375rem;
  font-weight: 300;
}

.menu-open:hover {
  color: #d1d1d1;
}

.menu-open.w--current {
  color: #191919;
  padding-top: .2rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.responsive-link {
  color: #191919;
  letter-spacing: -.005rem;
  padding-left: 1.5rem;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 500;
}

.responsive-link:hover {
  color: #666;
}

.navbar-mob {
  display: none;
}

.navigation {
  z-index: 20;
  border: 1px solid var(--_colors---white);
  background-color: #c00;
  border-radius: .75rem;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  padding: .8rem 1rem;
  display: flex;
  position: relative;
}

.open-close {
  display: none;
}

.logo {
  z-index: 20;
  order: -1;
  width: 5rem;
  position: relative;
}

.mob-logo {
  z-index: 20;
  order: -1;
  width: 15%;
  display: none;
  position: relative;
}

.h1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_colors---dark-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.heding-group {
  margin-bottom: 3rem;
}

.heading-animation-group {
  z-index: 5;
  height: 5.2rem;
  position: relative;
  overflow: hidden;
}

.button {
  background-color: var(--_colors---blue);
  color: var(--_colors---white);
  text-align: center;
  letter-spacing: -.005rem;
  border-radius: .75rem;
  flex: none;
  padding: 1rem 2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  background-color: var(--_colors---dark-red);
  color: var(--_colors---white);
}

.button.w--current {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9375rem;
  font-weight: 300;
}

.button.bg-yellow {
  background-color: var(--_colors---white);
  color: var(--_colors---black);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.button.bg-yellow:hover {
  color: var(--_colors---blue);
  background-color: #c5e0f8;
}

.button.popup-animation {
  background-color: var(--_colors---blue);
}

.button.popup-animation:hover {
  background-color: var(--_colors---black);
}

.button.nav-button {
  background-color: var(--_colors---black);
  color: var(--_colors---blue);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
}

.button.nav-button:hover {
  color: var(--_colors---blue);
  background-color: #cfc5f8;
}

.button.padding-05 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.hero-image {
  z-index: 3;
  width: 40rem;
  margin-top: 2rem;
  position: absolute;
  inset: -18% 0% 0% auto;
}

.heading-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.h2 {
  color: #000;
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.h2.text_color-white {
  color: var(--_colors---white);
}

.h2.text_color-white.title1 {
  color: var(--_colors---black);
}

.swiper-wrapper {
  flex-flow: row;
  height: 27rem;
  margin-top: 4rem;
  display: flex;
}

.swiper-slide {
  height: 100%;
  display: flex;
}

.card_content-wrap {
  cursor: pointer;
  background-color: #ff000036;
  background-image: url('../images/patternallo-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 35%;
  height: 33rem;
  padding: 1.9rem;
  display: flex;
  position: relative;
}

.h3 {
  color: var(--_colors---white);
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.h3.text_color_dark {
  color: var(--_colors---black);
  font-size: 1.5rem;
}

.h3.text_color_dark.favoritestext {
  color: var(--_colors---black);
}

.h3.span-big {
  color: var(--_colors---dark-red);
}

.arrow_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.pizza-wrap {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 45rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
}

.heading-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--_colors---white);
  letter-spacing: .02rem;
  cursor: default;
  font-size: 1rem;
  line-height: 110%;
}

.paragraph.align-center {
  text-align: center;
  max-width: 50rem;
}

.paragraph.text_color_dark {
  color: #000;
}

.paragraph.title2 {
  color: var(--_colors---black);
}

.question {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
  padding-left: 2.5rem;
  display: flex;
}

.faq-box {
  width: 100%;
  margin-bottom: 2rem;
  transition: padding .4s;
}

.faq-box:hover {
  padding-left: .5rem;
  padding-right: .5rem;
}

.faq-headline {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.plus-wrap {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.service-desrpion {
  border-bottom: .5px solid var(--_colors---white);
  height: auto;
  overflow: hidden;
}

.dlex-vertical {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.card {
  background-color: #fefefe;
  border: 1px solid #cdcdcd;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 3rem 2rem;
  display: flex;
}

.h4 {
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.h4.align_center {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  line-height: 100%;
}

.swiper_image {
  filter: drop-shadow(-1px 4px 4px #0000004f);
  width: 15rem;
  margin-bottom: 8px;
}

.swiper_2arrow-prev {
  background-color: var(--_colors---blue);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
}

.swiper_2arrow-prev:hover {
  background-color: var(--_colors---black);
}

.swiper_2arrow-next {
  background-color: var(--_colors---blue);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
}

.swiper_2arrow-next:hover {
  background-color: var(--_colors---black);
}

.container_middle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bunner_wrap {
  background-color: var(--transpred);
  background-image: url('../images/pastaallo-1.png'), url('../images/patternallo-1.png');
  background-position: 113% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  height: 45rem;
  padding: 5rem;
  display: flex;
  position: relative;
}

.bunner_content-wrap {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 22.5rem;
  display: flex;
  position: relative;
}

.bunner_content-wrap.padding-top {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40rem;
  display: flex;
}

.column-1 {
  background-color: var(--_colors---dark-red);
  background-image: url('../images/fon4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  width: 70%;
  height: 100%;
  padding: 3.2rem;
  position: relative;
  overflow: hidden;
}

.column-2 {
  border: 1px solid var(--_colors---dark-red);
  background-color: var(--_colors---white);
  background-image: url('../images/patternallo-1.png');
  background-position: 50% 4%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.25rem;
  width: 30%;
  height: 100%;
  padding: 6rem 3.2rem 3.2rem;
  position: relative;
  overflow: hidden;
}

.image-4 {
  cursor: default;
  height: 14.4rem;
}

.footer-btm {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #e4e4e45c;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-img {
  border-radius: 1.25rem;
  height: 16rem;
}

.footer-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.nav-two {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
}

.footer-top {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.copyright-text-2 {
  color: #c8c8c8;
  margin-bottom: 0;
}

.footer {
  background-color: var(--_colors---dark-red);
  margin-top: 2rem;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}

.footer-link {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: #e9e9e9;
}

.footer-copyright {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
}

.nav-item-two {
  border-bottom: 1px solid #e9e7e770;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.column-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pizza-bg {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 5% 0% auto;
}

.content_img-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.price {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--_colors---white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 85%;
  display: flex;
}

.price.mobile {
  font-size: 4.3rem;
}

.speciaux_heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.hero-image_food {
  z-index: 2;
  filter: drop-shadow(-1px 5px 6px #000000f7);
  width: 80%;
  position: absolute;
  inset: -3% -11% 0% auto;
}

.mobileapp-image {
  width: 28rem;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0%;
}

.bg {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
}

.map-wraper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.image-7 {
  border-radius: .75rem;
  width: 8rem;
}

.phone-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.footer-icon {
  color: #02934e;
  width: 1.8rem;
}

.social-media {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 2rem;
  display: flex;
}

.instagram {
  color: #1d1d1a;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.inst-icon {
  color: #fff;
  width: 2rem;
}

.facebook {
  color: #1d1d1a;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.popup {
  z-index: 999;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid var(--_colors---black);
  background-color: var(--_colors---black);
  opacity: 0;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 30rem;
  display: none;
  position: fixed;
  inset: 25% auto 0% 25%;
}

.popup-close {
  color: #fff;
  cursor: pointer;
  width: 2.2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

.image-8 {
  width: 90%;
  height: auto;
}

.image-8.pizzaimg {
  width: 100%;
  max-width: none;
}

.image-8.poutine {
  width: 80%;
  max-width: none;
}

.r-servation_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---white);
  border-radius: .75rem;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: auto;
  width: 100%;
  height: 60%;
  padding: 3.1rem;
  display: flex;
}

.span-big {
  color: var(--_colors---blue);
  font-size: 3rem;
  line-height: 78%;
}

.paragraph-2 {
  color: var(--_colors---dark-red);
  letter-spacing: .02rem;
  cursor: default;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 110%;
}

.price-2 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--_colors---blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 85%;
  display: flex;
}

.mobileapp-image-copy {
  z-index: 1;
  max-width: 100%;
  position: absolute;
  inset: auto 0% -3%;
}

.div-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
}

.span-price {
  color: var(--_colors---blue);
  font-size: 2.2rem;
  line-height: 78%;
}

.lottie-animation {
  width: 7rem;
  transform-style: preserve-3d;
  position: absolute;
  inset: -210% -13% auto auto;
  transform: rotate(-37deg);
}

.lotty-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 31rem;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.button-wrapper.inline {
  display: inline-block;
}

.grid-block.center-aligned {
  text-align: center;
}

.sticky-cover {
  flex: 1;
  justify-content: center;
  height: 100%;
  display: flex;
}

.container-2 {
  max-width: 77.5rem;
  padding: 8rem 3rem;
}

.container-2.no-bottom-padding {
  padding-bottom: 0;
}

.sticky-card-item {
  background-color: #3b89ff;
  border: 1px solid #e6e6e6;
  border-radius: 19px;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 1.3rem;
  display: flex;
}

.paragraph-3.blue {
  color: #3b89ff;
}

.paragraph-3.white {
  color: #fff;
}

.paragraph-3.white.no-margin {
  margin-bottom: 0;
  font-size: 16px;
}

.about-us-sticky-cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.h2-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 5.5rem;
}

.h2-heading.blue {
  color: #3b89ff;
}

.h2-heading.white {
  color: #fff;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.image-wrapper.about-us-inner-sticky-card {
  border-radius: 10px;
  height: 100%;
  padding-bottom: 51%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.blue-background-drip-divider {
  background-color: #3b89ff;
  overflow: hidden;
}

.image-wrapper.blue-background-drip-divider.reverse {
  background-color: var(--_colors---white);
  transform: rotate(-180deg);
}

.image-wrapper.create-a-box-icon {
  margin-bottom: 2rem;
}

.image-wrapper.white-background-drip-divider {
  background-color: #fff;
  overflow: hidden;
}

.image-wrapper.create-a-box-image {
  padding-top: 2rem;
  padding-bottom: 5.3rem;
}

.image-wrapper.wave-divider {
  margin-top: -68px;
}

.sticky-content-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding: 1rem;
}

.text-box._26rem {
  max-width: 26rem;
}

.text-box._26rem.left-aligned {
  text-align: left;
}

.text-box._36rem {
  max-width: 36rem;
}

.text-box._36rem.subscribe-save-sticky {
  position: sticky;
  top: 33px;
}

.text-box._33rem {
  max-width: 33rem;
}

.text-box._33rem.auto {
  margin-left: auto;
  margin-right: auto;
}

.content-image._100-width-height {
  width: 100%;
  height: 100%;
}

.content-image._100-width-height.subscribe-sticky-card {
  object-fit: cover;
  position: absolute;
}

.content-image._100-width-height.display-none-desktop-laptop-tablet {
  display: none;
}

.content-image._100-width-height.display-none-mobile {
  margin-top: -100px;
}

.text-block {
  line-height: 145%;
}

.text-block.sticky-card-title.subscribe {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.text-block.white {
  color: #fff;
}

.section-2 {
  position: relative;
}

.section-2.overflow-hidden.homepage-01-drip {
  background-color: var(--_colors---dark-red);
  margin-top: 5rem;
}

.about-us-sticky-cards-content-grid {
  z-index: 3;
  grid-column-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3.5fr;
  position: relative;
}

.general-button {
  border-radius: 6px;
  padding: 20px 27px;
  font-weight: 500;
  transition: border .35s, box-shadow .35s, transform .35s;
  transform: scale(1.03);
  box-shadow: 5px 4px #0003;
}

.general-button:hover {
  box-shadow: none;
  opacity: 1;
  transform: scale(1);
}

.general-button.white-blue {
  background-color: #3b89ff;
  border: 1px solid #fff;
  box-shadow: 5px 4px #fff;
}

.general-button.white-blue:hover {
  box-shadow: none;
}

.general-button.white-blue.reversed {
  color: #3b89ff;
  background-color: #fff;
  border-color: #3b89ff;
  box-shadow: 5px 4px #3b89ff;
}

.general-button.white-blue.reversed:hover {
  box-shadow: none;
}

.general-button.white-red {
  background-color: var(--_colors---dark-red);
  border: 1px solid #fff;
  box-shadow: 5px 4px #fff;
}

.general-button.white-red:hover {
  box-shadow: none;
}

.sticky-card-inner-title {
  max-width: 32rem;
}

.sticky-base {
  justify-content: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 5.5rem;
}

.sticky-base.main {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  top: .8rem;
}

.sticky-cards-grid-wrapper.about-us-sticky-cards {
  z-index: 5;
  width: 100%;
  margin-top: 12%;
  position: relative;
}

.create-a-box-icons-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 225px;
  padding: 3rem 2rem 2.5rem;
  display: flex;
}

.create-a-box-icons-container.center-aligned {
  text-align: center;
}

.content-grid {
  grid-column-gap: 88px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.5fr;
  align-items: start;
}

.content-grid.create-a-custom-box {
  z-index: 2;
  grid-template-columns: 2.5fr;
  position: relative;
}

.svg-drip {
  margin-bottom: -6px;
  margin-left: -8px;
}

.svg-drip.red {
  color: #f21d33;
  margin-bottom: -12px;
}

@media screen and (min-width: 1280px) {
  .brand {
    width: 170%;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .navbar-link:hover {
    color: var(--_colors---black);
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: .5rem;
    margin-left: 1.5rem;
    padding: .5rem 1.5rem;
  }

  .navbar-link.cta-link.bg-yellow {
    border-radius: .5rem;
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .responsive-link {
    color: #191919;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .navbar-mob {
    display: none;
  }

  .button {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .button:hover {
    color: var(--_colors---white);
    font-weight: 700;
  }

  .resume-position-wrapper {
    line-height: 1;
  }

  .service-desrpion {
    max-width: 100%;
  }

  .popup {
    background-color: var(--_colors---blue);
    opacity: 0;
    display: none;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 20rem;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .brand {
    width: 170%;
  }

  .naavbar-desktop {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .navbar-link:hover {
    color: var(--_colors---black);
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: .5rem;
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
  }

  .navbar-link.cta-link.bg-yellow {
    border-radius: .5rem;
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .responsive-link {
    color: #191919;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .navbar-mob {
    display: none;
  }

  .button {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
  }

  .button:hover {
    color: var(--_colors---white);
  }

  .question {
    max-width: 80rem;
  }

  .faq-headline {
    max-width: 100%;
  }

  .footer-top {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .popup {
    background-color: var(--_colors---blue);
    opacity: 0;
    display: none;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 20rem;
    display: flex;
  }

  .container-2 {
    max-width: 87.5rem;
  }

  .h2-heading {
    font-size: 5.5rem;
  }

  .content-image._100-width-height.display-none-mobile {
    position: relative;
  }

  .general-button {
    padding: 22px 32px;
  }
}

@media screen and (min-width: 1920px) {
  .link-wrap {
    flex-flow: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .brand {
    width: 170%;
  }

  .naavbar-desktop {
    z-index: 150;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: hidden;
  }

  .link-underline {
    background-color: #fff;
    width: 60%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
  }

  .navbar-link:hover {
    color: var(--_colors---black);
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: .5rem;
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
    transition-duration: .4s;
  }

  .navbar-link.cta-link:hover {
    background-color: var(--_colors---dark-red);
    color: var(--_colors---white);
  }

  .navbar-link.cta-link.bg-yellow {
    color: #fff;
    border-radius: .5rem;
    transition-duration: .4s;
  }

  .navbar-link.cta-link.bg-yellow:hover {
    background-color: var(--_colors---black);
    color: #000;
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .responsive-link {
    color: #111;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .button {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
    display: block;
  }

  .button:hover {
    color: var(--_colors---white);
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
  }

  .button.bg-yellow:hover {
    background-color: #f8e8c5;
  }

  .swiper-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .swiper-slide {
    max-height: 27rem;
  }

  .footer {
    background-color: var(--_colors---blue);
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .hero-image_food {
    overflow: clip;
  }

  .popup {
    background-color: var(--_colors---blue);
    opacity: 0;
    display: none;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    max-width: 20rem;
    display: flex;
  }

  .div-block {
    margin-top: 1rem;
  }

  .container-2 {
    max-width: 120rem;
  }

  .paragraph-3.white.no-margin {
    font-size: 22px;
    line-height: 25px;
  }

  .h2-heading {
    font-size: 6.5rem;
  }

  .text-block.white {
    font-size: 20px;
  }

  .about-us-sticky-cards-content-grid {
    grid-column-gap: 61px;
    grid-template-columns: 4.5fr 4.5fr;
  }

  .general-button.white-red {
    font-size: 22px;
  }

  .create-a-box-icons-container.center-aligned {
    width: 300px;
  }

  .content-grid {
    grid-column-gap: 364px;
  }

  .flexbox-horizontal.custom-box-icons-grid {
    width: 100%;
  }

  .grid-wrapper {
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .link-wrap {
    display: none;
  }

  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    z-index: 150;
  }

  .navbar-link.cta-link {
    display: none;
  }

  .menu-open {
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .responsive-link {
    z-index: 999;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    width: 50%;
    padding-top: 0;
    padding-bottom: .2rem;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    display: block;
    position: relative;
  }

  .navbar-mob_container {
    background-color: #00000080;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .navbar-mob {
    z-index: 999;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 15rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: fixed;
    inset: 10% 0% 0% 5%;
    overflow: hidden;
  }

  .menu-close {
    color: #d1d1d1;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
    position: absolute;
  }

  .menu-close:hover {
    z-index: 10;
    color: #fff;
  }

  .navigation {
    justify-content: space-between;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .open-close {
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .open-close:hover {
    color: #fff;
  }

  .logo {
    display: none;
  }

  .mob-logo {
    width: 6rem;
    height: 100%;
    display: block;
  }

  .h1 {
    font-size: 4rem;
    line-height: 150%;
  }

  .button.nav-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .faq-headline {
    justify-content: space-between;
    align-items: center;
  }

  .plus-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .service-desrpion {
    max-width: 100%;
  }

  .footer-top {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-copyright {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-btn-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-us-sticky-cards {
    margin-top: 12%;
  }

  .h2-heading {
    font-size: 5rem;
  }

  .sticky-content-wrapper {
    grid-template-columns: 1fr;
  }

  .about-us-sticky-cards-content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 2.5fr;
  }

  .sticky-base {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.main {
    margin-bottom: 0;
    position: sticky;
  }

  .create-a-box-icons-container.center-aligned {
    width: 155px;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 2.5fr;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .responsive-link {
    font-size: .953rem;
  }

  .navbar-mob {
    width: 90%;
    left: 5%;
  }

  .open-close {
    justify-content: flex-end;
    align-items: center;
    width: 80%;
  }

  .mob-logo {
    width: 8rem;
  }

  .footer-img {
    display: none;
  }

  .footer-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .nav-btn-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .container-2 {
    padding: 5rem 1rem;
  }

  .h2-heading {
    font-size: 5rem;
  }

  .image-wrapper.create-a-box-icon {
    width: 70%;
    margin-bottom: 1rem;
  }

  .sticky-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4.5rem;
  }

  .content-image._100-width-height.display-none-desktop-laptop-tablet {
    display: block;
  }

  .content-image._100-width-height.display-none-mobile {
    display: none;
  }

  .create-a-box-icons-container.center-aligned {
    width: auto;
    padding-bottom: 0;
  }

  .flexbox-horizontal.custom-box-icons-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 66px;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .section.bg-red {
    background-position: 24px 100%;
    background-size: 100%;
  }

  .section.bg-yellow.slider {
    background-position: 50% 100%;
  }

  .global-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .global-padding.hero-padding {
    padding-top: 7rem;
    padding-bottom: 18.5rem;
  }

  .global-padding.padding-top {
    padding-top: 1rem;
  }

  .global-padding.padding-top-bottom {
    padding-bottom: 3.5rem;
  }

  .brand {
    width: 200%;
  }

  .naavbar-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-link.footer {
    text-decoration: none;
  }

  .btn-group {
    display: none;
  }

  .btn-group.hero {
    z-index: 4;
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    position: relative;
  }

  .menu-open {
    padding-bottom: 14px;
    font-size: .875rem;
  }

  .responsive-link {
    flex: none;
    line-height: 89%;
    text-decoration: none;
    transition: all .2s;
  }

  .responsive-link:hover {
    color: var(--_colors---black);
  }

  .navbar-mob_container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .navbar-mob {
    z-index: 250;
    padding: 0;
    top: 7rem;
  }

  .navigation {
    justify-content: space-between;
    align-items: stretch;
    padding: 0 1.5rem 0 1.1rem;
  }

  .open-close {
    width: 70%;
  }

  .mob-logo {
    width: 2rem;
  }

  .h1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
    line-height: 100%;
  }

  .heading-animation-group {
    height: 1.9rem;
  }

  .button {
    flex: none;
    font-size: .8rem;
  }

  .button.bg-yellow {
    color: var(--_colors---black);
    font-size: .8rem;
  }

  .button.nav-button {
    background-color: var(--_colors---white);
    color: var(--_colors---blue);
    border-radius: .5rem;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-left: 40px;
    padding: 0 1rem;
    font-size: .8rem;
    font-weight: 700;
    display: flex;
  }

  .button.nav-button:hover {
    background-color: #f8e5c5;
  }

  .hero-image {
    z-index: 7;
    width: 25rem;
    height: 23rem;
    display: none;
    inset: auto 0% -6% 0;
  }

  .heading-wrapper {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .9rem;
    padding-right: 0;
  }

  .h2 {
    text-align: left;
    font-size: 1.8rem;
  }

  .h2.text_color-white {
    text-align: left;
  }

  .swiper-wrapper {
    height: 100%;
    margin-top: 2rem;
  }

  .swiper-slide {
    width: 100%;
    height: 23.5rem;
    display: flex;
  }

  .card_content-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 27rem;
    padding: 2rem 1rem 0;
  }

  .h3 {
    max-width: 13.2rem;
    font-size: 1.2rem;
  }

  .h3.text_color_dark {
    font-size: 1.2rem;
  }

  .h3.span-big {
    max-width: 20rem;
    font-size: 2.5rem;
    line-height: 80%;
  }

  .pizza-wrap {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .image {
    width: 44%;
  }

  .heading-wrap {
    height: 1.9rem;
  }

  .paragraph {
    margin-bottom: .5rem;
    font-size: .9rem;
  }

  .paragraph.text_color_dark {
    margin-bottom: 0;
  }

  .question {
    margin-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .faq-box {
    z-index: 999;
    position: relative;
  }

  .faq-headline {
    position: relative;
  }

  .plus-wrap {
    width: 30px;
    height: 30px;
  }

  .dlex-vertical {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .swiper_2 {
    height: 100%;
    margin-top: 2rem;
  }

  .card {
    justify-content: center;
    align-items: center;
    height: 25rem;
    padding: 1.2rem;
  }

  .h4.align_center {
    font-size: 1.2rem;
  }

  .swiper_image {
    width: 12rem;
    height: auto;
    padding: 0;
  }

  .container_middle {
    grid-column-gap: 8.3rem;
    grid-row-gap: 8.3rem;
  }

  .bunner_wrap {
    background-position: 100% 100%;
    justify-content: flex-start;
    align-items: flex-start;
    height: 55rem;
    padding: 1.4rem;
  }

  .bunner_content-wrap {
    z-index: 2;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
    position: relative;
  }

  .bunner_content-wrap.padding-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 1rem;
  }

  .grid {
    flex-flow: column;
    height: auto;
  }

  .column-1 {
    width: 100%;
    height: 33rem;
    padding: 1.6rem;
  }

  .column-2 {
    background-position: 50% 0;
    width: 100%;
    height: 23rem;
    padding: 1.8rem;
  }

  .image-4 {
    height: 9.2rem;
  }

  .column-wrapper {
    flex-flow: column;
  }

  .content_img-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
  }

  .price {
    font-size: 2.4rem;
  }

  .price.mobile {
    font-size: 2.5rem;
  }

  .speciaux_heading-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-vertical {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .hero-image_food {
    z-index: 3;
    filter: drop-shadow(-1px 4px 5px #000000f7);
    width: 130%;
    max-width: 130%;
    height: auto;
    inset: auto 0% 4% -9%;
    overflow: clip;
  }

  .mobileapp-image {
    z-index: 1;
    width: 11rem;
    height: auto;
    inset: auto 0% -9% 23%;
  }

  .bg {
    z-index: 2;
    width: 100%;
    height: auto;
    inset: auto 0% 8%;
  }

  .map-wraper {
    width: 100%;
    text-decoration: none;
  }

  .phone-wrap {
    flex-flow: row;
    margin-top: 0;
    padding-left: 0%;
  }

  .footer-icon {
    width: 1.2rem;
  }

  .social-media {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .inst-icon {
    width: 2rem;
  }

  .popup {
    background-color: var(--_colors---black);
    opacity: 0;
    width: 90%;
    display: none;
    inset: 20% 0% 0% 5%;
  }

  .popup-close {
    width: 2rem;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-btn-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .image-8 {
    width: 16rem;
    height: 16rem;
  }

  .r-servation_card {
    height: auto;
    padding: 1.4rem;
  }

  .bold-text {
    color: var(--_colors---blue);
  }

  .span-big {
    line-height: 70%;
  }

  .paragraph-2 {
    margin-bottom: .5rem;
    font-size: .9rem;
  }

  .price-2 {
    font-size: 2.4rem;
  }

  .mobileapp-image-copy {
    z-index: 1;
    width: 21rem;
    max-width: 100%;
    height: auto;
    inset: auto 0% -30%;
  }

  .div-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .span-price {
    font-size: 1.2rem;
    line-height: 70%;
  }

  .lottie-animation {
    inset: auto auto -125px 42%;
    transform: rotateX(0)rotateY(180deg)rotateZ(37deg);
  }

  .lotty-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sticky-card-item {
    padding: .7rem .5rem 1.3rem;
  }

  .h2-heading {
    font-size: 3.5rem;
  }

  .image-wrapper.create-a-box-icon {
    width: 100%;
  }

  .image-wrapper.create-a-box-image {
    margin-left: -25px;
    margin-right: -49px;
    padding-bottom: 2.4rem;
    overflow: visible;
  }

  .sticky-content-wrapper {
    padding-bottom: 0;
  }

  .content-image._100-width-height.display-none-desktop-laptop-tablet {
    overflow: clip;
  }

  .text-block.white {
    font-size: 1.2rem;
  }

  .section-2.overflow-hidden.homepage-01-drip {
    margin-top: 1rem;
    overflow: clip;
  }

  .about-us-sticky-cards-content-grid {
    grid-row-gap: 35px;
  }

  .sticky-base.main {
    top: 0;
  }

  .create-a-box-icons-container.center-aligned {
    padding-top: 1.6rem;
  }

  .content-grid.create-a-custom-box {
    grid-row-gap: 15px;
  }

  .flexbox-horizontal.custom-box-icons-grid {
    padding-bottom: 28px;
  }
}

#w-node-_81dfaaf9-6ad2-93ab-7995-38ed730c8ee8-64f4eab7, #w-node-_81dfaaf9-6ad2-93ab-7995-38ed730c8eee-64f4eab7, #w-node-_81dfaaf9-6ad2-93ab-7995-38ed730c8f04-64f4eab7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e17eb04b-7c97-724b-a20d-ca0567ae6ca0-64f4eab7, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6caa-64f4eab7, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6cb4-64f4eab7, #w-node-dcb72d8c-940b-c2f5-0657-24968d597145-64f4eab7, #w-node-e389985f-564e-3d66-e5e8-22f879068106-64f4eab7, #w-node-f8d71d7e-aa49-a0da-b643-5bab18942291-64f4eab7 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6ca0-64f4eab7, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6caa-64f4eab7, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6cb4-64f4eab7, #w-node-dcb72d8c-940b-c2f5-0657-24968d597145-64f4eab7, #w-node-e389985f-564e-3d66-e5e8-22f879068106-64f4eab7, #w-node-f8d71d7e-aa49-a0da-b643-5bab18942291-64f4eab7 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_81dfaaf9-6ad2-93ab-7995-38ed730c8eee-64f4eab7 {
    justify-self: stretch;
  }

  #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6ca0-64f4eab7, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6caa-64f4eab7, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6cb4-64f4eab7, #w-node-dcb72d8c-940b-c2f5-0657-24968d597145-64f4eab7, #w-node-e389985f-564e-3d66-e5e8-22f879068106-64f4eab7, #w-node-f8d71d7e-aa49-a0da-b643-5bab18942291-64f4eab7 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6ca0-64f4eab7, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6caa-64f4eab7, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6cb4-64f4eab7, #w-node-dcb72d8c-940b-c2f5-0657-24968d597145-64f4eab7, #w-node-e389985f-564e-3d66-e5e8-22f879068106-64f4eab7, #w-node-f8d71d7e-aa49-a0da-b643-5bab18942291-64f4eab7 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-d41b6ef2-a0e4-757c-432a-71abddce9309-64f4eab7 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Freiburg';
  src: url('../fonts/Freiburg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}