@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1a1a1a;
  --yellow: #fabe0c;
  --white: #fff;
  --gray-dark: #5f5f5f;
  --gray: #a3a3a3;
  --gray-white: #f2f2f2;
  --deep-black: var(--black);
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-size: 2vw;
  line-height: 140%;
}

.body {
  color: var(--black);
  font-family: Inter Variablefont Opsz Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.hero-section {
  background-color: var(--yellow);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 40px;
  display: flex;
}

.hero-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  height: 57%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.header-menu-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.header-link {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.header-link:hover {
  text-decoration: underline;
}

.hero-content-left-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-content-right-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 7vw;
  display: flex;
}

.hero-title-wrap {
  margin-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
}

.header-logo-wrap {
  width: 50%;
}

.hero-img {
  position: absolute;
  inset: auto 8% 0% auto;
}

.about-section {
  background-color: var(--black);
  padding: 9vw 40px 40px;
}

.h2-white {
  color: var(--white);
  font-size: 4.1vw;
  font-weight: 600;
  line-height: 100%;
}

.hero-btn {
  background-color: #fff0;
  border-top: 1px solid #000;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
}

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

.content-wrap.services {
  height: 70%;
}

.content-left, .content-right {
  width: 50%;
}

.content-right.services {
  height: 100%;
}

.about-block {
  border: 1px solid var(--gray-dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding: 40px;
  display: flex;
}

.label {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.label.yellow {
  color: var(--yellow);
}

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

.text-white {
  color: var(--white);
  font-weight: 300;
  line-height: 140%;
}

.text-white.faq-title {
  font-size: 18px;
  font-weight: 500;
}

.text-white.about {
  max-width: 60ch;
}

.text-white.mob {
  display: none;
}

.about-img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-section {
  background-image: url('../images/service-img-one_1.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.services-section.three {
  background-image: url('../images/service-img-three_1.avif');
}

.services-section.two {
  background-image: linear-gradient(#0000, #0006), url('../images/service-img-two.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.about-title-wrap {
  margin-bottom: 60px;
}

.services-label-wrap {
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 6px;
  display: flex;
}

.services-tewxt-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 89%;
  padding-bottom: 10vw;
  display: flex;
}

.about-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 4vw;
  display: flex;
}

.plans-section {
  width: 100vw;
  padding-top: 9vw;
  padding-left: 40px;
  padding-right: 40px;
}

.plans-title-wrap {
  border-bottom: 1px solid var(--black);
  margin-bottom: 40px;
  padding-bottom: 60px;
}

.plans-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.plan-content {
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 460px;
  padding: 40px;
  display: flex;
}

.how-section {
  width: 100vw;
  height: 400vh;
  padding: 9vw 40px;
}

.plan-title-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.how-img-wrap {
  background-color: var(--yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.how-label-wrap {
  border-bottom: 1px solid var(--black);
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 6px;
}

.faq-section {
  background-color: var(--black);
  padding: 9vw 40px 3vw;
  position: relative;
}

.faq-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--gray-dark);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 40px;
  display: flex;
}

.faq-content-wrap.first {
  margin-top: 60px;
}

.faq-left {
  width: 50%;
}

.faq-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.faq-number {
  color: var(--yellow);
  font-weight: 500;
}

.text-gray {
  color: var(--gray);
}

.divider {
  background-color: var(--yellow);
  width: 100vw;
  height: 4px;
  display: none;
  position: relative;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #111;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  padding: 6vw 40px;
  display: flex;
  position: relative;
}

.footer-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-height: 200px;
  display: flex;
}

.footer-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-right.mob {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 200px;
}

.contact-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.step-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.step-wrap.second {
  opacity: .3;
  margin-top: 24px;
}

.step-number {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.step-title {
  margin-bottom: 4px;
  font-weight: 600;
}

.arrow {
  margin-top: 8px;
}

.steps-base {
  z-index: 10;
  position: absolute;
  inset: auto 0% 0%;
}

.sticky-wrap {
  background-color: var(--white);
  width: 100vw;
  position: sticky;
  top: 0;
}

.how-section-mobile {
  padding: 9vw 40px;
  display: none;
}

.h4-plans {
  max-width: 17ch;
}

.h4-plans.yellow {
  color: var(--yellow);
}

.hero-section-mobile {
  background-color: var(--yellow);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
}

.step-one {
  z-index: 5;
  position: absolute;
  inset: auto 0% 0%;
}

.how-sticky {
  position: sticky;
  top: 40px;
}

.step-two {
  z-index: 4;
  position: absolute;
  inset: auto 0% 0%;
}

.step-three {
  position: absolute;
  inset: auto 0% 0%;
}

.form-section {
  background-color: var(--yellow);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-right: 40px;
  display: flex;
}

.form-wrap {
  width: 440px;
  margin-top: 20px;
}

.submit-button {
  background-color: var(--black);
  width: 240px;
  height: 60px;
  margin-top: 32px;
}

.submit-button:hover {
  color: var(--yellow);
  background-color: #3b3b3b;
}

.text-field {
  background-color: #fada7d;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: 60px;
}

.text-field:hover {
  border: 1px solid #000;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: #fff;
}

.text-field-2 {
  background-color: #fada7d;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: 60px;
}

.text-field-2:hover {
  border: 1px solid #000;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  background-color: #fff;
}

.form-logo {
  position: absolute;
  inset: 9% auto auto;
}

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

.form-left {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.form-right {
  width: 43%;
}

.form-img {
  max-width: 140%;
}

.link, .link-2 {
  color: var(--yellow);
}

.top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.description {
  opacity: .56;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.div-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-section {
    justify-content: space-between;
    align-items: flex-start;
    height: 90vh;
    display: none;
  }

  .hero-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 60%;
    display: flex;
  }

  .header-menu-wrap {
    width: auto;
    display: none;
  }

  .hero-content-left-wrap {
    width: 100%;
  }

  .hero-content-right-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .hero-title-wrap {
    margin-bottom: 16px;
  }

  .header-logo-wrap {
    width: auto;
  }

  .hero-img {
    position: static;
    inset: auto 0% 0% auto;
  }

  .hero-btn {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap {
    flex-flow: column;
  }

  .content-wrap.services {
    height: 50%;
  }

  .content-left, .content-right {
    width: 100%;
  }

  .text-white.mob {
    display: none;
  }

  .services-section {
    background-image: linear-gradient(#0000, #000), url('../images/service-img-one_1.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .services-section.three {
    background-image: linear-gradient(#0000, #000), url('../images/service-img-three_1.avif'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
  }

  .services-section.two {
    background-image: linear-gradient(#0000, #000c), url('../images/service-img-two.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .services-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .plans-section {
    padding-bottom: 9vw;
  }

  .plans-title-wrap {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .plans-content-wrap {
    flex-flow: column;
  }

  .plan-content {
    width: 100%;
  }

  .how-section {
    display: none;
  }

  .plan-title-wrap {
    margin-bottom: 8px;
  }

  .how-img-wrap {
    width: 100%;
    height: auto;
    position: static;
  }

  .how-label-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footer-left {
    width: 50%;
    height: 100%;
  }

  .step-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .step-wrap.second {
    opacity: 1;
    margin-top: 60px;
  }

  .arrow {
    transform: rotate(90deg);
  }

  .steps-base {
    position: absolute;
    inset: auto 0% 0%;
  }

  .how-section-mobile {
    flex-flow: column;
    display: flex;
  }

  .stepcontent-mob {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .hero-section-mobile {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .step-one {
    position: absolute;
    inset: auto 0% 0%;
  }

  .image {
    max-width: 70%;
  }

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

  .form-section {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-left {
    display: none;
  }

  .form-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header, .hero-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-menu-wrap {
    display: none;
  }

  .hero-title-wrap, .about-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-white {
    font-size: 32px;
    line-height: 110%;
  }

  .content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-wrap.services {
    height: 50%;
  }

  .text-white, .text-white.mob {
    display: block;
  }

  .about-title-wrap {
    margin-bottom: 40px;
  }

  .plans-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plans-title-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .plans-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .faq-content-wrap.first {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
  }

  .faq-left {
    width: 10%;
  }

  .faq-right {
    width: 90%;
  }

  .footer {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-right.mob {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .step-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .step-number {
    width: 90px;
    height: 100px;
  }

  .how-section-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading {
    font-size: 40px;
    line-height: 100%;
  }

  .paragraph {
    font-size: 18px;
  }

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

@media screen and (max-width: 479px) {
  .header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-img {
    max-width: 130%;
  }

  .about-section {
    padding-top: 60px;
  }

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

  .hero-btn {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .about-block {
    height: 450px;
    padding: 20px;
  }

  .text-white {
    display: block;
  }

  .services-section, .services-section.three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-title-wrap {
    margin-bottom: 20px;
  }

  .plans-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .plan-content {
    min-height: 350px;
    padding: 20px;
  }

  .faq-section {
    padding-top: 60px;
  }

  .faq-content-wrap {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .faq-left {
    display: none;
  }

  .faq-right {
    width: 100%;
  }

  .footer {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

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

  .step-wrap.second {
    margin-top: 50px;
  }

  .step-number, .arrow {
    display: none;
  }

  .how-section-mobile {
    padding-bottom: 60px;
  }

  .h4-plans {
    font-size: 20px;
  }

  .heading {
    font-size: 36px;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .image {
    max-width: 70%;
  }

  .form-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrap, .submit-button {
    width: auto;
  }
}


@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}