@font-face {
  font-family: Neco Complete;
  src: url('../fonts/Neco_Complete.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dm-sans: "DM Sans", sans-serif;
  --white: #e0e1dd;
  --orange: #ff771e;
}

.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;
}

.nav-link {
  font-family: var(--dm-sans);
  color: #fff;
  white-space: nowrap;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.nav-link:hover {
  color: var(--white);
  background-color: #fff3;
}

.nav-link.w--current {
  color: var(--orange);
}

.nav-link.footr {
  padding: 0;
  font-weight: 400;
}

.section-large {
  background-color: #0a141f;
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-large.header {
  background-image: url('../images/bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-top: 160px;
  padding-bottom: 0;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-x-small.hide-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.row-x-small.hide-mobile.navmobile {
  display: none;
}

.navbar {
  z-index: 999;
  background-color: #f4f4f500;
  background-image: linear-gradient(#0a141e, #10162000);
  padding: 24px 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-button {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  flex: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

.badge-circle-icon {
  background-color: #f46d2a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fafafa00;
  border: 1px solid #fff0;
  border-radius: 16px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

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

.h1-heading {
  color: #fff;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e0e1dd 27%, #858a92);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

.nav-logo {
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-logo.footer {
  width: auto;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.nav-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.paragraph-small {
  font-family: var(--dm-sans);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.nav-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.badge-featured {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #18181b;
  background-color: #ff771d1a;
  border: 1px solid #ff771d33;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.badge-featured.white {
  color: #e0e1dd80;
  background-color: #ff771d00;
  border-color: #ffffff1a;
}

.badge-featured.orange {
  color: #ff771e;
  background-color: #ff771e26;
  border-color: #ffffff1a;
}

.nav-menu-burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-large {
  font-family: var(--dm-sans);
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-large._16 {
  opacity: .7;
  font-size: 16px;
  display: none;
}

.paragraph-large._16.hidemobile.maxw {
  max-width: 310px;
}

.paragraph-large._16.white {
  opacity: 100;
}

.paragraph-large._16.white.relative {
  z-index: 1;
  line-height: 1.5;
  position: relative;
}

.paragraph-large._16.white.relative.span {
  line-height: 1.2;
}

.paragraph-large.opacity {
  opacity: .69;
}

.paragraph-large.opacity.padd {
  margin-bottom: 20px;
}

.max-width-small {
  width: 100%;
  max-width: 384px;
}

.header-graphic {
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.header-graphic._2 {
  margin-top: 50px;
}

.column-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.gradient-orange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd1b3, #ff6b08);
  -webkit-background-clip: text;
  background-clip: text;
}

.svg12 {
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
}

.serif {
  font-family: Neco Complete, Times New Roman, sans-serif;
  font-size: 68px;
}

.serif._40 {
  font-size: 46px;
}

.blur-orange {
  z-index: 0;
  aspect-ratio: 16 / 9;
  filter: blur(200px);
  background-color: #ff771d;
  border-radius: 1000px;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.blur-orange._2 {
  z-index: -1;
  filter: blur(120px);
  top: 0%;
  bottom: auto;
  left: auto;
  transform: none;
}

.blur-orange.header {
  opacity: 1;
}

.blur-orange.header._3 {
  z-index: -1;
  opacity: 100;
  width: 130%;
  bottom: auto;
}

.blur-orange._33 {
  top: 0%;
  bottom: auto;
}

.image {
  z-index: 1;
  position: relative;
}

.glow.serif {
  font-family: Neco Complete, Times New Roman, sans-serif;
}

.code-embed {
  display: none;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  height: 28px;
}

.image-2._2 {
  height: 60px;
}

.cta-label {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.btn-animate-chars {
  color: #131313;
  cursor: pointer;
  border-radius: .25em;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 1em 2em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-animate-chars.nav {
  height: auto;
}

.btn-animate-chars__bg {
  background-color: var(--orange);
  font-family: var(--dm-sans);
  color: #fff;
  border-radius: 8px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 16px;
  position: absolute;
  inset: 0;
}

.btn-animate-chars__bg.secondary {
  background-color: #fff3;
  margin-left: 0;
  margin-right: 0;
}

.btn-animate-chars__bg.nav {
  background-color: #ff771e;
  margin-left: 0;
  margin-right: 0;
}

.btn-animate-chars__bg.small {
  margin-left: 0;
  margin-right: 0;
}

.btn-animate-chars__bg.small.white {
  background-color: #e0e1dd24;
}

.btn-animate-chars__text {
  font-family: var(--dm-sans);
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

.code-embed-2 {
  display: none;
}

.logos {
  background-color: #0a141f;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

.carousel-horizontal {
  background-color: #f5f7f800;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel-placeholder {
  opacity: .64;
  height: 40px;
  transition: all .2s;
}

.carousel-placeholder:hover {
  opacity: 100;
}

.gradient-overlay-logos {
  pointer-events: none;
  background-image: linear-gradient(90deg, #0a141f, #0a141f00 24% 75%, #0a141f);
  position: absolute;
  inset: 0%;
}

.body {
  background-color: #0a141f;
}

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

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

.container-large.box {
  background-image: url('../images/Frame-2147225814.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 48px 48px 0;
  overflow: hidden;
}

.container-large.box.getsrated {
  background-image: url('../images/Frame-2147225890.svg'), url('../images/Frame-2147225817.avif');
  background-position: 100% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #ffffff2b;
  padding-bottom: 48px;
}

.container-large.box.getsrated.modalcontent {
  background-image: url('../images/Frame-2147225817.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 500px;
  max-height: 100vh;
}

.h2 {
  color: #fff;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e0e1dd 27%, #858a92);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  display: none;
}

.centered-title {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4.max-width-small._2 {
  max-width: 450px;
}

.glowing-wrapper-borders {
  opacity: 1;
  border-radius: 10px;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-animations {
  z-index: 2;
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.glowing-card-lc {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-card-lc.glowing-wrapper-active {
  border-radius: .4rem;
}

.glowing-card-lc.glowing-wrapper-active.smaller-card {
  border-radius: 10px;
}

.glowing-card-lc.glowing-wrapper-active.smaller-card._2.chroma-grid {
  border-radius: 16px;
}

.glowing-card-lc.glowing-wrapper-active.smaller-card._22 {
  width: 100%;
}

.styles---glowing-card {
  display: none;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
  border-radius: 10px;
}

.glowing-wrapper-borders-masker {
  z-index: 2;
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  padding: .3px;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-borders-masker._2 {
  border-radius: 16px;
}

.grid3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

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

.card-grid {
  background-color: #ffffff08;
  background-image: linear-gradient(#02050833, #0d1b2a33 56%, #ff6b0833);
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.card-grid.nogradient {
  background-image: none;
  border: 1px solid #ffffff30;
  border-radius: 27px;
  position: relative;
  overflow: hidden;
}

.card-grid.nogradient.video {
  aspect-ratio: 16 / 9;
  height: auto;
}

.card-grid.blur {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-image: linear-gradient(#0003, #0003), linear-gradient(#02050833, #0d1b2a33 56%, #ff6b0833);
}

.h3 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 24px 24px;
  padding-top: 24px;
  display: flex;
}

.white {
  color: #fff;
}

.white.semibold {
  font-weight: 600;
}

.icon-2 {
  width: 24px;
  height: 24px;
  display: none;
}

.ctalabel {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: var(--dm-sans);
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.ctalabel:hover {
  color: var(--orange);
}

.card-image {
  box-sizing: border-box;
  object-fit: fill;
  max-width: 100%;
  max-height: 268px;
}

.left-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-title.maxw {
  max-width: 400px;
}

.left-title.maxw._2 {
  max-width: 530px;
}

.left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left.padbottom {
  z-index: 1;
  margin-bottom: 30px;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.progress-nav {
  z-index: 10;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 7.4em;
  position: sticky;
  top: 100px;
  left: 0;
}

.progress-nav__wrapper {
  padding: .5em;
}

.progress-nav__btn {
  z-index: 3;
  cursor: pointer;
  color: inherit;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav__btn.h1-heading {
  opacity: .34;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  font-weight: 500;
  transition: all .3s;
}

.progress-nav__btn.h1-heading:hover {
  opacity: 100;
  color: var(--orange);
}

.progress-nav__btn.h1-heading.w--current {
  opacity: 100;
}

.section-resource {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-resource.is--flipped {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-image: linear-gradient(#0a141f00, #0a141f 9%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  padding: 50px 5% 80px;
  display: block;
  position: static;
  top: 70px;
}

.section-resource.is--flipped.mrgin {
  margin-top: -400px;
  padding-top: 0;
  position: static;
  top: 120px;
}

.progress-nav__btn-text {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.progress-nav__list {
  z-index: 10;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav__inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.div-block-7 {
  background-color: #ffffff1f;
  border-radius: 24px;
  padding: 12px;
}

.div-block-7.container-large {
  background-color: #ffffff05;
}

.form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-small-2 {
  color: #49505b;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-tertiary {
  color: #8d95a3;
}

.form-checkbox {
  background-color: #fff;
  border: 2px solid #d8dbdf;
  border-radius: 100%;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 8px 0 0;
  padding-left: 0;
  display: flex;
}

.form-checkbox.w--redirected-checked {
  background-color: #154ee0;
  border-style: solid;
  border-color: #154ee0;
  margin-top: 0;
  margin-left: 0;
}

.form-checkbox-field {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--orange);
  font-family: var(--dm-sans);
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  position: absolute;
  right: 8px;
}

.form-block {
  width: 100%;
  max-width: 520px;
  margin-bottom: 0;
}

.form-text-field {
  color: #25272c;
  letter-spacing: -.18px;
  background-color: #fff;
  border: 1px solid #d8dbdf;
  border-radius: 16px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 12px 12px 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.form-text-field:focus {
  color: #25272c;
  background-color: #f7f8f8;
  border-color: #3a88fe;
}

.form-text-field::placeholder {
  color: #8d95a3;
}

.text-link-primary {
  color: #25272c;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-primary:hover {
  color: #49505b;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small.column-center {
  justify-content: center;
  align-items: flex-start;
}

.image-3 {
  height: 30px;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  max-width: 330px;
  display: flex;
}

.image-4 {
  opacity: .66;
  mix-blend-mode: lighten;
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.h4 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.h4.title {
  white-space: nowrap;
}

.icon-wrapper-dark {
  color: #fff;
  background-color: #1a1925;
  background-image: linear-gradient(0deg, #ffffff1f, #fff0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 56px;
  min-height: 36px;
  padding: 6px 12px;
  display: flex;
  box-shadow: inset 0 -8px 20px #1a192514, 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.heading-pattern {
  z-index: -1;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -12px;
  margin-right: -24px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: inline-block;
}

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.left-top {
  inset: 0% auto auto 0%;
}

.pricing-divider {
  background-color: #d7d7de;
  border-radius: 4px;
  width: 100%;
  height: 1px;
}

.pricing-squares {
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  padding-bottom: 120px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.price-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.pricing-text {
  padding-bottom: 8px;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.paragraph-small-3 {
  font-family: var(--dm-sans);
  color: var(--white);
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-small-3.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.paragraph-small-3.opacity {
  opacity: .5;
}

.text-strong {
  color: #1a1925;
  font-weight: 500;
}

.column {
  flex-flow: column;
  display: flex;
}

.pricing-grid-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overline {
  opacity: .5;
  font-family: var(--dm-sans);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.pricing-switch {
  background-color: #ffffff17;
  border-radius: 99px;
  align-items: center;
  width: 50px;
  height: 30px;
  padding: 2px 4px;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 716px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e1e1e6;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 28px;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.pricing-circle {
  background-color: #ffffff52;
  border-radius: 99px;
  width: 20px;
  height: 20px;
}

.pricing-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-regular.background-primary {
  background-color: #f7f7f8;
}

.h3-heading {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.h3-heading.name {
  margin-bottom: 30px;
  font-size: 24px;
}

.h3-heading.name._2 {
  margin-bottom: 0;
}

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

.squares.right {
  inset: 0% -248px auto auto;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.button-outline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #eeeef0;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: inline-flex;
}

.button-outline:hover {
  background-color: #e7e7ea;
  border-color: #e7e7ea;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-2:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.pricing-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  background-color: #0a141f;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  flex-flow: column;
  padding: 28px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.pricing-card-small._1 {
  margin-top: 28px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.loader__logo-wrap {
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 3em;
  display: flex;
  position: relative;
}

.loader__bg {
  background-color: #0a141f;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader__bg-bar {
  z-index: 1;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 100%;
  height: .5em;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale3d(0, 1, 1);
}

.loader__text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 3.5em;
}

.loader__text-el {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: -.25em;
  padding-bottom: .25em;
  position: absolute;
}

.loader__container {
  z-index: 2;
  background-color: #0a141f;
  background-image: url('../images/bg.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loader {
  z-index: 100000;
  color: #fff;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.loader__logo-item {
  width: 100%;
  position: absolute;
}

.loader__logo-item.is--top {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.loader__logo-item.is--base {
  opacity: .2;
}

.loader__logo-img {
  width: 100%;
  display: block;
}

.card-cool {
  display: none;
}

.code-embed-4 {
  height: 100vh;
}

.cta {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #004154;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta:hover {
  background-color: #00b7d6;
}

.cta.outline {
  background-color: #00415400;
  border: 1px solid #fff;
  transition: all .2s;
}

.cta.outline:hover {
  color: #004154;
  background-color: #fff;
}

.swiper-pagination {
  pointer-events: auto;
  z-index: 0 !important;
}

.h6 {
  color: #000;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.h6.white {
  color: #fff;
}

.swiper-navigation {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 150%);
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.zindex {
  z-index: 1;
  padding: 24px;
  position: relative;
}

.zindex._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-text-wrapper {
  padding-left: 6px;
  padding-right: 6px;
}

.swiper-group {
  width: 100%;
  margin-top: 100px;
  position: relative;
}

.swiper-navigation__button-arorw {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-navigation__button-arorw.is--prev {
  transform: rotate(-180deg);
}

.swiper-slide {
  flex: none;
  max-width: 420px;
  padding-right: 1.25em;
}

.paragraph-regular {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-regular.text-color-white {
  color: #fff;
}

.paragraph-regular.text-color-white.opacity {
  color: #fffc;
}

.paragraph-regular.text-color-white.opacity._16 {
  font-size: 16px;
}

.swiper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: visible !important;
}

.demo-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  background-color: #ffffff0d;
  border: 0 solid #ffffff26;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 32px 64px;
  display: none;
  position: relative;
  overflow: hidden;
}

.demo-card._2 {
  background-image: url('../images/Frame-2147225828.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 90%;
}

.swiper-navigation__button {
  z-index: 1;
  aspect-ratio: 1;
  pointer-events: auto;
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3em;
  padding: 1em;
  display: none;
  position: relative;
}

.image-6 {
  height: 40px;
  display: none;
}

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-11 {
  position: relative;
}

.svg {
  z-index: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.avatar {
  border-radius: 1000px;
  width: 38px;
  height: 38px;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span {
  color: #ffffff8f;
  font-size: 14px;
}

.demo-header {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  border-bottom: 1px solid #201d1d26;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100svh;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-footer__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer {
  grid-column-gap: 4.2em;
  grid-row-gap: 4.2em;
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  background-image: url('../images/bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  padding: 7em 5% 2.5em;
  display: flex;
  position: relative;
}

.demo-header__nav-a {
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.footer-wrap__dark {
  opacity: 0;
  pointer-events: none;
  background-color: #201d1d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.demo-header__logo {
  width: 15em;
}

.demo-eyebrow {
  opacity: .5;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-header__nav-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.demo-footer__a {
  color: inherit;
  font-size: 2.75em;
  line-height: 1;
  text-decoration: none;
}

.demo-header__img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.demo-header__h1 {
  letter-spacing: -.03em;
  max-width: 11em;
  font-size: 4em;
  font-weight: 600;
  line-height: .95;
}

.demo-header__title-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  padding-left: calc(33.3333% + .833333em);
  display: flex;
}

.demo-footer__links-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-p {
  max-width: 19em;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-footer__logo-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.demo-main {
  overflow: clip;
}

.footer-wrap {
  position: relative;
  overflow: hidden;
}

.demo-header__info-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-header__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer__links {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.code-embed-5 {
  display: none;
}

.div-block-13 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  width: 100%;
  display: grid;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.link-block {
  font-family: var(--dm-sans);
  font-weight: 400;
}

.footer-link {
  opacity: .7;
  font-family: var(--dm-sans);
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  opacity: 100;
  color: var(--orange);
}

.divider {
  background-color: #ffffff26;
  height: 1px;
}

.div-block-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.back-top__wrap {
  z-index: 100;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding: 2em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.back-top__button {
  background-color: var(--orange);
  pointer-events: auto;
  color: var(--white);
  border-radius: 1em;
  outline-style: none;
  width: max(5vw, 2.5rem);
  height: max(5vw, 2.5rem);
  padding: .5em;
  font-size: 11px;
  position: relative;
}

.back-top__arrow-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.back-top__arrow-row {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.back-top__arrow {
  color: #fff;
  width: 2.5em;
}

.code-embed-6, .code-embed-7 {
  display: none;
}

.cursor {
  z-index: 1000000;
  pointer-events: none;
  background-color: #ff771e;
  border: 1px solid #ff771e;
  border-radius: 100em;
  width: 1em;
  height: 1em;
  transition: background-color .375s cubic-bezier(.625, .05, 0, 1), height .375s cubic-bezier(.625, .05, 0, 1), width .375s cubic-bezier(.625, .05, 0, 1);
  position: fixed;
  inset: 0% auto auto 0%;
}

.code-embed-8, .appear-scroll {
  display: none;
}

.success-message {
  font-family: var(--dm-sans);
  color: var(--white);
  background-color: #ffffff26;
  border-radius: 12px;
  font-weight: 500;
}

.form-field {
  width: 100%;
  position: relative;
}

.form-submit {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.form-notification-p {
  color: inherit;
  font-size: 1.125em;
  font-weight: 500;
}

.form-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-input {
  outline-offset: 0px;
  font-family: var(--dm-sans);
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #efeeec;
  border: 1px solid #efeeec;
  border-radius: .328125em;
  outline: 0 #0000;
  height: auto;
  margin-bottom: 0;
  padding: .9em 3.5em .9em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
}

.form-input:focus {
  border-color: #cbc8c5;
}

.form-input::placeholder {
  color: #1313134d;
  background-color: #efeeec;
}

.form-input.is--textarea {
  resize: vertical;
  min-height: 9em;
}

.form {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-label {
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
}

.form-field-icon {
  opacity: 0;
  pointer-events: none;
  color: #cbc8c5;
  border-radius: .375em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  max-height: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.form-field-icon.is--error {
  color: #ff4c24;
}

.form-notification-bg {
  opacity: .1;
  pointer-events: none;
  color: inherit;
  background-color: currentColor;
  border-radius: calc(.375rem - 2px);
  display: flex;
  position: absolute;
  inset: 0;
}

.form-field-group {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.form-notifcation {
  outline-offset: 0px;
  color: #0ba954;
  text-align: left;
  border: 1px solid #0ba954;
  border-color: inherit;
  background-color: #efeeec;
  border-radius: .375rem;
  outline: 0 #0000;
  width: 100%;
  padding: 1.125em;
  font-size: 1em;
  position: relative;
}

.form-notifcation.is--error {
  color: #ff4c24;
  margin-top: 0;
  padding-right: 3.5em;
}

.form-notification-icon {
  pointer-events: none;
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.form-submit-btn-p {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}

.form-required {
  color: #ff4c24;
}

.form-divider {
  opacity: .15;
  background-color: #131313;
  width: 100%;
  height: 1px;
}

.form-submit-btn {
  background-color: var(--orange);
  outline-offset: 0px;
  font-family: var(--dm-sans);
  color: #efeeec;
  text-align: center;
  cursor: pointer;
  border: 1px solid #131313;
  border-radius: .375rem;
  outline: 0 #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.005em 1.125em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 #0000;
}

.form-submit-btn:focus {
  outline-offset: 0px;
  border-width: 1px;
  border-color: #cbc8c5;
  outline-color: #131313;
}

.modal {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0a141f69;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modalcont {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-3 {
  z-index: 1000;
  color: #fff;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  top: 5vh;
  right: 5vw;
}

.code-embed-9 {
  display: none;
}

.form-group-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 25em;
  margin-bottom: 0;
  display: flex;
}

.form-input-2 {
  outline-offset: 0px;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #efeeec;
  border: 1px solid #efeeec;
  border-radius: .328125em;
  outline: 0 #0000;
  height: auto;
  margin-bottom: 0;
  padding: .9em 3.5em .9em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
}

.form-input-2:focus {
  border-color: #cbc8c5;
}

.form-input-2::placeholder {
  color: #1313134d;
  background-color: #efeeec;
}

.form-input-2.is--textarea {
  resize: vertical;
  min-height: 9em;
}

.btn-animate-chars-copy {
  color: #131313;
  cursor: pointer;
  border-radius: .25em;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 1em 2em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-animate-chars-copy.nav {
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .row-x-small.hide-mobile.navmobile {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 12px;
    padding-left: 12px;
    display: none;
  }

  .navbar {
    padding-bottom: 8px;
  }

  .nav-menu-button {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff3;
    width: 48px;
    height: 48px;
  }

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

  .nav-container {
    padding-right: 8px;
  }

  .h1-heading {
    font-size: 56px;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #fff3;
    border: 1px solid #fff3;
    border-radius: 24px;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    position: absolute;
    left: 5%;
    right: 5%;
  }

  .nav-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .paragraph-large._16.hidemobile {
    display: none;
  }

  .container-large.grid {
    flex-flow: column;
    display: flex;
  }

  .container-large.box.getsrated {
    background-size: auto 50%, cover;
  }

  .h2 {
    font-size: 56px;
  }

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

  .grid3.horizontal {
    grid-template-columns: 1fr 1fr;
  }

  .card-grid {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .card-grid.nogradient {
    aspect-ratio: 16 / 9;
  }

  .h3 {
    font-size: 56px;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }

  .progress-nav {
    width: auto;
    margin-bottom: 0;
    margin-right: 5%;
    display: none;
    position: static;
  }

  .section-resource.is--flipped.mrgin {
    margin-top: 0;
  }

  .progress-nav__list {
    flex-flow: wrap;
  }

  .progress-nav__inner {
    display: block;
  }

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

  .h4 {
    font-size: 56px;
  }

  .h4.title {
    white-space: normal;
    font-size: 20px;
  }

  .pricing-squares {
    width: 960px;
  }

  .pricing-grid-small {
    grid-template-columns: 1fr;
  }

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

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

  .pricing-card-small._1 {
    margin-top: 0;
  }

  .demo-footer__col {
    width: 100%;
  }

  .demo-header__logo {
    width: 50vw;
  }

  .demo-header__title-row {
    padding-left: 0;
  }

  .demo-footer__links-row {
    flex-flow: column;
  }

  .demo-footer__logo-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .demo-header__info-row {
    flex-flow: column;
  }

  .demo-header__col {
    width: 100%;
  }

  .back-top__wrap {
    padding: 1.25em;
  }

  .back-top__button {
    border-radius: .5em;
    padding: .4em;
  }
}

@media screen and (max-width: 767px) {
  .h1-heading {
    font-size: 40px;
  }

  .header-graphic {
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .serif {
    font-size: 48px;
  }

  .container-large.box.getsrated {
    background-image: url('../images/Frame-2147225817.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container-large.box.getsrated.modalcontent {
    padding: 20px;
  }

  .h2, .h3, .h4 {
    font-size: 40px;
  }

  .heading-pattern {
    margin-right: -20px;
    padding-right: 20px;
  }

  .pricing-grid-small {
    grid-template-columns: 1fr;
  }

  .background {
    display: none;
  }

  .demo-header {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-footer__col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .demo-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-header__nav-a {
    max-width: 100%;
    font-size: 1em;
  }

  .demo-eyebrow {
    font-size: 1em;
  }

  .demo-footer__a {
    font-size: 1.75em;
  }

  .demo-header__h1 {
    font-size: 3em;
  }

  .demo-p {
    max-width: 100%;
    font-size: 1.25em;
  }

  .demo-header__info-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-14 {
    place-items: start;
  }

  .form-group {
    width: 100%;
  }

  .form-input {
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .form {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .form-group-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .row-x-small.hide-mobile {
    display: none;
  }

  .row-x-small.hide-mobile.navmobile {
    display: flex;
  }

  .badge-circle-icon {
    display: none;
  }

  .badge-featured {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-large.opacity.padd.mobile {
    font-size: 15px;
  }

  .header-graphic._2 {
    display: none;
  }

  .serif {
    font-size: 47px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta-label {
    font-family: var(--dm-sans);
    color: var(--white);
    font-weight: 600;
  }

  .cta-label:hover {
    color: var(--orange);
    text-align: left;
  }

  .container-large.box {
    padding: 24px;
  }

  .container-large.box.getsrated {
    padding-bottom: 24px;
  }

  .div-block-4.max-width-small.left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .glowing-card-lc.glowing-wrapper-active {
    width: 19rem;
    height: 15rem;
  }

  .glowing-card-lc.glowing-wrapper-active.smaller-card {
    width: auto;
    height: auto;
  }

  .grid3 {
    flex-flow: column;
    display: flex;
  }

  .grid3.horizontal {
    grid-template-columns: 1fr;
  }

  .section-resource.is--flipped {
    padding-top: 120px;
  }

  .form-row {
    flex-flow: column;
  }

  .button-primary {
    width: 100%;
    position: static;
  }

  .form-block {
    max-width: none;
  }

  .div-block-8 {
    text-align: center;
    flex-flow: column;
  }

  .swiper-slide {
    max-width: 90vw;
  }

  .demo-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-14 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_28930e2e-1d62-ad65-d53a-38d59d50a981-35a3e3d7 {
  justify-self: end;
}

#w-node-_655edb99-aca1-305f-d896-9ec653a24eae-35a3e3d7, #w-node-c548b459-cecc-1eb4-f6de-89dd5549df25-35a3e3d7, #w-node-_7d49b8f1-a2c6-b404-70a2-85a2f2870373-35a3e3d7, #w-node-_7d49b8f1-a2c6-b404-70a2-85a2f2870374-35a3e3d7, #w-node-cc8be0b1-24f4-d075-9955-e17c60388205-35a3e3d7, #w-node-cc8be0b1-24f4-d075-9955-e17c60388206-35a3e3d7, #w-node-_668f210e-ec8b-934b-21c7-4d490350f826-35a3e3d7, #w-node-_668f210e-ec8b-934b-21c7-4d490350f827-35a3e3d7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28a529d8-3a55-00c2-2985-c56bbc39d12b-35a3e3d7 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-fb513422-769e-f24b-6b54-5a111c6d8b9b-35a3e3d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Neco Complete';
  src: url('../fonts/Neco_Complete.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}