body {
  color: #1e1e1e;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  line-height: 1.35;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
}

p {
  margin-bottom: 0;
}

.section {
  padding: 95px 5%;
}

.section.hero {
  min-height: 90vh;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0 3%;
  display: flex;
}

.section.features {
  background-color: #f8f8f8;
}

.section.about {
  color: #fff;
  background-color: #ea5732;
}

.section.features-02 {
  background-color: #fff;
}

.section.features-02.invis {
  display: none;
}

.section.testimonials {
  background-color: #e5b0a4;
}

.section.testimonials.invis {
  display: none;
}

.section.pricing {
  color: #fff;
  background-color: #ea5732;
}

.section.pricing.invis, .section.faq.invis {
  display: none;
}

.section.blog {
  background-color: #f8f8f8;
}

.section.blog.invis, .section.newsletter.invis {
  display: none;
}

.section.footer {
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-weight: 500;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.hero {
  max-width: 1920px;
  flex: 1;
  display: block;
}

.container.nav {
  max-width: 1920px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.wrapper-hero {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-image-wrapper {
  height: 100%;
  border-top-left-radius: 204px;
  border-top-right-radius: 204px;
  flex: 1;
  display: block;
  overflow: hidden;
}

.hero-center-wrapper {
  width: 600px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-content-wrapper {
  height: auto;
  color: #fff;
  background-color: #ea5732;
  border-radius: 0% 0% 304px 304px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-small {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.white {
  color: #fff;
}

.margin-20 {
  margin-bottom: 20px;
}

.image-hero {
  width: 100%;
  height: 100%;
  text-align: left;
  object-fit: cover;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-hero.non-flip {
  transform: none;
}

.navigation {
  background-color: #f8f8f8;
  padding: 28px 3%;
}

.logo-image {
  height: 30px;
}

.menu-links-wrapper {
  color: #1e1e1e;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.menu-links-wrapper.invis {
  display: none;
}

.menu-link {
  color: #1e1e1e;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.section-top-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-heading-wrapper {
  width: 50%;
}

.section-paragraph-wrapper {
  width: 40%;
}

.tag {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Rectangle-19.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 45px;
  padding: 0 20px 0 12px;
  font-size: 16px;
  font-weight: 600;
  display: inline;
  overflow: visible;
}

.tag.blog {
  margin-right: 15px;
}

.tag {
  text-align: left;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.2;
  display: inline-block;
  position: static;
  transform: translate(0, -22%);
}

.features-grid {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 78px;
  display: grid;
}

.features-item {
  color: #fff;
  background-color: #e5b0a4;
  border-radius: 12px;
  padding: 24px;
}

.features-item.pink {
  background-color: #e2c772;
}

.features-item.greeb {
  background-color: #5fac7d;
}

.features-number {
  margin-bottom: 88px;
  font-family: Archivo, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

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

.section-wrapper._02 {
  margin-bottom: 192px;
}

.section-wrapper._02.last {
  margin-bottom: 0;
}

.section-content-wrapper {
  width: 60%;
}

.section-content-wrapper.small {
  width: 50%;
}

.section-image-wrapper {
  height: 100%;
  border: 8px solid #eed37f;
  border-top-left-radius: 366px;
  border-top-right-radius: 366px;
  position: relative;
  overflow: hidden;
}

.margin-40 {
  margin-top: 0;
  margin-bottom: 40px;
}

.section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-sticker {
  z-index: 2;
  width: 145.45px;
  height: 145.45px;
  color: #3f5045;
  text-align: center;
  background-image: url('../images/O.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: -8%;
  right: auto;
  transform: rotate(38deg);
}

.paragraph-wrappr {
  justify-content: space-between;
  display: flex;
}

.paragraph-wrappr.margin-bottom-16px {
  margin-bottom: 16px;
}

.paragraph-2-column {
  width: 48%;
}

.section-image-block {
  width: 40%;
  height: 640px;
  text-transform: uppercase;
  margin-left: 96px;
  position: relative;
}

.margin-24 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.section-image-wrapper-02 {
  width: 50%;
  text-transform: uppercase;
  margin-left: 96px;
  position: relative;
}

.section-image-wrapper-02.left {
  margin-left: 0;
  margin-right: 96px;
}

.testimonials-wrapper {
  max-width: 880px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
}

.tabs-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.tab-link {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-pane {
  margin-top: 0;
}

.testimonials-person-wrapper {
  align-items: center;
  display: flex;
}

.testimonials-person-wrapper.margin-24 {
  display: flex;
}

.person-avatar {
  width: 48px;
  height: 48px;
  color: #c7760b;
  text-transform: uppercase;
  background-color: #eed37f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.person-name {
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.person-positon {
  font-size: 16px;
}

.testimonials-text-wrapper {
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.tab-link-02 {
  opacity: .6;
  padding: 20px 32px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tab-link-02.w--current {
  opacity: 1;
  background-color: #ead488;
}

.tab-link-02 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-02._2.w--current {
  background-color: #88d8a7;
}

.tab-link-02._3.w--current {
  background-color: #e5b0a4;
}

.tab-pane-02 {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 64px;
}

.tab-pane-02._2 {
  background-color: #88d8a7;
}

.tab-pane-02._3 {
  background-color: #e5b0a4;
}

.tab-pane-02._4 {
  background-color: #88d8a7;
}

.tabs-02 {
  margin-top: 64px;
}

.tabs-content-2 {
  background-color: #ead488;
  position: relative;
}

.tab-link-02._4.w--current {
  background-color: #88d8a7;
}

.button {
  background-color: #ea5732;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button:hover {
  background-color: #ec9017;
}

.button:active {
  background-color: #c7760b;
}

.button.strech {
  width: 100%;
}

.button.form {
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.button.menu {
  background-color: #ea5732;
  padding: 8px 24px;
}

.button.green {
  background-color: #388054;
}

.button.margin-top-24 {
  margin-top: 24px;
}

.button.margin-top-24:hover {
  background-color: #ca4320;
}

.button.margin-top-24.wit {
  color: #ea5732;
  background-color: #fff;
}

.button.margin-top-24.wit:hover {
  background-color: #fdf1ee;
}

.button.margin-top-24.wit-border {
  background-color: #ea5732;
  border: 1px solid #fff;
}

.button.margin-top-24.wit-border:hover {
  color: #ea5732;
  background-color: #fff;
}

.tab-image-wrapper {
  width: 50%;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.tabs-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs-content-02 {
  width: 45%;
}

.section-wrapper-center {
  text-align: center;
}

.tag {
  margin-right: 15px;
}

.margin-64 {
  margin-bottom: 64px;
}

.pricing-wrapper {
  max-width: 880px;
  color: #1e1e1e;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 32px;
  display: flex;
  overflow: hidden;
}

.pricing-left-wrapper {
  width: 70%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.pricing-right-wrapper {
  width: 30%;
  color: #898989;
  text-align: center;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  font-size: 20px;
  display: flex;
}

.pricing-text {
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.margin-36 {
  margin-bottom: 36px;
}

.pricing-list-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list {
  color: #1e1e1e;
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
}

.list-item-icon {
  margin-right: 11px;
}

.list-item {
  display: flex;
}

.price-number {
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.price-number.margin-12 {
  color: #1e1e1e;
}

.pricing-span {
  font-size: 24px;
}

.margin-12 {
  margin-bottom: 12px;
}

.margin-48 {
  margin-bottom: 48px;
}

.faq-blcok {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding-left: 32px;
  padding-right: 32px;
}

.faq-trigger {
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
}

.faq-question {
  font-family: Archivo, sans-serif;
  font-weight: 500;
}

.acordium-anwser-wrapper {
  width: 70%;
  color: #616161;
  font-size: 20px;
  overflow: hidden;
}

.margin-16 {
  margin-bottom: 16px;
}

.faq-anwser {
  padding-bottom: 16px;
  overflow: visible;
}

.blog-image {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.blog-image.margin-32 {
  height: auto;
  object-fit: cover;
}

.margin-32 {
  margin-bottom: 32px;
}

.collection-item {
  width: 50%;
  margin-right: 64px;
  padding-left: 0;
  padding-right: 0;
}

.collection-item:last-child {
  margin-right: 0;
}

.collection-list {
  justify-content: space-between;
  display: flex;
}

.newsletter-wrapper {
  color: #fff;
  background-color: #388054;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  font-family: Archivo, sans-serif;
  font-weight: 500;
  display: flex;
}

.newsletter-text {
  color: #b7d1c1;
  margin-top: 4px;
}

.newsletter-form-wrapper {
  width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.form {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field {
  height: 100%;
  color: #388054;
  background-color: #b7d1c1;
  border: 2px solid #fff;
  border-radius: 6px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 16px;
  padding: 12px;
  font-size: 18px;
}

.text-field:focus-visible {
  align-self: flex-start;
}

.text-field[data-wf-focus-visible] {
  align-self: flex-start;
}

.text-field::-ms-input-placeholder {
  color: #388054;
}

.text-field::placeholder {
  color: #388054;
}

.form-block {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
}

.button.hero {
  width: 176px;
  height: 176px;
  color: #fff;
  background-color: #e5b0a4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.button.hero:hover {
  background-color: #cf988c;
}

.footer-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid-item.invis {
  display: none;
}

.fotter-logo-image {
  width: 169px;
}

.footer-menu-title {
  font-size: 20px;
}

.footer-link {
  color: #6f6f6f;
  font-size: 16px;
  text-decoration: none;
}

.footer-link.margin-right {
  margin-right: 40px;
}

.footer-link.kvk {
  margin-right: 24px;
}

.margin-8 {
  margin-bottom: 8px;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fotter-bottom-wrapper {
  border-top: 2px solid #e1e1e1;
  justify-content: space-between;
  padding-top: 8px;
  display: flex;
}

.footer-bottom-links, .footer-bottom-right {
  align-items: center;
  display: flex;
}

.margin-12-mb {
  margin-bottom: 0;
}

.h2-heading {
  display: block;
}

.h2-heading.small {
  font-size: 38px;
  font-weight: 500;
}

.h2-heading.blog {
  display: inline;
}

.h2-heading.light {
  font-weight: 500;
}

.heading-h4 {
  margin-bottom: 56px;
  font-size: 32px;
  font-weight: 600;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bold-text {
  font-weight: 600;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.heading {
  margin-bottom: 16px;
}

.image-2 {
  margin-bottom: 23px;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 70px 20px;
  }

  .section.hero {
    min-height: auto;
  }

  .section.tabs {
    padding-bottom: 0;
    overflow: hidden;
  }

  .container.nav {
    display: flex;
  }

  .wrapper-hero {
    display: block;
  }

  .hero-image-wrapper {
    height: auto;
  }

  .hero-center-wrapper {
    width: auto;
  }

  .hero-content-wrapper {
    height: 600px;
    flex: 0 auto;
  }

  .image-hero {
    display: none;
  }

  .section-top-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-heading-wrapper, .section-paragraph-wrapper {
    width: auto;
  }

  .features-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .section-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section-wrapper._02 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 96px;
  }

  .section-content-wrapper {
    width: 50%;
  }

  .section-content-wrapper.small {
    width: 50%;
    order: 0;
  }

  .section-image-wrapper {
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
  }

  .image-sticker {
    width: 140px;
    height: 200px;
    top: -2%;
    left: -9%;
  }

  .paragraph-wrappr {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-2-column {
    width: auto;
  }

  .section-image-block {
    width: 50%;
    height: 70vh;
    margin-top: 0;
    margin-left: 60px;
  }

  .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .section-image-wrapper-02 {
    width: 50%;
    height: 50vh;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .section-image-wrapper-02.left {
    align-self: auto;
    margin-right: 60px;
  }

  .section-image-wrapper-02.right {
    margin-left: 60px;
  }

  .tab-link-02 {
    white-space: nowrap;
  }

  .tab-pane-02 {
    padding-top: 350px;
    padding-right: 64px;
  }

  .tab-pane-02._1 {
    padding-right: 64px;
  }

  .tabs-02 {
    width: 100vw;
    margin-left: -20px;
  }

  .tab-link-02._4.w--current {
    background-color: #88d8a7;
  }

  .tab-image-wrapper {
    width: 100%;
    height: 300px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .tabs-content-02 {
    width: auto;
  }

  .collection-item {
    width: auto;
    margin-bottom: 64px;
    margin-right: 64px;
  }

  .collection-list {
    flex-direction: row;
    align-items: center;
  }

  .newsletter-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .newsletter-text-wrapper {
    margin-bottom: 32px;
  }

  .newsletter-form-wrapper {
    width: auto;
  }

  .button.hero {
    width: 136px;
    height: 136px;
  }

  .footer-grid.margin-40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-item {
    text-align: center;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .margin-12-mb {
    margin-bottom: 12px;
  }

  .margin-8-mb {
    margin-bottom: 8px;
  }

  .tabs-menu-2 {
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    overflow: scroll;
  }

  .div-block {
    display: block;
  }

  .heading-h4 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 36px;
  }

  .section {
    padding: 48px 16px;
  }

  .section.hero {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.tabs {
    padding-bottom: 0;
    padding-left: 16px;
  }

  .section.newsletter {
    background-color: #ea5732;
    font-size: 25px;
  }

  .section.footer {
    padding-top: 52px;
    padding-bottom: 16px;
  }

  .container, .container.hero {
    max-width: none;
  }

  .hero-image-wrapper {
    display: none;
  }

  .hero-center-wrapper {
    width: 100%;
  }

  .hero-content-wrapper {
    width: 100%;
    height: 440px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-small {
    font-size: 16px;
  }

  .image-hero {
    display: block;
  }

  .menu-links-wrapper {
    display: none;
  }

  .tag {
    margin-right: 10px;
    transform: translate(0, -16%);
  }

  .features-number {
    margin-bottom: 40px;
    font-size: 58px;
  }

  .section-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-wrapper._02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-content-wrapper {
    width: auto;
  }

  .section-content-wrapper.small {
    width: auto;
    order: 1;
  }

  .section-image {
    height: 100%;
    object-position: 50% 0%;
  }

  .image-sticker {
    width: 120px;
    height: 120px;
    font-size: 15px;
    top: 5%;
    left: 2%;
  }

  .section-image-block {
    width: 100%;
    height: 110vw;
    margin-top: 32px;
    margin-left: 0;
  }

  .section-image-wrapper-02 {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .section-image-wrapper-02.left {
    margin-right: 0;
  }

  .section-image-wrapper-02.right {
    margin-left: 0;
  }

  .testimonials-wrapper {
    padding: 16px;
  }

  .tabs-menu {
    flex-wrap: nowrap;
    margin-top: 24px;
    overflow: scroll;
  }

  .tab-link {
    opacity: .4;
    margin-right: 71px;
  }

  .tab-pane-02 {
    padding: 255px 16px 32px;
  }

  .tab-pane-02._1 {
    padding-top: 255px;
    padding-bottom: 32px;
    padding-left: 16px;
  }

  .tabs-02 {
    width: 100vw;
    margin-top: 32px;
    margin-left: -16px;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .tab-image-wrapper {
    width: 100%;
    height: 230px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .paragraph-testimonial {
    font-size: 36px;
  }

  .tabs-content-02 {
    width: auto;
  }

  .section-wrapper-center {
    text-align: left;
  }

  .pricing-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .pricing-wrapper.margin-40 {
    margin-bottom: 24px;
  }

  .pricing-left-wrapper {
    padding-left: 32px;
  }

  .pricing-right-wrapper {
    width: 100%;
  }

  .pricing-list-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .list {
    margin-bottom: 24px;
  }

  .list.last {
    margin-bottom: 0;
  }

  .price-number.margin-12 {
    font-size: 40px;
  }

  .faq-blcok.margin-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-question {
    font-weight: 600;
  }

  .collection-item {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 64px;
    display: block;
  }

  .collection-item:last-child {
    margin-bottom: 0;
  }

  .collection-list {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .newsletter-form-wrapper {
    width: 100%;
  }

  .form {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .text-field {
    margin-bottom: 16px;
    margin-right: 0;
    font-size: 18px;
  }

  .form-block {
    width: 100%;
  }

  .button.hero {
    width: 136px;
    height: 136px;
  }

  .footer-grid.margin-40 {
    grid-template-rows: auto;
  }

  .footer-link.margin-right {
    margin-right: 0;
    padding-bottom: 12px;
  }

  .fotter-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
    display: block;
  }

  .footer-bottom-links {
    flex-direction: column;
    justify-content: center;
  }

  .footer-bottom-right {
    justify-content: center;
    margin-top: 20px;
  }

  .tabs-menu-2 {
    overflow: scroll;
  }

  .h2-heading {
    font-size: 28px;
  }

  .h2-heading.margin-64 {
    margin-bottom: 32px;
  }

  .h2-heading.small {
    font-size: 28px;
  }

  .h2-heading.small.margin-40, .h2-heading.light.margin-24 {
    margin-bottom: 12px;
  }

  .testimonials-image {
    max-width: 130px;
  }

  .heading-h3 {
    font-size: 36px;
  }

  .div-block {
    display: none;
  }

  .heading-h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section.features {
    overflow: hidden;
  }

  .paragraph-small {
    width: auto;
  }

  .tag.blog {
    font-size: 14px;
  }

  .features-grid {
    width: 100%;
  }

  .section-image {
    height: 100%;
  }

  .image-sticker {
    width: 80px;
    left: -20px;
  }

  .section-image-block {
    width: 100%;
    height: 110vw;
  }

  .tab-pane-02 {
    padding-right: 16px;
  }

  .button.menu {
    white-space: nowrap;
  }

  .collection-item {
    width: 100%;
    align-items: flex-start;
  }

  .footer-grid.margin-40 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-grid-item {
    text-align: center;
  }

  .footer-link {
    text-align: left;
    align-self: auto;
  }

  .footer-link.margin-8 {
    text-align: left;
  }

  .footer-links-wrapper {
    text-align: center;
    align-items: center;
  }

  .div-block {
    display: none;
  }
}

#w-node-bb803b7f-d062-386f-5234-98715c3c74fb-a207f0ae {
  justify-self: start;
}

#w-node-_8c703a6a-ae5f-32de-9dc1-ff5952bbf895-a207f0ae {
  justify-self: center;
}

#w-node-_5307e4a9-58f4-1da1-291b-ae75cf4b2ba0-a207f0ae {
  justify-self: end;
}

#w-node-b410f15a-b630-a924-2426-e7a4dcbe3e6c-a207f0ae, #w-node-_7afc1798-6376-3f5a-039b-77611b1bc2fc-a207f0ae, #w-node-_5f3b9a17-866b-3c48-805e-8f0eb9667369-a207f0ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b467ddde-f113-e325-433b-ee7750bf6fe7-a207f0ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91fcbcad-74f5-2fae-6783-3dbaabef4a97-a207f0ae {
  grid-area: 1 / 5 / 2 / 7;
  justify-self: start;
}

#w-node-ab0d0ae1-ba84-43dd-0685-daeefab83d19-a207f0ae {
  grid-area: 1 / 7 / 2 / 9;
  justify-self: start;
}

#w-node-_0f356880-bb36-da75-14ab-ebb4d28ec9a8-a207f0ae {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: start;
}

#w-node-_53ea0599-b7a0-2dd7-1702-72d2faf307f9-a207f0ae {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b467ddde-f113-e325-433b-ee7750bf6fe7-a207f0ae {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_91fcbcad-74f5-2fae-6783-3dbaabef4a97-a207f0ae {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-ab0d0ae1-ba84-43dd-0685-daeefab83d19-a207f0ae {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_0f356880-bb36-da75-14ab-ebb4d28ec9a8-a207f0ae {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_53ea0599-b7a0-2dd7-1702-72d2faf307f9-a207f0ae {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb803b7f-d062-386f-5234-98715c3c74fb-a207f0ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b32d69c-e20a-758f-96be-e5ea3ddba7b2-a207f0ae {
    justify-self: auto;
  }

  #w-node-_91fcbcad-74f5-2fae-6783-3dbaabef4a97-a207f0ae {
    justify-self: center;
  }

  #w-node-ab0d0ae1-ba84-43dd-0685-daeefab83d19-a207f0ae {
    align-self: start;
    justify-self: center;
  }

  #w-node-_0f356880-bb36-da75-14ab-ebb4d28ec9a8-a207f0ae, #w-node-_53ea0599-b7a0-2dd7-1702-72d2faf307f9-a207f0ae {
    justify-self: center;
  }
}


