:root {
  --base: #f8f8f8;
  --body: #6e6f70;
  --neutral: #020306;
  --black-shade\<deleted\|variable-8a481510-8e18-532e-7955-e8f6ba6da466\>: #333;
  --grey-shade\<deleted\|variable-2c6930c7-7795-8773-fcc8-9ae0a9b736c1\>: #949494;
  --avatar-kit--white\<deleted\|variable-67a86166\>: white;
  --alley-component-library--neutral--off-white\<deleted\|variable-d28cd836\>: #f4f4f6;
  --elements-webflow-library--neutral--500\<deleted\|variable-769b0229\>: #a0a3bd;
  --alley-component-library--gray--900\<deleted\|variable-77f97277\>: #131316;
  --primary\<deleted\|variable-5eee5193-38da-7183-f325-4ed365454e6c\>: #111;
  --alley-component-library--gray--0\<deleted\|variable-5455c293\>: #dedfe3;
  --transparent-background\<deleted\|variable-27a5ec98-a7f1-26cc-bd2a-b329ee1913ba\>: #161616cc;
  --border-color\<deleted\|variable-097cb561-2db2-23c6-2248-08380c0d8e3b\>: #262626;
  --waves-library--black\<deleted\|variable-d656d06e\>: #131313;
  --snow-base\<deleted\|variable-e4c0cd24-5a0a-142f-9371-6922b2161840\>: #f3f7fa;
  --spark-library--foreground-secondary\<deleted\|variable-aa6616bc\>: #000000c2;
  --strokes: #e5e7eb;
  --white: white;
  --base-ii: #f0f0f0;
  --accent: #99ea48;
  --black: #111;
  --elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>: #211f54;
  --elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>: #eff0f6;
  --elements-webflow-library--neutral--100\<deleted\|variable-07926372\>: white;
  --elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>: #4a3aff;
  --elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>: #14142b14;
  --accent-10: #def9db;
  --elements-webflow-library--neutral--200: #f7f7fc;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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



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

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

body {
  background-color: var(--base);
  color: var(--body);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--neutral);
  letter-spacing: -.05px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 68px;
}

h2 {
  color: var(--neutral);
  letter-spacing: -.05px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 58px;
}

