@font-face {
  font-family: Fontsfree Net Calibri;
  src: url('../fonts/FontsFree-Net-calibri-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --lynx--white: white;
  --lynx--black: #1f2022;
  --1: #ed1c24;
  --2: #f1f1f1;
  --4: #e7c503;
  --3: #790005;
  --lynx--grey: #797c83;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--neutral--black: black;
  --alley-component-library--orange--900: #f69351;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray500: #667085;
  --lynx--medium-purple: #8979ec;
  --spark-library--foreground-disabled: #98a1b3;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--lynx--white);
  font-family: Fontsfree Net Calibri, sans-serif;
}

.s-header {
  z-index: 999;
  background-color: #4e464600;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #ed1c2400;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 1200px;
  max-width: 90%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--lynx--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.nav-link:hover {
  border-bottom: 0px solid var(--1);
  color: var(--1);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--1);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.button-primary {
  border: 1px solid var(--1);
  background-color: var(--1);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 18px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .5s;
}

.button-primary:hover {
  border: 1px solid var(--1);
  color: var(--1);
  background-color: #32343a00;
}

.button-primary:active {
  background-color: #43464d;
}

.background-video {
  background-image: linear-gradient(#000000a6, #000000a6);
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

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

.heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 5em;
  line-height: 1em;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: #7c7c7c;
  text-align: left;
  margin-bottom: 24px;
}

.text-block {
  color: #7c7c7c;
  margin-bottom: 20px;
}

.hero-without-image {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  margin-top: 40px;
  display: inline-flex;
}

.text-block-2 {
  color: var(--1);
  font-size: 100px;
  font-weight: 700;
  display: inline-flex;
}

.paragraph {
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 25px;
}

.text-block-3 {
  font-size: 20px;
}

.div-block-2 {
  margin-bottom: 60px;
}

.hero-without-image-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.s-contatos {
  color: var(--1);
  background-color: #fff;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.div-block-3 {
  text-align: center;
  background-color: #f1f1f1;
  padding: 30px 20px;
}

.image {
  width: 40px;
}

.text-block-4 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-without-image-2-copy {
  background-color: #f1f1f100;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 80px 0;
  position: relative;
}

.s-footer {
  background-color: var(--3);
  color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: var(--4);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

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

.div-block-5 {
  margin-bottom: 20px;
}

.text-block-5 {
  color: #ffffff8c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.paragraph-2 {
  max-width: 400px;
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.3em;
}

.margin-bottom-24px-copy {
  text-align: center;
  margin-bottom: 24px;
}

.heading-3 {
  color: var(--1);
  margin-bottom: 20px;
  font-size: 3em;
}

.button-primary-menu {
  border: 1px solid var(--1);
  color: var(--1);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f1f1f100;
  border-radius: 200px;
  padding: 12px 25px;
  font-size: 13px;
  line-height: 20px;
  transition: all .4s;
}

.button-primary-menu:hover {
  border: 1px solid var(--1);
  background-color: var(--1);
  color: var(--2);
  transform: translate(-2px, -2px);
}

.button-primary-menu:active {
  background-color: #43464d;
}

.text-block-6 {
  border: 1px solid var(--1);
  color: #000;
  border-radius: 200px;
  margin-bottom: 10px;
  padding: 7px 10px 5px;
  display: inline-flex;
}

.button-primary-capa {
  border: 1px solid var(--1);
  background-color: var(--1);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .5s;
}

.button-primary-capa:hover {
  border: 1px solid var(--1);
  color: var(--2);
  background-color: #32343a00;
}

.button-primary-capa:active {
  background-color: #43464d;
}

.image-2 {
  width: 180px;
}

.image-3 {
  width: 250px;
}

.features-title-wrapper-left {
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

.s-funciona {
  background-color: #f1f1f1;
  padding: 80px 5%;
  position: relative;
}

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

.paragraph-large {
  color: #2e2e2e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  display: flex;
}

.heading-detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail.blue {
  color: #3d6aff;
}

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

.features-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  display: flex;
}

.paragraph-regular {
  color: #838383;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 23px;
}

.features-card-outline {
  border: 2px solid var(--2);
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 24px;
  transition: all 1s;
}

.features-card-outline:hover {
  background-color: #fff;
  border-color: #fff;
  transform: translate(-3px, -3px);
  box-shadow: 4px 5px 20px -11px #0003;
}

.container-regular-2 {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.features-title-wrapper-right {
  max-width: 550px;
}

.heading-4 {
  color: #1b1b1b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading-5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.team-slider-copy {
  color: var(--1);
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.content-title-wrapper {
  z-index: 1;
  max-width: 450px;
  margin-bottom: 30px;
  position: relative;
}

.text-color-blue {
  color: #3d6aff;
}

.feature-accent {
  position: absolute;
  inset: 6% 0% auto auto;
}

.content-feature-wrap {
  grid-column-gap: 24px;
  align-items: flex-start;
  transition: all .4s;
  display: flex;
}

.content-feature-wrap:hover {
  transform: translate(10px);
}

.content-icon-wrapper {
  background-color: #ed1c2414;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.content-feature-list {
  grid-row-gap: 25px;
  flex-direction: column;
  max-width: 480px;
  display: flex;
}

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

.content-image-wrapper {
  grid-row-gap: 24px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
}

.content-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  padding-top: 100px;
}

.s-sobre {
  z-index: 889;
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
}

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

.image-cover {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.container-regular-3 {
  z-index: 1;
  width: 1300px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.content-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #000;
  font-size: 20px;
}

.image-4 {
  width: 28px;
}

.text-block-6-copy {
  border: 1px solid var(--1);
  color: #fff;
  border-radius: 200px;
  margin-bottom: 10px;
  padding: 7px 10px 5px;
  display: inline-flex;
}

.div-block-6 {
  width: 100%;
  margin-top: 40px;
}

.bold-text {
  color: #000;
}

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

.s-metodo {
  background-image: linear-gradient(180deg, var(--2), #fff0);
  padding: 0 0%;
  display: block;
  position: relative;
}

.timeline-line-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.timeline-title {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.title-wrapper-large {
  z-index: 1;
  text-align: center;
  max-width: 550px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline-grid {
  grid-row-gap: 40px;
  grid-template-columns: .5fr 1.5fr;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  color: var(--1);
  font-size: 90px;
}

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

.paragraph-regular-2 {
  color: #7a7a7a;
  margin-bottom: 0;
}

.container-x-small {
  z-index: 1;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.heading-8 {
  color: var(--1);
  font-size: 27px;
}

.text-block-6-copy-copy {
  border: 1px solid var(--1);
  color: #000;
  border-radius: 200px;
  margin-bottom: 10px;
  padding: 7px 10px 5px;
  display: inline-flex;
}

.hero2 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/1739.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 480px;
  display: flex;
}

.button {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button.default-button.big-default {
  margin-top: 0;
  padding: 17px 35px;
  font-size: 16px;
}

.hero-title {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 50px;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.white-hero-tagline {
  color: #fff;
  margin-bottom: 10px;
}

.hero-content-wrapper {
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  display: block;
}

.larger-paragraph {
  font-size: 16px;
  line-height: 26px;
}

.larger-paragraph.white-hero-paragraph {
  color: #fffc;
  margin-top: 12px;
  margin-bottom: 30px;
}

.larger-paragraph.white-hero-paragraph.hero2-paragraph {
  width: 70%;
}

.team-slider-copy {
  color: var(--1);
  background-color: #fff0;
}

.lynx-button-white {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

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

.lynx-paragraph-white {
  color: var(--lynx--white);
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 25px;
  line-height: 1.3em;
}

.lynx-heading-white {
  color: var(--lynx--white);
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.lynx-subtitle-white {
  color: var(--4);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero-large {
  background-color: var(--1);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  font-family: Fontsfree Net Calibri, sans-serif;
  display: flex;
}

.lynx-hero-large {
  background-image: url('../images/1739.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  max-width: 90%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.lynx-text-check {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-paragraph-features {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.lynx-icon-heading {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx--white);
  border-radius: 30px;
  padding: 30px 35px;
  font-family: Fontsfree Net Calibri, sans-serif;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--lynx--white);
}

.lynx-text-footer-dark {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-link-footer-large-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-image: url('../images/on.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: all .4s;
}

.lynx-link-footer-large-white:hover {
  color: var(--4);
  transform: translate(5px);
}

.lynx-link-footer-large-white.pin {
  background-image: url('../images/Pin-2.svg');
  background-size: 9px;
  margin-bottom: 20px;
  padding-top: 11px;
  padding-left: 15px;
  line-height: .5em;
}

.lynx-link-footer-large-white.insta {
  background-image: url('../images/insta.svg');
}

.lynx-heading-footer-white {
  color: #e7c503;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 15px;
  line-height: 140%;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Fontsfree Net Calibri, sans-serif;
  display: flex;
}

.lynx-logo-footer {
  width: 76px;
  margin-bottom: 16px;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lynx-footer-dark {
  background-color: #ed1c24;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.a-cta-image-bottom-right {
  width: 65%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-cta-image-top {
  width: 45%;
  margin-bottom: 18px;
}

.a-cta-image-wrapper {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  position: relative;
}

.a-icon-extra-small {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.a-button-arrow-icon {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-button-text-link {
  grid-column-gap: 6px;
  color: var(--alley-component-library--blue--900);
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link:hover {
  color: var(--alley-component-library--blue--800);
}

.a-subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-cta-icon-circle {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-cta-link-wrapper {
  grid-column-gap: 16px;
  color: var(--alley-component-library--neutral--black);
  align-items: center;
  display: flex;
}

.a-cta-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  max-width: 430px;
  display: flex;
  overflow: hidden;
}

.a-text-color-orange-900 {
  color: var(--alley-component-library--orange--900);
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.a-h5-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

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

.a-cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-cta-grid-wrapper {
  background-color: var(--alley-component-library--neutral--off-white);
  background-image: linear-gradient(#00000087, #00000087), url('../images/1739.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 32px;
  padding: 64px 5%;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.spark-absolute-dark-background {
  background-color: var(--3);
  color: var(--3);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button.spark-dark-button:hover {
  opacity: .5;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

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

.spark-flex-row.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-end;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph.spark-secondary-font-color {
  color: var(--3);
  margin-bottom: 0;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-primary-background {
  z-index: 2;
  background-color: var(--4);
  color: var(--spark-library--white);
  border-radius: 12px;
  padding: 64px;
  font-family: Fontsfree Net Calibri, sans-serif;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  color: var(--3);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--3);
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-feature-icon {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-content-card-top {
  color: var(--alley-component-library--neutral--black);
}

.a-content-card {
  grid-row-gap: 16px;
  border: 1.5px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 440px;
  padding: 24px;
  display: flex;
}

.a-content-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.a-span-underline {
  border-bottom: 6px solid var(--1);
  color: var(--1);
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-content-title-wrapper-grid {
  grid-column-gap: 76px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: start stretch;
  margin-bottom: 64px;
}

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

.div-block-7 {
  z-index: 890;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-8 {
  border: 1px solid var(--3);
  border-radius: 200px;
  width: 10px;
  height: 10px;
  transition: all .4s;
}

.div-block-8:hover, .div-block-8.w--current {
  background-color: var(--4);
}

.text-span-2 {
  color: var(--1);
}

.button-primary-menu-2 {
  border: 1px solid var(--1);
  background-color: var(--1);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 12px 25px;
  font-size: 13px;
  line-height: 20px;
  transition: all .4s;
}

.button-primary-menu-2:hover {
  border: 1px solid var(--1);
  background-color: var(--1);
  color: var(--2);
  transform: translate(-2px, -2px);
}

.button-primary-menu-2:active {
  background-color: #43464d;
}

.uui-cta03_image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.uui-cta03_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-cta03_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-bottom: 20px;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: .9em;
}

.uui-cta03_content {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-cta03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.uui-cta03_component.off {
  display: none;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_cta03 {
  background-color: #fff;
}

.text-block-6-copy-copy {
  border: 0px solid var(--1);
  color: var(--3);
  background-color: #ed1c241c;
  border-radius: 200px;
  margin-bottom: 0;
  padding: 7px 10px 5px;
  display: inline-flex;
}

.text-span-3 {
  color: var(--1);
}

.container-5 {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 40vh;
  margin-top: -1px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.content {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.img-block {
  background-color: var(--2);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: var(--1);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.section-2 {
  background-color: var(--1);
  padding-top: 100px;
  padding-bottom: 60px;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  background-color: #f1f1f1;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 10% 12%;
  display: flex;
  position: relative;
}

.heading-9 {
  color: var(--1);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 20em;
  line-height: 1em;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.scroll-animate {
  background-color: var(--1);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading-10 {
  color: var(--1);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  display: flex;
}

.paragraph-3 {
  color: #5a5a5a;
  font-size: 18px;
}

.container-6 {
  width: 1200px;
  max-width: 90%;
}

.a-paragraph-regular-copy {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1.6;
}

.text-block-6-copy-copy-copy {
  border: 1px solid var(--4);
  color: var(--2);
  background-color: #e7c50300;
  border-radius: 200px;
  margin-bottom: 0;
  padding: 7px 10px 5px;
  display: inline-flex;
}

.a-h3-heading-copy {
  color: var(--lynx--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 1.2;
}

.a-span-underline-copy {
  border-bottom: 6px solid var(--4);
  color: var(--4);
}

.button-primary-menu-copy {
  border: 1px solid var(--1);
  background-color: var(--1);
  color: var(--2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 12px 25px;
  font-size: 13px;
  line-height: 20px;
  transition: all .4s;
}

.button-primary-menu-copy:hover {
  border: 1px solid var(--1);
  background-color: var(--1);
  color: var(--2);
  transform: translate(-2px, -2px);
}

.button-primary-menu-copy:active {
  background-color: #43464d;
}

.container-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.container-8 {
  border-radius: 0;
  width: auto;
  max-width: 90%;
  padding-top: 0;
  padding-bottom: 0;
}

.background-video-2 {
  background-image: linear-gradient(#000000b3, #000000b3);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-9 {
  text-align: center;
  width: 85%;
  max-width: none;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
}

.button-primary-menu-2-copy {
  border: 1px solid var(--4);
  color: var(--2);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f1f1f100;
  border-radius: 200px;
  padding: 12px 25px;
  font-size: 13px;
  line-height: 20px;
  transition: all .4s;
}

.button-primary-menu-2-copy:hover {
  border: 1px solid var(--1);
  background-color: var(--1);
  color: var(--2);
  transform: translate(-2px, -2px);
}

.button-primary-menu-2-copy:active {
  background-color: #43464d;
}

.container-9 {
  width: 1200px;
  max-width: 90%;
}

.uui-section_cta03-copy {
  background-color: #fff;
}

.uui-cta03_component-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.uui-cta03_component-copy.off {
  padding-bottom: 0;
  display: none;
}

.voltar {
  cursor: pointer;
  background-color: #cecece4a;
  border: 1px solid #cecece;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: all .4s;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.voltar:hover {
  transform: scale(.9);
}

.image-5 {
  width: 10px;
}

.section-3 {
  z-index: 889;
  background-color: #fff;
  position: relative;
}

.text-span-4 {
  color: var(--1);
}

.text-span-5 {
  color: #fff;
}

.text-block-8 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

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

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

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

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

.footer-copyright-center-2 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 16px;
}

.form {
  z-index: 1000;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.close {
  z-index: 1001;
  background-color: var(--lynx--white);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .5s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.close:hover {
  transform: scale(.95);
}

.text-block-9 {
  color: var(--1);
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.italic-text {
  font-style: normal;
}

.code-embed-2 {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-menu-copy-2 {
  color: #f1f1f1;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 200px;
  padding: 12px 25px;
  font-size: 13px;
  line-height: 20px;
  transition: all .4s;
}

.button-primary-menu-copy-2:hover {
  color: #f1f1f1;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  transform: translate(-2px, -2px);
}

.button-primary-menu-copy-2:active {
  background-color: #43464d;
}

.a-paragraph-regular-copybv {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.6;
}

.text-span-6 {
  color: var(--1);
}

.section-4 {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-11 {
  width: 1200px;
  max-width: 90%;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.heading-12 {
  color: #000;
  margin-top: 0;
  font-size: 50px;
  line-height: 50px;
}

.text-span-7 {
  color: var(--1);
}

.paragraph-4 {
  font-size: 18px;
}

.div-block-10 {
  height: auto;
}

.grid-4 {
  height: 100%;
}

.div-block-11 {
  border-radius: 10px;
  overflow: hidden;
}

.image-6 {
  width: 100%;
}

.uui-text-size-large-copyvjhb {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-bottom: 20px;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: .9rem;
  line-height: 1.4em;
}

.text-span-8 {
  color: var(--1);
}

.uui-cta03_component-copy-copd {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.uui-cta03_component-copy-copd.off {
  padding-bottom: 0;
  display: none;
}

.h1-dektop {
  color: var(--lynx--white);
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.h1-mobile {
  color: var(--lynx--white);
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fontsfree Net Calibri, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: none;
}

.div-block-12 {
  z-index: 900;
  margin-bottom: 20px;
  margin-right: 20px;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-13 {
  z-index: 0;
  display: block;
  position: relative;
}

.link-block {
  width: 50px;
  height: 50px;
}

.link-image-2 {
  z-index: 1000;
  background-color: #65b32e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-image-2:hover {
  transform: scale(.9);
}

.image-icone {
  width: 20px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #e2e2e2;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    display: block;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    background-color: var(--1);
    color: var(--2);
    border-radius: 200px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--4);
    color: #fff;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    width: 1200px;
    max-width: 90%;
  }

  .s-contatos {
    padding-bottom: 0;
  }

  .container-4 {
    width: 1200px;
    max-width: 90%;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .hero-without-image-2-copy {
    border-bottom-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .s-funciona {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .content-image-wrapper {
    max-width: 500px;
  }

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

  .s-metodo {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .container-x-small {
    display: block;
  }

  .hero2 {
    padding-left: 30px;
  }

  .hero-content-wrapper {
    width: auto;
    padding-left: 0;
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    width: 50%;
  }

  .lynx-paragraph-white {
    line-height: 26px;
  }

  .lynx-heading-white {
    font-size: 40px;
    line-height: 45px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr 1fr;
  }

  .lynx-footer-dark {
    max-width: 95%;
    margin-top: 40px;
    padding-top: 0;
  }

  .a-cta-image-wrapper {
    max-width: 100%;
  }

  .a-button-primary {
    display: flex;
  }

  .a-cta-grid {
    grid-template-columns: 1fr;
  }

  .spark-flex-row.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .spark-container.spark-primary-background {
    padding: 32px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .a-content-card {
    min-height: 320px;
  }

  .a-content-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .a-content-title-wrapper-grid {
    grid-template-columns: 1fr;
  }

  .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .uui-heading-large {
    font-size: 4rem;
    line-height: 1em;
  }

  .uui-cta03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-2 {
    display: none;
  }

  .div-block-9 {
    max-width: 90%;
  }

  .uui-cta03_component-copy {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

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

  .uui-cta03_component-copy-copd {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .h1-dektop {
    font-size: 40px;
    line-height: 45px;
    display: none;
  }

  .h1-mobile {
    font-size: 40px;
    line-height: 45px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-right, .hero-without-image, .hero-without-image-2 {
    padding: 60px 15px;
  }

  .s-contatos {
    padding: 60px 15px 0;
  }

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

  .hero-without-image-2-copy {
    padding: 60px 15px;
  }

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

  .s-sobre {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .timeline-title {
    display: none;
  }

  .timeline-grid {
    grid-template-columns: .25fr 1fr;
  }

  .hero2 {
    text-align: center;
    align-items: center;
    height: 420px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    width: auto;
  }

  .team-slider-copy {
    padding: 60px 15px;
  }

  .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .a-cta-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .a-content-card {
    min-height: 260px;
  }

  .a-content-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .uui-cta03_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-cta03_form {
    margin-top: 2rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-section_cta03 {
    overflow: hidden;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .a-h3-heading-copy {
    font-size: 40px;
  }

  .uui-section_cta03-copy {
    overflow: hidden;
  }

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

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

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

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

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .uui-text-size-large-copyvjhb {
    font-size: 1rem;
  }

  .h1-dektop, .h1-mobile {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-regular {
    width: auto;
  }

  .nav-menu-wrapper {
    z-index: 999;
  }

  .nav-menu {
    background-color: #e4e4e4;
    flex-direction: column;
    height: 100%;
    min-height: auto;
    padding-top: 30px;
  }

  .nav-link {
    width: 90%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link:hover {
    border-bottom-width: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link.w--current {
    border-bottom-width: 0;
    width: 90%;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    background-color: var(--1);
    color: var(--2);
    border: 0 solid #000;
    border-radius: 200px;
  }

  .menu-button.w--open {
    background-color: var(--1);
    color: #fff;
  }

  .heading {
    font-size: 3em;
  }

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

  .container-3 {
    width: auto;
    max-width: none;
  }

  .container-4 {
    max-width: 100%;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .hero-without-image-2-copy {
    max-width: 100%;
    padding: 0;
  }

  .image-3 {
    width: 200px;
  }

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

  .features-title-wrapper {
    margin-bottom: 0;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 2em;
  }

  .content-feature-wrap {
    display: block;
  }

  .content-grid {
    padding-top: 20px;
  }

  .s-sobre {
    z-index: 889;
    padding-top: 0;
  }

  .container-regular-3 {
    max-width: 100%;
  }

  .heading-6 {
    margin-top: 20px;
    line-height: 22px;
  }

  .s-metodo {
    display: block;
  }

  .timeline-line-wrapper {
    grid-row-gap: 0px;
  }

  .timeline-grid {
    grid-row-gap: 30px;
    grid-template-columns: .25fr 1.75fr;
    max-width: none;
  }

  .heading-7 {
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 100px;
    line-height: 1em;
  }

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

  .hero2 {
    width: auto;
    max-width: 100%;
    height: 500px;
    padding: 4% 5%;
  }

  .hero-title {
    font-size: 35px;
    line-height: 35px;
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  .lynx-paragraph-white {
    font-size: 16px;
    line-height: 23px;
  }

  .lynx-heading-white {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    max-width: 95%;
    margin-bottom: -200px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 30px;
  }

  .lynx-hero-large {
    border-radius: 0;
    max-width: 100%;
    min-height: 400px;
    margin-bottom: 270px;
  }

  .lynx-content-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-block-absolute {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lynx-text-footer-dark {
    color: #fff;
  }

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lynx-footer-dark {
    max-width: none;
  }

  .a-cta-content {
    flex-direction: column;
  }

  .a-button-primary {
    width: 100%;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-container.spark-primary-background {
    padding: 20px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .a-span-underline {
    border-bottom-width: 0;
  }

  .a-h3-heading {
    line-height: 1.1;
  }

  .icon {
    color: var(--2);
  }

  .list-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7 {
    display: none;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-cta03_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .content {
    font-size: 20px;
  }

  .img-block {
    width: 90%;
  }

  .section-2 {
    display: none;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .a-h3-heading-copy {
    line-height: 1.1;
  }

  .a-span-underline-copy {
    border-bottom-width: 0;
  }

  .background-video-2 {
    min-height: 60vh;
    margin-bottom: 60px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .div-block-9 {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .uui-section_cta03-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-cta03_component-copy {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .voltar {
    z-index: 888;
    width: 40px;
    height: 40px;
  }

  .image-5 {
    width: 10px;
  }

  .text-span-5 {
    color: #fff;
  }

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

  .a-paragraph-regular-copybv, .paragraph-5 {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .uui-cta03_component-copy-copd {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .h1-dektop, .h1-mobile {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
}

#w-node-_60c36757-34be-f6e8-e697-a66ac626c763-e0ec1671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2e8d53b-d861-93ef-b9e6-5782a64302a9-e0ec1671 {
  order: -9999;
}

#w-node-b762b147-62c2-d6b5-f648-c022e3227416-e0ec1671 {
  order: 9999;
}

#w-node-b762b147-62c2-d6b5-f648-c022e3227424-e0ec1671 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-b762b147-62c2-d6b5-f648-c022e3227426-e0ec1671 {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-b762b147-62c2-d6b5-f648-c022e3227427-e0ec1671 {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-b762b147-62c2-d6b5-f648-c022e3227428-e0ec1671 {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-_120354c8-b961-086f-dd11-201a8774efdb-e0ec1671 {
  order: 9999;
}

#w-node-c332fb37-b0ba-6ebf-6bb8-23c6934927a7-e0ec1671, #w-node-a17829d0-9dc2-502a-b3a4-8447ba52d4cd-e0ec1671 {
  order: -9999;
}

#w-node-_08c1dea2-2316-b336-02a2-ccddd82c0b3b-e0ec1671, #w-node-_08c1dea2-2316-b336-02a2-ccddd82c0b47-e0ec1671, #w-node-_08c1dea2-2316-b336-02a2-ccddd82c0b53-e0ec1671, #w-node-_08c1dea2-2316-b336-02a2-ccddd82c0b5f-e0ec1671, #w-node-d811f929-c3fb-7093-1f43-1c868991bd95-e0ec1671, #w-node-a3c52713-50fa-f108-b153-10a25355bf2e-e0ec1671, #w-node-ce4906e5-b2bc-d925-ba8f-1f7c6b040ffd-e0ec1671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368d746e-fcfc-4937-7cd1-ab885697e4bc-e0ec1671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_368d746e-fcfc-4937-7cd1-ab885697e4c4-e0ec1671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e369005-c60a-d736-6a11-53dcd6675b53-e0ec1671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4e369005-c60a-d736-6a11-53dcd6675b5c-e0ec1671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-db87f892-3b9d-98a8-ef9d-05f2046ee9ad-e0ec1671, #w-node-_891c6c49-ea3c-715d-8f6d-f219c63516b1-e0ec1671, #w-node-_857e849c-5a9b-31dd-38e9-a3ebe51bc2cf-e0ec1671, #w-node-a46d4729-50cf-03cb-baa4-70b5a8c61343-e0ec1671, #w-node-_20441d16-6069-0c80-a78a-5c59e120d226-e0ec1671, #w-node-_14938d6b-6586-a19c-36d1-4590863084c8-e0ec1671, #w-node-_19b2b9b0-c834-811d-7490-260d457f7c36-e0ec1671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8f8d0e-6b01-67cc-8797-51a652b8932b-e0ec1671 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-_9e8f8d0e-6b01-67cc-8797-51a652b8932d-e0ec1671 {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-_9e8f8d0e-6b01-67cc-8797-51a652b8932e-e0ec1671 {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-_9e8f8d0e-6b01-67cc-8797-51a652b8932f-e0ec1671 {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-_95132279-09c5-a7d3-230a-851716fffbe9-e0ec1671, #w-node-_95132279-09c5-a7d3-230a-851716fffbf4-e0ec1671, #w-node-_95132279-09c5-a7d3-230a-851716fffbfd-e0ec1671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-b762b147-62c2-d6b5-f648-c022e3227416-e0ec1671, #w-node-_120354c8-b961-086f-dd11-201a8774efdb-e0ec1671, #w-node-c332fb37-b0ba-6ebf-6bb8-23c6934927a7-e0ec1671, #w-node-a17829d0-9dc2-502a-b3a4-8447ba52d4cd-e0ec1671 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fontsfree Net Calibri';
  src: url('../fonts/FontsFree-Net-calibri-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}