@font-face {
  font-family: Sharp Grotesk;
  src: url('../fonts/SharpGrotesk-Light20.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharp Grotesk;
  src: url('../fonts/SharpGrotesk-Thin20.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Sharp Grotesk;
  src: url('../fonts/SharpGrotesk-Bold20.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharp Grotesk;
  src: url('../fonts/SharpGrotesk-Black20.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharp Grotesk;
  src: url('../fonts/SharpGrotesk-SemiBold20.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharp Grotesk;
  src: url('../fonts/SharpGrotesk-Medium20.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --padding-section-for-nav: 120px;
  --radius-section: 64px;
  --green: #75d12c;
  --pink: #ff7c82;
  --margin-section-for-nav: -120px;
  --blue: #00c7c7;
  --margin-section-is-mobile: -100px;
  --yellow: #f7a12a;
  --white: #fefdf5;
  --beige: #fcf9e5;
  --grey: #6a6a6a;
  --radio: 8px;
  --white-2: white;
  --black: black;
}

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

body {
  color: #333;
  background-color: #fefdf5;
  font-family: Sharp Grotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section_slider {
  padding: 140px 16px var(--padding-section-for-nav);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-left-radius: var(--radius-section);
  border-top-right-radius: var(--radius-section);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 100vh;
  display: grid;
  position: relative;
}

.section_slider.slider_1 {
  background-color: var(--green);
  background-image: url('../images/images_14.webp'), url('../images/images_16.svg'), url('../images/images_15.svg');
  background-position: 50% 100%, 0 100%, 90% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  align-items: start;
}

.section_slider.slider_2 {
  background-color: var(--pink);
  background-image: url('../images/images_2.webp'), url('../images/image_1.svg');
  background-position: 50% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section_slider.slider_3 {
  margin-top: var(--margin-section-for-nav);
  background-color: var(--blue);
  background-image: url('../images/images_4.webp'), url('../images/images_5.svg');
  background-position: 50% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section_slider.slider_4 {
  margin-top: var(--margin-section-for-nav);
  background-color: var(--yellow);
  background-image: url('../images/image_38.webp'), url('../images/images_7.svg');
  background-position: 55% 130%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section_slider.slider_5 {
  margin-top: var(--margin-section-for-nav);
  background-color: var(--pink);
  background-image: url('../images/image_40.webp'), url('../images/images_9.svg');
  background-position: 50% 70%, 100% 70%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section_slider.slider_6 {
  margin-top: var(--margin-section-for-nav);
  background-color: var(--blue);
  background-image: url('../images/image_37.webp'), url('../images/image_36.svg');
  background-position: 50% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section_slider.slider_7 {
  margin-top: var(--margin-section-for-nav);
  background-color: var(--yellow);
  background-image: url('../images/image_39.webp'), url('../images/image_13.svg');
  background-position: 50% 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section_slider.slider_8 {
  margin-top: var(--margin-section-for-nav);
  background-color: var(--green);
  background-image: none;
  padding-top: 220px;
}

.nav {
  z-index: 100;
  border-radius: var(--radius-section) var(--radius-section) 0px 0px;
  opacity: 1;
  background-color: #0000;
  padding: 36px 136px;
  transition: all .3s ease-in-out;
  position: fixed;
  inset: auto 0% 0%;
}

.nav.hidden_nav {
  opacity: 0;
}

.nav.hidden_nav.display_none_nav {
  display: none;
}

.nav.nav_hero {
  position: absolute;
  inset: 0% 0% auto;
}

.nav.nav_footer {
  z-index: 50;
  background-color: var(--white);
  position: absolute;
  inset: 0% 0% auto;
}

.nav.nav_main {
  background-color: var(--beige);
  opacity: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  inset: 0% 0% auto;
}

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

.nav_link {
  color: var(--white);
  letter-spacing: 2.215px;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 14.76px;
  font-weight: 400;
  line-height: 14.76px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: block;
}

.nav_link:hover, .nav_link.w--current {
  color: var(--grey);
}

.nav_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.home_body {
  background-color: var(--green);
  overflow: hidden;
}

.progress_bar {
  z-index: 1000;
  background-color: var(--white);
  flex-flow: column wrap;
  width: 8px;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.scroll_bar {
  background-color: var(--green);
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
}

.h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 112px;
  line-height: 112px;
}

.h1.home_title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.container_smaller {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 380px;
}

.container.container_middle {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  max-width: 986px;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 64px;
}

.paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.paragraph.typo_grey {
  font-weight: 400;
}

.paragraph.typo_grey.typo_smaller {
  font-weight: 500;
}

.typo_caps {
  text-transform: uppercase;
}

.typo_center {
  text-align: center;
}

.delivery_area {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.delivery_area.hide {
  display: none;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--radio);
  background-color: var(--white);
  display: flex;
  overflow: hidden;
}

.card.beige {
  background-color: var(--beige);
  width: 477px;
  max-width: 100%;
}

.card.beige.vertical {
  flex-direction: column;
}

.card_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 16px;
  display: flex;
}

.card_content.padding-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.card_image {
  object-fit: cover;
  max-width: 220px;
}

.card_image.vertical_image {
  max-width: 100%;
}

.h3 {
  color: var(--grey);
  letter-spacing: 1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.h3.typo_caps {
  white-space: pre-wrap;
}

.delivery_paragraph {
  color: var(--grey);
  letter-spacing: 1.4px;
  line-height: 20px;
}

.button {
  border-radius: var(--radio);
  background-color: var(--grey);
  letter-spacing: 2.215px;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 14px;
}

.button.bigger {
  background-color: var(--green);
  color: var(--white);
  padding: 16px 24px;
}

.button.secondary {
  background-color: var(--pink);
}

.budget {
  color: var(--white);
  letter-spacing: 1.4px;
  font-weight: 400;
  line-height: 16px;
}

.budget.delivery_paragraph {
  color: var(--grey);
}

.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.nav_menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_menu.is_mobile_nav {
  width: auto;
}

.section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding: 80px 16px;
  display: flex;
}

.typo_green {
  color: var(--green);
}

.typo_grey {
  color: var(--grey);
}

.content {
  grid-column-gap: 124px;
  grid-row-gap: 124px;
  justify-content: space-between;
  display: flex;
}

.typo_smaller {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.infinity_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.infinity_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  height: 100%;
  display: grid;
}

.card_testimonial {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  max-width: 380px;
  display: flex;
}

.typo_collumn {
  column-count: 2;
  column-gap: 124px;
}

.wrap-slidign {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 1px;
}

.slider {
  background-color: #ddd0;
}

.slide_wrap {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 300px;
  display: flex;
  position: relative;
}

.slide_header {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
}

.slide_text {
  color: var(--white);
}

.slide_store_image {
  object-fit: cover;
  width: 100%;
  max-height: 300px;
  position: absolute;
  inset: 0%;
}

.slide {
  position: relative;
}

.slide_element {
  display: flex;
}

@media screen and (max-width: 991px) {
  .section_slider {
    height: auto;
    min-height: 100vh;
  }

  .section_slider.slider_1 {
    min-height: 100svh;
  }

  .section_slider.slider_5 {
    background-image: url('../images/images_8.webp'), url('../images/images_9.svg');
    background-position: 50% 100%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 75%, auto;
  }

  .section_slider.slider_7 {
    background-position: 100% 100%, 100% 100%;
    background-size: 75%, auto;
  }

  .section_slider.slider_8 {
    padding-top: 100px;
  }

  .nav.hidden_nav {
    border-radius: 0px 0px var(--radius-section) var(--radius-section);
    background-color: var(--green);
    opacity: 1;
    padding-left: 96px;
    padding-right: 96px;
    inset: 0% 0% auto;
  }

  .nav.hidden_nav.display_none_nav {
    border-radius: 0px 0px var(--radius-section) var(--radius-section);
    display: block;
  }

  .nav.nav_hero, .nav.nav_footer.hidden_nav {
    display: none;
  }

  .nav.nav_main {
    opacity: 1;
    padding-left: 96px;
    padding-right: 96px;
  }

  .nav_link {
    color: var(--green);
  }

  .nav_content {
    flex-direction: column;
    align-items: flex-end;
  }

  .home_body {
    overflow: visible;
  }

  .progress_bar {
    display: none;
  }

  .h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .delivery_area {
    flex-direction: column;
  }

  .nav_menu {
    width: auto;
  }

  .nav_menu.is_mobile_nav {
    border-top-left-radius: var(--radio);
    border-bottom-left-radius: var(--radio);
    background-color: var(--white);
    margin-top: 140px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 16px;
  }

  .menu_button {
    border-radius: var(--radio);
    color: var(--white);
    cursor: pointer;
    padding: 16px;
  }

  .menu_button.w--open {
    background-color: var(--white);
    color: var(--green);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
  }

  .menu_button.typo_green {
    color: var(--green);
  }

  .icon {
    transition: all .3s ease-in-out;
  }

  .content {
    flex-direction: column;
  }

  .content.no_gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .typo_collumn {
    column-count: 1;
    column-gap: 0;
  }

  .slide_header {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .section_slider {
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .section_slider.slider_1 {
    background-image: url('../images/images_14.webp'), url('../images/images_16.svg');
    background-position: 50% 100%, 0 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 495px, 500px;
  }

  .section_slider.slider_2 {
    background-position: 50% 90%, 100% 90%;
    background-size: 438px, 370px;
  }

  .section_slider.slider_3 {
    margin-top: var(--margin-section-is-mobile);
    background-position: 50% 90%, 100% 90%;
    background-size: 366px, 389px;
  }

  .section_slider.slider_4 {
    margin-top: var(--margin-section-is-mobile);
    background-position: 50% 95%, 100% 90%;
    background-size: 409px, 329px;
  }

  .section_slider.slider_5 {
    margin-top: var(--margin-section-is-mobile);
    background-position: 50% 95%, 100% 75%;
    background-size: 409px, 320px;
  }

  .section_slider.slider_6 {
    margin-top: var(--margin-section-is-mobile);
    background-position: 50% 90%, 100% 90%;
    background-size: 397px, 429px;
  }

  .section_slider.slider_7 {
    margin-top: var(--margin-section-is-mobile);
    background-position: 100% 100%, 100% 90%;
    background-size: 409px, 329px;
  }

  .section_slider.slider_8 {
    margin-top: var(--margin-section-is-mobile);
  }

  .nav.hidden_nav {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav.hidden_nav.display_none_nav {
    padding: 16px 20px;
  }

  .nav.nav_main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .delivery_area {
    align-items: center;
    margin-bottom: 40px;
  }

  .card {
    flex-direction: column;
    width: 220px;
  }

  .card.beige {
    width: 220px;
  }

  .card.beige.vertical {
    width: auto;
  }

  .card_content {
    padding-top: 0;
    padding-left: 16px;
  }

  .gap-24.mobile_center {
    align-items: center;
  }

  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    position: relative;
  }

  .slide_wrap {
    min-height: 100%;
  }

  .slide_header {
    max-width: 80%;
    font-size: .9rem;
  }

  .slide_store_image {
    min-height: 100%;
    max-height: none;
  }

  .slide_element {
    min-height: 100%;
  }

  .arrows {
    display: none;
  }
}

#w-node-a319e45c-9d7d-7df2-448d-19c5ec3ac16b-2628e519 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70e18720-968d-e527-9426-4b3e53e91ce9-2628e519, #w-node-_204b9f2b-d9bd-c25a-910f-b3f1a85990e8-2628e519, #w-node-cdf0c605-435b-e5ea-881d-83ee2c22d5ac-2628e519, #w-node-_7e240be5-b660-1590-3243-47ca6b2dd0d2-2628e519, #w-node-c57f7b60-28be-f54a-b9fc-ebc59bad5c29-2628e519, #w-node-a31d5bbd-84ca-53bc-28b0-587025734a97-2628e519 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9511bd6-0762-e5cc-6646-7966f3b99ade-2628e519, #w-node-_787ba76e-c672-cd08-3e5b-ce5aec1232f2-2628e519 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5caea99f-eae3-38f9-10be-037c05f74cb5-05f74cb5, #w-node-_5caea99f-eae3-38f9-10be-037c05f74cb7-05f74cb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a319e45c-9d7d-7df2-448d-19c5ec3ac16b-2628e519 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70e18720-968d-e527-9426-4b3e53e91ce9-2628e519, #w-node-_204b9f2b-d9bd-c25a-910f-b3f1a85990e8-2628e519, #w-node-cdf0c605-435b-e5ea-881d-83ee2c22d5ac-2628e519, #w-node-_7e240be5-b660-1590-3243-47ca6b2dd0d2-2628e519, #w-node-c57f7b60-28be-f54a-b9fc-ebc59bad5c29-2628e519, #w-node-a31d5bbd-84ca-53bc-28b0-587025734a97-2628e519 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/SharpGrotesk-Light20.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/SharpGrotesk-Thin20.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/SharpGrotesk-Book20.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/SharpGrotesk-Bold20.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/SharpGrotesk-Black20.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/SharpGrotesk-SemiBold20.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/SharpGrotesk-Medium20.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}