:root {
  --blue: #42b6e7;
  --black: #020617;
  --white: #fafbf8;
  --black-64: #020617a3;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

.text-heading-4 {
  margin-top: 0;
  font-size: 21px;
  font-weight: 500;
}

.link-dropdown {
  color: #0b0c0d;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-dropdown:hover {
  opacity: .7;
}

.contact-list {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cta {
  background-color: var(--blue);
  color: var(--black);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  color: var(--white);
  background-color: #020617;
}

.cta.nav-cta {
  color: #1e1e1e;
  background-color: #42b6e7;
  border-radius: 4rem;
  height: 44px;
  font-size: 16px;
}

.container-navbar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 100%;
  grid-template-columns: 177px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.navbar {
  z-index: 1000;
  -webkit-backdrop-filter: saturate(520%) blur(17px);
  backdrop-filter: saturate(520%) blur(17px);
  background-color: #fafbf8de;
  border-bottom: 1px solid #f5f5f5;
  height: 7vh;
  position: fixed;
  inset: 0% 0% auto;
}

.contact-list-item {
  grid-column-gap: 16px;
  color: #1e1e1e;
  align-items: center;
  height: 32px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dropdown-chevron-nav {
  height: 12px;
  margin-left: 8px;
}

.drodpdown-list.w--open {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 10px;
}

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

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: 93%;
  height: 100%;
  display: flex;
}

.dropdown-nav {
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-nav.mega-dropdown-nav {
  position: relative;
}

.master-meganav-two-columns {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.dropdown-toggle-nav {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 12px;
  display: flex;
}

.master-dropdown-links {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.paragraph-big {
  color: var(--black-64);
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 132%;
}

.paragraph-big.white {
  color: #fafbf8ad;
  font-weight: 400;
}

.link-brand-nav {
  justify-content: flex-start;
  align-items: center;
  height: 1.4rem;
  display: flex;
}

.divider-mega-dropdown-link {
  background-color: #d6d6d6;
  width: 80%;
  height: 1px;
}

.contact-list-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

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

.link-mega-dropdown {
  color: #0b0c0d;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-mega-dropdown:hover {
  opacity: .7;
}

.link-nav {
  color: var(--black-64);
  padding: 8px 12px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-nav:hover {
  color: var(--black);
  background-color: #f1f2ef00;
  border-top: 0 #000;
  border-left: 0 #000;
  border-right: 0 #000;
  font-weight: 400;
}

.nav-contact {
  grid-row-gap: 24px;
  background-color: #f9f9f9;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  margin-left: 24px;
  padding: 40px;
  display: flex;
}

.text-drodpdown-link {
  flex: none;
}

.column-mega-dropdown-links {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.mega-drodpdown.w--open {
  background-color: #ddd0;
  width: 100vw;
  padding: 16px;
  position: fixed;
  left: 0;
  right: 0;
}

.inside-mega-dropdown {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 1px 1px 30px #8f8f8f14;
}

.div-block {
  display: flex;
}

.link-block {
  margin-right: 1rem;
}

.subtitle {
  color: var(--black-64);
  text-align: left;
  column-count: 2;
  font-family: Inconsolata, monospace;
  font-size: 1.2rem;
  line-height: 1.6;
}

.subtitle.center {
  text-align: center;
  column-count: 1;
  width: 41%;
  line-height: 1.7;
}

.subtitle.hero {
  max-width: 100%;
}

.subtitle.hero.hero-main {
  column-count: 1;
  width: 80%;
}

.subtitle.text-colum {
  width: 73%;
}

.space-24 {
  height: 24px;
}

.main-container {
  border: 1px solid #0000;
  max-width: 90vw;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container.container-hero {
  max-width: 96vw;
}

.section {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.hero-home-b {
  padding-top: 120px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.footer-section {
  background-color: var(--black);
  padding-bottom: 80px;
}

.section.hero-about-a {
  color: #fff;
  padding-top: 150px;
  position: relative;
}

.section.careers-section {
  padding-top: 107px;
  padding-bottom: 40px;
}

.section.work-with-us-section {
  padding-bottom: 0;
  overflow: hidden;
}

.section.blog-page {
  padding-top: 180px;
}

.section.open-source {
  padding-top: 129px;
  padding-bottom: 0;
}

.section.final-section {
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 33px;
  padding-top: 0;
  display: flex;
}

.section.footer {
  padding-top: 74px;
  padding-bottom: 74px;
}

.section.blog {
  padding-top: 142px;
  padding-bottom: 142px;
}

.video-hero-home-b {
  z-index: 20;
  background-color: #1e1e1e;
  border: 3px solid #fff;
  border-radius: 1.6rem;
  height: 100%;
  min-height: 530px;
  display: none;
}

.lightbox-video-inside {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-hero-home-b {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.left-hero-home-b {
  flex-direction: column;
  max-width: 430px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.flex-cta-left {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: center;
  width: 87%;
  display: flex;
}

.flex-cta-left.community {
  justify-content: center;
  align-items: center;
}

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

.heading {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading.center {
  text-align: center;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.heading.hero {
  margin-top: 0;
  font-size: 2.5rem;
}

.text-span-2 {
  color: #020617a3;
  font-family: Inconsolata, monospace;
}

.cta-secondary {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--black);
  background-color: #3898ec00;
  border: 2px solid #0206173d;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  display: flex;
}

.cta-secondary:hover {
  color: var(--white);
  background-color: #02061740;
}

.cta-main {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: var(--blue);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 9px 32px;
  display: flex;
}

.cta-main:hover {
  background-color: var(--black);
  color: var(--white);
}

.cta-main.menu {
  height: 37px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-main.menu:hover {
  filter: drop-shadow(0px 2px 5px var(--black-64));
}

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

.text-block-3 {
  font-family: Inconsolata, monospace;
  font-size: 17px;
  font-weight: 400;
}

.text-block-3.menu {
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

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

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

.git-hub-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--blue);
  border-radius: 4rem;
  padding-top: 6px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.properties-link {
  background-color: #e7ebe4;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.properties-link.two {
  background-color: #edf1f300;
  border: 1px solid #dce3eb;
}

.new-property-label {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border-radius: 5rem;
  align-items: center;
  padding: .75rem 1rem .75rem .75rem;
  display: flex;
}

.heading-style-h2 {
  color: var(--black);
  letter-spacing: -1px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.header-lightbox {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-lightbox.d--none {
  display: none;
}

.header-slider-right-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  justify-content: flex-end;
  align-items: center;
  width: 3rem;
  height: 4rem;
  padding-right: .25rem;
  display: flex;
}

.header-slider-icon {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.icon-xsmall {
  width: 1rem;
  height: 1rem;
}

.header-slider-overlay {
  background-image: linear-gradient(#0000, #0003);
  position: absolute;
  inset: 0%;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 2px;
  margin-bottom: 1rem;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.text-size-xsmall {
  font-size: .75rem;
}

.text-size-xsmall.text-style-allcaps {
  color: #111920;
}

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

.spacer-small {
  width: 100%;
  height: 1rem;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.new-property-overlay {
  background-image: linear-gradient(#4145471f, #20272a61);
  position: absolute;
  inset: 0%;
}

.header-slider-left-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  align-items: center;
  width: 3rem;
  height: 4rem;
  padding-left: .25rem;
  display: flex;
}

.new-property-arrow {
  background-color: #fff;
  border-radius: 50%;
  padding: .5rem;
  display: flex;
}

.lightbox-play-icon {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff14;
  border-radius: 50%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.new-property-image-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.new-property-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.header-slide-image-wrapper {
  height: 100%;
  padding-top: 50%;
  position: relative;
}

.text-style-allcaps {
  color: var(--black);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.text-style-allcaps.text-slider {
  color: #111920;
  margin-top: 21px;
  margin-left: 24px;
  font-size: .8rem;
}

.heading-style-h4 {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading-style-h4.text-color-white {
  color: var(--white);
}

.spacer-medium {
  width: 100%;
  height: 2rem;
}

.header-slider {
  background-color: #0000;
  border-radius: 1.5rem;
  height: 100%;
  overflow: hidden;
}

.header-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  width: 100%;
}

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

.properties-arrow {
  background-color: #fff;
  border-radius: 50%;
  align-self: flex-end;
  padding: .5rem;
  display: flex;
}

.new-property-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.new-property-location {
  color: #fff;
  text-transform: uppercase;
  font-size: .875rem;
}

.new-property-link {
  text-decoration: none;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  position: relative;
}

.header-card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

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

.spacer-xsmall {
  width: 100%;
  height: .5rem;
}

.section-content-wrapper {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  text-decoration: none;
}

.section-content-wrapper.scroll-lock-content {
  width: 100%;
  margin-top: 2.2rem;
}

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

.card-item {
  border-radius: 1.6rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-image-bg {
  z-index: -1;
  min-width: 120vw;
  position: absolute;
}

.image {
  object-fit: cover;
  object-position: 120% 90%;
}

.overlay {
  z-index: 1;
  background-image: linear-gradient(#02061769, #02061769);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-content {
  z-index: 3;
  flex-flow: column;
  flex: auto;
  justify-content: flex-start;
  min-height: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--black);
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 31px;
}

.heading-2.white {
  color: var(--white);
}

.heading-2.heading-cards {
  font-size: 1.4rem;
  line-height: 1;
}

.text-block-4 {
  color: #0206178f;
  width: 90%;
  margin-top: 5px;
  font-family: Inconsolata, monospace;
  font-size: 17px;
}

.text-block-4.white {
  color: #ffffff8f;
  width: 100%;
}

.text-block-4.text-cases {
  width: 100%;
}

.text-block-4.text-cases.read-more {
  margin-top: 15px;
  font-weight: 400;
}

.card-header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-header.header-item2 {
  flex-flow: column;
}

.image-2 {
  max-width: 3%;
}

.card-bg-color {
  z-index: 2;
  background-color: #e9eeec;
  position: absolute;
  inset: 0%;
}

.image-3 {
  object-fit: cover;
  border-radius: 1.6rem;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.cards-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.glass-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0206172e;
  border-radius: 1.6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.icon-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icons-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.logos-marquee-content {
  width: 80%;
  margin-top: 3.3rem;
  position: static;
  bottom: 1.125em;
  overflow: hidden;
}

.logos-marquee-wrapper {
  grid-column-gap: 6.5em;
  grid-row-gap: 6.5em;
  white-space: nowrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-marquee-component {
  grid-column-gap: 6.5em;
  grid-row-gap: 6.5em;
  white-space: nowrap;
  display: flex;
}

.logos-marquee-item {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 6.5em;
}

.logos-marquee {
  object-fit: contain;
}

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

.rocket-logo {
  max-width: 90%;
}

.image-4 {
  max-width: none;
}

.image-5 {
  margin-top: 95px;
}

.tabs-content {
  background-color: #e9eeec;
  border-radius: 1.6rem;
  max-height: 80vw;
  margin-top: 0;
  margin-bottom: .5rem;
}

.tab-content-warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.text-block-5 {
  color: var(--black-64);
  width: 70%;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.cta-terciary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue);
  width: 100%;
  display: flex;
}

.image-6 {
  object-fit: cover;
}

.tabs-menu {
  background-image: linear-gradient(#e9eeec, #e9eeec);
  border-radius: .7rem;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding: 13px 20px;
  display: flex;
}

.tabs-menu.tabs-menu-float {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 1.1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 23px;
  margin-left: 21px;
  padding: 11px 14px;
  position: absolute;
}

.tab-image-warp {
  background-image: url('../images/attachment-1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.6rem;
  min-height: 40vh;
  max-height: 50vh;
  overflow: hidden;
}

.tab-image-warp.f1 {
  background-image: url('../images/Screenshot-2026-03-04-at-10.16.28.avif');
  min-height: 40vh;
}

.tab-image-warp.image-3 {
  background-image: url('../images/Screenshot-2026-03-04-at-10.45.12.avif');
}

.image-7 {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: clip;
}

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

.card-integrations-item {
  background-image: url('../images/magicpattern-65O4Dw6-xLg-unsplash-3.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.6rem;
  padding-bottom: 1rem;
}

.card-integrations-item.iten2 {
  background-image: url('../images/Frame-15.avif');
  background-position: 0%;
}

.card-integrations-item.item3 {
  background-image: url('../images/Frame-16.avif');
}

.card-integrations-item.item4 {
  background-image: url('../images/Frame-17.avif');
}

.card-integrations-item.item42 {
  background-image: url('../images/Frame-17.avif');
  background-position: 100% 100%;
}

.tab-item-content {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.card-integration-header {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-8 {
  margin-bottom: 26px;
}

.text-span-6, .text-span-7 {
  color: var(--blue);
}

.hero_animation {
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 100vw;
  margin-top: 94px;
  display: flex;
  overflow: hidden;
}

.hero_image-wrapper {
  grid-column-gap: 1rem;
  flex-wrap: nowrap;
  display: flex;
}

.hero_image {
  object-position: -10% -40%;
  border-radius: 1.6rem;
  height: 40vh;
}

.hero_image-wrapper-bottom {
  grid-column-gap: 1rem;
  flex-wrap: nowrap;
  margin-left: -13rem;
  display: none;
}

.footer-link {
  color: #1e1e1e;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
}

.footer-contact {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  padding: 60px 80px;
  display: flex;
}

.footer-logo {
  height: 23px;
}

.footer-logo.w--current {
  text-decoration: none;
}

.cta-2 {
  background-color: #1e1e1e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-2:hover {
  background-color: #1e1e1ee6;
}

.cta-2.white {
  color: #1e1e1e;
  background-color: #fff;
}

.cta-2.white:hover {
  background-color: #ffffffe6;
}

.cta-2.white.outline {
  color: #fff;
  background-color: #160f0f00;
  border: 1px solid #fff;
}

.divider-footer {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 64px;
}

.footer-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-grid {
  grid-column-gap: 24px;
  display: flex;
}

.footer-column {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.grid-footer {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
}

.form-footer-newsletter {
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.main-container-2 {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-footer-bottom {
  color: #fff;
  background-color: #1e1e1e;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.success-message {
  color: #0b0c0d;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.social-link {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: .8;
}

.master-footer-legal {
  margin-top: 24px;
}

.link-white {
  color: #fff;
}

.left-footer-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-social-link-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.footer-social-link-wrap.social-blog {
  justify-content: flex-end;
  align-items: flex-start;
}

.left-footer-bottom {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-footer {
  max-width: none;
  height: 100%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  line-height: 25px;
}

.text-field:focus {
  color: #0b0c0d;
  border-color: #0b0c0d;
}

.text-field.footer-email {
  min-width: 290px;
}

.master-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-link-buld-a-rag-chatbot {
  background-color: #c8c8c800;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-buld-a-rag-chatbot.w--current {
  background-color: var(--black);
  color: var(--white);
  border-radius: .5rem;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.tabs {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.tab-link-compare-models-instantly {
  background-color: #ddd0;
}

.text-block-7 {
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
}

.text-block-8 {
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.tab-link-classify-and-redact-documents {
  background-color: #ddd0;
}

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

.mega-h1 {
  color: var(--black);
  font-size: 50px;
  font-weight: 600;
  line-height: 115%;
}

.space-64 {
  height: 64px;
}

.color-fill-about-a {
  z-index: -1;
  background-color: var(--white);
  height: 70%;
  position: absolute;
  inset: 0% 0% auto;
}

.main-container-3 {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.grid-about-a-images {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
}

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

.limit-1000 {
  max-width: 1000px;
}

.image-about-a {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  min-height: 440px;
}

.image-about-a.image-one {
  background-image: url('../images/Frame-63.avif');
  background-position: 50% 71%;
  background-size: auto;
}

.image-about-a.image-two {
  background-image: url('../images/Frame-58_1.avif');
  background-position: 30% 20%;
  background-size: auto;
}

.body-2 {
  background-color: var(--white);
  font-family: Figtree, sans-serif;
}

.text-subnumber {
  font-weight: 400;
}

.limit-976 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 976px;
  display: flex;
}

.span-accent {
  font-weight: 500;
}

.big-text {
  text-align: left;
  margin-bottom: 39px;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

.text-stat {
  color: #1e1e1e;
  font-size: 40px;
  line-height: 130%;
}

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

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 112px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.number-tile.right {
  border-right: 1px solid #dcdcdc;
}

.number-tile.middle {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.no-margins {
  color: var(--black-64);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 500;
}

.sticky-block {
  flex-direction: column;
  max-width: 530px;
  display: flex;
  position: sticky;
  top: 80px;
}

.sticky-block.subnav-extra-sticky {
  top: 160px;
}

.stick-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.icon-feature {
  width: 32px;
  height: 32px;
}

.sticky-wrap {
  max-width: 610px;
  position: relative;
}

.space-16 {
  height: 16px;
}

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

.sticky-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

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

.subnav {
  z-index: 999;
  height: 7vh;
  margin-top: 7vh;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.container-sub-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: brightness(46%) saturate(490%) blur(10px) contrast(133%);
  backdrop-filter: brightness(46%) saturate(490%) blur(10px) contrast(133%);
  background-color: #fafbf84f;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-sub-nav {
  color: var(--white);
  border-bottom: 2px solid #424bd100;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.link-sub-nav.w--current {
  border-bottom-color: var(--white);
  font-weight: 500;
}

.master-career-blocks {
  flex-direction: column;
  display: flex;
}

.single-career-block {
  padding-top: 64px;
  padding-bottom: 64px;
}

.single-career-block.first-block {
  padding-top: 0;
}

.benefit-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.benefit-card {
  color: #fff;
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #000, #fff0);
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 566px;
  padding: 72px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.benefit-card.scale {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/Webdev_1Webdev.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.benefit-card.onboarding {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/Branding_1Branding.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.benefit-card.work-anywhere {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/Anywhere.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.benefit-card.tools {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/MacBook.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-benefits {
  background-color: #ddd0;
  width: 70%;
  max-width: 820px;
  height: auto;
}

.hidden-slide-nav {
  display: none;
}

.mask-benefits {
  overflow: visible;
}

.benefit-slide {
  margin-right: 24px;
}

.service-marquee-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.slider-arrow-image {
  width: 20px;
  height: 20px;
}

.slider-arrow-image.right-arrow {
  margin-left: 2px;
}

.slider-arrow-image.left-arrow {
  margin-right: 2px;
}

.service-slider-link {
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
  inset: auto auto -72px 0%;
}

.service-slider-link:hover {
  transform: scale(1.05);
}

.service-slider-link.right-arrow-link {
  left: 56px;
}

.list-tags {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.space-80 {
  height: 50px;
}

.center-tablet {
  font-weight: 400;
}

.space-32 {
  height: 32px;
}

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

.text-span-10, .text-span-11, .text-span-12 {
  color: var(--blue);
}

.card-media {
  border-radius: 1.6rem;
  flex: auto;
  margin-top: 2rem;
  overflow: hidden;
}

.card-media.media-2 {
  border-radius: 0;
  height: 100%;
}

.image-hero {
  object-fit: cover;
  background-image: url('../images/attachment-1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: .8rem;
}

.code-embed {
  height: 100%;
}

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

.embeds-warp {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.embed-warp {
  width: 50%;
}

.bold-text {
  font-weight: 400;
}

.div-block-5 {
  justify-content: center;
  margin-top: 6vh;
  display: flex;
}

.card-integration-media {
  width: 100%;
}

.card-integration-content {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-6 {
  margin-top: 179px;
}

.logos-marquee-warp {
  display: flex;
  overflow: hidden;
}

.logos-marquee-warp.top {
  margin-bottom: 1rem;
}

.logo {
  border-radius: 1.6rem;
  flex: none;
  width: 23%;
  margin-left: 1rem;
  overflow: hidden;
}

.track-top, .track-bottom {
  display: flex;
}

.div-block-7 {
  margin-top: 162px;
}

.div-block-8 {
  margin-top: 183px;
}

.image-9 {
  object-fit: contain;
  background-color: #fff;
  height: 100%;
}

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

.fade-left {
  background-image: linear-gradient(45deg, var(--white) 24%, #fafbf800);
  position: absolute;
}

.fade {
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: flex;
  position: absolute;
}

.div-block-9 {
  background-image: linear-gradient(90deg, var(--white) 5%, #fafbf800);
}

.div-block-10 {
  background-image: linear-gradient(270deg, var(--white), #fafbf800);
  margin-left: 358px;
}

.code-embed-3 {
  margin-top: 14px;
}

.link-block-2 {
  color: var(--black);
  text-decoration: none;
}

.discrod-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 7px 25px;
  display: flex;
}

.discrod-button.events {
  border-color: #0206172e;
}

.link-block-3 {
  color: var(--black);
  text-decoration: none;
}

.fade-white {
  z-index: 10;
  object-fit: fill;
  background-image: linear-gradient(90deg, #fafbf8, #fafbf800);
  width: 140px;
  height: 100%;
  position: absolute;
}

.fade-white.right {
  background-image: linear-gradient(264deg, #fafbf8, #fafbf800);
  width: 120px;
  left: 323px;
}

.link-sub-nav-2 {
  color: var(--white);
  background-color: #fafbf852;
  border: 2px solid #fafbf833;
  border-radius: 1.6rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .5rem 1rem;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.link-sub-nav-2.w--current {
  border-bottom-color: #1e1e1e;
  font-weight: 500;
}

.right-highlighted-blog {
  padding: 24px 16px 24px 40px;
}

.list-blog-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.space-81 {
  height: 24px;
}

.image-highlighted-blog {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.flex-cta-left-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag {
  color: #1e1e1e;
  background-color: #f9f9f9;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.tag.black-tag {
  color: #fff;
  background-color: #1e1e1e;
  font-family: Inconsolata, monospace;
}

.tag.white-tag {
  color: #1e1e1e;
  background-color: #fff;
  border-style: none;
}

.text-block-9 {
  font-family: Inconsolata, monospace;
  font-size: 14px;
}

.link-blog-tile {
  grid-row-gap: 24px;
  color: #1e1e1e;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrap-blog-image {
  grid-row-gap: 16px;
  border-radius: 8px;
  overflow: hidden;
}

.image-blog-tile {
  width: 100%;
}

.wrap-blog-tile-text {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  font-weight: 500;
}

.text-block-10 {
  font-family: Inconsolata, monospace;
}

.paragraph {
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.cta-3 {
  background-color: #1e1e1e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inconsolata, monospace;
  font-size: 17px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-3:hover {
  background-color: #1e1e1ee6;
}

.wrap-career-tags {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-career {
  color: #1e1e1e;
  border-bottom: 1px solid #d4d4d4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.text-career-short-description {
  color: var(--black-64);
  max-width: 440px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.left-career {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.right-career {
  grid-column-gap: 64px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slide-4 {
  margin-right: 24px;
}

.next {
  background-color: var(--white);
  color: var(--black-64);
  border-radius: 1.6rem;
}

.pagination {
  margin-top: 40px;
}

.previous {
  color: var(--black-64);
  border-radius: 1.6rem;
}

.text-block-11, .text-block-12 {
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.text-block-13 {
  color: var(--black-64);
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.arrow.is-hero {
  width: 4rem;
}

.arrow.is-hero.second {
  margin-left: 4rem;
}

.circular-text {
  position: absolute;
}

.pink-elipse {
  background-color: #ecf86e;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.pink-elipse.is-green {
  background-color: #106e49;
}

.header-description {
  max-width: 60ch;
}

.home-hero-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero-tag {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-tag.margin-bottom {
  margin-bottom: 2rem;
}

.button-image {
  position: relative;
  inset: 0%;
}

.button-primary {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-arrow {
  position: absolute;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 300;
}

.text-size-small.caps.text-weight-medium {
  color: var(--white);
  font-family: Inconsolata, monospace;
}

.home-hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 18vh;
  display: grid;
}

.home-hero-wrapper.is-speakers {
  grid-template-rows: auto;
  place-items: center stretch;
}

.yellow-tag {
  z-index: 2;
  background-color: var(--blue);
  border-radius: 20rem;
  padding: .6rem 1rem;
  position: absolute;
  top: -1.875rem;
  left: -.5rem;
  transform: rotate(-4.6deg);
}

.hero-events {
  text-align: center;
}

.arrow-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 4rem;
  display: flex;
  overflow: hidden;
}

.arrow-wrapper.is-hero {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  height: 4rem;
}

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

.container.small {
  max-width: 1348px;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-light.font-book {
  font-family: Inconsolata, monospace;
}

.heading-1 {
  font-size: 6.25rem;
  font-weight: 500;
  line-height: .95;
}

.hero-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 71ch;
  display: flex;
  position: relative;
}

.image-10 {
  width: 11vw;
}

.bottom-navbar {
  z-index: 25;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 3rem;
}

.navigation-wrapper {
  -webkit-backdrop-filter: brightness(102%) saturate(530%) blur(14px);
  backdrop-filter: brightness(102%) saturate(530%) blur(14px);
  background-color: #fafbf873;
  border: 1px solid #fafbf85c;
  border-radius: 1.6rem;
  padding: .75rem .65rem;
  box-shadow: 0 2px 16px -6px #0206171a;
}

.navigation-link {
  color: #121212;
  border-radius: .8rem;
  padding: .375rem 1rem;
  text-decoration: none;
  transition: all .3s;
}

.navigation-link:hover {
  background-color: var(--white);
  border-radius: .8rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.navigation-link.w--current {
  background-color: var(--black);
  color: var(--white);
  border-radius: 6rem;
}

.navigation-link.w--current:hover {
  margin-left: 0;
  margin-right: 0;
}

.pp-menu-text {
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 1.6;
}

.hero-tag-2 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-icon {
  filter: invert();
  width: 52%;
  height: 40%;
  position: absolute;
}

.arrow-icon.absolute {
  position: relative;
  left: -2rem;
}

.button-3 {
  grid-column-gap: 1rem;
  color: #151515;
  justify-content: center;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-right: 2rem;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.button-3:hover {
  transform: translate(3px);
}

.text-style-allcaps-2 {
  text-transform: uppercase;
}

.text-style-allcaps-2.text-weight-xbold.letter-space {
  color: var(--black);
  text-transform: none;
  font-family: Inconsolata, monospace;
  font-weight: 400;
  text-decoration: none;
}

.pp_text-medium {
  opacity: .8;
  color: #0a0e10cc;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.div-block-11 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.pink-elipse-2 {
  background-color: #f93923;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.yellow-tag-2 {
  z-index: 2;
  background-color: #ecf86e;
  border-radius: 20rem;
  padding: .6rem 1rem;
  position: absolute;
  top: -1.875rem;
  left: -.5rem;
  transform: rotate(-4.6deg);
}

.yellow-tag-2.black-tag {
  background-color: var(--blue);
}

.date-calloutr {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  height: 4vh;
  padding: 1rem;
  display: flex;
}

.heading-8 {
  font-size: 6.25rem;
  font-weight: 500;
  line-height: .95;
}

.opacity-80 {
  color: #fbfbfbc4;
}

.opacity-80.black {
  color: #121212;
  width: 71%;
}

.button-arrow-2 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-title-wrapper {
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  position: relative;
}

.event-category {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-span-15 {
  color: #a18db0;
}

.event-content-2 {
  z-index: 10;
  border-top: 1px solid #15151526;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.event-content-wrapper {
  margin-top: 2rem;
  overflow: hidden;
}

.event-item-2 {
  flex-flow: column;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.event-item-2.first {
  padding-left: 0;
  padding-right: 0;
}

.event-item-2.second {
  margin-top: 106px;
  margin-bottom: 10rem;
}

.event-component {
  align-items: center;
}

.text-weight-medium {
  font-weight: 500;
}

.tabs-wrapper {
  flex-flow: column;
  margin-top: 8rem;
  display: flex;
}

.event-time {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.event-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.pink-elipse-3 {
  background-color: red;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.text-size-huge-2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.text-size-huge-2.text-weight-medium {
  font-weight: 400;
}

.event-name {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.text-span-16 {
  color: #a18db0;
}

.event-bottom-content-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  display: flex;
}

.agenda {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.image-11 {
  width: 14%;
  margin-right: -9px;
}

.caps {
  text-transform: uppercase;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.3;
}

.event-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-12 {
  justify-content: flex-end;
  align-items: center;
  height: 4vw;
  margin-right: 13px;
  display: flex;
}

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

.empty-state {
  border-radius: 5px;
}

.fs-cc-prefs_dropdown-toggle {
  z-index: 1;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_dropdown-content {
  background-color: #0000;
  height: 100%;
  margin-top: 4px;
  padding-left: 18px;
  padding-right: 16px;
  position: relative;
  overflow: hidden;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.fs-cc-prefs_component {
  z-index: 997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_link-wrapper {
  margin-right: 35px;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 32px 32px 0;
  position: relative;
  overflow: scroll;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_status-text {
  text-align: right;
  flex: 0 auto;
  margin-top: 0;
  font-weight: 500;
}

.fs-cc-prefs_label {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 20px;
  font-weight: 400;
}

.cookie-checkbox {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: -100%;
  position: absolute;
}

.cookie-checkbox:focus, .cookie-checkbox:focus-visible, .cookie-checkbox[data-wf-focus-visible] {
  outline-offset: 0px;
  background-color: #0000;
  outline: 0 #0000;
}

.fs-cc-banner_text-link {
  color: #000;
  border: 1px #000;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.fs-cc-prefs_indicator {
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  transition: transform .2s, transform .2s;
}

.fs-cc-banner_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.fs-cc-prefs_dropdown {
  cursor: pointer;
  flex: 1;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.fs-cc-prefs_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  flex: 1;
  margin-right: 0;
  padding: 14px 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_space-smallish {
  margin-bottom: 32px;
}

.fs-cc-prefs_buttons-wrapper {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: -32px;
  margin-right: -32px;
  padding: 20px 32px;
  display: grid;
  position: sticky;
  bottom: 0;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  min-width: 140px;
  margin-left: 8px;
  padding: 12px 60px;
  font-size: 1.25rem;
  font-weight: 400;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #0000;
  border-color: #d9d9d9;
}

.fs-cc-banner_button.fs-cc-button-no-outline {
  color: #000;
  background-color: #0000;
  border-style: none;
  min-width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 24px 64px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_text {
  color: #8c8c8c;
  max-width: 540px;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 300;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs_text {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
  line-height: 136%;
}

.fs-cc-prefs_dropdown_icon {
  margin-right: 10px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_status-button {
  z-index: 2;
  background-color: #d9d9d9;
  border-radius: 50px;
  width: 48px;
  height: 28px;
  margin-top: 0;
  margin-left: auto;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.fs-cc-banner_icon {
  color: #000;
}

.cw-cookies {
  display: none;
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-button_secondary {
  color: #1e1a35;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1e1a35;
  border-radius: 80px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: #fff;
  transform: translate(0, -2px);
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.cw-cookie_script {
  display: none;
}

.cw-cookie_banner {
  z-index: 9999;
  color: var(--black);
  background-color: #e7edef;
  border-radius: 1rem;
  max-width: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cw-cookie_icon {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto 1vw 1vw auto;
}

.cw-cookie_checkbox-check {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.cw-button_primary {
  color: #fff;
  text-align: center;
  background-color: #1e1a35;
  border-radius: 80px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  background-color: var(--blue);
  color: #fff;
  transform: translate(0, -2px);
}

.link {
  color: var(--blue);
}

.section-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-8.hero-blog {
  color: #fff;
  background-color: #1e1e1e;
  padding-top: 140px;
  padding-bottom: 180px;
}

.main-container-4 {
  z-index: 2;
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.mega-h1-2 {
  font-family: Figtree, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 115%;
}

.subtitle-2 {
  font-family: Inconsolata, monospace;
  font-size: 20px;
  line-height: 140%;
}

.section-9 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-9.blog-content {
  background-color: #f9f9f9;
}

.main-container-5 {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.master-blog-content {
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  margin-top: -120px;
  padding: 80px 120px 64px;
  display: flex;
}

.section-10 {
  padding-top: 80px;
}

.main-container-6 {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.space-82 {
  height: 32px;
}

.no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.text-block-14 {
  color: var(--black-64);
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.heading-9 {
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.rich-text-block {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.div-block-13 {
  z-index: -1;
  background-color: #02061775;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.empty-state-2 {
  background-color: #ebefef;
}

.event-media {
  border-radius: .8rem;
  max-width: 100%;
  margin-bottom: 1.7rem;
  overflow: hidden;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  max-height: 30vh;
}

.section-11 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-11.all-tag-section {
  padding-top: 140px;
}

.section-11.hero-industry-b {
  padding-top: 160px;
  padding-bottom: 0;
}

.section-11.legal {
  padding-top: 160px;
}

.section-11.video-section-home-c {
  z-index: 20;
  margin-top: -80px;
  padding-top: 0;
  position: relative;
}

.section-11.hero-home-c {
  background-color: var(--white);
  color: #fff;
  padding-top: 140px;
  padding-bottom: 160px;
}

.main-container-7 {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container-7.main-container {
  max-width: 90vw;
}

.limit-720 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
}

.space-40 {
  height: 40px;
}

.heading-10 {
  font-size: 2.5rem;
  font-weight: 700;
}

.text-block-15 {
  color: var(--black-64);
  font-family: Inconsolata, monospace;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
}

.no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.text-block-16 {
  color: var(--black-64);
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.text-span-17, .text-span-18 {
  color: var(--blue);
}

.heading-11 {
  font-size: 20px;
  font-weight: 500;
}

.heading-12, .heading-13, .heading-14, .heading-15 {
  font-weight: 500;
}

.cta-4 {
  background-color: #1e1e1e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-4:hover {
  background-color: #1e1e1ee6;
}

.cta-4.white {
  color: #1e1e1e;
  background-color: #fff;
}

.cta-4.white:hover {
  background-color: #ffffffe6;
}

.no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.mega-h1-3 {
  font-size: 92px;
  line-height: 115%;
}

.mega-h1-3.no-margins-4 {
  font-size: 60px;
}

.space-83 {
  height: 64px;
}

.flex-cta-left-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-heading-3 {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
}

.text-block-17 {
  color: var(--black-64);
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.hero-image {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

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

.link-underline-inside {
  background-color: #0e0e0e;
  min-height: 1.2px;
  max-height: 1.2px;
}

.mg-bottom-0 {
  color: var(--black-64);
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.inner-container._820px {
  max-width: 820px;
}

.inner-container._700px {
  max-width: 700px;
}

.display-2 {
  color: #0e0e0e;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.link-underline-wrapper {
  background-color: #bbb;
  min-height: 1.2px;
  max-height: 1.2px;
  margin-top: 10px;
}

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

.top-section {
  z-index: 1;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.top-section.pd-top-40px {
  margin-top: 45px;
  padding-top: 40px;
}

.border-radius-56px {
  object-fit: cover;
  border-radius: 1.6rem;
  width: 100%;
  max-width: none;
  max-height: 60vh;
}

.link-wrapper {
  color: #0e0e0e;
  transition-property: opacity;
  display: inline-block;
}

.link-wrapper:hover {
  opacity: .65;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.color-neutral-300.mg-sides-8px {
  margin-left: 8px;
  margin-right: 8px;
}

.hover-65 {
  transition-property: opacity;
}

.hover-65:hover {
  opacity: .65;
}

.link-text {
  color: var(--black-64);
  font-family: Inconsolata, monospace;
  font-size: 16px;
  transition: color .3s;
  display: inline-block;
}

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

.text-center.mg-bottom-64px {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.container-default {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.medium {
  font-weight: 500;
}

.hidden-on-desktop {
  display: none;
}

.rich-text {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

.social-media-links-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: center;
  display: flex;
}

.social-icon-link {
  color: #fff;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .25s, color .25s;
}

.social-icon-link:hover {
  color: #fff;
  transform: scale3d(1.1, 1.1, 1.01);
}

.social-icon-link.dark {
  color: #0e0e0e;
}

.section-12 {
  padding-top: 56px;
}

.social-icon-font {
  line-height: 21px;
}

.divider {
  background-color: #bbb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._20px---40px {
  background-color: #f3f4f4;
  margin-top: 20px;
  margin-bottom: 40px;
}

.grid-2-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-301 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-301.color-neutral-800 {
  color: var(--black-64);
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.text-block-18 {
  font-family: Inconsolata, monospace;
}

.image-overlay {
  z-index: 100;
  background-color: #111111c4;
  position: absolute;
  inset: 0%;
}

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

.text-size-small-2 {
  padding-top: 0;
  font-family: Inconsolata, monospace;
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.home-hero_intro {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-hero_title {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  letter-spacing: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.hover-arrow.top-arrow {
  position: absolute;
  inset: -100% 0% auto;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.home-hero_bkg {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button {
  color: #000;
  text-align: center;
  border: 1px solid #dfdedb;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .65rem 1.3rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  color: #111;
  background-color: #f1f0ed;
  border: 1px solid #f1f0ed;
}

.text-size-regular {
  font-size: 1.1rem;
  line-height: 1.55;
}

.home-hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: #f1f0ed;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 3rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.icon-1x1-tiny {
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

.home-hero_com {
  min-height: 70vh;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.hover-text.bottom {
  position: absolute;
  bottom: -100%;
}

.scroll-base {
  z-index: 100;
  border: 1px solid #f1f0ed26;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-top: -206px;
  display: flex;
  position: relative;
}

.text-tag {
  color: var(--black-64);
  font-family: Inconsolata, monospace;
  font-size: 14px;
}

.link-block-4 {
  color: var(--black);
  width: 100%;
  text-decoration: none;
}

.text-span-19, .text-span-20 {
  color: var(--blue);
}

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

.limit-1001 {
  max-width: 1000px;
}

.mega-h1-4 {
  font-size: 92px;
  line-height: 115%;
}

.limit-840 {
  width: 100%;
  max-width: 840px;
}

.subtitle-3 {
  font-size: 24px;
  line-height: 140%;
}

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

.no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.master-scroll-over {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.wrap-scroll-over-text {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.left-scroll-over {
  padding: 0;
}

.single-scroll-over {
  color: #1e1e1e;
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  display: flex;
  position: sticky;
  top: 160px;
}

.single-scroll-over.third-scroll-over {
  background-color: var(--white);
  border-radius: 1.6rem;
  top: 200px;
}

.single-scroll-over.fourth-scroll-over {
  top: 220px;
}

.single-scroll-over.second-scroll-over {
  background-color: var(--white);
  border-radius: 1.6rem;
  top: 180px;
}

.single-scroll-over.first-scroll-over {
  border-radius: 1.6rem;
}

.text-block-19 {
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

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

.link-block-5 {
  color: var(--black);
  text-decoration: none;
}

.lottie-animation {
  z-index: -1;
  opacity: .49;
  width: 140vw;
  height: 270vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.lottie-animation.about-us {
  width: auto;
  height: auto;
  inset: 0%;
}

.text-block-20 {
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.text-block-21 {
  color: var(--black);
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.bg-gradient-animation {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-gradient-animation.gradient-about {
  top: 30%;
}

.bg-gradient-animation.video-animation {
  inset: auto 0% 0%;
}

.body-3 {
  background-color: var(--white);
}

.tm {
  border: 1.6px solid var(--black-64);
  color: var(--black-64);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  font-weight: 700;
  display: flex;
}

.text-block-22 {
  color: var(--black);
  font-size: 8px;
}

.div-block-14 {
  grid-template-columns: 146px 1.25fr 1fr 1fr;
}

.link-block-6, .link-block-7 {
  color: var(--black);
  text-decoration: none;
}

.text-span-23, .text-span-24 {
  color: var(--blue);
}

.item-header {
  justify-content: space-between;
  display: flex;
}

.text-block-23 {
  padding-left: 14px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.text-block-23.text-one-click {
  padding-left: 0;
  font-size: 14px;
}

.text-span-25 {
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

.info-warp {
  border: 2px solid var(--blue);
  background-color: #42b6e730;
  border-radius: .6rem;
  justify-content: space-between;
  padding: 16px 8px;
  display: flex;
}

.right-one-click {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 14px;
  display: flex;
}

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

.div-block-15 {
  background-color: var(--blue);
  border-radius: 1000px;
  width: 15px;
  height: 15px;
}

.text-block-24 {
  color: var(--blue);
  margin-left: 5px;
  font-weight: 600;
}

.text-block-24.coming-soon {
  border: 2px solid var(--blue);
  background-color: #cde4eb;
  border-radius: 1.6rem;
  margin-left: 0;
  margin-right: 1px;
  padding: 3px 12px;
}

.coming-soon-warp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-25 {
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.link-block-8 {
  color: var(--black);
  text-decoration: none;
}

.main-container-8 {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-16 {
  font-weight: 500;
}

.image-13 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.text-heading-5 {
  font-size: 21px;
  font-weight: 500;
}

.tile-feature-transparent-fourths {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 0;
  display: flex;
}

.video-home-c {
  border: 4px solid #fff;
  border-radius: 8px;
  min-height: 580px;
}

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

.wrap-tile-feature-texts-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.space-84 {
  height: 40px;
}

.logo-image {
  height: 30px;
}

.master-tag-and-text {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle-4 {
  font-size: 24px;
  line-height: 140%;
}

.mega-h1-5 {
  color: var(--black);
  font-size: 2.5rem;
  line-height: 115%;
}

.space-85 {
  height: 24px;
}

.space-86 {
  height: 64px;
}

.logos-master {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-master.home-c-logos {
  max-width: 1120px;
}

.limit-1002 {
  max-width: 1000px;
}

.paragraph-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.text-span-27, .text-span-28 {
  color: var(--blue);
}

.code-embed-5, .code-embed-6 {
  margin-top: 21px;
}

@media screen and (min-width: 1920px) {
  .container-navbar {
    grid-template-columns: 240px 1.5fr 1138px;
    max-width: 95%;
  }

  .navbar {
    -webkit-backdrop-filter: saturate(430%) blur(11px);
    backdrop-filter: saturate(430%) blur(11px);
    background-color: #ffffffd1;
    height: 6vh;
  }

  .nav-menu {
    width: 100%;
  }

  .brand-nav {
    max-width: 80%;
  }

  .link-nav {
    color: #020617cf;
    font-size: 18px;
  }

  .subtitle {
    font-size: 1.4rem;
  }

  .subtitle.center {
    font-size: 1.5rem;
  }

  .main-container {
    max-width: 1800px;
  }

  .section {
    padding-top: 144px;
  }

  .section.open-source {
    padding-top: 171px;
  }

  .section.final-section {
    height: 60vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-hero-home-b {
    grid-column-gap: 20px;
    grid-template-columns: auto 1.5fr;
  }

  .left-hero-home-b {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 620px;
    padding-top: 40px;
  }

  .heading.center {
    font-size: 3rem;
  }

  .heading.hero {
    font-size: 3.7rem;
  }

  .text-span-2 {
    font-size: 1.5rem;
  }

  .cta-secondary {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .cta-main.menu:hover {
    color: var(--white);
  }

  .text-block-3 {
    text-decoration: none;
  }

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

  .heading-style-h2 {
    font-size: 3.5rem;
  }

  .text-size-xsmall {
    font-size: .875rem;
  }

  .header-slide-image-wrapper {
    padding-top: 40%;
  }

  .heading-style-h4 {
    font-size: 2.5rem;
  }

  .header-slider {
    height: 100%;
  }

  .cards-grid {
    margin-top: 84px;
  }

  .text-block-4.text-cases {
    font-size: 20px;
    line-height: 31px;
  }

  .image-3 {
    max-width: 100%;
    position: relative;
  }

  .glass-div {
    grid-row-gap: 19px;
  }

  .logos-marquee-content {
    margin-top: 4.1rem;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-image-warp, .tab-image-warp.f1 {
    min-height: 40vh;
  }

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

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

  .card-integrations-item {
    background-size: cover;
    padding-bottom: 1.1rem;
    overflow: hidden;
  }

  .image-8 {
    width: 440px;
  }

  .hero_image {
    height: 30vh;
  }

  .tabs.scroll-lock-tabs {
    width: 100%;
  }

  .main-container-3 {
    max-width: 1310px;
    margin-top: 73px;
  }

  .body-2 {
    background-color: var(--white);
  }

  .subnav {
    height: 6vh;
    margin-top: 6vh;
  }

  .container-sub-nav {
    justify-content: center;
    align-items: center;
  }

  .card-integration-content {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
  }

  .logo {
    width: 19%;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .fade-white.right {
    left: 23.6vw;
  }

  .text-block-13 {
    font-family: Inconsolata, monospace;
    font-size: 18px;
  }

  .text-size-small.caps.text-weight-medium {
    font-size: 18px;
  }

  .container {
    max-width: 1390px;
  }

  .hero-tag-2 {
    font-size: 18px;
  }

  .text-style-allcaps-2.text-weight-xbold.letter-space, .pp_text-medium {
    font-size: 20px;
  }

  .div-block-11 {
    margin-top: 1px;
  }

  .event-item-2.first {
    padding-left: 0;
    padding-right: 0;
  }

  .event-component {
    width: 100%;
  }

  .event-info {
    justify-content: space-between;
  }

  .main-container-7 {
    max-width: 1770px;
  }

  .main-container-7.main-container {
    max-width: 76vw;
  }

  .heading-10 {
    font-size: 3rem;
  }

  .text-block-15 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .single-scroll-over.third-scroll-over, .single-scroll-over.second-scroll-over, .single-scroll-over.first-scroll-over {
    border-radius: 1.6rem;
    padding-top: 156px;
    padding-bottom: 156px;
  }

  .text-block-19 {
    color: var(--white);
  }

  .div-block-14 {
    grid-template-columns: 1fr 1.75fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . Area";
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    color: var(--black);
    text-decoration: none;
  }

  .one-click-element {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .main-container-8 {
    max-width: 1800px;
  }

  .video-home-c {
    border-radius: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  .container-navbar {
    grid-template-columns: 1fr 1fr;
  }

  .grid-mega-dropdown {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-menu {
    background-color: #f9f9f9;
    border-radius: 6px;
    flex-direction: column;
    align-items: stretch;
    width: 98%;
    height: auto;
    max-height: 90vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    overflow: scroll;
  }

  .line-menu {
    background-color: #000;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    width: 20px;
  }

  .dropdown-nav {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    font-size: 18px;
    display: flex;
  }

  .dropdown-toggle-nav {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .menu-button {
    background-color: #f9f9f9;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

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

  .right-navbar {
    display: none;
  }

  .link-nav {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
  }

  .mega-drodpdown.w--open {
    position: static;
  }

  .subtitle.center {
    width: 90%;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-hero-home-b {
    grid-template-columns: 1fr;
  }

  .left-hero-home-b {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .new-property-image-wrapper {
    padding-top: 70%;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

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

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

  .logos-marquee-content {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .logos-marquee-wrapper, .logos-marquee-component {
    grid-column-gap: 6.5rem;
    grid-row-gap: 6.5rem;
  }

  .logos-marquee-item {
    width: 6.5rem;
  }

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

  .tab-item {
    height: auto;
  }

  .cta-terciary {
    margin-top: 29px;
  }

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

  .card-integrations-item {
    background-size: cover;
  }

  .grid-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .mega-h1 {
    font-size: 80px;
    line-height: 111%;
  }

  .big-text {
    font-size: 34px;
    line-height: 48px;
  }

  .wrap-numbers {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .number-tile {
    min-width: 30%;
  }

  .number-tile.right {
    border-right-style: none;
  }

  .number-tile.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .grid-halves.highlighted-blog-halves {
    grid-template-columns: 1fr;
  }

  .single-career-block {
    text-align: center;
  }

  .benefit-card {
    height: 440px;
    padding: 55px;
  }

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

  .grid-thirds.blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-hero {
    height: 680px;
  }

  .embeds-warp {
    flex-flow: column;
  }

  .fade-white.right {
    left: 62.9vw;
  }

  .right-highlighted-blog {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .image-highlighted-blog {
    max-width: 500px;
  }

  .block-career {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .text-career-short-description {
    max-width: 490px;
  }

  .left-career {
    text-align: center;
    align-items: center;
  }

  .right-career {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .home-hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-primary {
    order: 1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .home-hero-wrapper.is-speakers {
    text-align: center;
  }

  .container {
    max-width: 90vw;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .hero-header {
    max-width: none;
  }

  .pp_text-medium {
    font-size: 1.2rem;
  }

  .heading-8 {
    font-size: 4rem;
  }

  .event-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
  }

  .event-category {
    justify-content: flex-start;
    width: 50%;
  }

  .event-content-2 {
    margin-right: 0;
  }

  .event-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .event-action-wrapper {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    right: 0;
  }

  .text-size-huge-2 {
    font-size: 2.3rem;
  }

  .event-name {
    align-items: center;
  }

  .event-bottom-content-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .event-info {
    justify-content: space-between;
    width: 100%;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .fs-cc-banner_link-wrapper {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .fs-cc-banner_container {
    flex-wrap: wrap;
  }

  .fs-cc-banner_button {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    font-size: 17.2px;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    min-width: auto;
  }

  .fs-cc-banner_button.fs-cc-button-no-outline {
    width: auto;
  }

  .fs-cc-banner_text {
    color: #8c8c8c;
    flex: 1;
    min-width: 100%;
    max-width: none;
    margin-bottom: 32px;
    font-weight: 300;
  }

  .cw-cookie_banner {
    max-width: 80%;
  }

  .mega-h1-2 {
    font-size: 80px;
    line-height: 111%;
  }

  .master-blog-content {
    padding-top: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .section-11.legal {
    padding-top: 120px;
  }

  .mega-h1-3 {
    font-size: 80px;
    line-height: 111%;
  }

  .display-2 {
    font-size: 48px;
  }

  .top-section {
    padding-top: 100px;
  }

  .border-radius-56px {
    border-radius: 48px;
  }

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

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mega-h1-4 {
    font-size: 80px;
    line-height: 111%;
  }

  .collection-list-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .video-home-c {
    justify-content: center;
    align-items: center;
    height: 60vw;
    min-height: 0;
    display: flex;
  }

  .grid-fourths.small-feature-fourhts {
    grid-template-columns: 1fr 1fr;
  }

  .logo-image {
    width: 20%;
  }

  .mega-h1-5 {
    font-size: 80px;
    line-height: 111%;
  }

  .logos-master {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container-navbar {
    grid-template-columns: 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-mega-dropdown {
    grid-template-columns: 1fr;
  }

  .links-mega-dropdown-list {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-big {
    font-size: 20px;
  }

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

  .right-navbar {
    display: none;
  }

  .link-mega-dropdown {
    text-align: center;
    justify-content: center;
  }

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

  .column-mega-dropdown-links {
    align-items: center;
  }

  .main-container {
    overflow: hidden;
  }

  .video-hero-home-b {
    min-height: 410px;
  }

  .left-hero-home-b {
    width: auto;
    max-width: 80vw;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .header-lightbox {
    height: 40dvh;
  }

  .lightbox-play-icon {
    position: absolute;
  }

  .new-property-image-wrapper {
    padding-top: 80%;
  }

  .header-slide-image-wrapper {
    padding-top: 55%;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .spacer-medium {
    height: 1.5rem;
  }

  .header-card-wrapper {
    grid-template-columns: 1fr;
  }

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

  .logos-marquee-content {
    margin-top: 6rem;
  }

  .master-footer-legal {
    text-align: center;
  }

  .left-footer-bottom {
    text-align: center;
    align-items: center;
  }

  .master-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .mega-h1 {
    font-size: 64px;
  }

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

  .text-stat {
    font-size: 48px;
  }

  .wrap-numbers {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .number-tile.right {
    border-bottom: 1px #f0f0f0;
    border-right-style: none;
  }

  .number-tile.middle {
    border-style: none;
    border-top-width: 1px;
    border-top-color: #f0f0f0;
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .container-sub-nav {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .link-sub-nav {
    color: #0b0c0d;
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
    flex: none;
    height: 32px;
    margin-right: 1vw;
    padding-top: 0;
  }

  .link-sub-nav.w--current {
    color: #f9f9f9;
    background-color: #1e1e1e;
    border-color: #fff;
  }

  .benefit-title {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .benefit-card {
    padding: 24px;
  }

  .slider-benefits {
    width: 90%;
  }

  .service-marquee-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .fade-white.right {
    left: 62.4vw;
  }

  .link-sub-nav-2 {
    color: #0b0c0d;
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
    flex: none;
    height: 32px;
    margin-right: 1vw;
    padding-top: 0;
  }

  .link-sub-nav-2.w--current {
    color: #f9f9f9;
    background-color: #1e1e1e;
    border-color: #fff;
  }

  .home-hero-component {
    margin-top: 0;
  }

  .button-primary {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-hero-wrapper {
    flex-flow: column;
  }

  .heading-1, .heading-8 {
    font-size: 3.5rem;
  }

  .event-category {
    width: auto;
  }

  .event-content-2 {
    padding-bottom: 1rem;
  }

  .tabs-wrapper {
    margin-top: 4rem;
  }

  .text-size-huge-2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .event-bottom-content-2 {
    padding-bottom: 0;
  }

  .event-info {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    width: 100%;
    margin-top: 12px;
    display: grid;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_link-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: flex;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_space-smallish {
    margin-bottom: 20px;
  }

  .fs-cc-banner_button {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fs-cc-banner_button.fs-cc-button-alt {
    min-width: auto;
  }

  .cw-button_secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mega-h1-2 {
    font-size: 64px;
  }

  .master-blog-content {
    padding: 48px;
  }

  .section-11.hero-industry-b {
    text-align: center;
  }

  .mega-h1-3 {
    font-size: 64px;
  }

  .display-2 {
    font-size: 40px;
  }

  .top-section {
    padding-top: 64px;
  }

  .border-radius-56px {
    border-radius: 40px;
  }

  .link-wrapper.mg-bottom-4px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

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

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

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

  .social-media-links-container {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

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

  .heading-style-h1 {
    font-size: 2.625rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-hero_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 1rem 1rem 2rem;
  }

  .mega-h1-4 {
    font-size: 64px;
  }

  .right-scroll-over {
    padding: 0;
  }

  .left-scroll-over {
    margin-bottom: 24px;
  }

  .single-scroll-over {
    padding: 40px;
  }

  .tile-feature-transparent-fourths {
    padding-bottom: 2px;
  }

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

  .logo-image {
    width: 22%;
    height: 31px;
  }

  .mega-h1-5 {
    font-size: 64px;
  }

  .logos-master {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .navbar {
    height: 9vh;
  }

  .nav-menu {
    width: 96%;
  }

  .line-menu.first-line {
    width: 22px;
  }

  .line-menu.second-line {
    width: 14px;
  }

  .brand-nav {
    max-width: 70%;
  }

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

  .link-brand-nav {
    height: 21px;
  }

  .wrap-menu-button {
    background-color: var(--white);
    border-radius: 10000px;
  }

  .menu-button {
    border-radius: 190px;
  }

  .nav-contact {
    width: 100%;
    padding: 24px;
  }

  .subtitle {
    max-width: 100%;
    font-size: 22px;
  }

  .subtitle.center {
    font-size: 18px;
  }

  .subtitle.hero.hero-main {
    text-align: center;
    width: auto;
    font-size: 18px;
    line-height: 1.5;
  }

  .subtitle.text-colum {
    column-count: 1;
    width: 97%;
    font-size: 17px;
  }

  .main-container {
    max-width: none;
    margin-top: 23px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .section.hero-home-b {
    height: auto;
  }

  .section.careers-section {
    padding-top: 140px;
  }

  .section.open-source {
    padding-top: 64px;
  }

  .section.final-section {
    height: auto;
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .section.blog {
    padding-top: 28px;
  }

  .icon-play {
    width: 64px;
    height: 64px;
  }

  .video-hero-home-b {
    min-height: 260px;
  }

  .grid-hero-home-b {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .left-hero-home-b {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-cta-left {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    width: 100%;
    margin-top: 2.1rem;
  }

  .heading {
    font-size: 2.6rem;
  }

  .heading.center {
    font-size: 2rem;
  }

  .heading.hero {
    margin-bottom: 23px;
    font-size: 2rem;
  }

  .text-span-2 {
    line-height: 135%;
  }

  .cta-secondary, .cta-main {
    width: 100%;
  }

  .properties-link {
    padding: 1.5rem;
  }

  .header-lightbox {
    height: 30dvh;
  }

  .header-slide-image-wrapper {
    padding-top: 70%;
  }

  .text-style-allcaps.text-slider {
    font-size: .7rem;
  }

  .new-property-content-wrapper {
    padding: 1.5rem;
  }

  .new-property-link {
    height: 29rem;
  }

  .cards-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .card-item {
    margin-top: 0;
    margin-bottom: 9px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .card-content {
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading-2.heading-cards {
    line-height: 1.4;
  }

  .image-2 {
    max-width: 10%;
  }

  .image-3 {
    height: 350px;
  }

  .glass-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icons-2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .logos-marquee-content {
    margin-top: .6rem;
  }

  .logos-marquee-wrapper {
    justify-content: space-between;
  }

  .logos-marquee {
    width: 9em;
  }

  .tabs-content {
    max-height: none;
  }

  .tab-content-warp {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .tab-item {
    padding: 1.4rem 1.1rem;
  }

  .text-block-5 {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: column;
    max-width: 90%;
  }

  .tabs-menu.tabs-menu-float {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    margin-left: 0;
  }

  .tab-image-warp {
    min-height: 20vh;
  }

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

  .card-integrations-item {
    background-position: 0 0;
    background-size: cover;
  }

  .tab-item-content {
    height: auto;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-contact {
    width: 100%;
    padding: 24px;
  }

  .form-block-newsletter {
    width: 100%;
  }

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

  .footer-grid {
    grid-row-gap: 12px;
    flex-direction: column;
  }

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

  .grid-footer {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .form-footer-newsletter {
    grid-row-gap: 16px;
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

  .main-container-2 {
    max-width: 96vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-footer-bottom {
    width: 100%;
  }

  .footer-social-link-wrap.social-blog {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-field.footer-email {
    min-width: 0;
  }

  .tab-link-buld-a-rag-chatbot, .tab-link-buld-a-rag-chatbot.w--current {
    width: 100%;
  }

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

  .mega-h1 {
    font-size: 10.5vw;
  }

  .main-container-3 {
    max-width: 97vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-about-a.image-one {
    background-position: 50% 61%;
    background-size: 690px;
    min-height: 250px;
  }

  .image-about-a.image-two {
    background-position: 44% 27%;
    background-size: 430px;
    min-height: 340px;
    margin-top: 1px;
  }

  .big-text {
    font-size: 26px;
    line-height: 38px;
  }

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

  .sticky-feature-card {
    padding-left: 0;
    padding-right: 0;
  }

  .subnav {
    margin-top: 9vh;
  }

  .container-sub-nav {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .slider-benefits {
    width: 100%;
  }

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

  .card-media.media-2 {
    border-radius: 0;
  }

  .image-hero {
    height: 260px;
  }

  .embeds-warp {
    justify-content: space-between;
    align-items: center;
  }

  .embed-warp {
    width: 100%;
  }

  .logo {
    width: 17%;
  }

  .div-block-8 {
    margin-top: 232px;
  }

  .link-block-2, .discrod-button.events {
    width: 100%;
  }

  .fade-white.right {
    left: 64.7vw;
  }

  .right-highlighted-blog {
    padding: 0;
  }

  .wrap-career-tags {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-hero-component {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .button-primary {
    margin-left: auto;
    margin-right: auto;
  }

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

  .home-hero-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .yellow-tag {
    order: -1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: auto;
    transform: rotate(0);
  }

  .heading-1 {
    font-size: 3rem;
  }

  .bottom-navbar {
    bottom: .7rem;
  }

  .navigation-wrapper {
    -webkit-backdrop-filter: saturate(500%) blur(14px);
    backdrop-filter: saturate(500%) blur(14px);
    background-color: #0e172a3b;
    flex-flow: row;
    display: flex;
    overflow: hidden;
  }

  .navigation-link {
    color: var(--white);
    font-weight: 600;
  }

  .navigation-link:hover {
    color: var(--black);
  }

  .navigation-link:visited {
    background-color: var(--black);
    color: var(--white);
  }

  .pp-menu-text {
    font-size: .9rem;
  }

  .pp_text-medium {
    font-size: 1rem;
  }

  .div-block-11 {
    flex-flow: column;
    margin-top: 2rem;
  }

  .yellow-tag-2 {
    order: -1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: auto;
    transform: rotate(0);
  }

  .heading-8 {
    font-size: 3rem;
  }

  .opacity-80.black {
    width: 97%;
  }

  .button-arrow-2 {
    width: 2.7rem;
  }

  .event-title-wrapper {
    padding-right: 3.5rem;
  }

  .event-category {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start stretch;
    width: 100%;
    display: grid;
  }

  .event-content-2 {
    padding-bottom: 2rem;
  }

  .tabs-wrapper {
    margin-top: 2rem;
  }

  .text-size-huge-2 {
    font-size: 2rem;
  }

  .event-name {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .event-bottom-content-2 {
    display: flex;
  }

  .image-11 {
    width: 29%;
  }

  .section-7 {
    overflow: hidden;
  }

  .event-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-right: 0;
  }

  .collection-list-wrapper {
    flex-flow: column;
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    text-align: center;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    margin-top: 32px;
  }

  .fs-cc-prefs_component {
    padding: 24px 20px;
  }

  .fs-cc-banner_link-wrapper {
    grid-column-gap: 0px;
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-cc-prefs_content {
    border-radius: 12px;
    padding: 20px 20px 0;
  }

  .fs-cc-prefs_space-medium {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .fs-cc-prefs_button {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .fs-cc-prefs_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-top: 1px solid #f5f5f5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .fs-cc-prefs_option {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-cc-prefs_option.has-no-border {
    border-bottom-style: none;
  }

  .fs-cc-banner_button {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-banner_button.fs-cc-button-no-outline {
    width: auto;
    margin-bottom: 0;
  }

  .fs-cc-banner_component {
    padding: 20px;
  }

  .fs-cc-banner_text {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .fs-cc-prefs_form {
    border-radius: 12px;
  }

  .cw-cookies {
    display: none;
  }

  .cw-button_secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
  }

  .cw-cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cw-cookie_icon {
    z-index: 99999999;
    background-color: var(--white);
    opacity: .64;
    border-radius: 1.6rem;
    width: 35px;
    height: 34px;
    inset: 2.4% 16% auto auto;
    box-shadow: 0 2px 7px -8px #0003;
  }

  .cw-button_primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .section-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .mega-h1-2 {
    font-size: 10.5vw;
  }

  .subtitle-2 {
    font-size: 22px;
  }

  .section-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .column-blog-content {
    padding: 0;
  }

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

  .section-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section-11 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-11.hero-home-c {
    padding-top: 0;
  }

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

  .main-container-7.main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-15 {
    font-size: 18px;
  }

  .mega-h1-3 {
    font-size: 10.5vw;
  }

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

  .display-2 {
    font-size: 34px;
  }

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

  .border-radius-56px {
    border-radius: 32px;
  }

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

  .rich-text {
    font-size: 14px;
  }

  .section-12 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-hero_com {
    min-height: 86vh;
  }

  .mega-h1-4 {
    font-size: 10.5vw;
  }

  .subtitle-3 {
    font-size: 22px;
  }

  .single-scroll-over {
    padding: 32px;
  }

  .lottie-animation {
    width: auto;
    display: none;
    inset: -10% 0% auto;
  }

  .link-block-6 {
    width: 100%;
  }

  .info-warp {
    border-radius: .6rem;
    flex-flow: column;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .right-one-click {
    padding-left: 14px;
  }

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

  .image-14 {
    width: 20%;
  }

  .grid-fourths, .grid-fourths.small-feature-fourhts {
    grid-template-columns: 1fr;
  }

  .logo-image {
    width: 35%;
  }

  .master-tag-and-text {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .subtitle-4 {
    font-size: 22px;
  }

  .mega-h1-5 {
    font-size: 10.5vw;
  }
}

#w-node-_3718d290-59da-319f-98e4-8e6467eb3871-75053269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3718d290-59da-319f-98e4-8e6467eb387a-75053269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fd623c2-8179-9d8e-6e9c-fea87ca01d8b-75053269 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e5a3e655-ffa0-100c-b86f-32e49cd894ee-75053269 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_165e96c3-ebf9-4497-c622-77cc38d481a4-75053269, #w-node-_58691024-bc32-5f5a-d3d1-15e073ad17c1-75053269, #w-node-_8caeabba-9fd3-5bad-85ce-5fcce036ba3b-75053269 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c80bf981-5ef1-7dfa-6859-d10445361509-75053269, #w-node-bc7a8433-acac-98fa-5f52-ebacb81775f7-75053269, #w-node-b7de9539-579b-e4ab-4a06-d9b6fbae794a-75053269, #w-node-d5491b46-c199-6c99-cc12-55828f18506c-75053269, #w-node-a4444bf0-f439-0d90-7c17-e8af48b739a7-75053269, #w-node-_06f11569-fb6b-371d-e705-d648724d2ab1-75053269, #w-node-_500dbca9-2b9e-5ca3-25e8-1a59150f5549-75053269, #w-node-_9ac7e8cf-a1fb-de32-34d4-be7f3285f3f8-3285f3f5, #w-node-_9ac7e8cf-a1fb-de32-34d4-be7f3285f40a-3285f3f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79f42bf2-0e80-75f9-bae4-044cb0c0fd19-b0c0fd17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_79f42bf2-0e80-75f9-bae4-044cb0c0fd1b-b0c0fd17 {
  place-self: stretch center;
}

#w-node-_79f42bf2-0e80-75f9-bae4-044cb0c0fd2a-b0c0fd17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_09faea04-d5c3-e951-7939-8c8f69f32a01-c8842ec0, #w-node-b8e6e926-335d-2f43-05a3-b296cc2eabc1-c8842ec0, #w-node-_2c0ebd88-8564-9ce4-8f44-10bb971aa808-c8842ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c0ebd88-8564-9ce4-8f44-10bb971aa80f-c8842ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9181c8e6-6e0a-072a-b9ae-379945b3382c-423d3895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9181c8e6-6e0a-072a-b9ae-379945b3383c-423d3895 {
  place-self: center;
}

#w-node-_9181c8e6-6e0a-072a-b9ae-379945b33842-423d3895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fee24d52-518c-b5de-0ad3-6bd2a5994520-25e1b3e8, #w-node-fee24d52-518c-b5de-0ad3-6bd2a5994521-25e1b3e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fd077b52-d3ec-b72d-2918-b1fc4d674810-356c0b43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15b483e8-c1e7-da6c-82fa-91f194a621f0-0010aec6 {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-d5491b46-c199-6c99-cc12-55828f18506c-75053269, #w-node-a4444bf0-f439-0d90-7c17-e8af48b739a7-75053269, #w-node-_06f11569-fb6b-371d-e705-d648724d2ab1-75053269, #w-node-_500dbca9-2b9e-5ca3-25e8-1a59150f5549-75053269 {
    grid-column: span 1 / span 1;
  }

  #w-node-_79f42bf2-0e80-75f9-bae4-044cb0c0fd2a-b0c0fd17 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4fd623c2-8179-9d8e-6e9c-fea87ca01d8b-75053269 {
    grid-column: span 8 / span 8;
  }

  #w-node-e5a3e655-ffa0-100c-b86f-32e49cd894ee-75053269, #w-node-_165e96c3-ebf9-4497-c622-77cc38d481a4-75053269, #w-node-_58691024-bc32-5f5a-d3d1-15e073ad17c1-75053269, #w-node-_8caeabba-9fd3-5bad-85ce-5fcce036ba3b-75053269 {
    grid-column: span 4 / span 4;
  }

  #w-node-_79f42bf2-0e80-75f9-bae4-044cb0c0fd26-b0c0fd17 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3718d290-59da-319f-98e4-8e6467eb3871-75053269 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4fd623c2-8179-9d8e-6e9c-fea87ca01d8b-75053269, #w-node-e5a3e655-ffa0-100c-b86f-32e49cd894ee-75053269, #w-node-_165e96c3-ebf9-4497-c622-77cc38d481a4-75053269, #w-node-_58691024-bc32-5f5a-d3d1-15e073ad17c1-75053269, #w-node-_8caeabba-9fd3-5bad-85ce-5fcce036ba3b-75053269 {
    grid-column: span 6 / span 6;
  }

  #w-node-_79f42bf2-0e80-75f9-bae4-044cb0c0fd26-b0c0fd17 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79f42bf2-0e80-75f9-bae4-044cb0c0fd26-b0c0fd17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


