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

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

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

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  background-color: #0d0f19;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #c2c3c5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

a {
  font-family: Inter, sans-serif;
  color: #c2c3c5;
  font-weight: 700;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 22px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 22px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 4px;
  font-family: Questrial;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 24px;
  border-left: 5px solid #303fe1;
  background-color: #20222b;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 500;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.greyscale-title {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-subtitle {
  margin-top: 10px;
  color: #8f9193;
  text-align: center;
}

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

.container.nav-flex {
  display: flex;
  align-items: center;
}

.container.hero-flex-horizontal {
  display: flex;
  align-items: center;
}

.container.hero-flex-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grayscale-block {
  height: 88px;
  flex: 1;
  background-color: #fff;
}

.grayscale-block._10 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0.1;
}

.grayscale-block._30 {
  opacity: 0.3;
}

.grayscale-block._40 {
  opacity: 0.4;
}

.grayscale-block._60 {
  opacity: 0.6;
}

.grayscale-block._90 {
  opacity: 0.9;
}

.grayscale-block._70 {
  opacity: 0.7;
}

.grayscale-block._80 {
  opacity: 0.8;
}

.grayscale-block._50 {
  opacity: 0.5;
}

.grayscale-block._100 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.grayscale-block._20 {
  opacity: 0.2;
}

.headings-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.button-block {
  display: flex;
  height: 176px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
}

.heading-block {
  margin-bottom: 24px;
  flex: 1;
}

.style-guide-block-title {
  padding: 32px 104px;
  background-color: #1c1e27;
}

.color-block-wrapper {
  width: 20%;
  margin-right: 28px;
  margin-left: 28px;
  border-radius: 4px;
}

.greyscale-block-wrapper {
  display: flex;
  width: 100%;
  border-radius: 4px;
}

.buttons-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  flex-direction: row;
  justify-content: center;
}

.filled-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #303fe1;
  border-radius: 4px;
  background-color: #303fe1;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: capitalize;
}

.filled-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #303fe1;
}

.filled-btn.no-margin-top {
  margin-top: 0px;
}

.filled-btn.no-margin-top.no-margin-right {
  margin-right: 0px;
  flex: 0 0 auto;
  text-align: center;
}

.filled-btn.full-width {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
}

.filled-btn.utility {
  margin-top: 32px;
  margin-right: 0px;
}

.filled-btn.pricing-table {
  margin-top: 0px;
  margin-right: 0px;
}

