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

@font-face {
  font-family: Author;
  src: url('../fonts/Author-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Author;
  src: url('../fonts/Author-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #f7f5ee;
  --black: #081c10;
  --background: #f0eee5;
}

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Author, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 130%;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px 20px;
  font-size: 22px;
  line-height: 27px;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  border-bottom: 1px solid #f5f5f5;
  height: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

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

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

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

.link-brand-nav {
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

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

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

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

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

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

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

.section.hero-home-a {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.black {
  background-color: var(--black);
  color: var(--white);
}

.section.mockup-grey {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.foundation-home-a {
  padding-bottom: 120px;
}

.section.footer-section {
  background-color: var(--background);
  padding-bottom: 0;
}

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

.section.icons-home-b {
  background-color: var(--black);
  color: var(--white);
  margin-top: -120px;
  padding-top: 160px;
}

.section.background {
  background-color: var(--background);
}

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

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

.section.hero-industry-a {
  padding-top: 180px;
  padding-bottom: 0;
}

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

.section.hero-industry-c {
  padding-top: 180px;
}

.section.hero-about-b {
  background-color: var(--black);
  color: var(--white);
  padding-top: 160px;
}

.section.hero-about-c {
  padding-top: 160px;
  padding-bottom: 24px;
}

.section.testimonials-slider-section {
  padding-bottom: 140px;
  overflow: hidden;
}

.section.pricing-hero {
  padding-top: 120px;
  padding-bottom: 16px;
}

.section.hero-product {
  padding-top: 120px;
}

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

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

.section.hero-career-single {
  background-color: var(--background);
  padding-top: 140px;
}

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

.section.hero-blog-template {
  background-color: var(--black);
  color: var(--white);
  padding-top: 140px;
  padding-bottom: 180px;
}

.section.blog-content {
  background-color: var(--background);
  padding-top: 0;
}

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

.section.hero-account {
  background-color: var(--black);
  color: var(--white);
  padding-top: 160px;
  padding-bottom: 200px;
}

.section.account-form {
  background-color: var(--background);
  padding-top: 0;
}

.section._404-section {
  padding-top: 160px;
}

.section.hero-about-a {
  color: var(--white);
  padding-top: 150px;
  position: relative;
}

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

.section.hero-template {
  background-color: var(--black);
  color: var(--white);
  padding-top: 140px;
}

.section.hero-sales {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.hide {
  display: none;
}

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

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

.tag {
  background-color: var(--background);
  color: var(--black);
  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.white-tag {
  background-color: var(--white);
  color: var(--black);
  border-style: none;
}

.tag.black-tag {
  background-color: var(--black);
  color: var(--white);
}

.paragraph-small {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.mega-h1 {
  font-family: Montserrat, sans-serif;
  font-size: 92px;
  line-height: 115%;
}

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

.paragraph-big {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 132%;
}

.space-32 {
  height: 32px;
}

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

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

.cta:hover {
  background-color: #bc854a;
}

.cta.nav-cta {
  background-color: #bc854a;
  height: 44px;
  font-size: 16px;
}

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

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

.cta.white.outline {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #160f0f00;
}

.columns-hero-home-a {
  display: flex;
}

.left-hero-home-b {
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  padding-top: 80px;
  padding-bottom: 180px;
  display: flex;
}

.right-hero-home-a {
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.lottie-home-a {
  width: 100%;
  margin-top: 4px;
  transform: translate(0, 6px);
}

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

.tile-feature-transparent-small {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 16px;
  display: flex;
}

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

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

.text-heading-3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 130%;
}

.master-fading-dividers {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.fading-divider {
  background-color: var(--black);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.fading-divider.fading-1 {
  opacity: .9;
}

.fading-divider.fading-2 {
  opacity: .6;
}

.fading-divider.fading-3 {
  opacity: .4;
}

.product-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.right-foundation {
  grid-row-gap: 64px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.product-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-content-wrap {
  align-items: center;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.left-foundation {
  padding: 0 24px 0 0;
}

.columns-sticky-foundation {
  display: flex;
}

.tile-grey {
  background-color: var(--background);
  border-radius: 8px;
  padding: 32px;
}

.tile-grey.sticky-foundation-tile {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 80px;
}

.tile-grey.stat-with-background {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-title-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ebebeb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.product-image {
  transform-origin: 0 100%;
  border-radius: 4px;
  flex: none;
  width: auto;
  max-width: none;
  height: 150px;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
}

.product-image.full-width-image {
  height: 500%;
  max-height: 200px;
  margin-right: 40px;
}

.roadmap-background {
  background-color: #f9f9f9;
  border-radius: 8px;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.stage-name {
  z-index: 5;
  font-weight: 400;
  position: relative;
}

.roadmap-master {
  height: 400vh;
  position: relative;
}

.roadmap-info-tile {
  z-index: 100;
  grid-row-gap: 7px;
  color: #131313;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 460px;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 110% auto auto 0%;
}

.roadmap-info-tile.development-tile {
  inset: auto 0% 110% auto;
}

.roadmap-stage-fill {
  background-color: #000;
  width: 30%;
  position: absolute;
  inset: 0%;
}

.roadmap-sticky {
  position: sticky;
  top: 80px;
}

.roadmap-fill-overflow {
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.roadmap-stage-master {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
  position: relative;
}

.roadmap-stage-master.ideation, .roadmap-stage-master.design {
  width: 120%;
}

.week-text {
  color: #c6c6c6;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.roadmap-background-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.roadmap-paragraph {
  margin-bottom: 0;
  font-weight: 400;
}

.roadmap-background-divider {
  background-color: #ededed;
  width: 1px;
  height: 100%;
}

.roadmap-foreground {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .7fr 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding: 80px 24px 40px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.background-mockup-grey {
  background-color: var(--black);
  transform-origin: 50% 100%;
  border-top-right-radius: 730px;
  padding: 100px 0 0;
}

.master-grey-mockup {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-mockup-grey {
  width: 100%;
}

.mockup-flying-grey-mockup {
  position: absolute;
  inset: auto auto -16px 0%;
  box-shadow: 0 1px 60px #5757571f;
}

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

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

.grid-halves.image-grid {
  grid-column-gap: 80px;
}

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

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

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

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.space-16 {
  height: 16px;
}

.link-contact-tile {
  grid-column-gap: 24px;
  color: #0b0c0d;
  background-color: #f9f9f9;
  border-radius: 8px;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

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

.contact-form-wrap-version-two {
  width: 100%;
  padding-right: 48px;
}

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

.text-heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.text-field {
  background-color: var(--white);
  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.text-area-size {
  min-height: 140px;
}

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

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

.space-24 {
  height: 24px;
}

.submit-wrap {
  flex-direction: column;
  display: flex;
}

.master-contact-tiles {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  padding-left: 48px;
  display: flex;
}

.form-input-grid {
  grid-column-gap: 12px;
  grid-template-rows: auto;
}

.input-wrap {
  margin-bottom: 24px;
  position: relative;
}

.input-wrap.forgot-password {
  justify-content: flex-end;
  display: flex;
}

.form-title-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}

.link-blog-tile {
  grid-row-gap: 24px;
  color: var(--black);
  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;
}

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

.space-40 {
  height: 40px;
}

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

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

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

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

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

.footer-link {
  color: var(--black);
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
}

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

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

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

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

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

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

.contact-list-item {
  grid-column-gap: 16px;
  color: var(--black);
  align-items: center;
  height: 32px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-logo {
  height: 31px;
}

.wrap-footer-bottom {
  background-color: var(--black);
  color: var(--white);
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 40px;
}

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

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

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

.divider-footer {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 64px;
}

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

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

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

.subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.video-hero-home-b {
  z-index: 20;
  border: 3px solid var(--white);
  background-color: var(--black);
  border-radius: 6px;
  height: 100%;
  min-height: 530px;
  display: none;
}

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

.grid-fourths.team-fourths-home-c {
  grid-template-columns: 1fr 1fr;
}

.grid-fourths.team-grid {
  grid-row-gap: 40px;
}

.grid-fourths.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

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

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

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

.left-hero-home-a {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 64px;
  display: flex;
}

.wrap-mockup {
  background-color: var(--black);
  background-image: url('../images/paul-hanaoka-D-qq7W751vs-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  height: 48vh;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.image-mockup {
  transform-origin: 50% 0;
  width: 100%;
  box-shadow: 0 1px 80px #00000017;
}

.wrap-two-headings-sides {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.single-heading-side {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 480px;
  display: flex;
}

.text-stat {
  color: var(--black);
  font-size: 40px;
  line-height: 130%;
}

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

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

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

.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.middle {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

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

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

.space-64 {
  height: 64px;
}

.big-text {
  font-size: 42px;
  font-weight: 300;
  line-height: 52px;
}

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

.tile-team-after {
  background-color: var(--background);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80%;
  padding: 32px;
  display: none;
}

.link-arrow {
  grid-column-gap: 6px;
  color: #0b0c0d;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: 10px;
}

.tile-team {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.image-team {
  border-radius: 4px;
  width: 100%;
}

.wrap-team-name {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-marquee {
  position: relative;
  overflow: hidden;
}

.testimonial-marquee-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.card-testimonial-version-one {
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  width: 100%;
  max-width: 504px;
  padding: 28px 30px;
  box-shadow: 0 4px 64px #0000000a;
}

.testimonial-card-divider {
  background-color: #efefef;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonial-role-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.testimonial-avatar {
  border-radius: 96px;
  flex: none;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.avatar-name {
  font-size: 20px;
  font-weight: 500;
}

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

.testimonial-avatar-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.text-testimonial-company {
  font-weight: 500;
}

.space-20 {
  height: 20px;
}

.master-form-version-b {
  width: 100%;
  max-width: 550px;
}

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

.logo-image {
  height: 30px;
}

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

.video-home-c {
  border: 4px solid var(--white);
  border-radius: 8px;
  min-height: 580px;
}

.home-image-wrap {
  transform-origin: 0 100%;
  border-radius: 12px;
  height: 423px;
  position: relative;
  overflow: hidden;
}

.check-list-item {
  grid-column-gap: 16px;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.check-list-icon {
  flex: none;
  width: 32px;
  height: 32px;
}

.check-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 24px;
  font-weight: 500;
  display: flex;
}

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

.title-wrap-home-image-section {
  width: 100%;
}

.master-image-halves {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

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

.student-wrap {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.student-wrap.gap-16 {
  grid-column-gap: 16px;
}

.student-group-wrap {
  display: flex;
}

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

.block {
  position: relative;
}

.cta-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
}

.space-08 {
  height: 8px;
}

.colored-block {
  background-color: #1c3533;
  border-radius: 18px;
  height: 423px;
  position: relative;
}

.cta-block {
  background-color: var(--black);
  color: #fff;
  border-radius: 8px;
  padding: 64px;
}

.cta-block.light-version {
  background-color: var(--background);
  color: var(--black);
}

.student-avatar-big {
  background-color: #fff;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: -12px;
  padding: 1.5px;
  display: flex;
  overflow: hidden;
}

.student-avatar-big.first-avatar {
  margin-left: 0;
}

.cta-button-wrap {
  grid-column-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 440px;
  margin-top: 48px;
  display: flex;
}

.image-cta-block {
  border-radius: 8px;
  width: 100%;
}

.trust-pilot-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.heading-wrap-people-section {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.trustpilot-logo {
  height: 32px;
}

.review-star-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.review-star {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #219653;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.wrap-people-about-c {
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-people {
  width: 100%;
}

.gradient-people-about-c {
  background-image: linear-gradient(#fff0, #fff);
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.left-faq {
  padding: 0 64px 0 0;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 16px;
}

.plus-line {
  background-color: #000;
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: relative;
}

.expandable-master {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 720px;
  display: flex;
}

.right-faq {
  padding: 0;
}

.expandable-single {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 24px 24px 24px 32px;
}

.checkbox-field {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.quote-text {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.contact-quote-wrap {
  grid-row-gap: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.checkbox {
  border-width: 3px;
  border-color: #0f1841;
  border-radius: 2px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--black);
  background-color: var(--black);
  background-size: auto;
}

.contact-image {
  border-radius: 6px;
  flex: 1;
  height: 512px;
  margin-bottom: 32px;
  overflow: hidden;
}

.master-contact-block {
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-wrap-version-one {
  align-self: center;
  width: 100%;
  max-width: 550px;
}

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

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.checkbox-wrap {
  align-self: flex-start;
  margin-bottom: 32px;
}

.contact-wrap {
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.container-sub-nav {
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

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

.subnav {
  z-index: 999;
  background-color: var(--white);
  border-bottom: 1px solid #f8f8f8;
  height: 60px;
  margin-top: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.track {
  height: 300vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  grid-column-gap: 8px;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-left: 24px;
  display: flex;
}

.wrap-horizotnal-scroll-item {
  flex: none;
  width: 59vw;
}

.tile-horizontal-feature {
  grid-row-gap: 16px;
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 64px;
  display: flex;
}

.tile-horizontal-feature.second-tile {
  min-height: 50vh;
}

.tile-horizontal-feature.third-tile {
  min-height: 60vh;
}

.tile-horizontal-feature.fourth-tile {
  min-height: 70vh;
}

.tile-horizontal-feature.fifth-tile {
  min-height: 80vh;
}

.text-horizontal-tile {
  max-width: 520px;
}

.tech-stack-item {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tech-stack-item.first-item {
  grid-column-gap: 64px;
}

.tech-stack-image {
  height: 64px;
}

.tech-stack-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tech-stack-logo {
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  display: flex;
  overflow: hidden;
}

.gradient-general {
  z-index: 1;
  background-image: linear-gradient(to right, #fff 5%, #fff0);
  width: 100%;
  max-width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-general.reverse {
  background-image: linear-gradient(270deg, #fff 5%, #fff0);
  inset: 0% 0% 0% auto;
}

.tech-stack-master {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.wrap-testimonials-vertical {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.card-testimonial-version-tw0 {
  background-color: var(--white);
  border-radius: 8px;
  padding: 28px 30px;
  box-shadow: 0 4px 64px #0000000a;
}

.gradient-testimonials-vertical {
  background-image: linear-gradient(#fff, #fff0);
  height: 150px;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-testimonials-vertical.reverse-testimonial-gradient {
  background-image: linear-gradient(#fff0, #fff);
  inset: auto 0% 0%;
}

.column-testimonials-vertical {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.left-testimonials {
  padding-right: 40px;
}

.icon-horizontal-feature {
  width: 52px;
  height: 52px;
}

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

.single-scroll-over {
  background-color: var(--background);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  display: flex;
  position: sticky;
  top: 160px;
}

.single-scroll-over.second-scroll-over {
  top: 180px;
}

.single-scroll-over.third-scroll-over {
  top: 200px;
}

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

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

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

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

.master-gallery-industry-c {
  overflow: hidden;
}

.frame-gallery-industry-c {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-wide-industry-c, .image-tall-industry-c {
  border-radius: 8px;
  width: 28vw;
  max-width: none;
}

.space-80 {
  height: 80px;
}

.wrap-stat-tile-top {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-team-2 {
  border-radius: 8px;
  width: 100%;
}

.title-wrap-about-c {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.master-gallery-about-c {
  width: 100vw;
  padding-top: 7vw;
  padding-bottom: 7vw;
  overflow: hidden;
}

.inside-gallery-about-c {
  grid-column-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 110vw;
  margin-left: -5vw;
  display: flex;
}

.image-about-c {
  border-radius: 8px;
  flex: none;
  width: 17vw;
}

.right-arrow {
  color: #1c353380;
  width: 32px;
  height: 32px;
  transition: all .3s;
  inset: auto auto -64px 40px;
}

.right-arrow:hover {
  color: #1c3533;
}

.mask {
  overflow: visible;
}

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

.icon-arrow:hover {
  color: var(--black);
}

.slide {
  margin-right: 24px;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 400px;
  height: auto;
}

.left-arrow {
  color: #1c353380;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
  inset: auto auto -64px 0%;
}

.slide-nav {
  display: none;
}

.team-logo-wrap {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto -8px -14px auto;
}

.team-image-wrap {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.team-name {
  margin: 4px 0 8px;
  font-size: 20px;
  font-weight: 700;
}

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

.image-cover.position-top {
  object-position: 50% 0%;
}

.team-avatar-wrap {
  position: relative;
}

.team-card {
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 30px;
  display: flex;
}

.team-card.movable-team {
  max-width: 400px;
}

.team-logo {
  height: 24px;
}

.paragraph-price {
  font-size: 18px;
  font-weight: 400;
}

.heading-pricing-name {
  margin-top: 0;
  margin-bottom: 16px;
}

.tile-pricing {
  border-radius: 8px;
  padding: 64px 32px;
  position: relative;
  overflow: hidden;
}

.tile-pricing.higlighted {
  background-color: #f9f9f9;
}

.text-covered-item {
  margin-bottom: 0;
}

.single-pricing-covered {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-covered-pricing, .top-text-pricing {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.master-pricing-covered {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-pricing-covered {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.wrap-price {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider-pricing {
  background-color: #14171b1a;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.icon-covered {
  width: 20px;
  height: 20px;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #282943;
  background-color: #f4f4f4;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.tab-link {
  color: var(--black);
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 80px;
  width: 150px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  line-height: 180%;
}

.tab-link.w--current {
  color: #ebebeb;
  background-color: #0b0c0d;
  font-weight: 500;
}

.tab-pane, .tabs-content {
  width: 100%;
}

.tab-block {
  color: #fff;
  cursor: none;
  background-image: linear-gradient(to top, #000, #0000);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 640px;
  padding: 72px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.cell {
  border-top: 1px solid #19273326;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 92px;
  display: flex;
}

.cell.top-cell {
  border-top-style: none;
  border-bottom: 1px solid #19273326;
  align-items: center;
}

.cell.centered-cell {
  align-items: center;
}

.cell-image {
  width: 32px;
  height: 32px;
}

.wrap-compare-heading {
  max-width: 480px;
  margin-bottom: -62px;
}

.cell-legend-text {
  font-size: 16px;
  font-weight: 500;
}

.cell-legend-text.subtext {
  margin-top: 4px;
  font-weight: 400;
}

.cell-content {
  margin-bottom: 0;
}

.wrap-covered-sticky {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.text-big-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.wrap-left-product {
  max-width: 600px;
}

.wrap-sticky-product-details {
  grid-row-gap: 16px;
  background-color: var(--black);
  color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 80px;
}

.wrap-great-for {
  grid-column-gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-product {
  display: flex;
}

.wrap-price-sticky {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.left-product {
  padding: 0 40px 0 0;
}

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

.block-career {
  color: var(--black);
  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;
}

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

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

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

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

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

.mask-benefits {
  overflow: visible;
}

.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.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

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

.slider-arrow-image.right-arrow {
  margin-left: 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;
}

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

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

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

.columns-single-career {
  display: flex;
}

.apply-tile-career-single {
  grid-row-gap: 32px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -160px;
  padding: 32px;
  display: flex;
}

.apply-bottom-carrer-single {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.recruiter-text-career-single {
  color: var(--white);
  font-weight: 500;
  line-height: 150%;
}

.recruiter-link {
  color: var(--white);
  text-decoration: underline;
}

.column-left-single-career {
  padding: 0 80px 0 0;
}

.apply-top-wrap-career-single {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-wrap-career-single {
  position: sticky;
  top: 100px;
}

.list-tags {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

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

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

.space-contact-page {
  height: 80px;
}

.master-account-form {
  background-color: var(--white);
  border-radius: 8px;
  margin-top: -120px;
  padding: 48px 48px 32px;
}

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

.account-extra-wrap {
  text-align: center;
  padding-top: 24px;
  font-size: 16px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

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

.icon-lock {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

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

.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/About-B-1_1About B 1.webp');
}

.image-about-a.image-two {
  background-image: url('../images/About-B-2_1About B 2.webp');
}

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

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

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

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

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

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

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

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

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

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 8px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

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

.left-column-template-details {
  padding: 0;
}

.link-template-navigation {
  color: #131313b3;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

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

.divider-typography {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.grid-buttons {
  grid-template-rows: auto;
}

.underline-link {
  text-decoration: underline;
}

.color {
  background-color: #faebe3;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

.color.color-one {
  background-color: var(--black);
}

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

.color.color-three {
  background-color: var(--background);
}

.template-h2 {
  margin-top: 0;
}

.columns-template-details {
  display: flex;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.icon-template {
  width: 40px;
}

.wrap-button {
  grid-row-gap: 12px;
  background-color: #00000005;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.lottie-template {
  max-width: 200px;
}

.tile-changelog {
  background-color: var(--background);
  border-radius: 8px;
  width: 100%;
  max-width: 562px;
  padding: 40px 32px;
}

.left-hero-sales {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 60px;
  display: flex;
}

.right-hero-sales {
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.flex-cta-sales {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lottie-sales {
  width: 100%;
  margin-top: 4px;
  transform: translate(0, 6px);
}

.container-sales-mockups {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-sales-mockups {
  background-color: var(--black);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.sales-mock-image {
  border: 1px solid #0000000d;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 0;
}

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

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

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 340px;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-included {
  width: 100%;
}

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

.span-link {
  color: #000;
  font-weight: 700;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0a0a0a;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 1px 1px 20px #4141410d;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  border: 1px solid #1c353329;
  border-radius: 4px;
  width: 100%;
}

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

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

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.text-block, .heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .text-block-2, .paragraph, .heading-7, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .heading-8, .body {
  font-family: Montserrat, sans-serif;
}

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

.img-hero {
  background-image: url('../images/image.png');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .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;
  }

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

  .right-navbar {
    display: none;
  }

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

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

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

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

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

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

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

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

  .section.career-content {
    padding-top: 64px;
  }

  .section.hero-career-single {
    padding-top: 120px;
    padding-bottom: 64px;
  }

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

  .section.hero-account {
    padding-bottom: 160px;
  }

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

  .flex-cta-left.center-tablet {
    justify-content: center;
  }

  .columns-hero-home-a {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .lottie-home-a {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .product-title {
    width: 180px;
    margin-right: 24px;
  }

  .right-foundation {
    padding-left: 0;
  }

  .left-foundation {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .columns-sticky-foundation {
    flex-direction: column;
  }

  .product-image {
    border-radius: 24px;
    width: auto;
    height: 150px;
    margin-right: 24px;
    position: static;
  }

  .master-grey-mockup {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-mockup-grey {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
  }

  .mockup-flying-grey-mockup {
    width: 28%;
  }

  .grid-halves.contact-grid-version-two {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves.image-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .contact-form-wrap-version-two {
    padding-right: 0;
  }

  .master-contact-tiles {
    padding-left: 0;
  }

  .center-content.center-hero-about-b {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .grid-fourths.team-fourths-home-c {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-fourths.team-grid, .grid-fourths.stats-fourths {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .left-hero-home-a {
    align-items: center;
  }

  .wrap-mockup {
    padding-top: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-mockup {
    width: 100%;
  }

  .wrap-two-headings-sides {
    grid-row-gap: 64px;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

  .logo-image {
    width: 20%;
  }

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

  .home-image-wrap {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .check-list-item {
    text-align: left;
  }

  .title-wrap-home-image-section {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    display: flex;
  }

  .colored-block {
    max-width: 550px;
  }

  .cta-block {
    padding: 52px;
  }

  .heading-wrap-people-section {
    text-align: center;
  }

  .wrap-people-about-c {
    height: 220px;
  }

  .expandable-master {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .expandable-single {
    padding-right: 4px;
  }

  .master-contact-block {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .contact-wrap {
    max-width: 550px;
  }

  .empty-stats-tiles {
    display: none;
  }

  .title-wrap-about-c {
    text-align: center;
  }

  .image-about-c.unequal {
    width: 20vw;
  }

  .image-about-c.egual {
    width: 30vw;
  }

  .slide {
    margin-right: 16px;
  }

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

  .team-card {
    max-width: none;
  }

  .team-card.movable-team {
    max-width: 360px;
  }

  .tile-pricing {
    background-color: var(--background);
  }

  .tab-block {
    min-height: 540px;
  }

  .wrap-compare-heading {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wrap-left-product {
    max-width: none;
  }

  .right-product {
    padding: 0;
  }

  .columns-product {
    flex-direction: column;
  }

  .left-product {
    margin-bottom: 40px;
    padding-right: 0;
  }

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

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

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

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

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

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

  .columns-single-career {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .apply-tile-career-single {
    margin-top: 0;
  }

  .column-right-single-career, .column-left-single-career {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

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

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

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

  .right-column-template-details {
    padding: 0;
  }

  .left-column-template-details {
    display: none;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .left-hero-sales {
    align-items: center;
  }

  .flex-cta-sales {
    justify-content: center;
  }

  .lottie-sales {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

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

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .included-card {
    min-height: 260px;
  }

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

  .sales-card {
    padding: 16px;
  }

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

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

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

  .right-navbar {
    display: none;
  }

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

  .section.hero-industry-b {
    text-align: center;
  }

  .section.career-content {
    padding-top: 24px;
  }

  .mega-h1 {
    font-size: 64px;
  }

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

  .cta.compare-cta {
    height: 48px;
    font-size: 14px;
  }

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

  .product-title-wrap {
    justify-content: space-between;
  }

  .product-block {
    flex-direction: column;
  }

  .roadmap-info-tile {
    min-width: 0;
  }

  .roadmap-info-tile.design-tile {
    inset: 110% auto auto;
  }

  .roadmap-info-tile.ideation-tile {
    left: auto;
    right: auto;
  }

  .roadmap-stage-master.ideation, .roadmap-stage-master.design {
    width: 100%;
  }

  .week-text {
    opacity: 0;
  }

  .roadmap-foreground {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

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

  .master-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .left-footer-bottom {
    text-align: center;
    align-items: center;
  }

  .master-footer-legal {
    text-align: center;
  }

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

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

  .grid-fourths.team-fourths-home-c {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-fourths.pricing-grid {
    min-width: 650px;
  }

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

  .tile-feature-transparent-fourths {
    padding-bottom: 2px;
  }

  .text-stat {
    font-size: 48px;
  }

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

  .number-tile.right {
    border-bottom: 1px #f0f0f0;
    border-right-style: none;
  }

  .wrap-numbers {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .logo-image {
    width: 22%;
    height: 31px;
  }

  .home-image-wrap {
    height: 66vw;
  }

  .student-wrap {
    grid-column-gap: 16px;
  }

  .cta-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .colored-block {
    max-width: 82%;
    height: 66vw;
  }

  .cta-block {
    padding: 32px;
  }

  .wrap-people-about-c {
    height: auto;
  }

  .grid-people-about-c {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-people.middle-image {
    display: none;
  }

  .gradient-people-about-c {
    height: 20%;
  }

  .left-faq {
    margin-bottom: 40px;
  }

  .contact-wrap {
    max-width: none;
  }

  .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 {
    background-color: var(--black);
    color: #f9f9f9;
    border-color: #fff;
  }

  .tech-stack-image {
    height: 48px;
  }

  .tech-stack-logo {
    width: 80px;
    height: 80px;
  }

  .single-scroll-over {
    padding: 40px;
  }

  .left-scroll-over {
    margin-bottom: 24px;
  }

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

  .image-wide-industry-c, .image-tall-industry-c {
    width: 50vw;
  }

  .team-card {
    max-width: none;
  }

  .team-card.movable-team {
    width: 46vw;
    max-width: none;
  }

  .wrap-compare {
    width: 100%;
    overflow: scroll;
  }

  .slider-benefits {
    width: 90%;
  }

  .benefit-card {
    padding: 24px;
  }

  .benefit-title {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .service-marquee-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .column-right-single-career, .column-left-single-career {
    padding: 0;
  }

  .master-blog-content {
    padding: 48px;
  }

  .master-account-form {
    padding: 32px;
  }

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

  .heading-wrap-logos-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

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

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

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

  .tile-template-details {
    padding: 24px;
  }

  .right-column-template-details {
    padding: 0;
  }

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

  .left-column-template-details {
    display: none;
  }

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

  .columns-template-details {
    flex-direction: column;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .flex-cta-sales {
    flex-wrap: wrap;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

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

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
    line-height: 125%;
  }

  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  h3 {
    font-size: 24px;
  }

  .nav-menu {
    width: 96%;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-brand-nav {
    height: 21px;
  }

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

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

  .section.hero-industry-c {
    padding-top: 140px;
  }

  .section.hero-product {
    padding-top: 80px;
  }

  .section.careers-section {
    padding-top: 140px;
  }

  .section.hero-account {
    padding-bottom: 160px;
  }

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

  .master-tag-and-text {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mega-h1 {
    font-size: 10.5vw;
  }

  .grid-thirds, .grid-thirds.icons-thirds {
    grid-template-columns: 1fr;
  }

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

  .product-title {
    width: auto;
    margin-right: 0;
  }

  .product-content-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-title-wrap {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .product-image {
    width: 80%;
    max-width: 90%;
    height: auto;
    margin-right: 0;
  }

  .product-image.full-width-image {
    margin-right: 0;
  }

  .roadmap-info-tile {
    padding: 16px;
  }

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

  .roadmap-foreground {
    padding: 16px;
  }

  .background-mockup-grey {
    padding-top: 50px;
  }

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

  .link-contact-tile {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px;
  }

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

  .form-input-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .footer-link {
    font-size: 18px;
  }

  .grid-footer {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .footer-grid {
    grid-row-gap: 12px;
    flex-direction: column;
  }

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

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

  .footer-contact {
    width: 100%;
    padding: 24px;
  }

  .right-footer-bottom {
    width: 100%;
  }

  .form-footer-newsletter {
    grid-row-gap: 16px;
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

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

  .subtitle {
    font-size: 22px;
  }

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

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

  .icon-play {
    width: 64px;
    height: 64px;
  }

  .wrap-mockup {
    border-radius: 4px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .space-64.product-space {
    height: 32px;
  }

  .big-text {
    font-size: 26px;
    line-height: 38px;
  }

  .logo-image {
    width: 35%;
  }

  .home-image-wrap {
    height: 78vw;
  }

  .check-list-item {
    font-size: 16px;
  }

  .check-list-wrap {
    grid-row-gap: 12px;
  }

  .student-wrap {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .student-wrap.gap-16, .block {
    text-align: center;
  }

  .colored-block {
    height: 78vw;
  }

  .cta-block {
    padding: 24px;
  }

  .trust-pilot-review {
    flex-wrap: wrap;
  }

  .trust-pilot-review.about-c-trsut-pilot {
    justify-content: center;
  }

  .grid-people-about-c {
    grid-template-columns: 1fr 1fr;
  }

  .expandable-single, .contact-quote-wrap {
    padding: 24px;
  }

  .contact-image, .track, .camera {
    height: auto;
  }

  .frame {
    grid-row-gap: 24px;
    flex-direction: column;
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-horizotnal-scroll-item {
    width: 100%;
  }

  .tile-horizontal-feature {
    padding: 32px;
  }

  .column-testimonials-vertical.second-column {
    display: none;
  }

  .left-testimonials {
    margin-bottom: 24px;
    padding-right: 1px;
  }

  .single-scroll-over {
    padding: 32px;
  }

  .image-wide-industry-c, .image-tall-industry-c {
    width: 60vw;
  }

  .image-about-c.unequal {
    width: 32vw;
  }

  .image-about-c.egual {
    width: 40vw;
  }

  .team-card.movable-team {
    width: 80vw;
  }

  .tile-pricing {
    padding: 52px 24px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 27vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 4.4vw;
    display: flex;
  }

  .tab-block {
    padding: 24px;
  }

  .wrap-career-tags {
    flex-wrap: wrap;
    justify-content: center;
  }

  .slider-benefits {
    width: 100%;
  }

  .apply-tile-career-single {
    grid-row-gap: 16px;
  }

  .column-right-single-career, .column-left-single-career {
    padding-left: 0;
    padding-right: 0;
  }

  .right-highlighted-blog, .column-blog-content {
    padding: 0;
  }

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

  .column-account-form {
    padding: 0;
  }

  .master-account-form {
    padding: 24px;
  }

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

  .form-block-newsletter {
    width: 100%;
  }

  .image-about-a.image-one {
    min-height: 250px;
  }

  .image-about-a.image-two {
    min-height: 340px;
  }

  .nav-contact {
    width: 100%;
    padding: 24px;
  }

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

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

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

  .wrap-button {
    padding: 16px;
  }

  .flex-cta-sales {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .sales-mockups-column.second-column {
    display: none;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .sales-mockups-column.first-column {
    display: none;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .included-card, .sales-card {
    padding: 24px;
  }

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

  .more-power-card {
    padding: 24px;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .img-hero {
    height: 100%;
    min-height: 260px;
  }
}

#w-node-c19350a0-9439-9af7-6ab3-9e2bf29bd222-7a1ae29b, #w-node-c19350a0-9439-9af7-6ab3-9e2bf29bd22b-7a1ae29b, #w-node-c19350a0-9439-9af7-6ab3-9e2bf29bd234-7a1ae29b, #w-node-_9fdb9650-29d5-1266-ffe8-c11510e72e82-7a1ae29b, #w-node-_9fdb9650-29d5-1266-ffe8-c11510e72e89-7a1ae29b, #w-node-_9fdb9650-29d5-1266-ffe8-c11510e72e90-7a1ae29b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fdb9650-29d5-1266-ffe8-c11510e72e98-7a1ae29b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d3586236-97d7-6619-bb9f-c4807229ccdb-7a1ae29b, #w-node-d3586236-97d7-6619-bb9f-c4807229cce1-7a1ae29b, #w-node-d3586236-97d7-6619-bb9f-c4807229cce7-7a1ae29b, #w-node-d3586236-97d7-6619-bb9f-c4807229cced-7a1ae29b, #w-node-d3586236-97d7-6619-bb9f-c4807229ccf3-7a1ae29b, #w-node-d3586236-97d7-6619-bb9f-c4807229ccf9-7a1ae29b, #w-node-d3586236-97d7-6619-bb9f-c4807229ccff-7a1ae29b, #w-node-d3586236-97d7-6619-bb9f-c4807229cd0b-7a1ae29b, #w-node-_698a6585-46ae-75be-b055-4213765ac694-7a1ae29b, #w-node-a4e46abd-0f0a-7f28-1055-ed4613562b66-13562b63, #w-node-a4e46abd-0f0a-7f28-1055-ed4613562b74-13562b63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4e46abd-0f0a-7f28-1055-ed4613562b93-13562b63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-cf20d4de-d895-db86-bfd2-5e672cfb1baf-2cfb1bad {
  place-self: center start;
}

#w-node-cf20d4de-d895-db86-bfd2-5e672cfb1bb1-2cfb1bad {
  place-self: stretch center;
}

#w-node-cf20d4de-d895-db86-bfd2-5e672cfb1c0a-2cfb1bad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfd3fd6a-44c0-d161-b8bb-95d63b4177e5-3b4177c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_7697e16c-cd83-cccf-f3a8-b07fa0005fc6-7a1ae2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_61f2c7d4-383a-b8f7-1a61-e2f0ee0b2d27-7a1ae2b0, #w-node-a4d7558c-f11b-cccb-a4f5-4ae9602bf8e9-7a1ae2b0, #w-node-a4d7558c-f11b-cccb-a4f5-4ae9602bf8f0-7a1ae2b0, #w-node-a4d7558c-f11b-cccb-a4f5-4ae9602bf8f7-7a1ae2b0, #w-node-a4d7558c-f11b-cccb-a4f5-4ae9602bf8fe-7a1ae2b0, #w-node-a5f40190-309a-f7b6-5b40-58dbd5a42267-7a1ae2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5f40190-309a-f7b6-5b40-58dbd5a4227c-7a1ae2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b2bf5ec3-e0eb-018d-d6b3-f4ad17ef4bd1-7a1ae2b8, #w-node-c6ccd9fb-4123-cbe5-0d74-3ea3df3b7cc5-7a1ae2b8, #w-node-_49da6cd3-d003-d244-a7fe-ac6fe9de73c3-7a1ae2b8, #w-node-_761c67f8-6f3b-35de-be46-fa81c379e30a-7a1ae2b8, #w-node-_37471fa4-933c-5b19-4d2f-bc0d752c2adb-7a1ae2b8, #w-node-_77260561-e150-1a0f-6795-35c4c0f96fad-7a1ae2b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c83f8ad6-d9d5-6a75-8ea8-0cb04e412321-7a1ae2b8, #w-node-c83f8ad6-d9d5-6a75-8ea8-0cb04e412322-7a1ae2b8, #w-node-c83f8ad6-d9d5-6a75-8ea8-0cb04e412323-7a1ae2b8, #w-node-c83f8ad6-d9d5-6a75-8ea8-0cb04e412324-7a1ae2b8, #w-node-c83f8ad6-d9d5-6a75-8ea8-0cb04e412325-7a1ae2b8, #w-node-c83f8ad6-d9d5-6a75-8ea8-0cb04e412326-7a1ae2b8, #w-node-c83f8ad6-d9d5-6a75-8ea8-0cb04e412327-7a1ae2b8, #w-node-c83f8ad6-d9d5-6a75-8ea8-0cb04e412328-7a1ae2b8, #w-node-c83f8ad6-d9d5-6a75-8ea8-0cb04e412329-7a1ae2b8, #w-node-c83f8ad6-d9d5-6a75-8ea8-0cb04e41232a-7a1ae2b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d3f402b-a990-e712-12e7-ce84069fdf7f-7a1ae2be, #w-node-_7d3f402b-a990-e712-12e7-ce84069fdf83-7a1ae2be, #w-node-_7d3f402b-a990-e712-12e7-ce84069fdf87-7a1ae2be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d3f402b-a990-e712-12e7-ce84069fdf9a-7a1ae2be, #w-node-_092a5176-3794-547d-659d-2ab3aead7af0-7a1ae2be, #w-node-_80a9be1a-504d-de67-6925-1d569371401c-7a1ae2be, #w-node-a48a8236-1b73-5177-fae6-41d126aede9c-7a1ae2be, #w-node-_792671ed-887d-f344-bf1a-4f50a85d1027-7a1ae2be, #w-node-c288a528-e8eb-193b-b96c-1132588ba40c-7a1ae2be, #w-node-d2a2cfc5-f34f-2526-36a4-862ece8b041d-7a1ae2be, #w-node-c2de60f5-5a0d-4d0a-203d-bbf8228f011a-7a1ae2be, #w-node-_34cd4ab7-2b47-cb1f-49ee-ba278d793bed-7a1ae2be, #w-node-c504c552-9f52-78d1-d731-b2903285b2bf-7a1ae2be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d3f402b-a990-e712-12e7-ce84069fdfb1-7a1ae2be, #w-node-_7d3f402b-a990-e712-12e7-ce84069fdfb6-7a1ae2be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a4e46abd-0f0a-7f28-1055-ed4613562b93-13562b63 {
    grid-column: span 2 / span 2;
  }

  #w-node-cf20d4de-d895-db86-bfd2-5e672cfb1c06-2cfb1bad {
    justify-self: end;
  }

  #w-node-a5f40190-309a-f7b6-5b40-58dbd5a4227c-7a1ae2b0 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9fdb9650-29d5-1266-ffe8-c11510e72e98-7a1ae29b {
    grid-column: span 1 / span 1;
  }

  #w-node-cf20d4de-d895-db86-bfd2-5e672cfb1c06-2cfb1bad {
    justify-self: end;
  }

  #w-node-a5f40190-309a-f7b6-5b40-58dbd5a4227c-7a1ae2b0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4e46abd-0f0a-7f28-1055-ed4613562b93-13562b63 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}