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

.page-wrapper {
  overflow: hidden;
}

.navbar-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 2rem;
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.69);
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 3rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container.ty {
  position: absolute;
  max-width: none;
  padding-top: 1rem;
  background-color: #fff;
}

.nav-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.second_cta {
  margin-bottom: 5px;
  padding: 1.3rem 2rem;
  border-radius: 50px;
  background-color: #07181a;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  font-family: Aeonik, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.second_cta:hover {
  background-color: #07181a;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.second_cta.white {
  background-color: #fff;
  color: #07181a;
}

.second_cta.purple {
  background-color: #523796;
}

.second_cta.hidden {
  margin-bottom: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.second_cta.ty {
  display: none;
}

.second_cta.hide.w--current {
  display: none;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 125vh;
  padding-top: 12rem;
  padding-bottom: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section.hidden {
  display: none;
}

.hero-section.lottie-bg {
  min-height: 105vh;
  padding-top: 3.8rem;
  padding-bottom: 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, transparent), color-stop(87%, #2c0888));
  background-image: linear-gradient(180deg, transparent 11%, #2c0888 87%);
  background-position: 0px 0px;
}

.hero-section.lottie-bg.lp2 {
  min-height: 140vh;
  padding-top: 5.4rem;
}

.hero-background-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: -10vw;
  bottom: 0%;
  overflow: hidden;
  width: 50vw;
  height: 100%;
  max-height: 90vh;
  background-color: #523796;
}

.hero-background-image.tablet {
  display: none;
}

.container {
  width: 100%;
  max-width: 90rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container.relative {
  position: relative;
}

.container.relative.hidden {
  display: none;
}

.container.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.lottie-bg {
  position: relative;
  top: -108px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.5rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.hero.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.first-section {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.center-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.row.tools {
  padding-top: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column.content-right {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.content-left {
  width: 60%;
  margin-top: 4rem;
  padding-right: 5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.tools-image-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.app-feature-imag {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.app-feature-right {
  width: 60%;
  padding-right: 4rem;
  padding-left: 9rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  max-width: 750px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Aeonik, sans-serif;
  color: #07181a;
  font-size: 55px;
  line-height: 65px;
  font-weight: 900;
  text-align: left;
}

.heading.center {
  max-width: 700px;
  line-height: 60px;
  text-align: center;
}

.heading.center.hidden {
  display: none;
}

.paragraph {
  max-width: 600px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #07181a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.paragraph.center {
  max-width: 500px;
  margin-bottom: 27px;
  text-align: center;
}

.paragraph.center.hidden {
  display: none;
}

.hero-button-wrapper {
  position: relative;
  z-index: 2;
  display: none;
  margin-top: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.buton {
  height: 62px;
  padding: 1rem 1.5rem;
  border-radius: 0px 50px 50px 0px;
  background-color: #07181a;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.buton:hover {
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
}

.note {
  font-family: Inter, sans-serif;
  color: #fff;
  text-align: center;
}

.note.white {
  font-family: Inter, sans-serif;
  color: #fff;
}

.note.black {
  margin-top: 6px;
  color: #07181a;
}

.eyebrow-text {
  margin-bottom: 5px;
  font-family: Aeonik, sans-serif;
  color: #523796;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.eyebrow-text.hidden {
  display: none;
}

.hero-image-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-mockup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 32rem;
  min-width: 30rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-mockup-wrapper.center {
  -webkit-transform: translate(1rem, 3rem) rotate(-14deg);
  -ms-transform: translate(1rem, 3rem) rotate(-14deg);
  transform: translate(1rem, 3rem) rotate(-14deg);
}

.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ellipse {
  position: absolute;
  left: 74%;
  top: 22%;
  width: 1rem;
  height: 1rem;
  background-image: url('../images/Black.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.ellipse._2 {
  left: 98%;
  top: 39%;
}

.ellipse.purple {
  left: 6%;
  top: auto;
  right: auto;
  bottom: -192%;
  width: 1rem;
  height: 1rem;
  border-radius: 1000px;
  background-color: #523796;
  background-image: none;
}

.ellipse.black {
  left: auto;
  top: 270%;
  right: 12%;
  bottom: auto;
  width: 1rem;
  height: 1rem;
  border-radius: 1000px;
  background-color: #07181a;
  background-image: none;
}

.ellipse.hidden {
  display: none;
}

.mockup {
  position: absolute;
  right: 2%;
  bottom: 9%;
  width: 8rem;
  height: 9rem;
  background-image: url('../images/GDevelop-red-hero.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mockup.blob {
  right: 2%;
  bottom: -810%;
  z-index: 999;
  background-image: url('../images/blob.png');
}

.nav-menu-button {
  display: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.relative {
  padding-top: 5.4rem;
}

.section.zigzag {
  padding: 4.1rem 40px 0rem;
}

.section.zigzag.middle {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.zigzag.bottom {
  padding-top: 0rem;
  padding-bottom: 4rem;
}

.section.accordion-section {
  padding: 4rem;
}

.section.bold-cta {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#523796), color-stop(96%, #281847));
  background-image: linear-gradient(180deg, #523796, #281847 96%);
}

.section.footer {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(37%, transparent), to(#2c0888)), url('../images/nuit.svg');
  background-image: linear-gradient(180deg, transparent 37%, #2c0888), url('../images/nuit.svg');
  background-position: 0px 0px, 0px 0px;
}

.section.testimonial {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.bg-purple {
  position: relative;
  background-color: #523796;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #281847), color-stop(79%, #523796), color-stop(103%, #665dbd));
  background-image: linear-gradient(180deg, #281847 10%, #523796 79%, #665dbd 103%);
}

.section.last-section {
  background-image: url('../images/nuit.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.background-first-section {
  position: absolute;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: 0%;
  width: 85%;
  height: 100%;
  max-width: 80rem;
  margin-right: 3rem;
  margin-left: auto;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5763de), to(#1b2766));
  background-image: linear-gradient(180deg, #5763de, #1b2766);
}

._1st-content-mockup-wrapper {
  position: relative;
  width: auto;
  height: 39rem;
  max-width: 29rem;
  -webkit-transform: translate(0px, -3rem);
  -ms-transform: translate(0px, -3rem);
  transform: translate(0px, -3rem);
}

._1st-content-mockup-shadow {
  position: absolute;
  left: auto;
  top: 15%;
  right: auto;
  bottom: 0%;
  width: 60%;
  height: 90%;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.3;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transform: rotate(-21deg);
  -ms-transform: rotate(-21deg);
  transform: rotate(-21deg);
}

._1st-content-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.first-section-button-wrapper {
  display: inline-block;
  margin-top: 4rem;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Aeonik, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.heading-3 {
  max-width: 850px;
  margin-bottom: 30px;
  font-family: Aeonik, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.heading-3.black {
  color: #07181a;
  font-size: 50px;
  line-height: 60px;
}

.h3 {
  margin-bottom: 33px;
  font-family: Aeonik, sans-serif;
  color: #07181a;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.h3.txt-center {
  margin-top: 36px;
  margin-bottom: 1px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.ft-icon {
  margin-bottom: 14px;
}

.paragraph-3 {
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph-3.subhead {
  margin-bottom: -17px;
  font-family: Aeonik, sans-serif;
  color: #523796;
  font-weight: 700;
}

._2-col-img-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-img-grid.ft {
  margin-top: 50px;
  margin-bottom: 50px;
}

.feature-image {
  position: relative;
  z-index: 1;
  width: 450px;
  margin-top: -24px;
  margin-bottom: -84px;
}

.feature-image.right {
  width: 360px;
  margin-top: 29px;
  margin-left: -93px;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: none;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.feature-dec {
  padding-right: 100px;
}

.feature-dec.left {
  margin-left: 104px;
  padding-right: 0px;
}

.feature-dec.right {
  position: relative;
  z-index: 0;
  margin-left: -28px;
  padding-right: 149px;
}

.heading-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.zigzag-buttons {
  display: inline-block;
  margin-top: 30px;
}

.h3-2 {
  margin-bottom: 33px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

.h3-2.txt-center {
  margin-top: 36px;
  margin-bottom: 1px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.paragraph-4 {
  line-height: 30px;
  font-weight: 400;
}

.paragraph-4.subhead {
  margin-bottom: -30px;
}

.section-2 {
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 50px;
  clear: right;
  background-color: #fff;
}

.section-2.et {
  padding-bottom: 111px;
}

.section.zigzag.middle {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cow-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

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

.section-3 {
  position: relative;
  z-index: 1;
  padding: 120px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section-3.check {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: none;
  background-size: auto;
}

.image-layout {
  position: relative;
  top: -70px;
  display: none;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-section.check {
  position: relative;
  margin-bottom: 187px;
}

.heading-4 {
  max-width: 750px;
  color: #38050d;
  font-size: 35px;
  line-height: 60px;
  font-weight: 400;
}

.mobile-image {
  display: none;
}

.image.contain {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image.card-home-features-icon {
  max-width: 86px;
  margin-bottom: 32px;
  border-radius: 25px;
}

.image.home-hero-1 {
  display: none;
  max-width: 88%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.16);
  border-radius: 26px;
}

.image.home-hero-2 {
  position: absolute;
  max-width: 25%;
}

.image.home-hero-3 {
  position: absolute;
  max-width: 100%;
}

.image.home-hero-company {
  margin-right: 20px;
}

.grid-3 {
  margin-top: 50px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-column-gap: 42px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-2 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.checkmark-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkmark-icon-2.check {
  width: 80px;
  height: 80px;
}

.paragraph-12 {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.pointers-wrapper-2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pointers-wrapper-2.check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  position: relative;
  display: none;
  width: 1000px;
  height: 360px;
  margin-top: 15px;
}

.paragraph-13 {
  max-width: 850px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.text-span {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#583fcc), to(#5582ec));
  background-image: linear-gradient(0deg, #583fcc, #5582ec);
  color: #523796;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buttons {
  margin-top: 80px;
  margin-bottom: 20px;
}

.accordion-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.9fr;
  grid-template-columns: 1fr 0.9fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-5 {
  display: inline;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #07181a;
}

.grid-accordion {
  grid-column-gap: 13px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-accorndion {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100%;
  border-radius: 20px;
}

.div-block {
  width: 85%;
  max-width: 788px;
}

.point {
  width: 100%;
  border-radius: 50px;
  background-color: transparent;
}

.point.blue {
  background-color: transparent;
}

.point.peach {
  background-color: transparent;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-2.relative {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #5bff74;
  border-radius: 20px;
}

.container-text.sub {
  border-style: none;
}

.container-text.border {
  margin-bottom: 10px;
  padding: 25px 20px;
  border-width: 2px;
  border-color: rgba(233, 52, 141, 0);
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  cursor: pointer;
}

.container-text.border:hover {
  border-color: #523796;
  box-shadow: 6px 6px 12px 0 rgba(82, 55, 150, 0.09);
}

.container-text.border.blue {
  cursor: pointer;
}

.container-text.border.blue:hover {
  border-color: #523796;
}

.container-text.border.blue:active {
  border-color: #07181a;
}

.container-text.border.peach {
  cursor: pointer;
}

.container-text.border.peach:hover {
  border-color: #523796;
}

.main-paragraph {
  width: auto;
  max-width: none;
  margin-top: 5px;
}

.main-paragraph.accordin {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #07181a;
  font-size: 18px;
  line-height: 28px;
}

.accordion-section {
  margin-top: 0px;
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: hsla(8, 0%, 100%, 0.69);
}

.accordion-heading {
  display: block;
  margin-top: -7px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.content-heading {
  margin-bottom: 5rem;
}

.heading-5 {
  max-width: 850px;
  font-family: Aeonik, sans-serif;
  color: #07181a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
}

.bold-text-6 {
  font-family: Aeonik, sans-serif;
  color: #07181a;
  font-weight: 700;
}

.cta {
  display: inline-block;
  margin-top: 50px;
}

.heading-6 {
  font-family: Aeonik, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
}

.lottie-animation {
  position: absolute;
  max-width: 100%;
}

.lottie-animation-2 {
  position: relative;
  top: -7px;
  z-index: 1;
  width: 46%;
}

.heading-7 {
  max-width: 850px;
  font-family: Aeonik, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
}

.div-block-2 {
  margin-top: 50px;
}

.paragraph-14 {
  font-family: Inter, sans-serif;
  color: #07181a;
  font-size: 18px;
  line-height: 28px;
}

.home-features-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-features-grid {
  position: relative;
  z-index: 1;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.second_cta-2 {
  padding: 22px 42px;
  border-radius: 100px;
  background-color: #4457ff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.second_cta-2:hover {
  background-color: #0b0a33;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.container-default {
  max-width: 1246px;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-750px {
  max-width: 634px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-750px.home-features {
  max-width: 750px;
  margin-bottom: 58px;
  text-align: center;
}

.section-4 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.heading-8 {
  margin-bottom: 16px;
  color: #000;
  line-height: 48px;
}

.card {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.1);
}

.card.home-features {
  padding: 48px 32px 72px;
}

.reasond-to-love-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-2 {
  position: absolute;
}

.bg-2.home-features {
  display: none;
  width: 69%;
  min-height: 67%;
  border-radius: 30px;
  background-color: #f3f5ff;
  -webkit-transform: skew(0deg, -15deg);
  -ms-transform: skew(0deg, -15deg);
  transform: skew(0deg, -15deg);
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Aeonik, sans-serif;
  color: #07181a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.heading-10 {
  font-family: Aeonik, sans-serif;
  color: #07181a;
  font-weight: 700;
}

.blured-heart-image {
  position: absolute;
  left: 84%;
  top: 64px;
  right: auto;
  bottom: auto;
  width: 60px;
}

.blured-star {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: -7px;
  display: none;
  width: 60px;
}

.testimonial-image {
  display: none;
  width: 70px;
  margin-top: -60px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 500px;
}

.spacer-20 {
  padding-top: 20px;
}

.main-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._5-stars-image {
  width: 90px;
}

.bottom-border-image {
  position: absolute;
  left: 0%;
  top: -2px;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-large {
  font-family: Inter, sans-serif;
  color: #523796;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.text-large.blue {
  color: #1787fc;
}

.text-large.black {
  color: #07181a;
}

.h2 {
  font-family: Aeonik, sans-serif;
  color: #07181a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.spacer-40 {
  padding-top: 40px;
}

.text-small {
  display: none;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
}

.container-3 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.section-5 {
  position: relative;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-5.light-blue {
  background-color: #f5fafe;
}

.centered-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.text-xl {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.2px;
}

.card-2 {
  position: relative;
  padding: 40px;
  border-radius: 20px;
}

.card-2.white {
  background-color: #fff;
}

.card-2.white.shadow {
  width: 100%;
  height: 100%;
  box-shadow: 0 24px 44px 0 rgba(20, 20, 43, 0.1);
}

._3-column-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 30px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.horizontal-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spacer-60 {
  padding-top: 60px;
}

.heading-11 {
  font-family: Aeonik, sans-serif;
}

.bold-text-7 {
  color: #523796;
}

.bold-text-8 {
  line-height: 28px;
}

.bold-text-9 {
  line-height: 28px;
}

.mockup-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 32rem;
  max-width: 17rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.app-features-mockup-background-short {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 55%;
  max-width: 24rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 32px;
  background-color: #523796;
  background-image: url('../images/Line.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.app-features-heading-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-body {
  position: relative;
  overflow: hidden;
  width: 17em;
  padding-bottom: 36em;
  border-style: solid;
  border-width: 3px;
  border-color: #131617;
  border-radius: 24px;
  box-shadow: 17px 17px 0 0 rgba(252, 255, 117, 0.5);
  font-size: 14px;
}

.sticky-wrapper-2x {
  position: relative;
  min-height: 200vh;
}

.app-event {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.section-6 {
  padding: 5em 2.5em;
}

.app-backdrop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  background-color: #131617;
  opacity: 0;
}

.nav-item-link {
  position: relative;
  color: #131617;
  text-align: right;
  text-decoration: none;
}

.nav-item-link.text-big {
  overflow: hidden;
  padding-bottom: 0.2em;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: rgba(19, 22, 23, 0.7);
}

.nav-item-link.text-big.w--current {
  color: #131617;
}

.app-menu-wrapper {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  -webkit-transform: translate(0px, 88%);
  -ms-transform: translate(0px, 88%);
  transform: translate(0px, 88%);
}

.nav-list {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none;
}

.app-reschedule-options-wrapper {
  position: absolute;
  left: 10%;
  bottom: 0px;
  width: 80%;
  padding-bottom: 71%;
}

.app-event-types {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  width: 100%;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.app-event-types-options {
  position: absolute;
  left: 10%;
  bottom: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.app-reschedule-option-2-selected {
  position: absolute;
  top: 30.2%;
  z-index: 2;
  width: 100%;
  max-width: none;
  opacity: 0;
}

.app-trigger {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-list-item-border {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0em;
  z-index: -1;
  height: 16px;
  background-color: rgba(252, 255, 117, 0.5);
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.sticky-container {
  position: relative;
}

.app-reschedule-options {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.app-circle-drag {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.nav-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.app-menu {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  opacity: 0;
}

.app-delimiter {
  position: absolute;
  left: 50%;
  bottom: 0%;
  width: 7%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.app-free-time {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.sticky.full-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-3-cols {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.app-reschedule {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.app-reschedule-option-1-selected {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
  max-width: none;
  opacity: 0;
}

.app-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 101%;
  max-width: none;
}

.app-free-time-total-02 {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

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

.app-free-time-total-01 {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.text-large-2 {
  font-size: 2.5em;
  line-height: 1.3;
}

.app-events-option {
  margin-top: 6%;
}

.h2-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 56px;
  line-height: 64px;
}

.h2-2.how {
  margin-bottom: 32px;
}

.feature_grid {
  height: 38vw;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature_wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.feature_wrap._2 {
  padding-bottom: 0px;
}

._480 {
  max-width: 480px;
}

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

.feature_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.feature_image._1 {
  position: static;
}

.feature_image._2 {
  left: -10%;
  top: 57%;
  z-index: 1;
  width: 30%;
}

.feature_image._2.zigzag-1 {
  top: 62%;
  width: 45%;
}

.feature_image._3 {
  left: 73%;
  top: -14%;
  width: 30%;
  border-radius: 2px;
}

.feature_image-wrap {
  position: relative;
  width: 100%;
  max-width: 567px;
}

.section-7 {
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.hero-lottie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -109.65px;
}

.hero-lottie-2 {
  position: absolute;
  left: -1%;
  top: -10%;
  right: 0%;
  bottom: -4%;
}

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

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

.lottie-animation-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 7%;
  bottom: -5%;
  width: 30%;
}

.lottie-animation-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -0.5%;
  margin-bottom: 0px;
}

.lottie-animation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottie-animation-5 {
  position: absolute;
  top: -137px;
  z-index: -1;
  width: 100%;
}

.bold-text-10 {
  color: #07181a;
}

.lottie-animation-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1%;
  z-index: 0;
}

.container-default-2 {
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default-2.home-hero {
  position: relative;
  left: -133px;
  top: 98px;
}

.home-hero-companies-wrapper {
  position: relative;
  z-index: 1;
  max-width: 962px;
  margin-right: auto;
  margin-left: auto;
}

.bg-gradient-blur-circle-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000px;
  background-color: #16db20;
}

.bg-gradient-blur-circle-3.blue {
  background-color: #0a91d5;
}

.bg-gradient-blur-wrapper {
  position: absolute;
  width: 100%;
  max-width: 44%;
  min-height: 74%;
  opacity: 0.5;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.bg-gradient-blur-wrapper.home-hero-1 {
  left: -209px;
  top: -230px;
}

.bg-gradient-blur-wrapper.home-hero-2 {
  right: -212px;
  bottom: 25px;
}

.home-hero-companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-gradient-blur-circle-1 {
  position: absolute;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000px;
  background-color: #16db20;
}

.bg-gradient-blur-circle-1.light-blue {
  background-color: #16db20;
}

.home-hero-images-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 102px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-gradient-blur-circle-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70%;
  max-height: 70%;
  min-height: 70%;
  min-width: 70%;
  border-radius: 1000px;
  background-color: #65b957;
}

.bg-gradient-blur-circle-2.light-green {
  background-color: #16db20;
}

.main-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/mac-mockup.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-5 {
  position: absolute;
  left: 80px;
  top: 75px;
  z-index: 2;
  width: 200px;
  height: 50px;
  max-width: 100%;
}

.div-block-6 {
  position: absolute;
  left: 387px;
  bottom: 107px;
  z-index: 2;
  width: 200px;
  height: 100px;
}

.gif-wrapper {
  position: absolute;
  left: 111px;
  top: 32px;
  z-index: 1;
  overflow: auto;
  width: 407px;
  height: 260px;
}

.image-wrap {
  position: relative;
  z-index: 0;
  width: 691px;
}

.lottie-animation-7 {
  position: relative;
}

.section-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.bg-footer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 10rem;
}

.bg-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, transparent), color-stop(87%, #2c0888));
  background-image: linear-gradient(180deg, transparent 11%, #2c0888 87%);
}

.form-block {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  margin-top: 3.5rem;
  margin-bottom: 0px;
}

.form-block.lp2 {
  margin-top: 2rem;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 62px;
  margin-bottom: 0px;
  padding: 1rem 1.5rem;
  border: 1px none #000;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  color: #485162;
}

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

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

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

.submit-button {
  height: 56px;
  padding-right: 24px;
  padding-left: 24px;
  border: 2px solid #161c27;
  background-color: #161c27;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fff;
  color: #161c27;
}

.success-message {
  background-color: #232a37;
  color: #fff;
}

.html-embed {
  display: none;
}

.footer.privacy-policy {
  height: 30px;
  padding-right: 24px;
  padding-left: 24px;
}

.privacy-policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.link {
  font-size: 14px;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#583fcc), to(#5582ec));
  background-image: linear-gradient(0deg, #583fcc, #5582ec);
  font-family: Aeonik, sans-serif;
  font-size: 60px;
  line-height: 80px;
  font-weight: 900;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-9 {
  height: 100vh;
  padding-top: 152px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#523796), to(transparent));
  background-image: linear-gradient(0deg, #523796, transparent);
}

.text-heading {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Aeonik, sans-serif;
  color: #000;
  font-weight: 900;
}

.heading-13 {
  display: none;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 400;
}

.text-block-2 {
  margin-top: 30px;
  font-family: Aeonik, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  color: #030303;
  font-weight: 400;
}

.main_cta.lp2 {
  padding: 1.3rem 2rem;
  border-radius: 50px;
  background-color: #07181a;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  font-family: Aeonik, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.main_cta.lp2:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.image-5 {
  width: 30%;
}

@media screen and (min-width: 1440px) {
  .navbar {
    position: fixed;
  }

  .second_cta.purple {
    background-color: #523796;
  }

  .hero-section.lottie-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, transparent), color-stop(87%, #2c0888));
    background-image: linear-gradient(180deg, transparent 11%, #2c0888 87%);
    background-position: 0px 0px;
  }

  .row.hero.center {
    margin-top: -7px;
  }

  .buton {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .buton:hover {
    -webkit-transform: scale3d(1, 1, 1.01);
    transform: scale3d(1, 1, 1.01);
  }

  .section.relative {
    padding-top: 8rem;
  }

  .section.zigzag.bottom {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .section.footer {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#3d13a8)), url('../images/nuit.svg');
    background-image: linear-gradient(180deg, transparent 40%, #3d13a8), url('../images/nuit.svg');
    background-position: 0px 0px, 0px 0px;
  }

  .section.bg-purple {
    background-color: transparent;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 55px;
    line-height: 65px;
  }

  .heading-3.black {
    color: #07181a;
  }

  .paragraph-3.subhead {
    margin-bottom: 0px;
  }

  .section.zigzag.middle {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }

  .cow-bg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .section-3.check {
    padding-top: 80px;
    padding-bottom: 98px;
    background-image: none;
  }

  .image-layout {
    max-width: 120%;
  }

  .title-section.check {
    position: relative;
  }

  .heading-4 {
    max-width: 800px;
    color: #38050d;
    font-weight: 400;
  }

  .image.card-home-features-icon {
    border: 2px solid #000;
    border-radius: 20px;
  }

  .image.home-hero-2 {
    max-width: 30%;
  }

  .grid-3 {
    grid-column-gap: 65px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-2.text-content {
    margin-bottom: 0px;
  }

  .checkmark-icon-2 {
    height: 80px;
  }

  .pointers-wrapper-2.check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bg {
    position: relative;
    width: 1000px;
    height: 450px;
  }

  .text-span.green {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2fce91), to(#79ddb7));
    background-image: linear-gradient(0deg, #2fce91, #79ddb7);
  }

  .container-text.border:hover {
    border-width: 3px;
  }

  .heading-5 {
    font-size: 55px;
    line-height: 65px;
  }

  .heading-6 {
    font-size: 55px;
    line-height: 65px;
  }

  .lottie-animation {
    max-width: 90%;
  }

  .heading-7 {
    font-size: 55px;
    line-height: 65px;
  }

  .container-medium-750px.home-features {
    max-width: 750px;
  }

  .heading-9 {
    font-size: 55px;
    line-height: 65px;
  }

  .h2 {
    font-size: 55px;
    line-height: 65px;
  }

  .feature_grid {
    height: 500px;
  }

  .lottie-animation-6 {
    bottom: -1%;
    z-index: 0;
  }

  .container-default-2.home-hero {
    left: -93px;
    top: 95px;
  }

  .main-image-wrapper {
    width: 650px;
    height: 400px;
  }

  .div-block-5 {
    left: 55px;
    top: 87px;
  }

  .div-block-6 {
    left: 404px;
    bottom: 112px;
    width: 200px;
    height: 100px;
  }

  .gif-wrapper {
    left: 95px;
    top: 39px;
    width: 460px;
    height: 290px;
  }

  .bg-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%, transparent), color-stop(82%, #2c0888));
    background-image: linear-gradient(180deg, transparent 9%, #2c0888 82%);
  }

  .form-block {
    max-width: 430px;
    margin-top: 3rem;
  }

  .text-field {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section.lottie-bg {
    min-height: 115vh;
  }

  .hero-section.lottie-bg.lp2 {
    padding-top: 0rem;
  }

  .title-section.check {
    margin-bottom: 300px;
  }

  .lottie-animation-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 0px;
  }

  .lottie-animation-6 {
    z-index: 0;
  }

  .image-5 {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section.lottie-bg {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }

  .hero-section.lottie-bg.lp2 {
    min-height: 130vh;
  }

  .hero-background-image.desktop {
    display: none;
  }

  .hero-background-image.tablet {
    top: 50%;
    right: 0vw;
    display: block;
    width: 100%;
    height: 40%;
    max-height: none;
  }

  .container.relative.hidden {
    display: block;
  }

  .container.cta {
    margin-top: 0px;
  }

  .container.lottie-bg {
    top: -48px;
  }

  .row.hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.first-section {
    padding-bottom: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .column.content-right {
    width: 100%;
    margin-bottom: 45px;
  }

  .column.content-left {
    width: 100%;
    padding-left: 5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading.center {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .hero-image-container {
    padding-top: 10rem;
  }

  .ellipse {
    top: 52%;
  }

  .ellipse._2 {
    left: 3%;
    top: 77%;
  }

  .ellipse.purple {
    left: 2%;
    bottom: -221%;
  }

  .ellipse.black {
    top: 250%;
    right: 11%;
  }

  .mockup {
    right: 6%;
    bottom: 8%;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.relative {
    padding-top: 2rem;
  }

  .section.zigzag {
    padding-bottom: 0rem;
  }

  .section.zigzag.bottom {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.accordion-section {
    padding: 5rem 1rem;
  }

  .section.bold-cta {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .section.bg-purple {
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .background-first-section {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 90%;
    height: 90%;
    margin-right: auto;
  }

  ._1st-content-mockup-wrapper {
    left: 2.5rem;
    height: 28rem;
  }

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

  .paragraph-2 {
    text-align: center;
  }

  .heading-3 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-3.black {
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .feature-image.right {
    margin-left: -62px;
  }

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

  .feature-dec.left {
    margin-left: 38px;
  }

  .feature-dec.right {
    padding-right: 32px;
  }

  .heading-center {
    margin-bottom: 21px;
    padding-right: 88px;
    padding-left: 88px;
  }

  .section.zigzag.middle {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-4 {
    max-width: 70%;
  }

  .section-3 {
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 0vh;
  }

  .image-layout {
    top: 0px;
  }

  .title-section.check {
    margin-bottom: 84px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 55px;
  }

  .image.home-hero-1 {
    border-radius: 20px;
  }

  .image.home-hero-2 {
    max-width: 40%;
    border-radius: 20px;
  }

  .image.home-hero-3 {
    border-radius: 20px;
  }

  .grid-3 {
    justify-items: stretch;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pointers-wrapper-2.check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bg {
    width: 650px;
    height: 300px;
  }

  .bold-text-2 {
    line-height: 30px;
  }

  .image-accorndion {
    top: 17%;
    height: 70%;
    max-width: 100%;
  }

  .row-2.relative {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .accordion-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .accordion-heading {
    margin-top: -5px;
    line-height: 30px;
  }

  .heading-5 {
    max-width: 650px;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 45px;
  }

  .lottie-animation {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: -22%;
  }

  .heading-7 {
    max-width: 650px;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-14 {
    text-align: center;
  }

  .home-features-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.home-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-9 {
    font-size: 35px;
    line-height: 45px;
  }

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

  .blured-heart-image {
    top: 41px;
  }

  .main-grid {
    grid-row-gap: 60px;
  }

  .h2 {
    font-size: 35px;
    line-height: 45px;
  }

  ._3-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .sticky-container.section-links {
    display: none;
  }

  .h2-2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .feature_grid {
    height: 100vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature_grid.flip {
    height: 120vw;
  }

  .feature_wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._480 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-5 {
    position: relative;
    width: 100%;
  }

  .feature_image._2 {
    left: -3%;
    top: 21%;
  }

  .feature_image._3 {
    top: -4%;
  }

  .feature_image-wrap {
    position: static;
  }

  .section-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lottie-animation-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -0.5%;
    margin-bottom: 0px;
  }

  .lottie-animation-6 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -1%;
  }

  .container-default-2.home-hero {
    left: -2px;
    top: 138px;
    max-width: none;
  }

  .home-hero-companies-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-hero-companies {
    max-width: 576px;
    margin-right: -30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-image-wrapper {
    width: 650px;
    height: 500px;
  }

  .div-block-5 {
    left: -10px;
    top: 93px;
  }

  .div-block-6 {
    left: 406px;
    bottom: 164px;
    width: 300px;
  }

  .gif-wrapper {
    left: 37px;
    top: 49px;
    width: 573px;
    height: 365px;
  }

  .image-wrap {
    width: 691px;
  }

  .privacy-policy {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-12 {
    width: 70%;
    line-height: 48px;
    text-align: center;
  }

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

  .image-5 {
    width: 43%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.lottie-bg {
    min-height: 150vh;
    padding-top: 0rem;
    padding-bottom: 2rem;
  }

  .hero-section.lottie-bg.lp2 {
    min-height: 130vh;
    padding-top: 0rem;
  }

  .container.lottie-bg {
    top: auto;
  }

  .column.content-left {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .note {
    color: #fff;
  }

  .eyebrow-text {
    font-weight: 700;
  }

  .hero-mockup-wrapper.center {
    height: 27rem;
    min-width: 28rem;
  }

  .section.relative {
    padding-top: 4rem;
  }

  .section.zigzag {
    padding-bottom: 4rem;
  }

  .section.zigzag.bottom {
    padding-top: 0rem;
  }

  .section.footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  ._1st-content-mockup-wrapper {
    height: 25rem;
    max-width: 25rem;
  }

  .h3 {
    font-size: 30px;
  }

  .h3.txt-center {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ft-icon {
    width: 50px;
    margin-bottom: -11px;
  }

  ._2-col-img-grid {
    display: block;
    text-align: center;
  }

  .feature-image {
    width: 310px;
  }

  .feature-image.right {
    width: 350px;
    margin-left: 0px;
  }

  .feature-image.right.b {
    margin-bottom: -26px;
  }

  .feature-dec.left {
    margin-left: 0px;
    padding-right: 57px;
    padding-left: 57px;
  }

  .feature-dec.right {
    margin-left: 0px;
    padding-right: 57px;
    padding-left: 57px;
  }

  .heading-center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h3-2 {
    font-size: 30px;
  }

  .h3-2.txt-center {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.zigzag.middle {
    padding-top: 0rem;
  }

  .image-4 {
    max-width: 75%;
  }

  .section-3.check {
    padding-top: 0px;
  }

  .image-layout {
    top: -16px;
  }

  .image.home-hero-2 {
    max-width: 25%;
  }

  .image.home-hero-company {
    width: 110px;
  }

  .grid-3 {
    margin-top: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bg {
    width: 560px;
    height: 300px;
  }

  .accordion-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block {
    width: 100%;
  }

  .row-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .accordion-section {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lottie-animation {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: -20%;
  }

  .lottie-animation-2 {
    top: -10px;
  }

  .card.home-features {
    width: 100%;
  }

  .blured-heart-image {
    top: 3%;
  }

  .blured-star {
    right: 0%;
    bottom: -15%;
  }

  .feature_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature_grid.flip {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature_wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .feature_wrap._2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .container-5 {
    width: 90%;
  }

  .feature_image._1 {
    position: relative;
  }

  .feature_image-wrap {
    height: auto;
    max-width: none;
  }

  .section-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lottie-animation-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -0.5%;
  }

  .lottie-animation-6 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -1%;
  }

  .container-default-2.home-hero {
    left: -25px;
    top: 145px;
  }

  .home-hero-companies {
    max-width: 452px;
    margin-right: -30px;
  }

  .main-image-wrapper {
    width: 500px;
    height: 350px;
  }

  .div-block-5 {
    left: 19px;
    top: 102px;
    width: 200px;
    height: 50px;
  }

  .div-block-6 {
    left: 294px;
    bottom: 99px;
    width: 200px;
    height: 100px;
  }

  .gif-wrapper {
    left: 49px;
    top: 34px;
    width: 401px;
    height: 260px;
  }

  .privacy-policy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .html-embed-2 {
    font-size: 70px;
    line-height: 90px;
    text-align: center;
  }

  .section-9 {
    padding-top: 149px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-12 {
    width: auto;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .text-block-2 {
    margin-top: 20px;
  }

  .heading-14 {
    width: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .image-5 {
    width: 55%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    padding: 1rem 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar-container.ty {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background-image: linear-gradient(180deg, #fff, transparent);
  }

  .second_cta {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .second_cta.hidden {
    margin-top: 1.5rem;
    font-size: 18px;
  }

  .second_cta.hidden.w--current {
    margin-top: 1.5rem;
    font-size: 18px;
  }

  .hero-section.lottie-bg {
    min-height: 120vh;
    padding-top: 13.1rem;
    padding-bottom: 7rem;
  }

  .hero-section.lottie-bg.lp2 {
    padding-top: 3.2rem;
  }

  .hero-background-image.tablet {
    top: 70%;
    height: 25%;
  }

  .container.cta {
    margin-top: 0px;
  }

  .column {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .column.content-right {
    margin-bottom: 15px;
  }

  .column.content-left {
    margin-top: 0rem;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    font-size: 45px;
    line-height: 50px;
  }

  .buton {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .note {
    color: #fff;
  }

  .hero-image-container {
    padding-top: 5rem;
  }

  .hero-mockup-wrapper.center {
    height: auto;
    min-width: 16rem;
    -webkit-transform: translate(0rem, 3rem) rotate(-14deg);
    -ms-transform: translate(0rem, 3rem) rotate(-14deg);
    transform: translate(0rem, 3rem) rotate(-14deg);
  }

  .mockup {
    bottom: 0%;
    width: 6rem;
    height: 7rem;
  }

  .section {
    padding-top: 4rem;
  }

  .section.relative {
    padding-top: 4rem;
  }

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

  .section.zigzag.bottom {
    padding-bottom: 4rem;
  }

  .section.accordion-section {
    padding: 4rem 2rem;
  }

  .section.bold-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.footer {
    padding-top: 2rem;
  }

  .section.bg-purple {
    padding: 4rem 2rem 0rem;
  }

  ._1st-content-mockup-wrapper {
    left: 1rem;
    top: 3rem;
    height: 23rem;
    max-width: 15rem;
  }

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

  .heading-3 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-3.black {
    font-size: 28px;
    line-height: 35px;
  }

  .h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .h3.txt-center {
    font-size: 23px;
    line-height: 30px;
  }

  .paragraph-3.subhead {
    font-size: 16px;
  }

  .feature-image {
    margin-top: -38px;
  }

  .feature-dec.left {
    padding-right: 11px;
    padding-left: 11px;
  }

  .feature-dec.right {
    padding-right: 11px;
    padding-left: 11px;
  }

  .heading-center {
    margin-bottom: 30px;
  }

  .h3-2 {
    margin-top: 42px;
  }

  .h3-2.txt-center {
    font-size: 23px;
    line-height: 30px;
  }

  .image-4 {
    display: none;
    max-width: 100%;
  }

  .image-layout {
    top: -44px;
    max-width: 110%;
  }

  .title-section.check {
    margin-bottom: 162px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 43px;
  }

  .mobile-image {
    display: block;
  }

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

  .image.home-hero-1 {
    max-width: 100%;
    border-radius: 10px;
  }

  .image.home-hero-2 {
    max-width: 18%;
    border-radius: 10px;
  }

  .image.home-hero-3 {
    right: -20px;
    max-width: 100%;
    border-radius: 10px;
  }

  .image.home-hero-company {
    width: 100px;
  }

  .grid-3 {
    justify-items: stretch;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pointers-wrapper-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pointers-wrapper-2.check {
    margin-bottom: 0px;
  }

  .bg {
    width: 300px;
    height: 300px;
  }

  .buttons {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .grid-accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    width: 100%;
  }

  .accordion-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .accordion-heading {
    margin-top: -7px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-6 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 35px;
  }

  .lottie-animation {
    bottom: 8%;
    z-index: 1;
  }

  .lottie-animation-2 {
    top: 8px;
    width: 70%;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 35px;
  }

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

  .container-default {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .heading-9 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 28px;
  }

  .blured-heart-image {
    left: 39%;
    top: 6%;
    width: 50px;
  }

  .blured-star {
    bottom: -10%;
  }

  .bottom-border-image {
    top: -3px;
  }

  .h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .container-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .card-2.white.shadow {
    padding: 30px;
  }

  ._3-column-grid {
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .spacer-60 {
    padding-top: 10px;
  }

  .phone-body {
    border-width: 2px;
    border-radius: 2.5em;
    box-shadow: 11px 11px 0 0 rgba(252, 255, 117, 0.5);
    font-size: 7px;
  }

  .sticky-wrapper-2x {
    min-height: 100vh;
  }

  .sticky-wrapper-2x.calendar {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-6 {
    padding: 40px 32px;
  }

  .sticky-content {
    padding-right: 2.5em;
    padding-left: 2.5em;
    font-size: 14px;
  }

  .sticky-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sticky-container.mockup {
    position: -webkit-sticky;
    position: sticky;
    top: 5em;
  }

  .sticky-container.section-links {
    display: none;
  }

  .sticky-container.description {
    display: block;
    max-width: 100%;
  }

  .sticky.full-height {
    top: 32em;
    overflow: hidden;
    min-height: auto;
    margin-right: -2.5em;
    margin-left: -2.5em;
  }

  .sticky.full-height.padding-x {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid-3-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .feature_wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .feature_wrap._2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ._480 {
    margin-bottom: 7px;
  }

  .container-5 {
    width: 100%;
  }

  .feature_image._2 {
    left: -7%;
    top: 13%;
  }

  .feature_image._3 {
    left: 77%;
  }

  .feature_image-wrap {
    margin-right: auto;
    margin-left: auto;
  }

  .lottie-animation-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -0.5%;
    margin-bottom: 0px;
  }

  .lottie-animation-6 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -1%;
  }

  .container-default-2.home-hero {
    left: 3px;
    top: 55px;
  }

  .home-hero-companies {
    margin-right: -20px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 63px;
  }

  .main-image-wrapper {
    width: 280px;
    height: 200px;
  }

  .div-block-5 {
    left: 3px;
    top: 53px;
  }

  .div-block-6 {
    left: 159px;
    bottom: 56px;
    width: 100px;
    height: 50px;
  }

  .gif-wrapper {
    left: 25px;
    top: 19px;
    width: 230px;
    height: 150px;
  }

  .brand {
    margin-bottom: 16px;
    padding-left: 0px;
  }

  .form-block {
    width: 100%;
    max-width: none;
    margin-top: 2.1rem;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    margin-right: 0px;
    margin-bottom: 10px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .submit-button {
    width: 100%;
  }

  .privacy-policy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .html-embed-2 {
    font-size: 70px;
  }

  .section-9 {
    padding-top: 153px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-12 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-14 {
    font-size: 20px;
    line-height: 28px;
  }

  .main_cta.lp2 {
    margin-top: 5px;
  }

  .image-5 {
    width: 85%;
  }
}

#w-node-c3616faa-6537-7398-d780-d5143edb4664-2068b8a6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c3616faa-6537-7398-d780-d5143edb4669-2068b8a6 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ec5cc88b-67f4-3992-a712-b90101a8a8ad-2068b8a6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ec5cc88b-67f4-3992-a712-b90101a8a8b0-2068b8a6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_08d15a87-4e76-047c-1da9-880e569302da-2068b8a6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_08d15a87-4e76-047c-1da9-880e569302e6-2068b8a6 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_57b97607-0c6a-425f-0867-a70a51a5575c-2068b8a6 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_57b97607-0c6a-425f-0867-a70a51a55760-2068b8a6 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_57b97607-0c6a-425f-0867-a70a51a55769-2068b8a6 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_57b97607-0c6a-425f-0867-a70a51a55772-2068b8a6 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a9829efc-654f-30ce-52a5-8f7f6dbaf6a7-2068b8a6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9829efc-654f-30ce-52a5-8f7f6dbaf6ae-2068b8a6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9829efc-654f-30ce-52a5-8f7f6dbaf6b5-2068b8a6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9829efc-654f-30ce-52a5-8f7f6dbaf6bc-2068b8a6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4323787b-f041-d1f0-5e24-005463252f55-2068b8a6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4323787b-f041-d1f0-5e24-005463252f5c-2068b8a6 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_4323787b-f041-d1f0-5e24-005463252f64-2068b8a6 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4323787b-f041-d1f0-5e24-005463252f6a-2068b8a6 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4323787b-f041-d1f0-5e24-005463252f72-2068b8a6 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4323787b-f041-d1f0-5e24-005463252f78-2068b8a6 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4323787b-f041-d1f0-5e24-005463252f80-2068b8a6 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4323787b-f041-d1f0-5e24-005463252f86-2068b8a6 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-c3616faa-6537-7398-d780-d5143edb4664-2068b8a6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ec5cc88b-67f4-3992-a712-b90101a8a8b0-2068b8a6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_08d15a87-4e76-047c-1da9-880e569302da-2068b8a6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c3616faa-6537-7398-d780-d5143edb4664-2068b8a6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-c3616faa-6537-7398-d780-d5143edb4669-2068b8a6 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ec5cc88b-67f4-3992-a712-b90101a8a8ad-2068b8a6 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_08d15a87-4e76-047c-1da9-880e569302e6-2068b8a6 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_57b97607-0c6a-425f-0867-a70a51a5575c-2068b8a6 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4323787b-f041-d1f0-5e24-005463252f55-2068b8a6 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 10;
    grid-column-end: 13;
  }

  #w-node-_4323787b-f041-d1f0-5e24-005463252f5c-2068b8a6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 14;
    grid-column-end: 15;
  }

  #w-node-_4323787b-f041-d1f0-5e24-005463252f5d-2068b8a6 {
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_4323787b-f041-d1f0-5e24-005463252f6b-2068b8a6 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4323787b-f041-d1f0-5e24-005463252f79-2068b8a6 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec5cc88b-67f4-3992-a712-b90101a8a8ad-2068b8a6 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ec5cc88b-67f4-3992-a712-b90101a8a8b0-2068b8a6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_57b97607-0c6a-425f-0867-a70a51a5575c-2068b8a6 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4323787b-f041-d1f0-5e24-005463252f55-2068b8a6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }

  #w-node-_4323787b-f041-d1f0-5e24-005463252f5d-2068b8a6 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_4323787b-f041-d1f0-5e24-005463252f6b-2068b8a6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4323787b-f041-d1f0-5e24-005463252f79-2068b8a6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4323787b-f041-d1f0-5e24-005463252f55-2068b8a6 {
    -ms-grid-column-span: 15;
    grid-column-end: 15;
  }
}

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