.style-guide-title {
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.style-guide-title.margin-bottom {
  margin-bottom: 24px;
}

.style-guide-block-wrapper {
  overflow: hidden;
  margin-bottom: 80px;
  border: 1px solid transparent;
  border-radius: 16px;
}

.style-guide-block-wrapper.last {
  margin-bottom: 0px;
}

.greyscales-wrapper {
  display: flex;
  width: 100%;
  margin-top: 56px;
  flex-direction: column;
  justify-content: center;
}

.style-guide-block {
  display: flex;
  padding: 80px 104px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1c1e27;
}

.style-guide-block.block {
  display: block;
}

.color-title {
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.color-title.margin-bottom {
  margin-bottom: 10px;
}

.colors-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  flex-direction: row;
  justify-content: center;
}

.colors-wrapper.last {
  margin-bottom: 0px;
}

.section {
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #0d0f19;
}

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

.section.testimonial-bg {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.with-header {
  padding-top: 104px;
}

.section.with-header.grey-bg {
  background-color: #151720;
}

.section.video-bg {
  position: relative;
  min-height: 720px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 320px;
  padding-bottom: 320px;
}

.section.about-video-bg {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.no-padding-top {
  padding-top: 0px;
}

.button-block-wrapper {
  width: 33.334%;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
}

.color-block {
  height: 88px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
}

.color-block.paragraph {
  background-color: #c2c3c5;
}

.color-block.white {
  background-color: #fff;
}

.color-block.vulcan {
  background-color: #0d0f19;
}

.color-block.paragraphs {
  background-color: #5b5d63;
}

.color-block.royal-blue {
  background-color: #303fe1;
}

.color-block.vulcan-shade-1 {
  background-color: #151720;
}

.color-block.vulcan-shade-2 {
  background-color: #1c1e27;
}

.color-block.vulcan-shade-3 {
  background-color: #20222b;
}

.heading-subtitle {
  padding-left: 4px;
  color: #8f9193;
  font-size: 14px;
  line-height: 20px;
}

.heading-subtitle.no-padding {
  padding-left: 0px;
}

.hero-section {
  padding-top: 180px;
  padding-bottom: 120px;
  flex-direction: row;
  align-items: center;
}

.hero-section.grey {
  background-color: #151720;
}

.hero-section.grey.relative {
  position: relative;
}

.nav-link-wrap {
  margin-right: 8px;
  padding: 24px 8px;
  flex-direction: column;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link-wrap.dropdown {
  z-index: 0;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.menu-button {
  position: relative;
  /* margin-right: -16px; */
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  background-color: transparent;
}

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

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: flex;
  height: 80px;
  align-items: center;
  background-color: #0d0f19;
}

.brand {
  display: block;
  flex: 1;
}

.brand.margin-bottom {
  margin-bottom: 10px;
  flex: 0 0 auto;
}

.brand.margin-bottom.w--current {
  flex: 0 0 auto;
}

.nav-menu {
  z-index: 1;
}

.hero-left {
  z-index: 2;
  width: 50%;
  padding-right: 8.333%;
  flex-direction: column;
}

.hero-right {
  position: relative;
  z-index: 1;
  width: 50%;
}

.arrow-btn {
  display: inline-block;
  margin-top: 24px;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow-btn.left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.arrow-btn.right {
  display: flex;
  flex-direction: row;
}

.nav-links-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.half-div {
  width: 50%;
  padding-right: 8.333%;
}

.half-div.featured-projects {
  display: flex;
  min-height: 50vh;
  padding-top: 0%;
  padding-bottom: 0%;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.half-div.featured-projects {
  display: flex;
  min-height: 50vh;
  padding-top: 0%;
  padding-bottom: 0%;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.half-div.no-padding-right {
  padding-right: 0%;
}

.project-rich-text img {
  margin-top: 32px;
}

.project-rich-text figcaption {
  margin-bottom: 32px;
}

.featured-work-link-block {
  width: 50%;
}

.featured-work-link-block.featured-projects {
  display: flex;
  width: 100%;
  min-height: 50vh;
  padding-top: 0%;
  padding-bottom: 0%;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.nav-menu-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-btn-wrapper {
  display: flex;
  margin-left: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex: 0 0 auto;
}

.close-overlay-button {
  position: absolute;
  display: none;
  align-items: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer {
  position: relative;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 2%;
  padding-left: 2%;
  flex-direction: column;
  align-items: center;
  background-color: #151720;
}

.footer.vulcan {
  background-color: #0d0f19;
}

.copyright-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.copyright-text {
  font-family: 'Space Grotesk', sans-serif;
  color: #c2c3c5;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.copyright-text.white {
  color: #fff;
}

.copyright-text.white {
  color: #fff;
}

.copyright-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.nav-link-wrap-2 {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  align-items: center;
  transform: translate(0px, 0px);
  transition: transform 400ms cubic-bezier(.77, 0, .175, 1);
  font-family: Questrial;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-wrap-2:hover {
  transform: translate(20px, 0px);
}

.muted-text {
  display: inline-block;
  flex-direction: row;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
}

.text-field {
  height: 48px;
  padding: 10px 16px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #20222b;
  transition: background-color 300ms ease, border-color 300ms ease;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-field:hover {
  border-color: #303fe1;
}

.text-field:focus {
  border-color: #303fe1;
  background-color: #151720;
}

.text-field::-moz-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field.margin-top {
  margin-top: 24px;
}

.text-field.big {
  height: 56px;
}

.text-field.min-height {
  height: auto;
  min-height: 120px;
}

.text-field.min-height.upload-field {
  border-style: dashed;
  border-width: 2px;
  border-color: #20222b;
  background-color: transparent;
  /* background-image: url('../images/max-upload-size.svg'); */
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.text-field.select {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.utility-page-content {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.utility-icons {
  height: 64px;
}

.utility-title {
  margin-top: 32px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
}

.logo.in-footer {
  max-height: 48px;
}

.service-block {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 48px;
  text-align: center;
}

.page-title.section-header {
  margin-bottom: 16px;
}

.page-title.section-header.on-integration-page {
  margin-right: 10px;
}

.style-guide-title-2 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.section-header {
  margin-bottom: 80px;
}

.changelog-text-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.changelog-text {
  margin-bottom: 10px;
  text-align: center;
}

.changelog-text.margin-bottom {
  margin-bottom: 48px;
}

.subheading {
  display: inline-block;
  margin-bottom: 10px;
  flex-direction: row;
  align-items: center;
  font-family: Inter, sans-serif;
  color: #303fe1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.outlined-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #303fe1;
  border-radius: 4px;
  background-color: transparent;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: capitalize;
}

.outlined-btn:hover {
  border-color: #303fe1;
  background-color: #303fe1;
  color: #fff;
}

.outlined-btn.no-margin-top {
  margin-top: 0px;
  flex: 0 0 auto;
}

.outlined-btn.no-margin-top.no-margin-right {
  margin-right: 0px;
  text-align: center;
}

.outlined-btn.full-width {
  width: 100%;
  margin-right: 0px;
}

.outlined-btn.full-width.google-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.outlined-btn.to-top-btn {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 48px;
  height: 48px;
  margin: 0px 24px 24px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.outlined-btn.pricing-table {
  margin-top: 0px;
  margin-right: 0px;
}

.filled-btn-arrow {
  display: flex;
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 16px 10px 20px;
  flex-direction: row;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #303fe1;
  border-radius: 4px;
  background-color: #303fe1;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: capitalize;
}

.filled-btn-arrow.no-margin-top {
  margin-top: 0px;
  flex: 0 0 auto;
}

.filled-btn-arrow.no-margin-top.no-margin-right {
  margin-right: 0px;
  text-align: center;
}

.filled-btn-arrow-text {
  margin-right: 8px;
  flex: 0 0 auto;
}

.filled-btn-arrow-icon {
  height: 12px;
}

.filled-btn-arrow-icon.in-blog-list-view {
  display: block;
  height: 8px;
  margin-top: 2px;
}

.btn-arrow {
  display: flex;
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: capitalize;
}

.btn-arrow.no-margin-top {
  margin-top: 0px;
  flex: 0 0 auto;
}

.btn-arrow.no-margin-top.no-margin-right {
  margin-right: 0px;
  text-align: center;
}

.btn-arrow.in-blog-list-view {
  position: absolute;
  bottom: 10px;
  margin-top: 0px;
  margin-right: 0px;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}

.btn-arrow.in-job-listing-card {
  margin-top: 40px;
}

.btn-arrow-text {
  margin-right: 8px;
  flex: 0 0 auto;
}

.page-header {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #20222b;
}

.page-header.relative {
  position: relative;
}

.transparent-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: flex;
  height: 80px;
  background-color: transparent;
}

.section-title {
  max-width: 50%;
  margin: 0px auto 16px;
  font-size: 42px;
  line-height: 48px;
}

.section-title.no-margin-bottom {
  margin-bottom: 0px;
}

.section-title.center {
  margin-bottom: 24px;
  text-align: center;
}

.section-title.center.no-margin-bottom {
  margin-bottom: 0px;
}

.section-title.in-half-div {
  max-width: none;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.section-title.in-one-third-div {
  max-width: none;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 54px;
}

.section-title.no-max-width {
  max-width: none;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 54px;
}

.section-title.on-intro-page {
  max-width: none;
  font-size: 54px;
  line-height: 60px;
}

.section-subtitle {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.components-header {
  margin-bottom: 32px;
  padding: 24px 32px;
  border-radius: 8px;
  background-color: #151720;
}

.hero-title {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin-top: 0px;
  font-size: 75px;
  line-height: 85px;
}

.hero-title.center {
  display: block;
  width: 80%;
  max-width: 100%;
  float: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-title.medium {
  font-size: 60px;
  line-height: 66px;
}

.hero-btn-container {
  display: flex;
  margin-top: 64px;
  align-items: center;
}

.hero-btn-container.center {
  margin-top: 48px;
  justify-content: center;
}

.text-btn {
  display: flex;
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: capitalize;
}

.text-btn.no-margin-top {
  margin-top: 0px;
  flex: 0 0 auto;
}

.text-btn-icon {
  margin-right: 8px;
}

.hero-top {
  z-index: 2;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  flex-direction: column;
  align-items: center;
  flex: 0 auto;
  text-align: center;
}

.hero-bottom {
  z-index: 0;
  width: 100%;
}

.inline-form {
  display: flex;
  align-items: flex-start;
}

.submit-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #303fe1;
  border-radius: 4px;
  background-color: #303fe1;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: capitalize;
}

.submit-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #303fe1;
}

.submit-btn.no-margin-top {
  height: 56px;
  margin-top: 0px;
  margin-left: 24px;
}

.hero-email-form {
  margin-top: 48px;
  margin-bottom: 0px;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-block {
  padding: 48px 32px 56px;
  border-radius: 8px;
  background-color: #151720;
}

.feature-block.no-bg {
  background-color: transparent;
}

.feature-block.no-bg.no-padding {
  padding: 0px;
}

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

.feature-title {
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.features-flex {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  align-items: center;
}

.feature-title-large {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 54px;
}

.features-text-block {
  z-index: 2;
  width: 50%;
  margin-bottom: 0px;
  flex-direction: column;
}

.features-text-block.left {
  padding-right: 8.333%;
  align-self: flex-start;
  flex: 0 auto;
}

.features-text-block.right {
  padding-left: 8.333%;
  align-self: flex-start;
}

.features-img-block {
  z-index: 0;
  width: 50%;
}

.feature-tabs {
  display: block;
  width: 100%;
  padding: 16px 32px;
  border-top: 4px solid #20222b;
  background-color: #0d0f19;
}

.feature-tabs.w--current {
  background-color: transparent;
}

.feature-nav-tabs-wrapper {
  display: flex;
  margin-top: 48px;
}

.feature-text {
  color: #c2c3c5;
}

.tab-progress-bar {
  position: absolute;
  left: 0px;
  top: -4px;
  z-index: 1;
  width: 100%;
  height: 4px;
  background-color: #303fe1;
}

.tab-image {
  max-width: 66.6667%;
  border-radius: 8px;
}

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

.feature-tabs-wrapper {
  margin-top: 48px;
}

.metrics-title {
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
}

.metrics-text {
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.metric-block {
  display: flex;
  width: 100%;
  margin-right: 16px;
  margin-left: 16px;
  padding: 40px 32px;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background-color: #151720;
}

.metric-block.stack-row {
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
}

.metric-icon-block {
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #303fe1;
}

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

.metric-icon.offset {
  margin-right: -4px;
}

.metrics {
  display: flex;
  justify-items: stretch;
  align-items: center;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.half-section-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.half-section-flex.center-horizontal {
  align-items: center;
}

.metric-row {
  margin-right: 12px;
  margin-left: 12px;
  flex: 1;
}

.metric-row.horizontal {
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}

.testimonial-bg-img-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.testimonial-bg-img {
  width: 100%;
  max-width: none;
}

.testimonial-card {
  position: relative;
  z-index: 1;
  min-height: 280px;
  margin-right: 80px;
  border-radius: 8px;
}

.testimonial-avatar-block {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  border-radius: 50%;
}

.testimonial-avatar.avatar-1 {
  /* background-image: url('../images/avatar-2.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-avatar.avatar-2 {
  margin-right: 16px;
  /* background-image: url('../images/avatar-3.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-avatar.avatar-3 {
  margin-right: 16px;
  /* background-image: url('../images/man-avatar-4.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-avatar.avatar-4 {
  margin-right: 16px;
  /* background-image: url('../images/woman-avatar-1.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-avatar.avatar-5 {
  margin-right: 16px;
  /* background-image: url('../images/man-avatar-3.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.testimonial-name-subline {
  font-family: 'Space Grotesk', sans-serif;
  color: #c2c3c5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.testimonial-stars {
  margin-bottom: 16px;
}

.testimonial-slider {
  z-index: 1;
  height: 100%;
  max-width: 41.6667%;
  margin-left: 8.3334%;
  padding: 40px;
  border-radius: 8px;
  background-color: rgba(13, 15, 25, 0.95);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.testimonial-paragraph.min-height {
  min-height: 130px;
}

.testimonial-slide-nav {
  left: 40px;
  right: auto;
  bottom: 40px;
  padding-top: 20px;
  font-size: 10px;
  text-align: left;
}

.testimonial-slide-nav.hide {
  display: none;
}

.testimonial-slider-arrow-right {
  top: auto;
  right: 40px;
  bottom: 40px;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
}

.testimonial-slider-arrow-left {
  left: auto;
  top: auto;
  right: 80px;
  bottom: 40px;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 0px;
  margin-left: 0px;
  align-items: center;
  opacity: 0.5;
  transition: opacity 300ms ease;
}

.testimonial-slider-arrow-left:hover {
  opacity: 1;
}

.rating-icons {
  width: 24px;
  height: 24px;
}

.component-section {
  z-index: 1;
  padding-top: 120px;
  background-color: #0d0f19;
}

.testimonial-slider-v2 {
  z-index: 1;
  height: 100%;
  margin-top: 48px;
  padding-bottom: 72px;
  background-color: transparent;
}

.testimonial-card-v2 {
  position: relative;
  z-index: 1;
  padding: 40px 32px 96px;
  border-radius: 32px 32px 50px 50px;
  background-color: #151720;
}

.testimonial-avatar-block-v2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  border-radius: 50px;
  background-color: #1c1e27;
}

.testimonial-card-wrap {
  position: relative;
  z-index: 1;
  width: 33.3334%;
  padding-right: 16px;
  padding-left: 16px;
}

.testimonial-slider-arrow-right-v2 {
  top: auto;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
}

.testimonial-slider-arrow-left-v2 {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 0px;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 0px;
  margin-left: 0px;
  align-items: center;
  opacity: 0.5;
  transition: opacity 300ms ease;
}

.testimonial-slider-arrow-left-v2:hover {
  opacity: 1;
}

.testimonial-name-subline-v2 {
  font-family: 'Space Grotesk', sans-serif;
  color: #c2c3c5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.pricing-price {
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.pricing-price.v2 {
  font-size: 36px;
  line-height: 42px;
}

.pricing-card-content {
  display: block;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.pricing-card-content.middle {
  padding-right: 36px;
  padding-left: 36px;
}

.pricing-card-header {
  position: relative;
  display: flex;
  padding: 24px 0px;
  flex-direction: column;
  align-items: center;
}

.pricing-card-header.table {
  z-index: 2;
  padding: 32px 32px 16px;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #151720;
}

.pricing-card-header.table.middle {
  border-radius: 0px;
  background-color: #20222b;
}

.pricing-card-wrapper {
  padding-right: 12px;
  padding-left: 12px;
}

.pricing-title {
  z-index: 4;
  margin-bottom: 24px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.pricing-title.table {
  margin-bottom: 10px;
}

.pricing-card {
  position: relative;
  border-radius: 16px;
  background-color: #151720;
  box-shadow: 0 8px 20px 1px rgba(11, 16, 51, 0.15);
  transform: none;
  transition: transform 300ms ease, box-shadow 300ms ease;
  cursor: default;
}

.pricing-card.middle {
  margin-top: -24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 4px;
  border-color: #303fe1;
  background-color: #1c1e27;
}

.toggle-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: 'Space Grotesk', sans-serif;
  color: rgba(11, 16, 51, 0.5);
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.toggle-text.monthly {
  padding-right: 8px;
  color: #fff;
}

.toggle-text.annually {
  padding-left: 8px;
  color: #fff;
}

.toggle-bg {
  position: relative;
  width: 240px;
  height: 56px;
  margin-right: 16px;
  margin-left: 16px;
  border-radius: 8px;
  background-color: #151720;
  perspective: 1000px;
  transform: perspective(1000px);
}

.toggle-bg.v2 {
  margin-right: 0px;
  margin-left: 0px;
}

.toggle-bg.table {
  width: 192px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #20222b;
}

.pricing-small-text {
  color: #5b5d63;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.pricing-small-text.v2 {
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.pricing-small-text.v2.custom-pricing {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.pricing-card-btn-container {
  display: flex;
  margin-right: -24px;
  margin-left: -24px;
  padding-top: 32px;
  padding-bottom: 24px;
  justify-content: center;
}

.pricing-card-btn-container.table {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 32px;
}

.toggle-btn {
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  z-index: 0;
  display: block;
  width: 112px;
  height: 40px;
  border-radius: 4px;
  background-color: #20222b;
}

.toggle-btn.table {
  width: 88px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.pricing-row-text {
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.pricing-row-text.muted {
  color: #5b5d63;
}

.pricing-icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  flex: 0 0 auto;
  /* background-image: url('../images/Check-blue.svg'); */
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.pricing-icon.not-included {
  /* background-image: url('../images/Cross-Mute.svg'); */
  background-size: 12px;
}

.pricing-icon.table {
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
}

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

.toggle-wrapper.v2 {
  margin-top: 48px;
  justify-content: flex-start;
}

.toggle-wrapper.v2.mobile {
  display: none;
}

.toggle-wrapper.table {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 25%;
  padding: 32px 16px;
  flex: 0 0 auto;
  background-color: #151720;
}

.pricing-card-row {
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 2px;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.pricing-card-row.last {
  margin-bottom: 32px;
  border-bottom-style: none;
}

.pricing-card-row.center {
  justify-content: center;
  align-items: stretch;
}

.pricing-columns {
  margin-top: 56px;
}

.pricing-card-price-block {
  position: relative;
  margin-right: -8px;
}

.pricing-card-price-block.table {
  margin-right: 10px;
}

.pricing-currency {
  position: absolute;
  left: -10px;
  top: -4px;
  font-family: 'Space Grotesk', sans-serif;
  color: #5b5d63;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.pricing-currency.v2 {
  left: -12px;
  top: 0px;
  font-size: 16px;
  line-height: 22px;
}

.pricing-label {
  position: absolute;
  left: 50%;
  top: 0px;
  display: block;
  padding: 4px 10px;
  border-radius: 0px 0px 8px 8px;
  background-color: #303fe1;
  transform: translate(-50%, 0px);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.pricing-label.table {
  left: auto;
  top: 32px;
  right: 32px;
  border-radius: 4px;
  transform: none;
}

.pricing-wrapper-v2 {
  width: 66.6667%;
  margin-top: -32px;
}

.one-third-div {
  width: 33.3334%;
  padding-right: 32px;
}

.one-third-div.no-padding-right {
  padding-right: 0px;
}

.one-third-div.on-intro-page {
  position: relative;
  z-index: 1;
  margin-top: -24px;
}

.pricing-v2-flex {
  display: flex;
  align-items: flex-start;
}

.pricing-discount-label {
  position: absolute;
  top: 32px;
  right: 40px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.pricing-discount-label.in-popular {
  top: 8px;
}

.pricing-table-content {
  position: relative;
  z-index: 1;
  padding-right: 32px;
  padding-left: 32px;
}

.pricing-table-section-title {
  padding-left: 32px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.pricing-table-price-block {
  display: flex;
  margin-bottom: 16px;
  padding-left: 16px;
  align-items: center;
}

.pricing-table-price-block.custom-pricing {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.highlighted-pricing-table-row {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 25%;
  background-color: #20222b;
}

.video-play-btn {
  position: relative;
  z-index: 1;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background-color: #303fe1;
}

.video-play-btn.smaller {
  width: 56px;
  height: 56px;
}

.video-play-icon {
  width: 20px;
  height: auto;
}

.video-play-icon.smaller {
  width: 16px;
}

.video-bg-circle {
  position: absolute;
  left: -12px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  z-index: -1;
  border-radius: 100px;
  background-color: rgba(48, 63, 225, 0.5);
}

.video-bg-circle.smaller {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

.video-bg-img {
  width: 100%;
  max-width: none;
}

.video-bg-img-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}

.video-bg-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(13, 15, 25, 0.3);
}

.promo-video-wrapper {
  display: flex;
  min-height: 320px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  /* background-image: linear-gradient(180deg, rgba(13, 15, 25, 0.3), rgba(13, 15, 25, 0.3)), url('../images/young-tech-worker-talking-at-meeting1.jpg'); */
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.video-feature-columns {
  margin-top: 48px;
}

.faq-wrapper {
  width: 50%;
}

.faq-wrapper.full-width {
  width: 100%;
  margin-top: 48px;
}

.faq-dropdown {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #151720;
  transition: transform 300ms ease;
}

.faq-dropdown:hover {
  transform: translate(0px, -2px);
}

.faq-dropdown-toggle {
  display: flex;
  padding: 12px;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.faq-dropdown-toggle.full-width {
  padding: 16px;
}

.faq-icon-block {
  position: relative;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #20222b;
}

.faq-flex-wrapper {
  display: flex;
  align-items: flex-start;
}

.faq-dropdown-list {
  position: static;
  background-color: #151720;
}

.faq-dropdown-list.w--open {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.faq-icon-line {
  width: 16px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
}

.faq-icon-line.rotate {
  position: absolute;
  transform: rotate(90deg);
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 64px;
}

.faq-title {
  max-width: 100%;
  white-space: normal;
}

.faq-title.large {
  font-size: 18px;
  line-height: 24px;
}

.blog-listing-grid {
  display: block;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-post-listing-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-post-wrapper {
  flex: 1;
  border-radius: 8px;
}

.blog-post-wrapper.on-team-page {
  width: 50%;
  flex: 0 0 auto;
}

.blog-post-listing-content {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  text-decoration: none;
}

.blog-listing-title {
  z-index: 1;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.blog-listing-title.v2 {
  font-size: 24px;
  line-height: 30px;
}

.blog-listing-title.in-sidebar {
  font-size: 16px;
  line-height: 20px;
}

.page-header-img-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -24px;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(13, 15, 25, 0.05), rgba(13, 15, 25, 0.5) 50%, #0d0f19 103%);
}

.page-header-img-overlay.list-view {
  bottom: 0px;
  background-image: linear-gradient(180deg, rgba(13, 15, 25, 0.5), rgba(13, 15, 25, 0.5));
}

.page-header-img-overlay.no-overflow {
  bottom: 0px;
}

.blog-info-block {
  z-index: 1;
  display: flex;
  align-items: center;
}

.blog-category-label {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.blog-category-label.list-view {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
}

.blog-category-label.on-blog-page {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 22px;
}

.blog-category-label.margin-top {
  margin-top: 10px;
}

.blog-date-and-author-block {
  display: flex;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.blog-date-and-author-block.on-blog-page {
  padding: 16px 24px;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-size: 16px;
  line-height: 22px;
}

.blog-date-and-author-block.on-job-listing-page {
  padding: 16px 24px;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-size: 16px;
  line-height: 22px;
}

.blog-date-and-author-block.on-job-listing-page.inline {
  display: inline-block;
  margin-bottom: 24px;
}

.blog-date-and-author-text {
  display: inline-block;
  margin-right: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
}

.blog-date-and-author-text.mute {
  color: hsla(0, 0%, 100%, 0.75);
}

.blog-date-and-author-text.on-blog-page {
  margin-right: 6px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 500;
}

.blog-date-and-author-text.on-blog-page.last {
  margin-right: 0px;
}

.featured-label {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  border-radius: 4px;
  background-color: #303fe1;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.featured-label.list-view {
  left: 16px;
  top: 48px;
  right: auto;
  z-index: 2;
}

.featured-label.list-view.in-sidebar {
  left: 10px;
  top: 10px;
}

.empty-state {
  padding: 16px;
  border-radius: 4px;
  background-color: #151720;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
}

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

.empty-state.dark {
  background-color: #0d0f19;
}

.btn-container {
  display: flex;
  margin-top: 48px;
  align-items: center;
}

.btn-container.center {
  justify-content: center;
}

.blog-post-img {
  position: relative;
  z-index: 0;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-post-img.v2 {
  min-height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-post-img.list-view {
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-post-listing-img-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.blog-post-listing-img-wrapper.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-post-listing-img-wrapper.list-view {
  position: absolute;
  right: auto;
  display: flex;
  overflow: hidden;
  width: 41.6667%;
  justify-content: center;
  align-items: center;
}

.blog-post-listing-img-wrapper.list-view.in-sidebar {
  position: relative;
}

.blog-info-wrap {
  position: relative;
  z-index: 1;
}

.blog-info-wrap.list-view {
  position: absolute;
  left: 41.6667%;
  top: 0px;
  bottom: 0px;
  padding: 24px 24px 48px;
}

.blog-info-wrap.list-view.in-sidebar {
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
}

.blog-listing-grid-v2 {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-listing-grid-v2 {
  display: -ms-grid;
  display: grid;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-post-listing-content-v2 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 384px;
  padding: 32px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  text-decoration: none;
}

.blog-post-listing-content-v2.margin-bottom {
  margin-bottom: 24px;
}

.blog-post-list-view-content {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 180px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  background-color: #151720;
  text-decoration: none;
}

.blog-post-list-view-content.in-sidebar {
  max-height: 180px;
  min-height: auto;
}

.blog-list-half-wrapper {
  display: flex;
  align-items: flex-start;
}

.blog-list-half-collection {
  flex: 1;
}

.cta-block {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
  border-radius: 24px;
  background-color: #20222b;
}

.cta-block.v3 {
  padding-bottom: 0px;
  align-items: center;
}

.cta-block.v2 {
  padding-right: 80px;
  padding-left: 80px;
  flex-direction: row;
  align-items: center;
}

.cta-block.hiring {
  align-items: center;
}

.cta-title {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
}

.cta-title.v2 {
  max-width: 100%;
  margin-left: 0px;
  text-align: left;
}

.cta-img {
  position: relative;
  bottom: -120px;
  display: block;
  max-width: 50%;
  margin-top: -72px;
  border-radius: 8px;
}

.cta-img.v2 {
  bottom: auto;
  margin-top: 0px;
}

.faq-full-width-wrapper {
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.integration-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.integration-block {
  width: 100%;
  height: 100%;
  padding: 32px;
  border-radius: 8px;
  background-color: #151720;
  text-decoration: none;
}

.integration-avatar {
  width: 56px;
  height: 56px;
}

.integration-title {
  margin-left: 16px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.integration-flex-wrap {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}

.brand-wrapper {
  overflow: hidden;
  padding-right: 100px;
  flex: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.hiring-label {
  display: inline-block;
  margin-left: 16px;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #303fe1;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.hiring-label.in-cta {
  margin-bottom: 16px;
}

.page-header-title {
  margin-top: 0px;
  margin-bottom: 48px;
  text-align: center;
}

.page-header-title.no-margin-bottom {
  margin-bottom: 0px;
}

.page-header-flex-wrap {
  display: flex;
  max-width: 50%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-header-flex-wrap.no-margin-bottom {
  margin-bottom: 0px;
}

.page-header-img {
  display: block;
}

.container-small {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 83.33333333333334%;
  margin-right: auto;
  margin-left: auto;
}

.container-small.show-overflow {
  overflow: visible;
}

.container-small.not-relative {
  position: static;
}

.page-header-cut-out {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 20%;
  background-color: #0d0f19;
}

.blog-post-recommended-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-header-img-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-height: 640px;
  max-width: 83.33333333333334%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 24px;
  background-color: #1c1e27;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-paragraph {
  margin-bottom: 0px;
}

.team-members-collection-list {
  margin-top: 48px;
}

.team-member-card {
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 8px;
  background-color: #151720;
}

.team-members-flex-wrap {
  display: flex;
  margin-top: 48px;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-member-card-wrap {
  display: flex;
  width: 25%;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-member-avatar {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  border-radius: 80px;
}

.team-member-avatar.on-team-page {
  width: 120px;
  height: 120px;
}

.team-member-title {
  margin-bottom: 4px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.team-member-title.link:hover {
  text-decoration: underline;
}

.team-member-job-title {
  font-family: 'Space Grotesk', sans-serif;
  color: #c2c3c5;
  font-weight: 500;
  text-align: center;
}

.team-member-job-title.on-member-page {
  font-size: 24px;
  line-height: 30px;
}

.team-member-social-block {
  display: flex;
  margin-top: 48px;
  justify-content: space-around;
}

.team-member-social {
  width: 48px;
  height: 48px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 4px;
  background-color: #20222b;
  transition: transform 300ms ease, background-color 300ms ease;
}

.team-member-social:hover {
  background-color: #1c1e27;
  transform: translate(0px, -4px);
}

.team-member-social.fb {
  /* background-image: url('../images/facebook-icon-white.svg'); */
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.team-member-social.twitter {
  /* background-image: url('../images/twitter-icon-white.svg'); */
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.team-member-social.insta {
  /* background-image: url('../images/instagram-icon-white.svg'); */
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.about-bg-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.about-quote-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}

.about-quote-card {
  position: relative;
  z-index: 1;
  padding: 48px;
  border-radius: 8px;
  background-color: rgba(13, 15, 25, 0.95);
}

.about-quote-avatar {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  border-radius: 80px;
}

.about-quote {
  margin-top: 0px;
  margin-bottom: 48px;
  padding: 0px;
  border-left-style: none;
  background-color: transparent;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.about-quote-author-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.about-quote-author-title.mute {
  color: #c2c3c5;
  font-size: 16px;
  line-height: 22px;
}

.companies-flex-wrapper {
  display: flex;
  align-items: center;
}

.companies-half-grid {
  display: -ms-grid;
  display: grid;
  width: 75%;
  padding-left: 8.3334%;
  -ms-grid-row-align: center;
      align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.company-grid-img {
  max-height: 40px;
}

.companies-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 48px;
  -ms-grid-row-align: center;
      align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.job-listing-card {
  display: block;
  margin-bottom: 24px;
  padding: 40px;
  border-radius: 8px;
  background-color: #151720;
  transition: background-color 300ms ease;
}

.job-listing-card:hover {
  background-color: #1c1e27;
}

.job-listing-info-block {
  display: flex;
  align-items: center;
}

.job-listing-title {
  margin-top: 10px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}

.job-listing-info-icon {
  width: 20px;
  margin-right: 10px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.job-listing-info-text {
  display: inline-block;
  margin-right: 24px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.job-listing-info-text.last {
  margin-right: 0px;
}

.cta-paragraph {
  max-width: 50%;
  margin: 16px auto 0px;
  text-align: center;
}

.job-listing-info-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.success-message {
  padding: 16px;
  border-radius: 2px;
  background-color: #303fe1;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 600;
}

.success-message.soft {
  padding: 16px;
  background-color: #fff;
  color: #304ffe;
}

.text-field-wrap {
  margin-bottom: 24px;
  flex: 1;
}

.text-field-wrap.small-margin-bottom {
  margin-bottom: 16px;
}

.text-field-wrap.large-margin-bottom {
  margin-bottom: 48px;
}

.extra-form-actions-wrapper {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.extra-form-actions-wrapper.margin-top {
  margin-top: 16px;
}

.extra-form-actions-wrapper.margin-top.center {
  justify-content: center;
}

.extra-form-actions-wrapper.margin-top.center.no-margin-bottom {
  margin-bottom: 0px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  flex: 0 0 auto;
  border-style: none;
  background-color: #20222b;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: #304ffe;
  background-color: #304ffe;
  /* background-image: url('../images/thick-check-white_1thick-check-white.png'); */
  background-size: 12px;
}

.checkbox.small {
  width: 20px;
  height: 20px;
}

.checkbox.small.w--redirected-checked {
  background-color: #303fe1;
}

.utility-page-wrapper-content {
  display: flex;
  width: 80%;
  flex-direction: column;
  align-items: center;
}

.utility-page-wrapper-content.with-card {
  width: 100vw;
  margin-bottom: 0px;
  padding: 80px 32px;
}

.form-help-text {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.error-message {
  padding: 16px;
  border: 2px solid #ff194a;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 600;
}

.error-message.soft {
  background-color: rgba(255, 25, 74, 0.1);
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 16px;
  background-color: #151720;
}

.utility-page-form.card {
  min-width: 33.3334%;
  padding: 40px;
  align-items: stretch;
}

.utility-page-form.card.max-width {
  width: 100%;
  max-width: 460px;
  min-width: 320px;
  background-color: #151720;
}

.field-label {
  margin-bottom: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
}

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

.utility-logo {
  height: 40px;
  margin-bottom: 48px;
}

.text-link {
  color: #303fe1;
  font-size: 12px;
  line-height: 18px;
}

.text-link.muted {
  color: #5b5d63;
}

.checkbox-wrap {
  display: flex;
  margin-bottom: 32px;
  padding-left: 0px;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.checkbox-wrap.no-margin-bottom {
  margin-bottom: 0px;
}

.utility-card-title {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.google-btn-icon {
  display: block;
  width: 16px;
  margin-right: 10px;
}

.text-field-flex-wrap {
  display: flex;
}

.text-field-spacer {
  width: 24px;
}

.terms-agree-link {
  font-family: 'Space Grotesk', sans-serif;
  color: #303fe1;
  font-weight: 700;
}

.form-helper-text {
  margin-bottom: 48px;
  text-align: center;
}

.lottie-success {
  width: 120px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.coming-soon-bg {
  /* background-image: url('../images/coming-soon-bg.jpg'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-page-content {
  max-width: 50%;
}

.coming-soon-title {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
}

.dropdown-icon {
  display: block;
  width: 10px;
  margin-top: 2px;
  margin-left: 8px;
}

.dropdown-link {
  padding: 12px 24px;
  flex: 0 0 auto;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.custom-dropdown-list {
  position: absolute;
  left: auto;
  top: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
  max-width: 200px;
  min-width: 120px;
  flex-direction: column;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #20222b;
  box-shadow: 0 16px 30px 0 rgba(13, 15, 25, 0.5);
}

.custom-dropdown-list.w--open {
  padding: 8px;
  background-color: #20222b;
  box-shadow: 0 8px 20px 0 #0d0f19;
}

.dropdown-flex {
  display: flex;
}

.cookie-bar {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  display: flex;
  width: 100%;
  max-width: 640px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 32px;
  align-items: center;
  border-radius: 8px;
  background-color: #151720;
  box-shadow: 0 16px 30px 0 rgba(13, 15, 25, 0.5);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  white-space: normal;
}

.cookie-link {
  font-family: 'Space Grotesk', sans-serif;
  text-decoration: underline;
}

.cookie-text {
  margin-right: 16px;
}

.to-top-container {
  position: relative;
  z-index: 1;
}

.to-top-icon {
  height: 20px;
}

.contact-form {
  margin-top: 48px;
  margin-bottom: 0px;
  padding: 40px;
  border-radius: 16px;
  background-color: #151720;
}

.map {
  width: 100%;
  margin-top: 80px;
}

.contact-utility-link {
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 500;
}

.contact-info-flex-wrap {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  align-content: center;
}

.contact-info-block {
  padding: 24px;
  border-radius: 80px;
  background-color: #20222b;
}

.contact-info-content {
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex: 1;
}

.contact-info-content.center {
  border-right: 1px solid #5b5d63;
  border-left: 1px solid #5b5d63;
}

.contact-info-icon {
  width: 20px;
  margin-right: 10px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.contact-info-text {
  display: inline-block;
  margin-right: 24px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.helper-text {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
}

.helper-text.big {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

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

.helper-text.big.center.max-width {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

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

.pagination {
  margin-top: 24px;
}

.blog-post-by-author {
  display: flex;
  margin-top: 48px;
  justify-content: space-around;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-listing-content-by-author {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 384px;
  padding: 32px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  text-decoration: none;
}

.blog-post-team-wrapper {
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.integration-title-flex {
  display: flex;
}

.integration-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.blog-list-page-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-list-page-right {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
}

.blog-sidebar-block {
  margin-bottom: 24px;
}

.blog-sidebar-title {
  margin-bottom: 16px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.blog-cat-collection {
  display: inline-block;
}

.social-block {
  display: flex;
  align-items: center;
}

.social-block-link {
  width: 48px;
  height: 48px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 4px;
  background-color: #20222b;
  transition: transform 300ms ease, background-color 300ms ease;
}

.social-block-link:hover {
  background-color: #1c1e27;
  transform: translate(0px, -4px);
}

.social-block-link.fb {
  /* background-image: url('../images/facebook-icon-white.svg'); */
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-block-link.twitter {
  /* background-image: url('../images/twitter-icon-white.svg'); */
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-block-link.insta {
  /* background-image: url('../images/instagram-icon-white.svg'); */
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.crooked-section {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 50%;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.footer-top-block {
  max-width: 1280px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1.25fr 0.75fr 0.75fr 1fr;
  grid-template-columns: 1.25fr 0.75fr 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-grid-block {
  display: flex;
  flex-direction: column;
}

.footer-text {
  margin-bottom: 0px;
  flex: 0 auto;
  font-size: 14px;
  line-height: 20px;
}

.footer-bottom-block {
  display: flex;
  max-width: 1280px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-title {
  margin-bottom: 16px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.footer-link {
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color 300ms ease;
  font-family: 'Space Grotesk', sans-serif;
  color: #c2c3c5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.footer-link:hover {
  color: #fff;
}

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

.intro-list {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-address-block {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  align-items: center;
}

.footer-address-block.aling-top {
  align-items: flex-start;
}

.footer-address-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer-address-text {
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 400;
}

.intro-hero-section {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 180px;
  padding-bottom: 120px;
  align-items: center;
  background-color: #0d0f19;
}

.perspective-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: stretch;
  background-color: transparent;
  perspective: 2000px;
  perspective-origin: 100% 100%;
}

.perspective-block {
  position: relative;
  top: 8%;
  right: -45%;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  justify-content: flex-start;
  align-items: flex-end;
  transform: rotateX(30deg) rotateY(0deg) rotateZ(30deg);
  transform-style: preserve-3d;
}

.perspective-row {
  flex-direction: column;
  justify-content: center;
  transform: translate3d(0px, 0px, -1px);
  transform-style: preserve-3d;
}

.website-placeholder {
  position: relative;
  width: 33vw;
  margin-right: 1vw;
  margin-bottom: 3.5vh;
  box-shadow: none;
}

.website-placeholder.offset {
  margin-right: -5.5vw;
  margin-left: 8vw;
}

.website-thumbnail {
  position: relative;
  z-index: 1;
  transition: transform 600ms cubic-bezier(.23, 1, .32, 1);
  transform-style: preserve-3d;
}

.website-thumbnail:hover {
  perspective: 1000px;
  transform: translate3d(0px, 0px, 20px) perspective(1000px) perspective(1000px);
}

.thumbnail-shadow {
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  z-index: 0;
  display: block;
  background-color: rgba(7, 8, 11, 0.75);
  filter: blur(12px);
  transform: translate(20px, 12px);
}

.intro-features-wrap {
  display: flex;
  margin-top: 48px;
}

.intro-features-block {
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}

.intro-features-block.last {
  border-right-style: none;
}

.intro-features-block.first {
  padding-left: 0px;
  flex: 1;
}

.intro-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.intro-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.intro-section-block {
  padding: 24px;
  border-radius: 16px;
  background-color: #151720;
  transition: box-shadow 300ms ease, transform 300ms ease;
}

.intro-section-block:hover {
  box-shadow: 0 16px 30px 0 rgba(7, 8, 11, 0.5);
  transform: translate(0px, -10px);
}

.intro-section-img {
  border-radius: 8px;
}

.intro-section-title {
  margin-top: 16px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.license-wrap {
  display: flex;
  margin-bottom: 80px;
  align-items: flex-start;
}

.license-left-block {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
  display: flex;
  width: 50%;
  flex-direction: column;
}

.license-right-block {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  align-items: flex-start;
}

.license-title {
  margin-bottom: 16px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.license-link {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
}

.license-img-block {
  max-width: 25%;
  padding-top: 16px;
  padding-right: 16px;
}

.license-img-block.full {
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
}

.support-video.padding-bottom {
  margin-bottom: 48px;
}

.pricing-table-wrapper {
  position: relative;
  overflow: visible;
  border-radius: 16px;
  background-color: #151720;
}

.pricing-table-header {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 2;
  display: flex;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #151720;
}

.pricing-table-header-cols {
  flex: 1;
  border-top-right-radius: 16px;
}

.pricing-table-cols {
  padding-right: 0px;
  padding-left: 0px;
}

.pricing-table-category-title {
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pricing-table-row {
  display: flex;
  align-items: center;
}

.pricing-table-row-title {
  position: relative;
  z-index: 1;
  width: 25%;
  padding-right: 32px;
  padding-left: 32px;
}

.pricing-table-row-cols {
  flex: 1;
}

.pricing-table-footer {
  display: flex;
  align-items: center;
}

.footer-empty-cell {
  width: 25%;
}

.legal-title {
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.page-height-indicator {
  position: fixed;
  top: 80px;
  z-index: 999;
  width: 100%;
  height: 4px;
  background-color: #303fe1;
  perspective-origin: 0% 50%;
}

.hero-img {
  border-radius: 8px;
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .half-div {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 1440px) {
  .copyright-text {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .button-subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .project-rich-text p {
    font-size: 16px;
    line-height: 22px;
  }

  .copyright-text {
    font-size: 14px;
    line-height: 22px;
  }

  .muted-text {
    font-size: 14px;
    line-height: 20px;
  }

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

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }

  .container.hero-flex-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-block {
    margin-bottom: 16px;
  }

  .style-guide-block-title {
    padding-right: 88px;
    padding-left: 88px;
  }

  .color-block-wrapper {
    width: 25%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .style-guide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 64px;
  }

  .style-guide-block {
    padding: 64px 88px;
  }

  .color-title {
    font-size: 12px;
  }

  .colors-wrapper {
    align-items: flex-end;
  }

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

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

  .section.with-header {
    padding-top: 80px;
  }

  .section.video-bg {
    min-height: 400px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.about-video-bg {
    min-height: 400px;
  }

  .button-block-wrapper {
    width: 100%;
    margin-right: 8px;
    margin-bottom: 24px;
    margin-left: 8px;
  }

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

  .nav-link-wrap {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-wrap.dropdown {
    position: relative;
    display: block;
    padding-bottom: 0px;
    flex-direction: row;
    align-items: stretch;
  }

  .menu-button {
    display: flex;
    flex-direction: column;
    background-color: transparent;
  }

  .navbar {
    height: 56px;
  }

  .nav-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    width: 50vw;
    max-height: 100vh;
    padding: 0px 32px;
    flex-direction: column;
    justify-content: space-around;
    flex: 0 0 auto;
    background-color: #20222b;
  }

  .hero-left {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 0%;
    justify-content: center;
  }

  .hero-right {
    width: 100%;
  }

  .hero-right.first-on-mobile {
    margin-bottom: 48px;
    order: -1;
  }

  .nav-links-wrapper {
    width: 100%;
    margin-bottom: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .half-div.sticky-on-tablet {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
  }

  .half-div.full-width-on-mobile {
    width: 100%;
    padding-right: 0%;
  }

  .featured-work-link-block.featured-projects {
    min-height: 40vh;
  }

  .nav-menu-content {
    margin-top: 56px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-btn-wrapper {
    margin-top: 16px;
    margin-left: 0px;
  }

  .close-overlay-button {
    top: 0px;
    right: 0px;
    display: flex;
    padding: 24px;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-wrap-2 {
    float: left;
  }

  .burger-icon {
    height: 16px;
  }

  .logo {
    height: 45px;
  }
  .header .logo {
    margin-left: 10px;
  }

  .page-title {
    font-size: 42px;
    line-height: 48px;
  }

  .style-guide-title-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .subheading {
    font-size: 16px;
    line-height: 22px;
  }

  .page-header {
    padding-top: 96px;
    padding-bottom: 64px;
  }

  .section-title {
    max-width: 75%;
    font-size: 36px;
    line-height: 42px;
  }

  .section-title.in-half-div {
    font-size: 48px;
    line-height: 48px;
  }

  .section-subtitle {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .components-header {
    margin-bottom: 24px;
  }

  .hero-title {
    max-width: 75%;
    font-size: 60px;
    line-height: 66px;
  }

  .hero-top {
    display: flex;
    width: 100%;
    margin-bottom: 64px;
    padding-right: 0%;
    justify-content: center;
    align-items: center;
  }

  .hero-bottom {
    width: 100%;
  }

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

  .features-flex {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature-title-large {
    font-size: 42px;
    line-height: 48px;
  }

  .features-text-block {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 0%;
    justify-content: center;
  }

  .features-img-block {
    width: 100%;
  }

  .metric-block.stack-row {
    margin-top: 0px;
  }

  .metrics {
    flex-direction: column;
    align-items: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .half-section-flex.center-horizontal.flex-vertical-on-mobile {
    flex-direction: column;
  }

  .metric-row.horizontal {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .close-menu-icon {
    margin-left: 4px;
  }

  .testimonial-bg-img {
    position: absolute;
    width: auto;
    height: 70vw;
  }

  .testimonial-card {
    min-height: 224px;
  }

  .testimonial-avatar-block {
    margin-bottom: 16px;
  }

  .testimonial-avatar {
    width: 56px;
    height: 56px;
    margin-right: 10px;
  }

  .testimonial-name {
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial-name-subline {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-stars {
    margin-bottom: 10px;
  }

  .testimonial-slider {
    max-width: 100%;
    margin-left: 0%;
    background-position: 104% 12%;
    background-size: 15%;
  }

  .testimonial-paragraph.min-height {
    min-height: 96px;
  }

  .rating-icons {
    width: 20px;
    height: 20px;
  }

  .component-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .testimonial-slider-v2 {
    max-width: 100%;
    margin-left: 0%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

  .testimonial-card-wrap {
    width: 50%;
  }

  .testimonial-name-subline-v2 {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-price {
    font-size: 44px;
    line-height: 50px;
  }

  .pricing-card-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pricing-card-content.middle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-card-header.table.middle {
    background-color: transparent;
  }

  .pricing-card-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .pricing-title {
    font-size: 20px;
    line-height: 24px;
  }

  .pricing-small-text {
    font-size: 10px;
  }

  .pricing-row-text {
    font-size: 14px;
    line-height: 18px;
  }

  .pricing-row-text.title {
    font-size: 16px;
    font-weight: 500;
  }

  .pricing-icon {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    background-size: 12px;
  }

  .pricing-icon.not-included {
    background-size: 10px;
  }

  .toggle-wrapper.table {
    width: 100%;
    border-radius: 16px;
  }

  .pricing-card-row {
    border-bottom-style: none;
  }

  .pricing-card-row.last {
    margin-bottom: 0px;
  }

  .pricing-card-row.mobile-center {
    justify-content: center;
  }

  .pricing-columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-columns.annually {
    margin-top: 72px;
  }

  .pricing-currency {
    font-size: 16px;
    line-height: 22px;
  }

  .pricing-wrapper-v2 {
    padding-left: 16px;
  }

  .one-third-div {
    padding-right: 0px;
  }

  .one-third-div.no-padding-right.full-width-mobile {
    width: 100%;
  }

  .one-third-div.on-intro-page {
    width: 100%;
    margin-top: 0px;
  }

  .pricing-table-content {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  }

  .pricing-table-section-title {
    padding-left: 0px;
  }

  .highlighted-pricing-table-row {
    left: 33.334%;
    display: none;
    width: 33.334%;
  }

  .video-bg-img {
    position: absolute;
    width: auto;
    height: 70vw;
  }

  .promo-video-wrapper {
    min-height: 480px;
    margin-top: 80px;
  }

  .blog-post-listing-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .blog-post-listing-content {
    min-height: 280px;
  }

  .blog-listing-title.in-sidebar {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-container.center {
    margin-top: 40px;
  }

  .blog-post-img {
    min-height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .blog-post-img.v2 {
    min-height: 440px;
  }

  .blog-listing-grid-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-post-listing-grid-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-post-listing-content-v2 {
    min-height: 440px;
  }

  .blog-list-half-wrapper {
    flex-direction: column;
  }

  .blog-list-half-collection {
    width: 100%;
    margin-top: 48px;
  }

  .cta-block.v2 {
    padding: 56px;
  }

  .cta-title {
    max-width: 66.6667%;
    font-size: 42px;
    line-height: 48px;
  }

  .cta-img {
    max-width: 66.6667%;
  }

  .cta-img.v2 {
    max-width: 50%;
  }

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

  .hiring-label {
    font-size: 12px;
    line-height: 18px;
  }

  .page-header-title {
    font-size: 42px;
    line-height: 48px;
  }

  .page-header-flex-wrap {
    max-width: 66.6667%;
  }

  .container-small.show-overflow.full-width-on-mobile {
    max-width: 100%;
  }

  .blog-post-recommended-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .page-header-img-container {
    max-height: 360px;
    border-radius: 20px;
  }

  .team-member-card-wrap {
    width: 50%;
  }

  .about-quote-avatar {
    width: 64px;
    height: 64px;
  }

  .about-quote {
    font-size: 22px;
    line-height: 28px;
  }

  .about-quote-author-title {
    font-size: 16px;
    line-height: 22px;
  }

  .about-quote-author-title.mute {
    font-size: 14px;
    line-height: 20px;
  }

  .companies-flex-wrapper {
    flex-direction: column;
  }

  .companies-half-grid {
    width: 100%;
    margin-top: 48px;
    padding-left: 0%;
  }

  .companies-grid {
    width: 100%;
    margin-top: 48px;
    padding-left: 0%;
  }

  .cta-paragraph {
    max-width: 66.667%;
  }

  .utility-page-form.card {
    min-width: 50%;
  }

  .utility-logo {
    margin-bottom: 64px;
  }

  .utility-card-title {
    font-size: 34px;
    line-height: 40px;
  }

  .coming-soon-page-content {
    max-width: 75%;
  }

  .coming-soon-title {
    font-size: 42px;
    line-height: 48px;
  }

  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dropdown-link:hover {
    background-color: #20222b;
  }

  .custom-dropdown-list {
    position: static;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    background-color: #151720;
    box-shadow: none;
  }

  .dropdown-flex {
    display: flex;
    padding-bottom: 16px;
    align-items: center;
  }

  .cookie-bar {
    right: 0px;
    width: auto;
    max-width: none;
  }

  .contact-info-block {
    padding: 16px;
  }

  .contact-info-content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .contact-info-text {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-post-by-author {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .blog-post-listing-content-by-author {
    min-height: 440px;
  }

  .integration-title-flex {
    flex-wrap: wrap;
  }

  .integration-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }

  .blog-list-page-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-list-page-right {
    position: static;
    margin-top: 48px;
  }

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

  .intro-hero-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .perspective-wrapper {
    /* background-image: url('../images/intro-mobile-bg.jpg'); */
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .perspective-block {
    right: -100%;
    display: none;
    transform: rotate(0deg);
  }

  .website-placeholder.offset {
    box-shadow: none;
  }

  .pricing-table-wrapper {
    overflow: visible;
  }

  .pricing-table-header {
    top: 56px;
    z-index: 2;
    flex-direction: column;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #151720;
  }

  .pricing-table-header-cols {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .pricing-table-category-title {
    background-color: #20222b;
    text-align: center;
  }

  .pricing-table-row {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-table-row-title {
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.01);
  }

  .pricing-table-footer {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    z-index: 2;
    flex-direction: column;
    align-items: stretch;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #151720;
  }

  .footer-empty-cell {
    display: none;
  }

  .legal-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-block-title {
    padding: 16px 72px;
  }

  .color-block-wrapper {
    width: 100%;
    margin: 16px 0px;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .filled-btn.pricing-table {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .style-guide-title {
    font-size: 18px;
    line-height: 24px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 48px;
  }

  .style-guide-block {
    padding: 48px 72px;
  }

  .colors-wrapper {
    flex-direction: column;
  }

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

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

  .section.with-header {
    padding-top: 56px;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .hero-section {
    padding-top: 120px;
    padding-bottom: 96px;
    flex-direction: column;
  }

  .nav-link-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-menu {
    background-color: #1c1e27;
  }

  .half-div {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 0%;
  }

  .half-div.sticky-on-tablet {
    position: static;
  }

  .project-rich-text p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }

  .footer {
    padding-right: 24px;
    padding-left: 24px;
    flex-direction: column;
  }

  .copyright-block {
    margin-bottom: 16px;
    align-items: center;
  }

  .copyright-text {
    margin-bottom: 8px;
    text-align: center;
  }

  .utility-title {
    font-size: 26px;
    line-height: 32px;
  }

  .page-title {
    font-size: 36px;
    line-height: 42px;
  }

  .page-title.section-header.on-integration-page {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .page-title.section-header.on-blog-list-page {
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .style-guide-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .changelog-text-container {
    flex-direction: column;
  }

  .outlined-btn.pricing-table {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .page-header {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .page-header.relative {
    padding-top: 96px;
  }

  .section-title {
    max-width: 100%;
  }

  .section-title.in-half-div {
    font-size: 42px;
    line-height: 48px;
  }

  .section-subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .components-header {
    margin-bottom: 16px;
  }

  .hero-title {
    max-width: 100%;
    font-size: 54px;
    line-height: 60px;
  }

  .hero-btn-container {
    margin-top: 40px;
    flex-direction: row;
  }

  .inline-form.flex-vertical-mobile {
    flex-direction: column;
    align-items: stretch;
  }

  .submit-btn.no-margin-top.full-width-mobile {
    margin-right: 0px;
    margin-left: 0px;
  }

  .features-flex {
    padding-top: 48px;
    padding-bottom: 48px;
    flex-direction: column;
  }

  .features-text-block.left {
    padding-right: 0%;
  }

  .features-text-block.right {
    padding-left: 0%;
    order: -1;
  }

  .feature-tabs {
    border-left: 6px solid #20222b;
    border-top-style: none;
  }

  .feature-tabs.w--current {
    border-left-color: #303fe1;
  }

  .feature-nav-tabs-wrapper {
    flex-direction: column;
  }

  .tab-progress-bar {
    display: none;
  }

  .tab-image {
    max-width: 100%;
  }

  .metric-block {
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .metrics {
    width: 100%;
  }

  .half-section-flex {
    flex-direction: column;
  }

  .metric-row {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .metric-row.horizontal {
    margin-top: 0px;
    margin-bottom: 0px;
    flex-direction: column;
  }

  .testimonial-bg-img {
    height: 99vw;
  }

  .testimonial-slider {
    background-size: 18%;
  }

  .testimonial-paragraph.min-height {
    min-height: auto;
  }

  .component-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-slider-v2 {
    padding-bottom: 48px;
    background-image: none;
  }

  .testimonial-card-wrap {
    width: 100%;
  }

  .pricing-price.v2 {
    font-size: 32px;
    line-height: 38px;
  }

  .pricing-card-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pricing-card-content.middle {
    padding-right: 36px;
    padding-left: 36px;
  }

  .pricing-card-header {
    z-index: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-card-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .pricing-title {
    margin-bottom: 16px;
  }

  .pricing-card {
    margin-top: 48px;
    margin-bottom: 0px;
  }

  .pricing-card.middle {
    margin-top: 48px;
  }

  .toggle-bg.v2 {
    margin-right: 24px;
    margin-left: 24px;
  }

  .pricing-card-btn-container.table {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-row-text {
    font-size: 16px;
  }

  .pricing-icon {
    width: 16px;
    height: 16px;
    margin-right: 16px;
    background-size: 16px;
  }

  .toggle-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    z-index: 2;
    margin-top: 8px;
    margin-right: -24px;
    margin-left: -24px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #0d0f19;
  }

  .toggle-wrapper.v2 {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    display: none;
    margin-top: 0px;
    justify-content: center;
  }

  .toggle-wrapper.v2.mobile {
    display: flex;
    width: 100vw;
    margin-bottom: 48px;
  }

  .pricing-columns.monthly {
    margin-top: 0px;
  }

  .pricing-columns.annually {
    margin-top: 0px;
  }

  .pricing-currency.v2 {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-label.table {
    top: 0px;
  }

  .pricing-wrapper-v2 {
    width: 100%;
    padding-left: 0px;
  }

  .one-third-div {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0%;
  }

  .pricing-v2-flex {
    flex-direction: column;
  }

  .video-play-btn {
    width: 64px;
    height: 64px;
  }

  .video-play-icon {
    width: 18px;
  }

  .video-bg-circle {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
  }

  .video-bg-img {
    height: 99vw;
  }

  .promo-video-wrapper {
    min-height: 360px;
  }

  .video-feature-col {
    padding-bottom: 32px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-dropdown-toggle.full-width {
    padding: 12px;
  }

  .faq-flex-wrapper {
    flex-direction: column;
  }

  .faq-title.large {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-listing-grid {
    flex-direction: column;
  }

  .blog-post-listing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .blog-category-label.on-blog-page {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-date-and-author-block.on-blog-page {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-date-and-author-block.on-job-listing-page {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-date-and-author-text.on-blog-page {
    margin-right: 4px;
  }

  .blog-post-img.v2 {
    min-height: 320px;
  }

  .blog-listing-grid-v2 {
    flex-direction: column;
  }

  .blog-post-listing-grid-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .blog-post-listing-content-v2 {
    min-height: 320px;
  }

  .blog-list-half-wrapper {
    flex-direction: column;
  }

  .cta-block {
    padding: 48px;
    border-radius: 16px;
  }

  .cta-block.v3 {
    padding-top: 48px;
  }

  .cta-block.v2 {
    flex-direction: column;
  }

  .cta-title {
    max-width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .cta-img {
    max-width: 100%;
  }

  .cta-img.v2 {
    max-width: 100%;
  }

  .faq-full-width-wrapper {
    flex-direction: column;
  }

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

  .page-header-title {
    font-size: 36px;
    line-height: 42px;
  }

  .page-header-flex-wrap {
    max-width: 100%;
  }

  .container-small {
    max-width: 100%;
  }

  .blog-post-recommended-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .page-header-img-container {
    max-width: 100%;
    border-radius: 16px;
  }

  .team-member-avatar {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }

  .team-member-title {
    font-size: 22px;
    line-height: 28px;
  }

  .team-member-job-title {
    font-size: 14px;
    line-height: 20px;
  }

  .team-member-social-block {
    margin-top: 32px;
  }

  .team-member-social {
    width: 40px;
    height: 40px;
  }

  .team-member-social.fb {
    background-size: 16px;
  }

  .team-member-social.twitter {
    background-size: 16px;
  }

  .team-member-social.insta {
    background-size: 16px;
  }

  .companies-flex-wrapper {
    flex-direction: column;
  }

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

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

  .job-listing-card {
    padding: 32px;
  }

  .job-listing-title {
    font-size: 24px;
    line-height: 30px;
  }

  .cta-paragraph {
    max-width: 100%;
  }

  .utility-page-form.card {
    min-width: 80%;
  }

  .utility-logo {
    height: 32px;
    margin-bottom: 48px;
  }

  .utility-card-title {
    font-size: 32px;
    line-height: 38px;
  }

  .text-field-flex-wrap {
    flex-direction: column;
  }

  .text-field-spacer {
    display: none;
  }

  .lottie-success {
    width: 80px;
  }

  .coming-soon-title {
    font-size: 36px;
    line-height: 42px;
  }

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

  .contact-info-flex-wrap {
    flex-direction: column;
  }

  .contact-info-block {
    border-radius: 16px;
  }

  .contact-info-content {
    padding: 12px 0px;
  }

  .contact-info-content.center {
    border-right-style: none;
    border-left-style: none;
  }

  .blog-post-by-author {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-post-listing-content-by-author {
    min-height: 320px;
  }

  .integration-title-flex {
    flex-direction: column;
    justify-content: center;
  }

  .integration-icon {
    margin-top: 24px;
  }

  .blog-list-page-right {
    margin-top: 24px;
  }

  .social-block-link {
    width: 40px;
    height: 40px;
  }

  .social-block-link.fb {
    background-size: 16px;
  }

  .social-block-link.twitter {
    background-size: 16px;
  }

  .social-block-link.insta {
    background-size: 16px;
  }

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

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

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

  .footer-bottom-block {
    flex-direction: column;
  }

  .footer-link {
    transition: color 300ms ease;
  }

  .footer-link:hover {
    color: #fff;
  }

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

  .intro-hero-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .license-wrap {
    flex-direction: column;
  }

  .license-left-block {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }

  .license-right-block {
    width: 100%;
  }

  .pricing-table-text {
    font-size: 12px;
    line-height: 18px;
  }

  .legal-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .container.hero-flex {
    flex: 0 auto;
  }

  .filled-btn.no-margin-top.no-margin-right.close-cookie-bar {
    width: 100%;
  }

  .filled-btn.no-margin-top.full-width-phone {
    width: 100%;
    margin-right: 0px;
  }

  .filled-btn.pricing-table {
    font-size: 12px;
    line-height: 18px;
  }

  .style-guide-block {
    padding-right: 48px;
    padding-left: 48px;
  }

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

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

  .section.with-header {
    padding-top: 32px;
  }

  .section.video-bg {
    min-height: 240px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .hero-section {
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .nav-link-wrap {
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .nav-links-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .featured-work-link-block.featured-projects {
    display: flex;
    flex-direction: column;
  }

  .copyright-link {
    font-weight: 400;
  }

  .nav-link-wrap-2 {
    margin-bottom: 8px;
    float: left;
    clear: left;
  }

  .text-field {
    border-radius: 0px;
  }

  .logo {
    height: 30px;
  }
  .logo.in-footer {
    height: 35px;
    margin-right: 0px !important;
  }

  .page-title {
    font-size: 30px;
    line-height: 36px;
  }

  .outlined-btn.pricing-table {
    font-size: 12px;
    line-height: 18px;
  }

  .section-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 54px;
  }

  .hero-btn-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-btn-container.center {
    margin-top: 24px;
    align-items: center;
  }

  .text-btn.no-margin-top {
    margin-top: 16px;
  }

  .text-btn.no-margin-top.full-width-phone {
    width: 100%;
    margin-right: 0px;
  }

  .hero-top {
    margin-bottom: 40px;
  }

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

  .features-flex {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .feature-title-large {
    font-size: 36px;
    line-height: 42px;
  }

  .features-text-block {
    margin-bottom: 40px;
  }

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

  .testimonial-bg-img {
    height: 100%;
  }

  .testimonial-card {
    min-height: 272px;
  }

  .testimonial-avatar-block {
    margin-top: 8px;
  }

  .testimonial-avatar {
    width: 48px;
    height: 48px;
  }

  .testimonial-name {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-name-subline {
    font-size: 12px;
    line-height: 18px;
  }

  .testimonial-slider {
    padding: 24px;
    background-position: 113% 12%;
    background-size: 36%;
  }

  .testimonial-slide-nav {
    left: 24px;
    bottom: 24px;
  }

  .testimonial-slider-arrow-right {
    right: 24px;
    bottom: 24px;
  }

  .testimonial-slider-arrow-left {
    right: 64px;
    bottom: 24px;
  }

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

  .testimonial-slider-v2 {
    padding-bottom: 72px;
    background-image: none;
  }

  .testimonial-card-wrap {
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonial-slider-arrow-right-v2 {
    right: 24px;
    bottom: 24px;
  }

  .testimonial-slider-arrow-left-v2 {
    right: 64px;
    bottom: 24px;
  }

  .testimonial-name-subline-v2 {
    font-size: 12px;
    line-height: 18px;
  }

  .pricing-price.v2 {
    font-size: 24px;
    line-height: 30px;
  }

  .pricing-card-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-card-content.middle {
    padding-right: 16px;
    padding-left: 16px;
  }

  .pricing-card-header {
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-card-header.table {
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    align-items: center;
  }

  .pricing-card-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-title.table {
    font-size: 14px;
    line-height: 18px;
  }

  .pricing-card {
    margin-top: 32px;
  }

  .pricing-card.middle {
    margin-top: 32px;
  }

  .pricing-small-text.v2.custom-pricing {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .pricing-card-btn-container.table {
    padding: 16px 8px;
  }

  .pricing-row-text {
    font-size: 14px;
    text-align: center;
  }

  .pricing-label.table {
    right: auto;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .pricing-table-content {
    padding-right: 8px;
    padding-left: 8px;
  }

  .pricing-table-price-block {
    flex-direction: column;
  }

  .video-play-btn {
    width: 56px;
    height: 56px;
  }

  .video-play-icon {
    width: 16px;
  }

  .video-bg-circle {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
  }

  .video-bg-img {
    height: 100%;
  }

  .promo-video-wrapper {
    min-height: 240px;
    margin-top: 0px;
  }

  .blog-post-wrapper {
    margin-bottom: 16px;
  }

  .blog-listing-title.in-sidebar {
    font-size: 16px;
    line-height: 22px;
  }

  .page-header-img-overlay.list-view {
    bottom: 0px;
  }

  .blog-info-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-category-label {
    margin-bottom: 10px;
  }

  .blog-date-and-author-block.on-blog-page {
    flex-direction: column;
    border-radius: 8px;
  }

  .blog-date-and-author-block.on-job-listing-page {
    flex-direction: column;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.08);
  }

  .blog-date-and-author-text.on-blog-page {
    margin-right: 0px;
  }

  .blog-post-img {
    max-width: 100%;
    min-height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .blog-post-img.v2 {
    min-height: 320px;
  }

  .blog-post-img.list-view {
    min-height: 240px;
  }

  .blog-post-listing-img-wrapper.list-view {
    position: relative;
    width: 100%;
  }

  .blog-post-listing-img-wrapper.list-view.in-sidebar {
    height: 180px;
  }

  .blog-info-wrap.list-view {
    position: static;
    padding-bottom: 56px;
  }

  .blog-post-listing-grid-v2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-post-listing-content-v2 {
    padding: 24px;
  }

  .blog-post-list-view-content {
    display: flex;
  }

  .blog-post-list-view-content.in-sidebar {
    max-height: none;
  }

  .cta-block {
    padding: 32px;
  }

  .cta-block.v2 {
    padding: 32px;
  }

  .cta-title {
    font-size: 30px;
    line-height: 36px;
  }

  .cta-img {
    bottom: -24px;
    margin-top: 0px;
  }

  .hiring-label {
    margin-left: 12px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .page-header-title {
    font-size: 30px;
    line-height: 36px;
  }

  .blog-post-recommended-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .page-header-img-container {
    max-height: 200px;
    border-radius: 12px;
  }

  .team-member-card-wrap {
    width: 100%;
  }

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

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

  .job-listing-info-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-listing-info-icon {
    width: 16px;
    margin-right: 8px;
  }

  .job-listing-info-text {
    margin-right: 0px;
  }

  .job-listing-info-content {
    margin-bottom: 10px;
    flex: 1;
  }

  .job-listing-info-content.last {
    margin-bottom: 0px;
  }

  .extra-form-actions-wrapper {
    font-size: 12px;
    line-height: 20px;
  }

  .utility-page-form.card.max-width {
    min-width: 280px;
  }

  .utility-card-title {
    font-size: 30px;
    line-height: 36px;
  }

  .coming-soon-page-content {
    max-width: 100%;
  }

  .coming-soon-title {
    font-size: 30px;
    line-height: 36px;
  }

  .cookie-bar {
    flex-direction: column;
  }

  .cookie-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .contact-info-flex-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info-content {
    flex: 1;
  }

  .contact-info-icon {
    width: 16px;
    margin-right: 8px;
  }

  .blog-post-by-author {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-post-listing-content-by-author {
    padding: 24px;
  }

  .integration-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  .crooked-section {
    height: 40%;
  }

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

  .intro-features-wrap {
    flex-direction: column;
    align-items: center;
  }

  .intro-features-block {
    padding-top: 12px;
    padding-bottom: 12px;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    border-right-style: none;
  }

  .intro-features-block.last {
    border-bottom-style: none;
  }

  .intro-features-block.first {
    padding-left: 24px;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .pricing-table-row {
    justify-content: flex-end;
  }

  .pricing-table-text {
    display: none;
  }
}

#w-node-e369d8e2-9609-2347-2a98-b60356fa91e7-56fa91de {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-e369d8e2-9609-2347-2a98-b60356fa91e8-56fa91de {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-e369d8e2-9609-2347-2a98-b60356fa91e9-56fa91de {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-e369d8e2-9609-2347-2a98-b60356fa91ea-56fa91de {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-e369d8e2-9609-2347-2a98-b60356fa91eb-56fa91de {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-e369d8e2-9609-2347-2a98-b60356fa91ec-56fa91de {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f63566b4-677e-c3b7-54a6-de7457a24561-57a2455b {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_3ef32481-37d6-e25e-8a6a-899c70761be7-64acaa7f {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-c1440908-5989-c093-fe99-79f290e1dccf-64acaa7f {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-cb14326c-022d-57d3-07b4-a348610f2886-64acaa7f {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-ea61a848-53b3-b599-2e4c-3ec536d2ae80-36d2ae73 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_08b6ee6b-f308-f67a-c574-7f46c082f1db-c082f1d4 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_08b6ee6b-f308-f67a-c574-7f46c082f1f1-c082f1d4 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_7916cedb-0bed-ea3a-a274-5d7e19beabe0-19beabd9 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-fc1c489c-64ad-adff-3e68-6c39775427db-baacaa86 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-fb2b3537-f349-ce2a-dae6-a543ecb04e80-efacaa87 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-bac33496-f982-270a-3c39-3b0152dc9f11-52dc9f0a {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_4a9eb64d-093f-b836-c248-3d58ab95d86f-6dacaa8a {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_6517472b-88f2-77b1-99a2-f89ddea12c66-dea12c63 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6517472b-88f2-77b1-99a2-f89ddea12c67-dea12c63 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6517472b-88f2-77b1-99a2-f89ddea12c68-dea12c63 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6517472b-88f2-77b1-99a2-f89ddea12c69-dea12c63 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6517472b-88f2-77b1-99a2-f89ddea12c6a-dea12c63 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6517472b-88f2-77b1-99a2-f89ddea12c6b-dea12c63 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

.loader {
  width: 100px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #303fe1;
  left: 50%;
  position: relative;
  top: 200px;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