h3 {
  color: var(--neutral);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

h4 {
  color: var(--neutral);
  letter-spacing: -.05px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

a {
  color: var(--body);
  cursor: pointer;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

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

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

.section-paragraph {
  color: var(--black-shade\<deleted\|variable-8a481510-8e18-532e-7955-e8f6ba6da466\>);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.h3-heading {
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexenddeca;
  font-size: 40px;
  line-height: 1.2;
}

.section-subtitle {
  color: var(--grey-shade\<deleted\|variable-2c6930c7-7795-8773-fcc8-9ae0a9b736c1\>);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.8;
}

.avatarkit-accordion-card {
  background-color: var(--avatar-kit--white\<deleted\|variable-67a86166\>);
  text-align: left;
  border: 1px #000;
  border-radius: 6px;
  margin-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.a-feature-card {
  border: 1px solid var(--alley-component-library--neutral--off-white\<deleted\|variable-d28cd836\>);
  border-radius: 12px;
  padding: 24px;
}

.hiw-tiitle {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexenddeca;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.step-simple-number {
  color: var(--elements-webflow-library--neutral--500\<deleted\|variable-769b0229\>);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
}

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

.a-prcing-feature-wrap {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.a-h3-heading-2 {
  color: var(--alley-component-library--gray--900\<deleted\|variable-77f97277\>);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-h3-heading-2.a-weight-bold {
  color: var(--primary\<deleted\|variable-5eee5193-38da-7183-f325-4ed365454e6c\>);
  font-size: 42px;
  font-weight: 700;
}

.a-faq-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.a-faq-dropdown {
  border-bottom: 1px solid var(--alley-component-library--gray--0\<deleted\|variable-5455c293\>);
  background-color: #fff;
  min-width: 100%;
  padding: 24px 0;
  transition: all .3s;
  display: block;
}

.large-header {
  color: #ccc;
  text-align: center;
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 400;
  line-height: 60px;
}

.large-header.linear-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fffff7, #727267);
  -webkit-background-clip: text;
  background-clip: text;
}

.subheader {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.dark-card {
  background-color: #161616;
  background-image: linear-gradient(to bottom, var(--transparent-background\<deleted\|variable-27a5ec98-a7f1-26cc-bd2a-b329ee1913ba\>), transparent 50%, var(--transparent-background\<deleted\|variable-27a5ec98-a7f1-26cc-bd2a-b329ee1913ba\>)), url('../images/honey-comb-1.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #262626;
  border-radius: 24px;
  padding: 48px 32px 32px;
}

.dark-card.linear {
  background-image: linear-gradient(#1e1e1e, #141414);
  width: 100%;
}

.dark-card.linear.horizontal {
  flex-direction: row;
  align-items: stretch;
}

.dark-card.linear.horizontal.mini {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #161616;
  background-image: none;
  border-radius: 12px;
  width: auto;
  padding: 12px 16px;
}

.basic-text {
  color: #7a7a7a;
  text-transform: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.card-icon {
  border-top: 1px solid var(--border-color\<deleted\|variable-097cb561-2db2-23c6-2248-08380c0d8e3b\>);
  border-left: 1px solid var(--border-color\<deleted\|variable-097cb561-2db2-23c6-2248-08380c0d8e3b\>);
  background-color: #131313e6;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  display: flex;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library--black\<deleted\|variable-d656d06e\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.faq-header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--snow-base\<deleted\|variable-e4c0cd24-5a0a-142f-9371-6922b2161840\>);
  color: var(--neutral);
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-family: Readex Pro;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.combine-faq2_accordion {
  border: 1px solid var(--border-color\<deleted\|variable-097cb561-2db2-23c6-2248-08380c0d8e3b\>);
  background-color: #161616;
  border-radius: 1.25rem;
}

.spark-checked-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--avatar-kit--white\<deleted\|variable-67a86166\>);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.spark-foreground-secondary-2 {
  color: var(--spark-library--foreground-secondary\<deleted\|variable-aa6616bc\>);
}

.spark-foreground-secondary-2.spark-no-bottom {
  color: var(--avatar-kit--white\<deleted\|variable-67a86166\>);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.vibrant-link {
  color: #df0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.card-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 250px;
  margin-bottom: 16px;
  overflow: hidden;
}

.checked-lottie {
  height: 10rem;
}

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

.hiw-tiitle-2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.step-simple-number-2 {
  color: #a0a3bd;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
}

.chip {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--strokes);
  background-color: #fff;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px;
}

.tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  background-color: #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.tab.w--current {
  background-color: #fff3;
  width: 100%;
}

.accordion {
  width: 100%;
  overflow: hidden;
}

.logo {
  max-width: 120px;
}

.logo.large {
  max-width: 150px;
}

.logo.black.w--current {
  opacity: 0;
  display: none;
}

.nav-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-container.centered {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.navbar {
  z-index: 9999;
  background-color: #0000;
  width: 100%;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.hoz-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 40px;
}

.nav-link {
  color: var(--white);
  text-align: center;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
}

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

.nav-link.mobile {
  display: none;
}

.nav-link.white {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
}

.ver-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-self: stretch;
  width: 52%;
}

.hoz-divider {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.hoz-divider.center {
  z-index: 2;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.hoz-divider.contact-info.mobile {
  display: none;
}

.hero-floating-text {
  opacity: .8;
  width: 45%;
  font-family: Lexend Deca, sans-serif;
  font-size: 14px;
}

.floating-icon {
  color: var(--accent);
  width: 34px;
  font-family: "Fa 300", sans-serif;
  font-size: 42px;
  position: absolute;
  top: 35%;
  left: 48%;
}

.floating-icon.left {
  top: 75%;
  left: auto;
}

.hero-heading {
  margin-bottom: 24px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
}

.pill {
  background-color: var(--accent);
  border-radius: 999px;
  margin-top: 4px;
  padding-left: 98px;
  padding-right: 98px;
  display: inline-flex;
  transform: rotate(-2deg);
}

.titles {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 20px;
}

.titles.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.titles.mg0 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-bottom: 0;
}

.titles.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 0;
}

.titles.horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.titles.horizontal.mg0 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.titles.blog {
  color: var(--white);
  z-index: 1;
  background-image: linear-gradient(0deg, #000000c2, #0000);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 48px;
  padding-right: 200px;
}

.hero-text-block {
  max-width: 52%;
  font-size: 12px;
}

.hero-text-block.small {
  width: auto;
  font-size: 13px;
}

.hero-sub-text {
  color: var(--neutral);
  height: 48px;
}

.bold-text {
  font-size: 18px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 2px solid var(--accent);
  color: var(--neutral);
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  transition: all .2s;
  display: flex;
}

.hero-link:hover {
  color: var(--accent);
}

.icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

.icon.green {
  color: var(--accent);
}

.icon.play {
  display: none;
}

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

.icon.close {
  cursor: pointer;
  font-size: 20px;
}

.hero-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.underline {
  margin-left: -15px;
}

.path-holder {
  background-color: var(--base-ii);
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 45%;
  height: 100vh;
  max-height: 800px;
  padding: 24px;
  display: flex;
  position: relative;
}

.nav-button {
  background-color: var(--neutral);
  border-radius: 999px;
  padding: 5px 32px;
  font-size: 12px;
  transition: all .2s;
}

.nav-button:hover {
  background-color: #4a4b4d;
}

.nav-button.secondary {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.nav-button.secondary.white {
  background-color: var(--white);
  color: var(--black);
  width: 120px;
  font-weight: 600;
}

.brand {
  border: 1px solid var(--body);
  color: var(--neutral);
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 13px;
  transition: all .2s;
  display: flex;
}

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

.brand.white {
  border-color: var(--white);
  color: var(--white);
}

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

.brands {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--base-ii);
  border-bottom-right-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 5px 12px;
}

.brands.footer {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.card-tall {
  background-image: linear-gradient(#000000, #c5a559), url('../images/Group-18430-min.png.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 16px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  padding: 32px 24px;
}

.button-wrapper {
  background-color: var(--base-ii);
  border-radius: 0 0 0 20px;
  padding: 5px 10px 10px;
}

.container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container.dark {
  background-color: var(--neutral);
  color: var(--white);
  background-image: url('../images/Frame-Mid.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding: 16px 40px 32px;
}

.container.dark.footer {
  background-image: url('../images/frame-footer.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 32px 0 0;
  display: block;
}

.container.vertical {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.container.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.container.vid {
  z-index: 9;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  height: 100%;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  top: 0;
}

.path-top {
  background-color: #f0f0f000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: 1;
  height: 100%;
  position: relative;
  overflow: visible;
}

.path-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clipper {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0%;
  box-shadow: -15px -15px #f0f0f0;
}

.clipper.right {
  inset: 0% 0% 0% auto;
  box-shadow: 15px -15px #f0f0f0;
}

.clipper.right.bottom {
  inset: auto 0% 0% auto;
  box-shadow: 15px 15px #f0f0f0;
}

.clipper.right.bottom.footer {
  border-radius: 999px;
  width: 40px;
  position: static;
  box-shadow: -15px 15px #fff;
}

.clipper.bottom-left {
  inset: auto auto 0% 0%;
  box-shadow: -15px 15px #f0f0f0;
}

.clipper.bottom-left.footer {
  width: 40px;
  position: static;
  box-shadow: 15px 15px #fff;
}

.clippers {
  z-index: 3;
  width: 100%;
  position: relative;
}

.bottom-clipper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.bottom-corner-path {
  background-color: var(--base-ii);
  border-top-left-radius: 20px;
  flex: 0 auto;
  max-width: 220px;
  padding: 10px;
}

.bottom-path {
  flex: 1;
  height: 100%;
  position: relative;
}

.section-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-padding.footer {
  padding-bottom: 0;
}

.hoz-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.card {
  background-color: #f5f5f7;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 24px 0;
  overflow: hidden;
}

.card.thin {
  align-self: stretch;
  width: 100%;
  padding-bottom: 32px;
}

.card.stacked-right {
  padding-right: 0;
}

.bottom-text, .card-paragraph {
  font-size: 14px;
}

.card-paragraph.max-w {
  max-width: 70%;
}

.tabs-paragraph {
  font-size: 14px;
}

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

.tabs-content {
  order: -1;
  width: 50%;
}

.tabs-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 40px;
  display: flex;
}

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

.white-header.footer {
  letter-spacing: -2.5px;
  font-weight: 400;
}

.white-header.mg4 {
  margin-bottom: 4px;
  font-size: 20px;
}

.vert-align {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;

}

.vert-align.pad0 {
  padding-top: 0;
}

.vert-align.pad40 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: 48px;

}

.stats-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
}

.stat {
  border-right: 1px solid var(--strokes);
  justify-content: space-between;
  align-items: center;
  padding-left: 90px;
  padding-right: 90px;
}

.stat.strokeless {
  border-right-width: 0;
  align-self: stretch;
}

.vert-tab {
  border-bottom: 1px solid var(--strokes);
  color: var(--body);
  text-align: center;
  background-color: #0000;
  font-family: Inter, sans-serif;
}

.vert-tab.w--current {
  border-bottom-width: 4px;
  border-bottom-color: var(--neutral);
  color: var(--neutral);
  background-color: #0000;
  font-weight: 700;
}

.symbol {
  font-size: 28px;
}

.vert-tabs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vert-tabs-menu {
  display: flex;
}

.vert-tabs-menu.vertical {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 36%;
}

.tab-pane {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
}

.tab-pane.relative {
  margin-bottom: 40px;
  position: relative;
  bottom: -100px;
}

.tabs-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs-image.diagram {
  object-fit: fill;
}

.tabs-image.rounded {
  border-radius: 20px;
}

.tab-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  width: 100%;
}

.tab-text-block {
  color: var(--neutral);
  font-size: 18px;
  line-height: 30px;
}

.check-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral);
  justify-content: flex-start;
  align-items: center;
}

.image-wrapper {
  border-radius: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.image-wrapper.sided {
  border-radius: 0;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  right: -4%;
}

.image-wrapper.tall {
  height: 100%;
}

.image-wrapper.adjust {
  flex: 1;
  height: 400px;
  position: sticky;
  top: 0;
}

.hoz-align {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-content {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 45%;
  padding-top: 20px;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  color: var(--neutral);
  border-radius: 16px;
  width: 50%;
  padding: 32px 40px;
}

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

.input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--strokes);
  color: var(--neutral);
  background-color: #0000;
  padding-bottom: 16px;
  padding-left: 0;
  transition: all .2s;
}

.input:hover {
  border-bottom-color: var(--neutral);
  color: var(--neutral);
}

.input:active {
  border-bottom-color: var(--neutral);
}

.input:focus, .input:focus-visible, .input[data-wf-focus-visible] {
  border-bottom-color: var(--neutral);
  color: var(--neutral);
}

.input.long {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.input.int-phone {
  align-self: stretch;
  margin-bottom: 0;
  padding-top: 16px;
}

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

.form.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.form.right.call-form {
  justify-content: flex-start;
  align-items: center;
}

.primary-button {
  background-color: var(--neutral);
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 500;
  transition: all .2s;
}

.primary-button:hover {
  background-color: #4a4b4d;
}

.primary-button.absolute {
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.primary-button.form {
  border-radius: 8px;
  width: 100%;
}

.primary-button.form.request-call-button {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.copyright-block {
  color: var(--body);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

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

.card-link {
  color: var(--neutral);
  text-transform: uppercase;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

.card-link:hover {
  color: var(--accent);
}

.hoz-tabs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-btn-horizontal-line {
  background-color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-vertical-line {
  background-color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.circle-accordion-btn {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 24px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  transform: scale3d(.94, .94, 1.01);
}

.accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.mg-bottom-0 {
  margin-bottom: 10px;
  overflow: hidden;
}

.paragraph-default {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.3;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.color-neutral {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.accordion-item-wrapper-v6 {
  background-color: var(--white);
  color: var(--body);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  transition: all .2s;
  display: flex;
}

.accordion-item-wrapper-v6.w--current {
  color: var(--neutral);
  background-color: #fff;
  border: 1px solid #b8b8b8;
}

.brix---text-center {
  text-align: center;
}

.sticky-content {
  flex: 1;
  position: sticky;
  top: 20px;
}

.intersection {
  background-color: var(--white);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 48px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.width-div-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-image-wrapper {
  border: 1px solid var(--strokes);
  background-color: var(--base);
  border-radius: 16px;
  height: 100%;
  padding: 5% 10%;
}

.cr-text-block {
  text-align: left;
  flex: 1;
}

.video {
  object-fit: cover;
  max-width: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-section {
  background-color: #fff;
}

.text-block-2 {
  font-family: "Fa Solid 900", sans-serif;
}

.footer-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.input-group {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.input-group.mg0 {
  padding-bottom: 0;
}

.success-message {
  background-color: #0000;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form-success {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.lottie {
  width: 45%;
}

.lottie.big {
  width: 75%;
  margin-top: 14px;
  margin-bottom: 14px;
}

.rich-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.bold-header {
  margin-top: 40px;
  font-size: 64px;
  display: block;
}

.terms-heading {
  margin-bottom: 20px;
}

.video-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0 0 auto;
}

.play-wrapper {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  cursor: pointer;
  background-color: #585a62cc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 52px;
  display: flex;
}

.play-button:hover {
  background-color: #585a6299;
}

.newsletter {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--strokes);
  background-color: var(--base);
  background-image: url('../images/67862d6db3b1f5be441e07b0_pattern-cta-v2-brix-templates-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 16px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 56px 80px;
}

.mg-bottom-32px {
  margin-bottom: 20px;
}

.position-relative {
  position: relative;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

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

.icon-list {
  margin-right: 16px;
}

.success-message-white {
  border: 1px solid var(--elements-webflow-library--neutral--500\<deleted\|variable-769b0229\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.grid-cta-v3 {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.input-large-button-inside {
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>);
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input-large-button-inside:hover {
  border-color: var(--strokes);
  box-shadow: 0 2px 12px #142b141a;
}

.input-large-button-inside:focus {
  border-color: var(--accent);
  color: var(--neutral);
}

.input-large-button-inside::placeholder {
  color: var(--body);
  font-size: 16px;
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-heading {
  text-align: left;
}

.width-52 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 52%;
}

.blogs-wrapper {
  width: 100%;
}

.blog-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  min-height: 300px;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-bottom: 16px;
  display: flex;
}

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

.blog-heading {
  color: var(--neutral);
  min-height: 58px;
  font-size: 18px;
}

.blog-desc {
  flex: 1;
}

.badge {
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 14px;
}

.badge.blue {
  color: #3538cd;
  background-color: #3538cd1a;
}

.badge.indigo {
  color: #6941c6;
  background-color: #6941c61a;
}

.badge.pink {
  color: #c11574;
  background-color: #c115741a;
}

.badges {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.nav-layout {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  padding: 16px 32px;
  display: flex;
}

.blog-content {
  padding: 24px 16px;
}

.blog-content.mg-top {
  margin-top: 100px;
}

.blog-content.mg72 {
  margin-top: 72px;
}

.bg-image-container {
  border-radius: 24px;
  max-width: 1170px;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-item {
  width: 100%;
}

.bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.blog-container {
  max-width: 1060px;
}

.post {
  margin-top: 20px;
}

.modal-section {
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.modal-section.call-form {
  display: block;
}

.modal {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.form-box {
  z-index: 30;
  background-color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 24px;
  max-width: 50%;
  padding: 40px;
  position: relative;
}

.overlay {
  z-index: 20;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.close-button {
  cursor: pointer;
  margin-top: 32px;
  font-size: 16px;
}

.black-text {
  color: var(--neutral);
}

.video-bg {
  pointer-events: none;
  object-fit: cover;
  width: 1920px;
  height: 1080px;
  top: 0;
}

.video-bg.vid {
  display: none;
}

.section {
  max-width: 100vw;
  height: 100vh;
  margin-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.full-width {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.header {
  color: var(--white);
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 95px;
}

.line {
  background-image: linear-gradient(270deg, #fff0, #ffffff80 50%, #fff);
  width: 50%;
  height: 1px;
}

.white-button {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--neutral);
  background-color: #fffc;
  border-radius: 999px;
  padding: 16px 32px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.white-button:hover {
  background-color: var(--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.white-button.play {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--neutral);
  cursor: pointer;
  background-color: #99ea48cc;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
}

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

.fixed {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
}

.link-block {
  position: relative;
}

.center-block {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.short-text {
  text-align: center;
  margin-top: -16px;
  font-size: 12px;
  line-height: 18px;
}

.short-text.left {
  text-align: left;
  width: 100%;
}

.term-section {
  margin-top: 72px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 46px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 18px;
  }

  .card-image {
    height: 300px;
  }

  .tab, .tab.w--current {
    align-self: stretch;
    width: 50%;
  }

  .logo.black.w--current {
    opacity: 100;
    display: block;
  }

  .logo.white.w--current {
    display: none;
  }

  .nav-container {
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar {
    width: 100%;
  }

  .nav-menu {
    border: 1px solid var(--strokes);
    background-color: var(--base-ii);
    border-radius: 16px;
    margin-top: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu.left {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #f0f0f0bf;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hoz-block {
    flex-flow: column;
  }

  .nav-link {
    color: var(--neutral);
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 500;
  }

  .nav-link.mobile {
    display: block;
  }

  .nav-link.white {
    color: var(--neutral);
  }

  .menu-button {
    color: var(--neutral);
    border-radius: 8px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .ver-block {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    width: 100%;
  }

  .hoz-divider.center, .hoz-divider.contact-info.web {
    display: none;
  }

  .hoz-divider.contact-info.mobile {
    display: flex;
  }

  .floating-icon {
    width: 28px;
    top: 28%;
    left: 80%;
  }

  .titles.center {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .path-holder {
    flex: none;
    width: 100%;
  }

  .nav-button {
    display: none;
  }

  .card-tall {
    padding: 24px 16px;
  }

  .container {
    padding: 32px 20px;
  }

  .container.dark {
    padding: 24px 16px;
  }

  .container.dark.footer {
    padding-top: 24px;
  }

  .section-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card {
    align-self: stretch;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-paragraph {
    font-size: 12px;
  }

  .tabs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: wrap;
    order: -1;
    width: 100%;
    margin-left: 0;
  }

  .white-header.footer {
    font-size: 46px;
  }

  .stats-wrapper {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .stat {
    padding-left: 52px;
    padding-right: 52px;
  }

  .vert-tab {
    align-self: stretch;
  }

  .symbol {
    font-size: 24px;
  }

  .vert-tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .vert-tabs-menu.vertical {
    max-width: 100%;
  }

  .tabs-image {
    height: auto;
  }

  .tab-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-wrapper.sided {
    right: -5%;
  }

  .image-wrapper.adjust {
    width: 72%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .hoz-align {
    flex-flow: column;
  }

  .footer-content, .contact-form {
    width: 100%;
  }

  .menu-icon {
    color: var(--neutral);
    justify-content: center;
    align-items: center;
    font-family: "Fa 300", sans-serif;
    font-size: 30px;
    line-height: 30px;
    display: flex;
  }

  .counter {
    font-size: 30px;
  }

  .hoz-tabs {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-item-wrapper-v6 {
    padding-left: 40px;
    padding-right: 40px;
    transform: none;
  }

  .sticky-content {
    order: 1;
    position: static;
  }

  .intersection {
    padding-left: 32px;
    padding-right: 32px;
  }

  .width-div-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-items: center;
  }

  .rich-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-img {
    border-radius: 12px;
  }

  .newsletter {
    margin-left: 12px;
    margin-right: 12px;
    padding: 32px 40px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .grid-cta-v3 {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
    place-items: start center;
  }

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

  .blog-image {
    max-height: 300px;
  }

  .collection-list {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: row-reverse wrap;
  }

  .blog-heading {
    min-height: auto;
    font-size: 20px;
  }

  .nav-layout {
    background-color: var(--white);
    padding: 16px 20px;
  }

  .form-box {
    max-width: 60%;
  }

  .video-bg {
    width: 1120px;
    height: 630px;
    position: relative;
    right: 0;
  }

  .section {
    top: 72px;
  }

  .header {
    font-size: 66px;
    line-height: 70px;
  }

  .line {
    width: 65%;
  }

  .white-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fixed {
    box-shadow: 0 2px 6px #00000026;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }

  p {
    font-size: 14px;
  }

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

  .section-subtitle {
    font-size: 12px;
  }

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

  .tab, .tab.w--current {
    width: 100%;
  }

  .logo.black.w--current {
    padding-left: 0;
  }

  .hoz-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .floating-icon {
    top: 35%;
  }

  .hero-heading {
    font-size: 44px;
    line-height: 56px;
  }

  .titles.horizontal {
    flex-flow: column;
  }

  .titles.horizontal.mg0 {
    flex-flow: row;
  }

  .titles.blog {
    padding-left: 24px;
    padding-right: 36px;
  }

  .path-holder {
    height: 88vh;
  }

  .card-tall {
    background-image: linear-gradient(#f5f5f7e6, #f5f5f7e6), url('../images/Group-18430-min.png.png');
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
  }

  .container {
    flex-flow: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.dark, .section-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card, .card.thin {
    width: 100%;
  }

  .tabs {
    flex-flow: column-reverse wrap-reverse;
  }

  .white-header.footer {
    line-height: 52px;
  }

  .white-header.blog {
    line-height: 36px;
  }

  .stats-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .stat {
    border-right-style: none;
    width: auto;
    min-width: 120px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .stat.strokeless {
    width: auto;
  }

  .vert-tab {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .vert-tab.w--current {
    justify-content: center;
    align-items: center;
  }

  .vert-tabs {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vert-tabs-menu.vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab-pane {
    flex-flow: column;
  }

  .tab-pane.relative {
    bottom: -135px;
  }

  .tab-text-block {
    font-size: 16px;
  }

  .image-wrapper.sided {
    height: 240px;
    right: -14%;
  }

  .image-wrapper.adjust {
    width: 100%;
  }

  .contact-form {
    padding: 24px 32px;
  }

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

  .circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .accordion-item-wrapper-v6 {
    padding: 40px 24px;
  }

  .intersection {
    flex-flow: wrap;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .width-div-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bold-header {
    font-size: 50px;
    line-height: 50px;
  }

  .newsletter {
    margin-left: 0;
    margin-right: 0;
    padding: 24px;
  }

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

  .input-large-button-inside {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .news-heading {
    text-align: center;
    line-height: 36px;
  }

  .width-52 {
    max-width: 100%;
  }

  .blog-image {
    margin-bottom: 10px;
  }

  .collection-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-heading {
    min-height: auto;
  }

  .bg-image-container {
    height: 70vh;
  }

  .form-box {
    width: 360px;
    max-width: none;
    padding: 28px;
  }

  .black-text {
    font-size: 16px;
  }

  .full-width {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .header {
    font-size: 55px;
    line-height: 60px;
  }

  .line {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 23px;
    line-height: 40px;
  }

  .section-subtitle {
    font-size: 10px;
  }

  .large-header.linear-text {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
  }

  .dark-card.linear.horizontal {
    flex-wrap: wrap;
    justify-content: center;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .vibrant-link {
    line-height: 1.3;
  }

  .card-image {
    height: 200px;
  }

  .tab {
    padding: 14px 16px;
  }

  .hoz-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hoz-divider {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hoz-divider.contact-info.mobile {
    flex-flow: wrap;
  }

  .hero-floating-text {
    width: auto;
    font-size: 12px;
  }

  .floating-icon {
    width: 24px;
  }

  .floating-icon.left {
    top: 78%;
  }

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

  .pill {
    padding-left: 65px;
    padding-right: 65px;
  }

  .titles.blog {
    padding-left: 16px;
    padding-right: 24px;
  }

  .hero-sub-text {
    font-size: 12px;
  }

  .path-holder {
    height: 70vh;
    padding: 18px;
  }

  .card-tall {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .container {
    padding: 0 15px;
  }

  .container.dark {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.vertical {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.vid {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .bottom-corner-path {
    max-width: 190px;
  }

  .section-padding {
    padding: 16px 0;
  }

  .section-padding.footer {
    background-color: #1d1d1d;
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    padding-top: 14px;
  }

  .bottom-text {
    font-size: 12px;
  }

  .card-paragraph.max-w {
    max-width: none;
  }

  .white-header.footer {
    text-align: center;
    letter-spacing: -1.8px;
    font-size: 31px;
    line-height: 39px;
  }

  .white-header.blog {
    font-size: 20px;
    line-height: 28px;
  }

  .vert-align.pad40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .stats-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .stat {
    width: 100%;
    min-width: 120px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .vert-tab {
    min-height: 54px;
    font-size: 12px;
    line-height: 17px;
  }

  .symbol {
    font-size: 22px;
  }

  .tab-pane.relative {
    bottom: -100px;
  }

  .tab-content-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .tab-text-block {
    text-align: center;
  }

  .image-wrapper.sided {
    height: 235px;
  }

  .hoz-align {
    width: 100%;
  }

  .footer-content {
    width: auto;
  }

  .contact-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .primary-button.absolute {
    width: 100%;
    height: 54px;
    position: static;
  }

  .copyright-block {
    height: auto;
    position: static;
  }

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

  .card-link {
    font-size: 14px;
  }

  .circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .accordion-right-side {
    margin-right: 0;
  }

  .paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .accordion-item-wrapper-v6 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .intersection {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .cr-text-block {
    text-align: center;
    line-height: 1.4;
  }

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



  .play-button {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .input-large-button-inside {
    min-height: 54px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
  }

  .input-large-button-inside::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .blog-heading {
    font-size: 16px;
  }

  .bg-image-container {
    height: 50vh;
  }

  .form-box {
    width: 320px;
    padding: 24px;
  }

  .video-bg {
    display: block;
  }

  .video-bg.vid {
    display: none;
  }

  .full-width {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
  }

  .header {
    font-size: 33px;
    line-height: 38px;
  }

  .white-button {
    text-align: center;
    width: 54%;
    max-width: 160px;
  }

  .white-button.play {
    margin-left: 0;
  }

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

  .short-text {
    font-size: 11px;
    line-height: 16px;
  }
}

#w-node-ab5771db-a573-e17a-a123-a929b2999708-8e3fde8e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_53ddb206-1e40-035d-17a4-4f5066ccc378-8e3fde8e, #w-node-_78dac60b-9a8a-e810-20d7-ca1c937c78f5-8e3fde8e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3a3cb75-02ad-8e37-9484-08814072a2b5-8e3fde8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4db9e161-bcf5-af6e-7d85-7ccf33bc4a35-8e3fde8e, #w-node-dd983fcf-8315-2aee-ed2b-a139ccc48fa6-9dd95a60 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

@media screen and (max-width: 767px) {
  #w-node-ab5771db-a573-e17a-a123-a929b2999708-8e3fde8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_53ddb206-1e40-035d-17a4-4f5066ccc378-8e3fde8e {
    grid-column: span 1 / span 1;
  }

  #w-node-_06aa758b-a84d-24f3-5da4-acbb061a9123-8e3fde8e, #w-node-_78dac60b-9a8a-e810-20d7-ca1c937c78f5-8e3fde8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab5771db-a573-e17a-a123-a929b2999708-8e3fde8e {
    grid-column: span 1 / span 1;
  }

  #w-node-_53ddb206-1e40-035d-17a4-4f5066ccc378-8e3fde8e, #w-node-_06aa758b-a84d-24f3-5da4-acbb061a9123-8e3fde8e, #w-node-_06aa758b-a84d-24f3-5da4-acbb061a912a-8e3fde8e, #w-node-_78dac60b-9a8a-e810-20d7-ca1c937c78f5-8e3fde8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}