:root {
  --dark: #1a1c21;
  --white: white;
  --primary: #fcb834;
  --black: black;
  --white-2: white;
}

body {
  color: var(--dark);
  font-family: Staatliches, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 137px;
  font-weight: 400;
  line-height: 0.8;
}

h2 {
  letter-spacing: 0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 400;
  line-height: 0.9;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

h4 {
  letter-spacing: 0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.header {
  color: var(--white);
  background-image: linear-gradient(355deg, #0009, #fff0),
    url("../images/Rectangle-1522.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 100px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.header-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.clip {
  overflow: hidden;
}

.header-text-wrap {
  margin-top: 24px;
  margin-bottom: 32px;
}

.text {
  font-family: Staatliches, sans-serif;
  font-size: 29px;
  line-height: 1.6;
}

.text.mb {
  display: none;
}

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

.button {
  background-color: var(--primary);
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 283px;
  height: 52px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
  display: flex;
}

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

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

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

.button.dark.auto {
  min-width: auto;
}

.button-outline {
  border: 2px solid var(--white);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcb83400;
  justify-content: center;
  align-items: center;
  min-width: 283px;
  height: 52px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
  display: flex;
}

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

.button-outline.auto {
  min-width: auto;
}

.nav {
  width: 100%;
  position: absolute;
  inset: 48px 0% auto;
}

.nav-wrap {
  width: 100%;
}

.logo {
  height: 137px;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section.bg-primary {
  background-color: var(--primary);
}

.section.bg-primary.z-index-1 {
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 160px;
}

.section.bg-primary.z-index-1.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-primary.intro-section {
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 160px;
}

.section.bg-primary.intro-section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-gray {
  background-color: #ece8e0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.bg-gray.sm-padd {
  padding-bottom: 60px;
}

.section.bg-gray.hide {
  display: none;
}

.section.bg-dark {
  background-color: #ece8e0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.bg-dark.sm-padd {
  color: var(--white);
  background-color: #231f20;
  padding-bottom: 60px;
}

.section.large {
  background-color: #ece8e0;
  background-image: url("../images/Rectangle-1644.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 180px;
}

.section.contact-section {
  border-top: 10px solid var(--primary);
  background-color: var(--dark);
  color: var(--white);
  background-image: url("../images/Rectangle-15232.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-wrap.reverse {
  justify-content: flex-end;
  display: flex;
}

.content-box {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 400px;
  display: flex;
}

.content-box-w {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

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

.app-icon {
  height: 55px;
}

.image-a {
  width: 50%;
  max-width: 840px;
  position: absolute;
  inset: 80px 0% auto auto;
}

.image-a.reverse {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  max-width: 928px;
  display: flex;
  inset: 80px auto auto 0%;
}

.img-fluid {
  width: 100%;
  height: 100%;
}

.heading-holder {
  position: relative;
}

.heading-holder-w {
  max-width: 950px;
}

.heading-lg {
  letter-spacing: 0.01em;
  font-size: 180px;
}

.text-w {
  max-width: 384px;
  position: absolute;
  inset: auto 0% -20px auto;
}

.slider-w {
  margin-top: 72px;
  display: none;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.right-arrow,
.left-arrow {
  display: none;
}

.slide-item-w {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide-info {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 384px;
  display: flex;
}

.icon {
  height: 118px;
  margin-bottom: 32px;
}

.slide-nav {
  display: flex;
  inset: auto auto 18% 0%;
}

.slide-info-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
}

.slide-image {
  width: 60%;
  max-width: 760px;
}

.full-wd {
  width: 100%;
}

.slide-nav-2 {
  display: flex;
  inset: auto 27% 18% auto;
}

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

.row-content {
  width: 48%;
  max-width: 436px;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 36px;
  display: grid;
}

.list-item {
  align-items: center;
  display: flex;
}

.ch-icon {
  margin-right: 20px;
}

.cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  max-width: 586px;
  display: grid;
}

.card {
  background-color: #fcb834;
  border-radius: 2px;
  padding: 56px 30px 40px;
}

.card.dark {
  background-color: var(--dark);
  color: var(--white);
}

.card-heading {
  text-align: center;
}

.card-pricing {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.val {
  font-size: 120px;
  line-height: 0.9;
}

.prefix {
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.card-texts {
  text-align: center;
  margin-bottom: 30px;
}

.contact-w {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-heading {
  width: 50%;
}

.form-w {
  width: 50%;
  max-width: 384px;
}

.form-block {
  margin-top: 28px;
  margin-bottom: 0;
}

.label {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-field {
  color: var(--white);
  background-color: #48494d;
  border-top: 1px solid #b8babc;
  height: 52px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-field:focus-visible,
.text-field[data-wf-focus-visible] {
  border-top-color: var(--primary);
}

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

.form-control {
  margin-bottom: 28px;
}

.form {
  flex-direction: column;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: var(--dark);
  border-radius: 2px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}

.footer {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-logo {
  height: 167px;
}

.footer-c {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 530px;
  margin-top: 48px;
  margin-bottom: 40px;
  display: flex;
}

.f-link {
  color: var(--dark);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.slicky-w {
  margin-top: 72px;
  position: relative;
}

.slicky-w-holder {
  height: 400vh;
  position: relative;
}

.sticky-w {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.holder-flex {
  width: 100%;
  display: flex;
}

.item {
  width: 100%;
  min-width: 100%;
}

.content-holder {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.content-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  height: 100vh;
  display: flex;
}

.content-item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-item-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
}

.sticky-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 35rem;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.content-left-w {
  width: 50%;
  position: relative;
}

.im2,
.im3 {
  opacity: 0;
  position: absolute;
}

.progress {
  background-color: #d1d1d1;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -2rem;
}

.progress.dark-v {
  background-color: #ffffff1a;
}

.progress-line {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.progress-line.wt {
  background-color: var(--white);
}

.image-mb {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 86px;
  }

  .text {
    display: none;
  }

  .text.mb {
    display: block;
  }

  .section.bg-primary.z-index-1.small {
    padding-bottom: 0;
  }

  .section.bg-primary.intro-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.large {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .content-box {
    width: 100%;
    max-width: none;
  }

  .image-a {
    width: 95%;
    max-width: none;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 40px);
  }

  .image-a.reverse {
    width: 90%;
    max-width: none;
    top: 0;
    left: 50%;
    transform: translate(-50%, 40px);
  }

  .heading-lg {
    font-size: 100px;
  }

  .text-w {
    width: 100%;
    max-width: none;
    margin-top: 24px;
    position: static;
  }

  .slider-w {
    margin-top: 40px;
  }

  .slide-item-w {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .slide-info {
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .icon {
    align-self: flex-start;
    height: 48px;
    margin-bottom: 0;
    margin-right: 16px;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 55px;
    padding-top: 0;
    position: static;
  }

  .slide-image {
    order: -1;
    width: 100%;
  }

  .slide-nav-2 {
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    padding-top: 0;
    position: static;
  }

  .row {
    flex-direction: column;
  }

  .row-content {
    width: 100%;
    max-width: none;
  }

  .list {
    margin-top: 16px;
  }

  .cards {
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }

  .slide-info-row {
    align-items: center;
    display: flex;
  }

  .slicky-w-holder {
    height: auto;
  }

  .sticky-w {
    height: auto;
    position: static;
  }

  .holder-flex {
    flex-direction: column;
  }

  .content-holder {
    padding-left: 0;
  }

  .content-left {
    max-width: none;
    height: auto;
  }

  .content-item {
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .sticky-image {
    display: none;
  }

  .content-left-w {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .progress {
    display: none;
  }

  .image-mb {
    margin-bottom: 2rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-info {
    align-items: stretch;
  }

  .text {
    font-size: 20px;
  }

  .buttons-wrap {
    grid-template-columns: 1fr;
  }

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

  .cards {
    grid-template-columns: 1fr;
  }

  .contact-w {
    flex-direction: column;
  }

  .contact-heading {
    width: 100%;
  }

  .form-w {
    width: 100%;
    max-width: none;
    margin-top: 16px;
  }

  .footer-c {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 29px;
  }

  .header {
    padding-bottom: 60px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button,
  .button-outline {
    min-width: auto;
  }

  .nav {
    top: 28px;
  }

  .nav-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo {
    height: 92px;
  }

  .section.bg-primary.z-index-1.small {
    padding-top: 40px;
  }

  .section.bg-gray {
    padding-bottom: 40px;
  }

  .section.bg-gray.sm-padd {
    padding-top: 100px;
  }

  .section.bg-dark.sm-padd {
    padding-top: 100px;
    padding-bottom: 40px;
  }

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

  .content-box {
    align-items: stretch;
  }

  .app-icon {
    height: auto;
  }

  .heading-lg {
    font-size: 58px;
  }

  .content-left {
    justify-content: center;
    align-items: stretch;
  }

  .content-left-w {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .image-mb {
    margin-bottom: 1rem;
  }
}

#w-node-_2f3ea4c7-ed79-c45a-8ba9-57fff411a0f4-5aadef89,
#w-node-_48d3a5b8-584d-e1af-cd8f-5ee42cd77183-5aadef89,
#w-node-_22079615-45c1-8971-cad8-40f742f9f572-5aadef89,
#w-node-dcb2982f-c911-cd74-8a72-10fc05cfabd5-5aadef89,
#w-node-dcb2982f-c911-cd74-8a72-10fc05cfabe5-5aadef89,
#w-node-dcb2982f-c911-cd74-8a72-10fc05cfabf5-5aadef89,
#w-node-dcb2982f-c911-cd74-8a72-10fc05cfac10-5aadef89,
#w-node-dcb2982f-c911-cd74-8a72-10fc05cfac22-5aadef89,
#w-node-dcb2982f-c911-cd74-8a72-10fc05cfac32-5aadef89,
#w-node-_87523663-4e0f-1f5c-5680-5b861accb8fb-5aadef89,
#w-node-_87523663-4e0f-1f5c-5680-5b861accb909-5aadef89,
#w-node-_87523663-4e0f-1f5c-5680-5b861accb915-5aadef89,
#w-node-fce8a817-237f-ffe0-08b1-910cbfda618a-5aadef89,
#w-node-_3f4d7ef4-b74e-e959-0752-0f21b4dc42e6-5aadef89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.full-width-form {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .full-width-form {
    width: 100%;
    padding: 0px;
  }
}
