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

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

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Extrabold.otf') format("opentype"), url('../fonts/CabinetGrotesk-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --background: #fffefc;
  --brown: #6a3500;
  --light-brown: #b35b04;
  --orange: #fb8208;
  --white: white;
  --blue: #4586d5;
  --brown-background: #f3eee8;
  --light-blue: #e3ecf6;
  --beige: #f3eee8;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.section.nav {
  z-index: 2147483647;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffefc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.section.page {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #0000;
  background-image: url('../images/illustration-mobile.png');
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 85%;
  min-height: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: flex;
}

.section.page.hero {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  position: relative;
}

.section.page.problem {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 0%;
  margin-top: -140px;
  padding-left: 0;
}

.section.page.me {
  background-image: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 0%;
  margin-top: -40px;
  padding-bottom: 40px;
  padding-left: 0;
  position: relative;
}

.section.page.hiw {
  background-color: #0000;
  background-image: none;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  min-height: 0%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  position: relative;
}

.section.page.pricing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 46px;
  margin-bottom: 0;
  padding-bottom: 35px;
  padding-left: 0;
  list-style-type: none;
  display: block;
  position: relative;
}

.section.page.contact {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-left: 0;
  position: relative;
}

.body {
  background-color: var(--background);
  color: var(--brown);
  -webkit-text-stroke-color: var(--light-brown);
  background-image: linear-gradient(#ffffff80, #ffffff80);
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.container.nav {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1728px;
  margin: 10px 15px 0;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.menu-logo-cta {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo {
  height: 25px;
  margin: 10px 10px 10px 20px;
}

.menu-links {
  color: var(--brown);
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.menu-links:hover {
  color: var(--light-brown);
}

.menu-links.cta {
  border: 1.5px solid #b35b04;
  border-radius: 999px;
  margin-right: 20px;
  padding: 10px 20px;
}

.menu-links.cta:hover {
  border-color: var(--orange);
  color: var(--brown);
}

.menu-links.cta:active {
  border-color: #fb820870;
}

.button {
  border-radius: 999px;
  padding: 15px 30px;
  font-weight: 500;
}

.button.cta {
  background-color: #4586d500;
  background-image: url('../images/hero-cta-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}

.button.cta:hover {
  background-color: #4486d500;
  background-image: url('../images/cta-background.png'), url('../images/hero-cta-background.png');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, contain;
  background-attachment: scroll, scroll;
}

.button.cta:active {
  margin-top: 17px;
  margin-left: 1px;
}

.button.cta.lr {
  text-align: center;
  background-position: 50%;
  background-size: 99% 85%;
  background-attachment: scroll;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-left: auto;
  font-size: 19px;
  display: block;
}

.button.cta.lr:hover {
  background-image: url('../images/cta-background.png'), url('../images/hero-cta-background.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 99% 85%, 99% 85%;
  background-attachment: scroll, scroll;
}

.button.cta.lr:active {
  margin-top: 1px;
  margin-right: 1px;
}

.button.cta.lr.ca {
  border: 1.5px solid var(--light-brown);
  color: var(--brown);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.cta.lr.ca:hover {
  border-color: var(--orange);
}

.button.cta.lr.ca:active, .button.cta.lr.cal:active {
  margin-top: 0;
}

.button.cta.contact-cta {
  color: var(--white);
  margin-top: 0;
}

.heading.hero {
  text-align: left;
  margin-top: 100px;
  font-size: 55px;
  font-weight: 700;
  line-height: 77px;
}

.heading.hero.smal {
  display: none;
}

.hero-paragraph {
  max-width: 70%;
  margin-bottom: 0;
  font-size: 18px;
}

.hero-text {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  padding-left: 11px;
  display: flex;
}

.page-wrapper {
  background-image: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blue {
  color: var(--blue);
  text-shadow: 0 0 6px var(--background);
}

.image-section {
  max-width: 50%;
}

.heading-2 {
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  line-height: 46px;
}

.text-problem {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  display: flex;
}

.paragraph {
  text-align: center;
  width: 76%;
}

.nav-shadow {
  z-index: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 5px #6a35001a;
}

.heading-3 {
  margin-top: 10px;
  font-weight: 500;
}

.text-me {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--brown-background);
  border-radius: 20px;
  flex-flow: column;
  padding: 10px 20px;
  display: flex;
}

.image-2 {
  max-width: 40%;
}

.medium {
  font-weight: 500;
}

._1 {
  background-color: #5a303000;
  width: 228px;
  padding-left: 15px;
  padding-right: 15px;
}

.dot {
  max-width: 50px;
}

.dot._2 {
  max-width: 100px;
}

.dot._3 {
  max-width: 178px;
}

.heading-hiw {
  text-align: justify;
  text-transform: capitalize;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-hiw {
  max-width: 228px;
  padding-top: 20px;
  font-weight: 300;
}

.launch-ready {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brown-background);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.launch-ready.clarity-audit {
  border: 2px solid var(--brown-background);
  background-image: linear-gradient(#fefefd, #fefefd);
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  margin-top: 0;
  margin-bottom: auto;
  display: none;
}

.launch-ready.shadow {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  box-shadow: 7px 7px 10px #6a350033;
}

.list-item {
  padding-top: 0;
  list-style-type: none;
}

.list-item.custom-bullet {
  background-image: url('../images/check.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 17px;
  margin-bottom: 4px;
  padding-left: 35px;
}

.paragraph-2 {
  color: var(--brown);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.custom-list {
  border-top: 1px none var(--light-brown);
  align-self: center;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  list-style-type: none;
}

.custom-list.contact-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.text-block {
  color: var(--blue);
  text-align: right;
  align-self: flex-end;
  line-height: 30px;
  display: block;
}

.price {
  font-size: 35px;
  font-weight: 500;
}

.heading-4 {
  align-self: flex-start;
  margin-top: -22px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
}

.heading-4.ca {
  background-color: var(--background);
  margin-top: -22px;
  font-size: 36px;
  font-weight: 500;
}

.pricing-headline {
  width: 85%;
  color: var(--brown);
  text-align: center;
  text-transform: none;
  background-color: #ff8b0000;
  border-radius: 20px;
  margin: 90px auto 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 31px;
}

.pricing-headline.contact {
  text-transform: none;
  margin-bottom: 0;
}

.pricing-headline.contact.email {
  text-transform: none;
  margin-top: 20px;
}

.pricing-blok {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  background-color: #f3eee800;
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: var(--brown);
  padding-left: 5px;
}

.field-label {
  min-width: 92px;
  margin-bottom: 0;
  font-weight: 400;
}

.field-label.email {
  min-width: 76px;
}

.inline-input-container {
  background-color: var(--brown-background);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  display: flex;
}

.inline-input-container.form-field-width {
  border-radius: 30px;
  width: 30%;
  min-width: 330px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
}

.inline-input-container.message-conteiner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.form {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.form-block {
  width: 100%;
}

.textarea {
  -webkit-text-fill-color: inherit;
  background-color: #f3eee800;
  background-clip: border-box;
}

.textarea.message-field {
  border: 1px #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 50px;
  display: block;
  overflow: visible;
}

.textarea.message-field:focus {
  border-style: none;
}

.textarea.message-field:focus-visible, .textarea.message-field[data-wf-focus-visible] {
  color: var(--brown);
}

.textarea.message-field::placeholder {
  color: #6a350080;
}

.submit-button {
  background-color: #3898ec00;
  background-image: url('../images/send-icon.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  overflow: clip;
}

.success-message {
  background-color: #4586d533;
  border-radius: 10px;
}

.text-block-2 {
  color: var(--blue);
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template: ". Area"
  / auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.footer-block {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link {
  color: #1a1b1f;
  flex-flow: row;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block-5 {
  color: #1a1b1f;
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 14px;
  display: none;
}

.text-block-5.ico {
  margin-top: 12px;
}

.image-7 {
  max-width: 15%;
}

.about-me {
  width: 100%;
  height: 21px;
  margin-top: -100px;
  position: absolute;
  inset: 0% 0% auto;
}

.home {
  width: 100%;
  height: 10px;
  margin-top: -70px;
  position: absolute;
  inset: 0% 0% auto;
}

.how-it-works {
  margin-top: -150px;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing {
  margin-top: -100px;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-me {
  position: absolute;
  inset: 0% 0% auto;
}

.checkbox-label {
  color: var(--blue);
  font-size: 14px;
}

.checkbox-field {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.upsection {
  display: none;
}

.image-8 {
  margin-right: 40px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 500;
}

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

.text-span {
  text-transform: lowercase;
}

.lenguage-switch {
  align-items: center;
  height: 28px;
  margin-right: 15px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.l {
  color: var(--blue);
  text-decoration: none;
}

.l.lenguage {
  background-color: var(--light-blue);
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
}

.lenguage {
  aspect-ratio: auto;
  background-color: var(--light-blue);
  color: var(--blue);
  text-align: center;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 40px;
  padding: 5px 6px 3px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  position: static;
}

.lenguage:hover {
  z-index: auto;
  position: relative;
}

.lenguage.fixed {
  z-index: -5;
  display: block;
  position: static;
}

.lenguage.cs {
  z-index: 999;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  display: block;
  position: relative;
}

.lenguage.cs.en, .lenguage.cs.en-hover {
  margin-top: -28px;
}

.lenguage.en {
  z-index: 99999;
  text-align: center;
  margin-top: -28px;
  font-size: 14px;
  display: block;
  position: relative;
}

.lenguage.en.cs-hover {
  z-index: 1;
  margin-top: 0;
}

.bold-text-4 {
  font-weight: 500;
}

.text-span-2, .text-span-3 {
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 14px;
  font-style: italic;
  font-weight: 200;
  display: flex;
}

.text-block-6 {
  text-align: left;
}

.error-message {
  border-radius: 9px;
}

@media screen and (max-width: 991px) {
  .section.nav {
    max-width: 100%;
  }

  .section.page {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-size: auto 75%;
    max-width: 90%;
  }

  .section.page.problem {
    margin-top: -400px;
  }

  .section.page.hiw {
    padding-top: 80px;
  }

  .section.page.pricing {
    margin-top: auto;
  }

  .logo {
    height: 22px;
    margin-left: 10px;
  }

  .menu-links {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
  }

  .menu-links.cta {
    margin-right: 10px;
  }

  .button.cta.lr {
    font-size: 18px;
  }

  .heading.hero {
    margin-top: 102px;
    font-size: 40px;
    line-height: 50px;
    display: none;
  }

  .heading.hero.smal {
    margin-top: 60px;
    display: block;
  }

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

  .hero-text {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .page-wrapper {
    max-width: 1728px;
  }

  .image-section {
    max-width: 60%;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 39px;
  }

  .paragraph {
    font-size: 15px;
  }

  .image {
    position: relative;
  }

  .launch-ready.clarity-audit, .launch-ready.shadow {
    justify-content: flex-start;
    align-items: center;
    max-width: 50%;
    margin-top: 0;
    margin-bottom: auto;
  }

  .heading-4.ca {
    margin-top: -22px;
    font-size: 33px;
  }

  .pricing-headline {
    text-align: center;
    margin-top: 70px;
    padding-top: 10px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .lenguage {
    font-size: 14px;
  }

  .lenguage.cs, .lenguage.en {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section.nav {
    position: static;
  }

  .section.page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 90% -3%;
    background-size: auto 50%;
    max-width: 95%;
    padding-left: 0;
  }

  .section.page.problem {
    margin-top: -544px;
  }

  .section.page.me {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    margin-top: 0;
  }

  .section.page.hiw {
    flex-flow: wrap;
    width: 95%;
  }

  .section.page.pricing {
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 91px;
  }

  .container.nav {
    justify-content: center;
  }

  .menu-nav {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: column;
    display: none;
  }

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

  .menu-links {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-links.cta {
    color: #6a3500;
    display: none;
  }

  .menu-links.cta:hover {
    font-weight: 400;
  }

  .button.cta {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 90%;
    margin-bottom: 2px;
    font-size: 18px;
  }

  .button.cta:hover {
    background-image: url('../images/hero-cta-background.png');
    background-position: 50%;
    background-size: auto 90%;
  }

  .button.cta.lr {
    margin-bottom: 0;
  }

  .button.cta.lr.ca:active, .button.cta.lr.cal:active {
    margin-right: 0;
  }

  .button.cta.cal {
    background-size: 99% 90%;
    font-size: 16px;
  }

  .heading.hero.smal {
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-paragraph {
    max-width: 60%;
    padding-top: 4px;
    font-size: 12px;
    line-height: 17px;
  }

  .hero-text {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .heading-2 {
    font-size: 31px;
  }

  .text-problem {
    margin-left: -40px;
  }

  .paragraph {
    font-size: 13px;
  }

  .nav-shadow {
    display: none;
  }

  .image-2 {
    max-width: 60%;
  }

  ._1 {
    padding-top: 50px;
  }

  .dot {
    max-width: 40px;
  }

  .dot._2 {
    max-width: 80px;
  }

  .dot._3 {
    max-width: 145px;
  }

  .heading-hiw {
    font-size: 21px;
  }

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

  .launch-ready {
    background-color: var(--brown-background);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 20px;
    padding-bottom: 20px;
  }

  .launch-ready.clarity-audit {
    max-width: 100%;
    margin-top: 34px;
    display: none;
  }

  .launch-ready.shadow {
    max-width: 100%;
  }

  .list-item.custom-bullet {
    font-size: 16px;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 16px;
  }

  .custom-list.contact-list {
    margin-bottom: 15px;
  }

  .text-block {
    padding-right: 10px;
    display: block;
  }

  .heading-4 {
    margin-top: -15px;
    font-size: 30px;
    line-height: 35px;
  }

  .pricing-headline.contact {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .pricing-headline.contact.email {
    margin-top: 30px;
  }

  .pricing-blok {
    flex-flow: column;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-right: 20px;
  }

  .footer-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 0;
  }

  .checkbox-field {
    width: 95%;
  }

  .upsection {
    z-index: 2147483647;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 40px;
    padding-right: 10px;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .link-block-2 {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
  }

  .lenguage-switch {
    display: none;
  }

  .lenguage {
    display: block;
  }

  .lenguage.cs {
    margin-top: 0;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section.nav {
    position: static;
  }

  .section.page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: url('../images/illustration-desktop.png');
    background-position: -20% 0;
    background-repeat: no-repeat;
    background-size: auto 300px;
    align-items: center;
    width: 90%;
  }

  .section.page.problem {
    flex-flow: column;
    width: 100%;
    margin-top: -418px;
  }

  .section.page.me {
    width: 90%;
    max-width: 90%;
    margin-top: 50px;
  }

  .section.page.hiw {
    padding-top: 30px;
  }

  .container.nav {
    padding-bottom: 0;
  }

  .menu-logo-cta {
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    max-width: 80%;
  }

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

  .button.cta.lr {
    text-align: center;
    align-self: center;
    width: 102%;
    margin-top: 10px;
    margin-right: auto;
  }

  .button.cta.lr.ca:active, .button.cta.lr.cal:active {
    margin-right: auto;
  }

  .heading.hero.smal {
    text-align: center;
    text-shadow: 0 0 3px #fefefd;
    margin-top: 170px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-paragraph {
    text-align: center;
    max-width: 90%;
    font-size: 14px;
  }

  .hero-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    padding-left: 0;
  }

  .image-section {
    max-width: 105%;
    margin-top: 30px;
    margin-left: -30px;
  }

  .heading-2 {
    font-size: 33px;
  }

  .text-problem {
    justify-content: flex-start;
    align-items: center;
    margin-top: -20px;
    margin-left: 0;
  }

  .paragraph {
    font-size: 14px;
  }

  .image {
    max-width: 110%;
    margin-top: 13px;
    margin-left: 0;
  }

  .link-block {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    margin-left: -29px;
    display: flex;
  }

  .heading-3 {
    font-size: 27px;
  }

  .text-me {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-2 {
    max-width: 70%;
    padding-top: 30px;
  }

  ._1 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-hiw {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-hiw {
    text-align: center;
    font-size: 18px;
  }

  .custom-list.contact-list {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .heading-4 {
    margin-top: -14px;
  }

  .heading-4.ca {
    font-size: 33px;
  }

  .pricing-headline {
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
    line-height: 35px;
  }

  .pricing-headline.contact {
    margin-bottom: 10px;
  }

  .inline-input-container.form-field-width {
    width: 100%;
  }

  .container-4 {
    max-width: none;
  }

  .footer-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .footer-brand {
    display: none;
  }

  .footer-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    display: block;
  }

  .upsection {
    z-index: 2147483647;
  }
}

#w-node-_275c9b32-0183-bfde-2cac-1c78b3a288a5-0af6241a, #w-node-_275c9b32-0183-bfde-2cac-1c78b3a288a5-35782be9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extrabold.otf') format('opentype'), url('../fonts/CabinetGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}