:root {
  --blue-1000: #000417;
  --blue-2000: #071034;
}

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

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

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

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

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

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Funnel Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

a {
  text-decoration: underline;
}

.footer {
  grid-row-gap: 48px;
  background-image: linear-gradient(0deg, #000b34 0%, #08154a 44%, #000417 100%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer.footer-main {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.footer-container {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.footer-block {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.footer-head {
  grid-column-gap: 120px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.newsletter {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.footer-brand-image {
  object-fit: contain;
  max-width: 131px;
}

.actions {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-wrap {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.text-input {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 16px;
  display: flex;
}

.text-input:focus {
  border-color: #fff;
}

.form-button {
  grid-column-gap: 8px;
  border: 1px solid #ffffff4d;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.footer-links-row {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-links {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links.flex-col {
  flex-flow: column;
}

.footer-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 21px;
  display: flex;
}

.text-12 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-11 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.footer-link {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.column-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-social-link {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.footer-social-link:hover {
  opacity: .6;
}

.facebook {
  object-fit: cover;
  overflow: hidden;
}

.text-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links-3 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-b {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s;
}

.footer-b:hover {
  opacity: .6;
  text-decoration: underline;
}

.footer-body {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cta {
  grid-row-gap: 80px;
  background-image: linear-gradient(107.04deg, #d2f0fa 0%, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b 100%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta._15 {
  padding-left: 0;
  padding-right: 0;
}

.container {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container.relative {
  position: relative;
}

.container.job-container {
  padding-top: 112px;
  padding-bottom: 40px;
}

.column-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-6 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-secondary {
  grid-column-gap: 8px;
  height: 50px;
  color: var(--blue-1000);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.accordion {
  background-image: linear-gradient(0deg, #000b34, #08154a 44%, #000417);
  border: 1px solid #fff3;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.accordion:hover {
  border-color: #fff;
  transform: scale(.99);
}

.question {
  grid-column-gap: 24px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.close {
  object-fit: cover;
  overflow: hidden;
}

.answer {
  grid-column-gap: 16px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-text {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-60 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

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

.text-60.flex-center.max-width {
  max-width: 702px;
}

.text-60.override-84 {
  font-size: 84px;
  line-height: 115%;
}

.icon {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.text-18.center {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.text-18.normal {
  font-weight: 400;
}

.text-18.normal.mb-8 {
  margin-bottom: 8px;
}

.faqs-section {
  width: 100%;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.faqs-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faqs-block-left {
  width: 100%;
  max-width: 500px;
}

.faqs-block-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.heading-60 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.1;
  display: block;
}

.text-20 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

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

.text-20.center.max-w {
  max-width: 768px;
}

.text-20.max-80 {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.text-20.override {
  font-size: 16px;
}

.text-20.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 10px;
}

.section {
  width: 100%;
}

.section.price-section {
  background-image: url('../images/Frame-27-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2px;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.reviews-section {
  background-image: url('../images/Frame-3-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.stars-reviews {
  background-color: #00061d;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.roadmap-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.partner-section {
  background-image: url('../images/Frame-19.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.get-section {
  background-color: var(--blue-1000);
  padding-top: 112px;
  padding-bottom: 112px;
  overflow: hidden;
}

.section.mission-section {
  background-image: url('../images/Frame-19.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

.section.mission-section.py {
  height: auto;
}

.section.stats-section {
  background-image: url('../images/Frame-27-1.avif'), linear-gradient(0deg, #000b34, #08154a 44%, #000417);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  position: relative;
  overflow: hidden;
}

.section.home-hero {
  background-image: url('../images/Frame-28.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 194px;
  padding-bottom: 64px;
}

.section.work-hero {
  background-color: var(--blue-1000);
  background-image: url('../images/Frame-28-1-min.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 194px;
  padding-bottom: 88px;
}

.section.converts-section {
  background-image: url('../images/Frame-22.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2px;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.organic-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.organic-section.bg-gradient-1.animation-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

.section.verified-section {
  background-color: var(--blue-1000);
  padding-top: 112px;
  padding-bottom: 85px;
}

.section.about-hero {
  background-color: var(--blue-1000);
  background-image: url('../images/Frame-28-1-min.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 88px;
}

.section.careers-hero {
  background-color: var(--blue-1000);
  background-image: url('../images/Frame-1-3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
}

.section.social-section, .section.team-section {
  background-color: var(--blue-1000);
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.job-section {
  background-color: var(--blue-1000);
  background-image: url('../images/Frame-22.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.contact-hero {
  background-color: var(--blue-1000);
  background-image: url('../images/Frame-1-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 220px;
  padding-bottom: 194px;
  display: flex;
}

.section.funnel-hero-section {
  background-color: var(--blue-1000);
  background-image: url('../images/Frame-22.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.faqs-section-2 {
  background-image: url('../images/Frame-19.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.form-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.marquee-section {
  overflow: hidden;
}

.section.job-related-section {
  background-color: var(--blue-1000);
  padding-top: 80px;
  padding-bottom: 112px;
}

.pricing-block {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.pricing-head {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.tagline {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.pricing-textbox {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-61 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.pricing-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.price-card {
  grid-row-gap: 32px;
  background-color: #0f1220;
  border: 1px solid #fff3;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23.5%;
  height: auto;
  margin-bottom: 32px;
  padding: 32px 20px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-card.pt {
  padding-top: 80px;
}

.price-title {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.period-text {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.pricing-list-text {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.pricing-box {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price {
  margin-top: -4px;
}

.actions-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-gradient {
  grid-column-gap: 8px;
  color: #fff;
  background-image: linear-gradient(101.6deg, #d2f0fa, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-gradient.px-36 {
  padding: 12px 36px;
}

.button-style-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.list-item {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.check {
  object-fit: cover;
  overflow: hidden;
}

.priceing-text {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.list-item-2 {
  grid-row-gap: 16px;
  border: 1px #defdc999;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.text-1 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.sales-block {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

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

.main-heading {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading._w-d {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 900px;
  display: flex;
}

.revie-clients-block {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  text-decoration: none;
  display: flex;
}

.column-12 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.review-card {
  grid-row-gap: 24px;
  background-image: linear-gradient(0deg, #000b34 0%, #08154a 44%, #000417 100%);
  border: 1px solid #fff3;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.review-textbox {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.stars {
  grid-column-gap: 4px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quote {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.avatar {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.avatar-image {
  object-fit: cover;
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.avatar-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.work-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 112px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.work-textbox {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 842px;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.work-line {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 192px;
  min-width: 192px;
  height: 866px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.line {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.divider-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.circle {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  text-decoration: none;
  display: flex;
}

.circle.sticky {
  position: sticky;
  top: 25%;
}

.divider-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.work-col {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.work-col.pb-40 {
  padding-bottom: 32px;
}

.work-col.pb-60 {
  padding-bottom: 60px;
}

.content-top {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.work-image {
  object-fit: cover;
  border-radius: 40px;
  max-width: 544px;
  height: 560px;
}

.line-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.divider-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.content-cards {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  text-decoration: none;
  display: flex;
}

.row-2 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-13 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.get-card-image {
  object-fit: cover;
  border-radius: 32px;
  max-width: none;
  height: 65%;
  margin-top: -22px;
  padding-top: 0;
}

.partner-textbox {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.flex-center {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.flex-center.padding-top-80 {
  padding-top: 80px;
}

.get-heading {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  margin-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.get-textbox {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.get-block {
  border: 1px solid #fff3;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 720px;
  display: flex;
  overflow: hidden;
}

.get-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 720px;
  text-decoration: none;
  display: flex;
}

.get-row.bg-gradient-1 {
  justify-content: flex-end;
  align-items: stretch;
}

.tab-pane-01 {
  background-image: linear-gradient(0deg, #000b34, #08154a 44%, #000417);
  border: 0 solid #fff3;
  border-right: 1px #fff3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 720px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-tab {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90px;
  min-width: 90px;
  height: 720px;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-32 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-32.override {
  font-size: 24px;
}

.feature-one {
  color: #fff;
  letter-spacing: -.01em;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, -54px)rotate(-90deg);
}

.get-card-body {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  height: 720px;
  padding: 64px 48px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.get-header-card {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-48-gradient {
  letter-spacing: -.01em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(102.04deg, #d2f0fa, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.tab-pane-02 {
  background-image: linear-gradient(0deg, #000b34, #08154a 44%, #000417);
  border: 0 solid #fff3;
  border-left-style: none;
  border-right: 1px #fff3;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 720px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-pane-04 {
  background-image: linear-gradient(0deg, #000b34, #08154a 44%, #000417);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 720px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mission-block {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.tagline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.mission-textbox {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-48 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-48.align-right {
  text-align: right;
}

.stats-section {
  grid-row-gap: 80px;
  background-image: linear-gradient(0deg, #000b34, #08154a 44%, #000417);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 112px;
  padding-bottom: 112px;
  text-decoration: none;
  overflow: hidden;
}

.smarter-block {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.smarter-row {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.smarter-left {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.smarter-textbox {
  z-index: 9;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.stats-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-4 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.stat {
  grid-row-gap: 8px;
  background-color: #071034;
  border: 1px solid #fff3;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text-60-gradient {
  text-align: center;
  letter-spacing: -.01em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(102.76deg, #d2f0fa 0%, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-60-gradient.counter {
  background-image: linear-gradient(102.76deg, #d2f0fa, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b);
}

.logo-block {
  grid-row-gap: 48px;
  background-image: linear-gradient(113.28deg, #d2f0fa 0%, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b 100%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo-block.padding-80 {
  background-image: linear-gradient(113.28deg, #d2f0fa, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b);
}

.text-40 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

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

.text-40.mb-24 {
  margin-bottom: 40px;
  font-size: 30px;
}

.marquee {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-26.center {
  text-align: center;
  font-size: 20px;
}

.text-26.funnel {
  font-family: Funnel Display, sans-serif;
}

.text-26.funnel.bold, .text-26.bold {
  font-weight: 700;
}

.text-26.max-w {
  max-width: 686px;
}

.writing-text {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 376px;
  height: 74px;
  text-decoration: none;
  display: flex;
}

.marquee-item {
  width: 120px;
}

.marquee-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  min-width: fit-content;
  display: flex;
}

.marquee-container.marquee-1 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.marquee-block {
  z-index: 1;
  width: 100%;
  position: static;
  overflow: hidden;
}

.hero-block {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.hero-row {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-row.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 629px;
}

.hero-row.careers-hero-block {
  text-align: center;
  max-width: 768px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 103px;
}

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  text-shadow: 0 4px 24px #00000040;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

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

.actions-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  background-image: linear-gradient(107.83deg, #d2f0fa, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-style-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-transparent {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #e5e6e8;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-transparent:hover {
  color: var(--blue-1000);
  background-color: #fff;
}

.rectangle-36 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.lightbox {
  border-top-style: undefined;
  border-top-width: 18.4444px;
  border-top-color: undefined;
  border-right-style: undefined;
  border-right-width: 18.4444px;
  border-right-color: undefined;
  border-bottom-style: undefined;
  border-bottom-width: 18.4444px;
  border-bottom-color: undefined;
  border-left-style: undefined;
  border-left-width: 18.4444px;
  border-left-color: undefined;
  background-image: linear-gradient(#0006, #0006);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 1100px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 86.69px #0d919d;
}

.lightbox.second {
  height: auto;
  max-height: none;
  box-shadow: none;
  background-image: none;
  border-radius: 0;
  margin-top: -22px;
}

.image-5 {
  max-width: 130px;
}

.navbar-wrapper {
  background-color: var(--blue-1000);
  border: 1px solid #fff3;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 68px;
  padding: 8px;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.nav-link {
  color: #fff;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  opacity: .75;
}

.border-gradient {
  background-image: linear-gradient(135deg, #00061d, #03bfff);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 1.25px;
  display: inline-flex;
}

.border-gradient.mobile {
  display: none;
}

.nav-menu {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: var(--blue-1000);
  border-radius: 12px;
  padding: 10px;
}

.lightbox-border {
  background-image: repeating-linear-gradient(315deg, #05448b, #0380f7 37%, #03bfff 62%, #6bd7fc 88%, #d2f0fa);
  border-radius: 36.8889px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  height: auto;
  max-height: none;
  margin: 0 auto;
  padding: 10px;
  display: inline-flex;
}

.lightbox-border.second {
  margin-top: 0;
  margin-bottom: 80px;
  display: inline-flex;
}

.code-embed {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.tab-pane-03 {
  background-image: linear-gradient(0deg, #000b34, #08154a 44%, #000417);
  border: 0 solid #fff3;
  border-left-style: none;
  border-right: 1px #fff3;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 720px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-tab-block {
  width: auto;
  max-width: 100%;
  overflow: hidden;
}

.feature-tab-block.active {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
}

.feature-tab-block.node-1 {
  opacity: 1;
}

.partner-card-image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 233.684px;
}

.attention-block {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

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

.footer-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link {
  color: #fff;
}

.form-button {
  color: #fff;
  background-color: #0000;
  font-size: 16px;
  transition: all .3s;
}

.form-button:hover {
  color: var(--blue-1000);
  background-color: #fff;
}

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

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

.divider-1 {
  object-fit: cover;
  border-top: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.work-hero-block {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1069px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.work-slide {
  border-radius: 32px;
  width: 100%;
  min-width: 22.5%;
  height: 559px;
  display: inline-flex;
  overflow: hidden;
}

.work-slide-image {
  object-fit: cover;
  width: 100%;
  min-width: 352px;
  height: 559px;
}

.slider-container {
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
}

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

.heading-xwidth.margin-bottom-160, .heading-xwidth.margin-bottom-80 {
  margin-bottom: 80px;
}

.heading-xwidth.margin-bottom-80.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.converts-block {
  width: 100%;
}

.stats-row {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1032px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.row-5 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-5.st {
  align-items: stretch;
}

.stat-2 {
  grid-row-gap: 8px;
  background-color: #071034;
  border: 1px solid #fff3;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.row-6 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1032px;
  text-decoration: none;
  display: flex;
}

.row-6.str {
  align-items: stretch;
}

.text-16 {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}

.text-16.semibold {
  font-weight: 600;
}

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

.review-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 100%;
  max-width: 550px;
}

.verified-review-card {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-7 {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
}

.review-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  display: grid !important;
}
.review-row > [id^="w-node-"] {
  grid-column: auto !important;
  grid-row: auto !important;
}

.reivew-bottom {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.image-8 {
  width: 100%;
  max-width: 1214px;
}

.about-hero-block {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-fluid {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: block;
}

.container-fluid.relative {
  position: relative;
}

.stats {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 647px;
  height: 410px;
  text-decoration: none;
  display: flex;
}

.about-stats-row {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 647px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.about-hero-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-hero-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.about-hero-img-1 {
  object-fit: cover;
  border-radius: 32px;
  min-width: 316px;
  max-width: 316px;
  height: 475px;
}

.about-hero-img-2 {
  object-fit: cover;
  border-radius: 32px;
  min-width: 216px;
  max-width: 216px;
  height: 216px;
}

.about-hero-img-3 {
  border-radius: 32px;
  max-width: 216px;
  height: 288px;
}

.about-hero-img-4 {
  object-fit: cover;
  border-radius: 32px;
  min-width: 316px;
  max-width: 316px;
  height: 316px;
}

.about-hero-img-5 {
  object-fit: cover;
  border-radius: 32px;
  min-width: 432px;
  max-width: 432px;
  height: 624px;
}

.about-hero-img-6 {
  object-fit: cover;
  border-radius: 32px;
  min-width: 316px;
  max-width: 316px;
  height: 422px;
}

.about-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 140px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.heading.animation-heading {
  max-width: 1000px;
  font-size: 120px;
}

.card-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.card {
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #fff3;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.card.converion-card-2 {
  transform: rotate(4deg);
}

.card.converion-card-3 {
  transform: rotate(0);
}

.relume {
  object-fit: cover;
  overflow: hidden;
}

.card-textbox {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-61 {
  color: #000417;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.team-card {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name {
  letter-spacing: -.01em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(98.16deg, #d2f0fa 0%, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.job-title {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.linkedin {
  object-fit: cover;
  overflow: hidden;
}

.social-row {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.social-left {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.social-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.remote-textblock {
  grid-column-gap: 10px;
  background-color: #071034;
  border: 1px solid #fff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.tagline-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.contact-heading {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.contact-heading.mb {
  margin-bottom: 40px;
}

.heading-62 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.button-style {
  grid-column-gap: 8px;
  border: 1px undefined undefined;
  background-image: linear-gradient(108.03deg, #d2f0fa 0%, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b 100%);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.social-image {
  object-fit: cover;
  border-radius: 40px;
}

.working-block {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.working-head {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 848px;
  text-decoration: none;
  display: flex;
}

.working-card {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.working-row {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.working-row-body {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mask-group {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  text-decoration: none;
  display: flex;
}

.working-card-textbox {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-heading {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.team-cards-wrapper {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-review-card {
  grid-row-gap: 24px;
  background-image: linear-gradient(0deg, #000b34 0%, #08154a 44%, #000417 100%);
  border: 1px solid #fff3;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.review-textbox-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.stars-2 {
  grid-column-gap: 4px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quote-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.job-heading-textbox {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.job-heading {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.job-row {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.job-card {
  grid-row-gap: 32px;
  background-color: #071034;
  border: 1px solid #fff3;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.job-content-textbox {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.job {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 704px;
  text-decoration: none;
  display: flex;
}

.job-title-2 {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag {
  background-color: #000417;
  border: 1px solid #071034;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 10px;
  text-decoration: none;
  display: flex;
}

.info {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.properties-wrap {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.location_on {
  object-fit: cover;
  overflow: hidden;
}

.row-9 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.mail {
  object-fit: cover;
  overflow: hidden;
}

.content-style-34 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-89 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact-link {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.form-block-2 {
  width: 100%;
  max-width: 636px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-block-2.max {
  max-width: 900px;
}

.contact-textbox {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}

.contact-textbox.max {
  max-width: 900px;
}

.div-block-2 {
  width: 100%;
}

.input-text {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #00060d1a;
  border: 1px solid #fff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.input-textarea {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #00060d0d;
  border: 1px solid #fff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  min-height: 180px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.funnel-block {
  width: 100%;
}

.funnel-head {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.funnel-head.max {
  max-width: 768px;
  margin-bottom: 118px;
}

.image-9 {
  vertical-align: baseline;
  max-width: 532px;
}

.image-10 {
  max-width: 658px;
}

.video {
  border-radius: 40px;
  width: 100%;
}

.dropdown-toggle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.form-wrapper {
  background-color: var(--blue-2000);
  border: 1px solid #fff3;
  border-radius: 40px;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

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

.progress {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.progress-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.progress-step {
  background-color: #071034;
  border: 1px solid #fff3;
  border-radius: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-step.active {
  background-color: var(--blue-1000);
}

.step {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.step.pro-step-1 {
  display: block;
}

.progress-step-2 {
  border: 1px solid #fff3;
  border-radius: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.form-heading-textbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cancel-button {
  grid-column-gap: 8px;
  border: 1px solid #ffffff4d;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.cancel-button.back-button {
  display: none;
}

.next-button {
  grid-column-gap: 8px;
  background-image: linear-gradient(118.14deg, #d2f0fa, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 12px 24px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.next-button.submit {
  display: none;
}

.step-1 {
  width: 100%;
  display: block;
}

.step-2 {
  display: none;
}

.input {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.label {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.select {
  grid-column-gap: 16px;
  background-color: #ffffff1a;
  border: 1px solid #00060d26;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 624px;
  text-decoration: none;
  display: flex;
}

.select-time {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #00060d26;
  border-radius: 12px;
  width: 100%;
  height: 43px;
  margin-bottom: 0;
  font-size: 18px;
}

.output-date {
  color: #fff;
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  width: fit-content;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
  display: inline-flex;
}

.output-date:focus {
  outline-offset: 0px;
  border-style: none;
  outline: 3px #fff;
}

.output-date::placeholder {
  color: #fff;
  font-size: 18px;
}

.output-time {
  color: #fff;
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  width: fit-content;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
  display: inline-flex;
}

.output-time:focus {
  outline-offset: 0px;
  border-style: none;
  outline: 3px #fff;
}

.output-time::placeholder {
  color: #fff;
  font-size: 18px;
}

.frame-34 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.frame-36 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-33 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-content {
  grid-row-gap: 32px;
  background-color: #071034;
  border: 1px solid #fff3;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  padding: 48px;
  display: flex;
}

.content-style-35 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-70 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-90 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-35 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 372px;
  text-decoration: none;
  display: flex;
}

.button-style-21 {
  grid-column-gap: 8px;
  background-image: linear-gradient(103.68deg, #d2f0fa 0%, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b 100%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 196px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-10 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 47px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block {
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

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

.tick-icon.first {
  display: none;
}

.div-block-12 {
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.tab {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tab.node-1 {
  border-right: 1px solid #fff3;
  width: 78.7%;
}

.tab.node-2, .tab.node-3 {
  border-right: 1px solid #fff3;
  width: 7.1%;
}

.tab.node-4 {
  border-right: 1px solid #000;
  width: 7.1%;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-14 {
  width: 100%;
  display: flex;
}

.div-block-14.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.div-block-15 {
  width: 100%;
}

.div-block-15.gallery-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  min-width: fit-content;
}

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

.div-block-16.gallery-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-21 {
  display: flex;
}

.collection-item {
  width: 100%;
  display: flex;
}

.job-details-section {
  width: 100%;
  padding-top: 112px;
  padding-bottom: 112px;
}

.job-details-section.bg-gradient-1 {
  padding-top: 41px;
}

.rich-text-block {
  color: #fff;
  max-width: 900px;
  margin-bottom: 111px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 160%;
}

.rich-text-block h1 {
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 130%;
}

.rich-text-block h2 {
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 130%;
}

.rich-text-block h5 {
  font-size: 18px;
}

.rich-text-block p {
  margin-top: 10px;
  margin-bottom: 24px;
}

.rich-text-block a {
  color: #fff;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.next {
  height: auto;
  color: var(--blue-1000);
  text-align: center;
  background-color: #fff;
  border-color: #fff;
  border-radius: 8px;
  padding: 14px 40px;
  font-family: Funnel Display, sans-serif;
  font-size: 20px;
  transition: all .3s;
}

.next:hover {
  background-color: var(--blue-1000);
  color: #fff;
}

.pagination {
  margin-top: 60px;
  display: flex;
}

.preious {
  height: auto;
  color: var(--blue-1000);
  text-align: center;
  background-color: #fff;
  border-color: #fff;
  border-radius: 8px;
  padding: 14px 40px;
  font-family: Funnel Display, sans-serif;
  font-size: 20px;
  transition: all .3s;
}

.preious:hover {
  background-color: var(--blue-1000);
  color: #fff;
}

.card-container-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.error {
  color: #ff3030;
}

.page-count {
  display: none;
}

.button-gray {
  grid-column-gap: 8px;
  color: #fff;
  background-image: linear-gradient(270deg, #1e1e1e, #1e1e1e);
  border: 1px solid #2e2e2e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-gray:hover {
  border-color: #fff;
}

.button-gray.px-36 {
  padding: 12px 36px;
}

.div-block-25 {
  width: 100%;
  overflow: hidden;
}

.heading-71 {
  margin-bottom: 24px;
}

.div-block-26 {
  max-width: 1100px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 100px;
}

.list-2 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  list-style-type: disc;
}

.div-block-27 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: -13px;
  display: flex;
}

.image-13 {
  max-width: 60px;
}

.div-block-28 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 160%;
}

.div-block-29 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-14 {
  object-fit: contain;
  max-width: 100px;
}

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

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

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

.image-15 {
  object-fit: contain;
  width: 120px;
  height: 120px;
}

.link-4 {
  color: #00bfff;
}

.announcement {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--blue-2000);
  text-align: center;
  background-image: none;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 6px;
  padding: 10px 40px;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  position: absolute;
}

.close-model {
  padding: 10px;
  transition: all .5s;
  position: absolute;
  inset: 50% 1% auto auto;
  transform: translate(0, -50%);
}

.close-model:hover {
  opacity: .6;
}

.div-block-31 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  overflow: auto;
}

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

.text-span {
  color: #42cefe;
}

.button {
  display: block;
}

.border-white {
  background-image: linear-gradient(135deg, #00061d, #03bfff);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 1.25px;
  display: inline-flex;
}

.border-white.desktop {
  background-image: none;
  border: 1px solid #e5e6e8;
}

.border-white.mobile {
  display: none;
}

.border-white.desktop-style {
  background-image: none;
  border: 1px solid #e5e6e8;
}

.button-gradient-trsns-color {
  grid-column-gap: 8px;
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-gradient-trsns-color.px-36 {
  padding: 12px 36px;
}

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

.border-gradient-transt {
  background-image: linear-gradient(135deg, #00061d, #03bfff);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 1.25px;
  display: inline-flex;
}

.border-gradient-transt.mobile, .border-gradient-transt.mobile-button {
  display: none;
}

.withoutcolor {
  grid-column-gap: 8px;
  color: #fff;
  background-image: linear-gradient(101.6deg, #d2f0fa, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.withoutcolor.px-36 {
  padding: 12px 36px;
}

.success-message {
  color: #fff;
  background-color: #ddd0;
  font-family: Funnel Display, sans-serif;
  font-size: 20px;
}

.button-gradient-copy {
  grid-column-gap: 8px;
  color: #fff;
  background-image: linear-gradient(101.6deg, #d2f0fa, #6bd7fc 22%, #03bfff 43%, #0380f7 67%, #05448b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-gradient-copy.px-36 {
  padding: 12px 36px;
}

.container-7 {
  display: none;
}

/* Review quote text */
.text-67 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
}

.text-69 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #ffffffb3;
}

.text-70 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .section.converts-section {
    background-image: url('../images/Frame-22.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section.job-section {
    object-fit: contain;
  }

  .pricing-row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .row-2 {
    grid-column-gap: 48px;
  }

  .get-card-image {
    height: 60%;
  }

  .get-card-body {
    padding-left: 48px;
    padding-right: 48px;
  }

  .text-40.center {
    margin-top: -19px;
  }

  .code-embed {
    padding-bottom: 0;
  }

  .funnel-head {
    margin-bottom: 80px;
  }

  .form-block-3 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 75%;
  }

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

  .section.stats-section {
    background-size: cover, auto;
  }

  .section.careers-hero {
    height: 500px;
  }

  .get-card-image {
    height: 60%;
    max-height: 65%;
  }

  .get-row.bg-gradient-1.no-gradient {
    width: 100%;
  }

  .hero-row.careers-hero-block {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lightbox {
    background-image: linear-gradient(#0006, #0006);
    height: auto;
    max-height: none;
  }

  .lightbox.second {
    max-height: none;
    box-shadow: none;
    background-image: none;
    border-radius: 0;
  }

  .lightbox-border {
    padding-left: 10px;
  }

  .code-embed {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about-hero-block {
    margin-top: 0;
    padding-top: 116px;
  }

  .about-hero-img-5 {
    height: 724px;
  }

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

  .div-block-3 {
    flex-flow: row;
    height: auto;
    display: flex;
  }

  .paragraph {
    color: #ffffffb0;
    text-align: center;
    align-self: flex-start;
  }

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

@media screen and (max-width: 991px) {
  .footer.footer-main {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-head {
    flex-flow: column;
  }

  .newsletter {
    margin-bottom: 40px;
  }

  .footer-brand-image {
    max-width: 110px;
  }

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

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

  .cta._15 {
    grid-row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-secondary {
    height: 48px;
  }

  .text-60 {
    font-size: 40px;
  }

  .text-60.override-84 {
    font-size: 60px;
  }

  .text-18, .text-18.center {
    font-size: 16px;
  }

  .text-18.max {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .faqs-block-right {
    max-width: 100%;
  }

  .heading-60 {
    margin-bottom: 20px;
    font-size: 40px;
  }

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

  .section.price-section, .section.reviews-section, .section.stars-reviews, .section.roadmap-section.bg-gradient-1, .section.partner-section, .section.get-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.mission-section {
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.converts-section, .section.organic-section.bg-gradient-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.organic-section.bg-gradient-1.animation-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .section.about-hero {
    padding-bottom: 60px;
  }

  .section.careers-hero {
    height: 550px;
  }

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

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

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

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

  .price-card {
    width: 100%;
    height: 100%;
  }

  .button-gradient {
    height: 48px;
  }

  .button-gradient._w-full {
    width: 100%;
  }

  .revie-clients-block {
    flex-flow: column;
    margin-top: 60px;
  }

  .work-block {
    margin-top: 60px;
  }

  .work-row {
    flex-flow: column;
    position: relative;
  }

  .work-textbox {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 20px;
    padding-left: 100px;
  }

  .work-line {
    width: 90px;
    min-width: 90px;
    height: 100%;
    padding-bottom: 16px;
    position: absolute;
  }

  .work-line.up {
    height: 100%;
  }

  .divider-2 {
    height: 85.8%;
  }

  .divider-2.se {
    height: 97%;
  }

  .divider-2.se.xl {
    height: 100%;
  }

  .work-col {
    grid-row-gap: 40px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 100px;
  }

  .work-image {
    height: auto;
  }

  .text-gradient.text-60-gradient {
    font-size: 40px;
  }

  .column-13 {
    grid-row-gap: 20px;
  }

  .get-card-image {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-center.padding-top-80 {
    padding-top: 60px;
  }

  .get-heading {
    margin-bottom: 60px;
  }

  .get-textbox {
    grid-row-gap: 20px;
  }

  .tab-pane-01 {
    height: 100%;
  }

  .feature-tab {
    width: 60px;
    min-width: 0;
  }

  .text-32 {
    font-size: 24px;
  }

  .get-card-body {
    grid-row-gap: 28px;
    min-width: 0;
    height: 100%;
    padding: 40px 20px 20px;
  }

  .get-header-card {
    grid-row-gap: 20px;
  }

  .heading-48-gradient {
    font-size: 32px;
  }

  .tab-pane-02, .tab-pane-04 {
    height: 100%;
  }

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

  .text-48.align-right {
    text-align: left;
  }

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

  .smarter-row {
    max-width: 100%;
  }

  .stats-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .row-4 {
    grid-column-gap: 20px;
  }

  .text-60-gradient {
    font-size: 40px;
  }

  .logo-block.padding-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-40 {
    font-size: 32px;
  }

  .text-26 {
    text-align: center;
    font-size: 20px;
  }

  .text-26.left {
    text-align: left;
  }

  .hero-block {
    max-width: 520px;
  }

  .hero-row.careers-hero-block {
    padding-top: 0;
  }

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

  .hero-heading.center {
    max-width: 600px;
    font-size: 54px;
  }

  .button-transparent {
    height: 48px;
  }

  .lightbox {
    background-image: linear-gradient(#0006, #0006);
    height: auto;
  }

  .lightbox.second {
    height: auto;
  }

  .nav-link {
    margin-bottom: 6px;
  }

  .border-gradient.desktop {
    display: none;
  }

  .border-gradient.mobile {
    margin-left: 380px;
    display: flex;
  }

  .nav-menu {
    background-color: var(--blue-1000);
    text-align: left;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .nav-dropdown {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .code-embed {
    margin-bottom: 0;
  }

  .tab-pane-03, .feature-tab-block {
    height: 100%;
  }

  .attention-block {
    grid-row-gap: 26px;
    flex-flow: column;
  }

  .heading-xwidth.margin-bottom-160 {
    max-width: 603px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-row {
    justify-content: center;
    align-items: center;
  }

  .row-5 {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: stretch;
  }

  .stat-2 {
    max-width: 45%;
  }

  .row-6 {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: stretch;
  }

  .review-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .reivew-bottom {
    margin-top: 60px;
  }

  .about-hero-block {
    flex-flow: column;
    padding-top: 70px;
  }

  .about-stats-row {
    grid-row-gap: 24px;
  }

  .heading {
    font-size: 100px;
  }

  .heading.animation-heading {
    max-width: 600px;
    font-size: 80px;
  }

  .social-row {
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .social-image {
    height: auto;
  }

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

  .team-heading {
    max-width: 668px;
    margin-bottom: 60px;
  }

  .team-cards-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .job-heading-textbox {
    margin-bottom: 60px;
  }

  .job-heading {
    grid-row-gap: 10px;
  }

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

  .funnel-head {
    margin-bottom: 60px;
  }

  .image-9 {
    max-width: 332px;
  }

  .image-10 {
    max-width: 458px;
  }

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

  .menu-button {
    color: #fff;
    padding: 10px 10px 10px 0;
    font-size: 40px;
  }

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

  .div-block-13 {
    margin-top: 25px;
  }

  .div-block-20 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .job-details-section.bg-gradient-1 {
    padding-top: 0;
  }

  .rich-text-block {
    padding-top: 25px;
  }

  .rich-text-block h1 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .rich-text-block h2 {
    font-size: 32px;
  }

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

  .rich-text-block h3 {
    font-size: 24px;
  }

  .rich-text-block h4 {
    font-size: 20px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .button-gray {
    height: 48px;
  }

  .button-gray._w-full {
    width: 100%;
  }

  .div-block-27 {
    margin-bottom: 0;
  }

  .paragraph {
    text-align: center;
  }

  .announcement {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .div-block-31 {
    max-width: 100%;
  }

  .border-white.desktop {
    display: none;
  }

  .border-white.mobile {
    display: flex;
  }

  .border-white.desktop-style {
    display: none;
  }

  .button-gradient-trsns-color {
    height: 48px;
  }

  .button-gradient-trsns-color._w-full {
    width: 100%;
  }

  .border-gradient-transt.desktop {
    display: none;
  }

  .border-gradient-transt.mobile, .border-gradient-transt.mobile-button {
    display: flex;
  }

  .withoutcolor {
    height: 48px;
  }

  .withoutcolor._w-full {
    width: 100%;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button-gradient-copy {
    height: 48px;
  }

  .button-gradient-copy._w-full, .button-gradient-copy._w-full-copy {
    width: 100%;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 2% auto auto;
  }
}

@media screen and (max-width: 767px) {
  .footer.footer-main {
    padding-bottom: 20px;
  }

  .footer-block {
    grid-row-gap: 40px;
  }

  .footer-links-3 {
    grid-column-gap: 20px;
  }

  .footer-b {
    font-size: 14px;
  }

  .container.job-container {
    padding-top: 100px;
  }

  .button-secondary {
    font-size: 16px;
  }

  .question {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }

  .text-60 {
    font-size: 32px;
  }

  .text-60.override-84 {
    font-size: 42px;
  }

  .heading-60 {
    font-size: 32px;
  }

  .text-20, .text-20.center {
    font-size: 16px;
  }

  .text-20.center.max-w {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-20.max-w {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.stats-section {
    background-image: url('../images/Frame-22.avif'), linear-gradient(0deg, #000b34, #08154a 44%, #000417);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

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

  .section.organic-section.bg-gradient-1 {
    padding-bottom: 60px;
  }

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

  .section.careers-hero {
    height: 450px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.form-section.bg-gradient-1 {
    padding-top: 80px;
  }

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

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

  .price-card {
    grid-row-gap: 24px;
  }

  .period-text {
    font-size: 32px;
  }

  .pricing-list-text {
    font-size: 16px;
  }

  .priceing-text {
    font-size: 38px;
  }

  .main-heading._w-d {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote {
    font-size: 18px;
    line-height: 160%;
  }

  .work-textbox {
    padding-left: 60px;
  }

  .work-line {
    width: 60px;
    min-width: 60px;
  }

  .divider-2 {
    height: 85%;
  }

  .divider-2.se {
    height: 95.5%;
  }

  .divider-2.se.xl {
    height: 100%;
  }

  .work-col {
    padding-left: 60px;
  }

  .work-col.pb-60 {
    margin-bottom: 0;
  }

  .work-image {
    width: 100%;
  }

  .divider-3.se.xxl {
    height: 95.5%;
  }

  .content-cards {
    margin-top: 60px;
  }

  .row-2 {
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .column-13 {
    justify-content: center;
    align-items: center;
  }

  .get-card-image {
    height: auto;
    padding-top: 25px;
  }

  .partner-textbox {
    grid-row-gap: 20px;
  }

  .get-textbox {
    grid-row-gap: 16px;
  }

  .get-block {
    border-style: none;
    height: auto;
    overflow: visible;
  }

  .get-row.bg-gradient-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
  }

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

  .feature-tab {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 10px;
  }

  .feature-one {
    white-space: normal;
    position: static;
    transform: none;
  }

  .get-card-body {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .tab-pane-02 {
    flex-flow: column;
    width: 100%;
  }

  .tab-pane-04 {
    flex-flow: column;
    width: auto;
  }

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

  .text-60-gradient {
    font-size: 32px;
  }

  .logo-block.padding-80 {
    grid-row-gap: 30px;
  }

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

  .text-26.center {
    padding-left: 0;
    padding-right: 0;
  }

  .text-26.funnel.bold {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .marquee-container.marquee-1 {
    margin-bottom: 20px;
  }

  .hero-row.careers-hero-block {
    padding-top: 81px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-heading.center {
    font-size: 42px;
  }

  .rectangle-36 {
    max-width: 470px;
    height: auto;
  }

  .lightbox {
    background-image: linear-gradient(#0006, #0006);
    height: auto;
  }

  .lightbox.second {
    height: auto;
    margin-top: -9px;
  }

  .border-gradient.mobile {
    margin-left: 100px;
  }

  .lightbox-border {
    margin-top: 0;
  }

  .tab-pane-03 {
    flex-flow: column;
    width: auto;
  }

  .partner-card-image {
    height: auto;
  }

  .heading-xwidth.margin-bottom-80 {
    margin-bottom: 60px;
  }

  .row-5 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .stat-2 {
    max-width: 100%;
  }

  .row-6 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .verified-review-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .about-hero-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 0;
  }

  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-stats-row {
    grid-row-gap: 20px;
  }

  .about-hero-img-1 {
    height: 375px;
  }

  .about-hero-img-2 {
    height: 160px;
  }

  .about-hero-img-3 {
    height: 200px;
  }

  .about-hero-img-4 {
    min-width: 216px;
    height: 300px;
  }

  .about-hero-img-5 {
    min-width: 332px;
    height: 500px;
  }

  .about-hero-img-6 {
    min-width: 260px;
    height: 380px;
  }

  .heading {
    font-size: 72px;
  }

  .heading.animation-heading {
    font-size: 70px;
  }

  .social-left {
    grid-row-gap: 20px;
  }

  .contact-heading.mb {
    margin-bottom: 0;
  }

  .heading-62 {
    font-size: 48px;
  }

  .heading-62.override {
    font-size: 36px;
  }

  .team-heading {
    grid-row-gap: 16px;
  }

  .team-review-card {
    padding: 20px;
  }

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

  .funnel-head {
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .funnel-head.max {
    margin-bottom: 60px;
  }

  .image-9 {
    max-width: 260px;
  }

  .image-10 {
    max-width: 400px;
  }

  .form-wrapper {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .text-wrap {
    height: 24px;
  }

  .btn-text.inactive, .btn-text.actove {
    font-size: 18px;
  }

  .div-block-12 {
    flex-flow: column;
    width: 100%;
    position: static;
  }

  .tab.node-1, .tab.node-2, .tab.node-3, .tab.node-4 {
    border: 1px solid #fff3;
    border-radius: 24px;
    width: 100%;
  }

  .div-block-13 {
    margin-top: 30px;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .job-details-section.bg-gradient-1 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .brand {
    padding-left: 0;
  }

  .list-2 {
    margin-top: 20px;
    padding-left: 20px;
  }

  .div-block-27 {
    margin-top: 20px;
  }

  .image-13 {
    max-width: 44px;
  }

  .paragraph {
    text-align: center;
    font-size: 16px;
  }

  .div-block-29 {
    flex-flow: wrap;
    max-width: 350px;
    margin-bottom: 10px;
  }

  .image-14 {
    max-width: 80px;
  }

  .paragraph-2 {
    position: static;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .btn-text-copy.inactive, .btn-text-copy.actove, .btn-text-copy.actove-copy {
    font-size: 18px;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 3% auto auto;
  }
}

@media screen and (max-width: 479px) {
  .footer-links-row {
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .column-2 {
    max-width: 45%;
  }

  .text-13 {
    text-align: center;
    font-size: 14px;
  }

  .footer-links-3 {
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .container {
    box-sizing: border-box;
    margin-top: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .container.px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion {
    border-radius: 20px;
  }

  .text-60.override-84 {
    font-size: 32px;
  }

  .text-20.max-80 {
    max-width: 100%;
  }

  .text-20.my-20 {
    margin-top: 10px;
  }

  .section.mission-section {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section.stats-section {
    background-size: cover, auto;
  }

  .section.home-hero {
    overflow: hidden;
  }

  .section.work-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.organic-section.bg-gradient-1 {
    padding-bottom: 40px;
  }

  .section.organic-section.bg-gradient-1.animation-section {
    overflow: hidden;
  }

  .section.about-hero {
    padding-bottom: 40px;
  }

  .section.careers-hero {
    height: auto;
    margin-top: 0;
    padding-top: 146px;
    padding-bottom: 52px;
  }

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

  .image-4 {
    object-fit: contain;
    max-width: 200px;
  }

  .main-heading._w-d {
    padding-left: 0;
    padding-right: 0;
  }

  .revie-clients-block {
    grid-row-gap: 32px;
  }

  .review-card {
    padding: 20px;
  }

  .quote {
    font-size: 18px;
  }

  .work-textbox {
    padding-top: 40px;
    padding-left: 50px;
  }

  .work-line {
    width: 40px;
    min-width: 40px;
    height: calc(100% - 18px);
    padding-bottom: 0;
  }

  .work-line.up {
    width: 40px;
    min-width: 40px;
    padding-bottom: 0;
  }

  .line {
    grid-row-gap: 18px;
    position: relative;
  }

  .divider-2 {
    height: calc(100% - 14.5vh);
  }

  .divider-2.se {
    height: 93.5%;
  }

  .divider-2.se.xl {
    height: 94%;
  }

  .work-col {
    margin-bottom: 0;
    padding-bottom: 18px;
    padding-left: 50px;
  }

  .work-image {
    border-radius: 20px;
  }

  .divider-3.se {
    height: 100%;
  }

  .divider-3.se.xxl {
    height: 94%;
  }

  .text-gradient.text-60-gradient {
    font-size: 32px;
  }

  .get-card-image {
    height: auto;
    padding-top: 0;
  }

  .partner-textbox {
    grid-row-gap: 16px;
  }

  .text-32 {
    font-size: 20px;
  }

  .feature-one {
    font-size: 24px;
  }

  .get-card-body {
    padding-bottom: 40px;
  }

  .text-48.align-right, .text-48.fs {
    font-size: 28px;
  }

  .row-4 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-60-gradient {
    font-size: 32px;
  }

  .text-40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .text-40.center.px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-40.mb-24 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .marquee {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .writing-text {
    max-width: 300px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .marquee-container.marquee-1 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .hero-row {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-row.careers-hero-block {
    padding-top: 0;
  }

  .actions-5 {
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .lightbox {
    background-image: linear-gradient(#0006, #0006);
    flex-flow: row;
    height: auto;
  }

  .lightbox.second {
    height: auto;
  }

  .border-gradient.mobile {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .lightbox-border {
    border-radius: 24px;
    margin-top: 0;
    padding: 4px;
  }

  .lightbox-border.second {
    margin-bottom: 60px;
  }

  .code-embed {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .partner-card-image {
    border-radius: 20px;
  }

  .form {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .work-slide {
    height: auto;
  }

  .work-slide-image {
    min-width: 300px;
    height: 459px;
  }

  .stats-row {
    margin-bottom: 40px;
  }

  .image-7 {
    height: 100px;
  }

  .reivew-bottom {
    margin-top: 40px;
  }

  .about-hero-block {
    padding-top: 0;
  }

  .heading {
    font-size: 66px;
  }

  .heading.animation-heading {
    font-size: 60px;
  }

  .card.converion-card-1 {
    padding: 20px;
  }

  .card.converion-card-2, .card.converion-card-3, .card.converion-card-4 {
    padding: 20px;
    overflow: visible;
  }

  .heading-61 {
    font-size: 24px;
  }

  .working-row-body {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .quote-2 {
    font-size: 18px;
    line-height: 170%;
  }

  .job-card {
    border-radius: 20px;
    padding: 32px 20px;
  }

  .job-title-2 {
    grid-row-gap: 12px;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .info {
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

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

  .input-textarea {
    min-height: 280px;
  }

  .funnel-head {
    margin-bottom: 35px;
  }

  .image-10 {
    width: 100%;
    max-width: 400px;
  }

  .form-wrapper {
    border-radius: 24px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .progress {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .progress-2 {
    grid-column-gap: 5px;
  }

  .step {
    font-size: 12px;
  }

  .form-heading-textbox {
    margin-bottom: 20px;
  }

  .label {
    font-size: 14px;
  }

  .section-title {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .output-date, .output-time {
    text-align: left;
  }

  .form-content {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-70 {
    font-size: 24px;
  }

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

  .text-wrap {
    height: 24px;
  }

  .menu-button {
    padding-left: 0;
  }

  .div-block-13 {
    margin-top: 30px;
  }

  .div-block-14 {
    width: 100%;
  }

  .job-details-section.bg-gradient-1 {
    padding-top: 0;
  }

  .rich-text-block h1 {
    font-size: 32px;
  }

  .rich-text-block h2 {
    font-size: 26px;
  }

  .rich-text-block h3 {
    font-size: 22px;
  }

  .div-block-27 {
    margin-top: 0;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-28 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .div-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    max-width: 344px;
  }

  .image-14 {
    object-fit: contain;
  }

  .heading-72 {
    text-align: center;
    margin-top: 0;
  }

  .body {
    background-color: var(--blue-1000);
  }

  .announcement {
    margin-bottom: 4px;
    padding: 10px 50px;
  }

  .paragraph-2 {
    font-size: 9px;
    line-height: 1.4;
  }

  .div-block-31 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .border-gradient-transt.mobile-button {
    background-image: none;
    border: 1px solid #e5e6e8;
  }

  .withoutcolor._w-full {
    background-image: none;
  }

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

  .button-gradient-copy._w-full-copy {
    grid-column-gap: 8px;
    padding: 10px;
  }

  .btn-text-copy.actove-copy {
    font-size: 14px;
  }

  .container-7 {
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: auto 4% auto auto;
  }
}

#w-node-_9bd8ff1c-fbbb-7650-d787-3f9de88c36d5-d269e8ce, #w-node-f746173d-06d7-c57a-0b70-cc9215433869-d269e8ce, #w-node-_5faae533-0c01-2467-6ad7-58e36bfaba66-d269e8ce, #w-node-_34c6b718-4a0c-a4a7-0ef1-68e03a4b23b5-d269e8ce, #w-node-_63364f0c-297a-3d10-cea9-2d437a4ea8b6-d269e8ce, #w-node-e4c2d331-2995-b5b2-1905-1fef985f5401-d269e8ce, #w-node-f812c578-98ab-9608-8f52-ca6e7c7bec85-d269e8ce, #w-node-_18b66aa2-fb8a-5d4c-89bd-9c955a229551-d269e8ce, #w-node-_2925cab6-f9c5-e6ad-8a81-632ba1e2a4c6-d269e8ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

/* ═══════════════════════════════════════════════
   ANIMATION SYSTEM — SocialRevver
   ═══════════════════════════════════════════════ */

/* ── Scroll Reveal Base ── */
.sr-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sr-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Reveal from left */
.sr-reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sr-reveal-left.is-visible {
  opacity: 1;
  transform: none;
}

/* Reveal from right */
.sr-reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sr-reveal-right.is-visible {
  opacity: 1;
  transform: none;
}

/* Scale reveal */
.sr-reveal-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sr-reveal-scale.is-visible {
  opacity: 1;
  transform: none;
}

/* Stagger delays for child elements */
.sr-stagger > *:nth-child(1) { transition-delay: 0s; }
.sr-stagger > *:nth-child(2) { transition-delay: 0.1s; }
.sr-stagger > *:nth-child(3) { transition-delay: 0.2s; }
.sr-stagger > *:nth-child(4) { transition-delay: 0.3s; }
.sr-stagger > *:nth-child(5) { transition-delay: 0.4s; }
.sr-stagger > *:nth-child(6) { transition-delay: 0.5s; }
.sr-stagger > *:nth-child(7) { transition-delay: 0.6s; }
.sr-stagger > *:nth-child(8) { transition-delay: 0.7s; }

/* ── Button Hover Effects ── */
.button-gradient,
.button-gradient-trsns-color,
.button-gradient-copy,
.button-primary {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.3s ease,
              filter 0.3s ease !important;
}
.button-gradient:hover,
.button-gradient-trsns-color:hover,
.button-gradient-copy:hover,
.button-primary:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 30px rgba(74, 124, 255, 0.3);
  filter: brightness(1.1);
}
.button-gradient:active,
.button-gradient-trsns-color:active,
.button-gradient-copy:active,
.button-primary:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 10px rgba(74, 124, 255, 0.2);
}

.button-transparent,
.button-gray {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.3s ease,
              border-color 0.3s ease !important;
}
.button-transparent:hover,
.button-gray:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.08);
}

/* ── Card Hover Effects ── */
.stat {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease,
              border-color 0.4s ease;
}
.stat:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 11, 52, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}

.price-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease;
}
.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 11, 52, 0.6);
}

.review-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s ease;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 11, 52, 0.4);
}

/* ── Nav Link Underline Effect ── */
.nav-link {
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #4a7cff, #00d4ff);
  transition: width 0.3s ease, left 0.3s ease;
}
.nav-link:hover::after,
.nav-link.w--current::after {
  width: 70%;
  left: 15%;
}

/* ── Gradient Text Shimmer ── */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.hero-heading {
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
  animation-play-state: paused;
}
.hero-heading:hover {
  animation-play-state: running;
}

/* ── Glow Pulse for CTAs ── */
@keyframes glow-pulse {
  0%, 100% { box-shadow: 0 0 20px rgba(74, 124, 255, 0.2); }
  50% { box-shadow: 0 0 40px rgba(74, 124, 255, 0.4), 0 0 80px rgba(74, 124, 255, 0.1); }
}

.button-gradient {
  animation: glow-pulse 3s ease-in-out infinite;
}

/* ── Image Hover Zoom ── */
.get-card-image,
.partner-card-image {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.get-card-image:hover,
.partner-card-image:hover {
  transform: scale(1.05);
}

/* ── Accordion Arrow Rotation ── */
.accordion .w-dropdown-toggle img {
  transition: transform 0.3s ease;
}
.accordion .w-dropdown-list.w--open ~ .w-dropdown-toggle img,
.accordion .w--open + .w-dropdown-toggle img {
  transform: rotate(45deg);
}

/* Marquee — continuous scroll, no pause */

/* ── Smooth Section Transitions ── */
.section {
  position: relative;
}

/* ── Feature Tab Transition Polish ── */
.feature-tab-block {
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.tab.active .feature-tab-block {
  opacity: 1;
}
.tab:not(.active) .feature-tab-block {
  opacity: 0;
}

.feature-tab {
  transition: opacity 0.3s ease;
}
.tab.active .feature-tab {
  opacity: 1;
}
.tab:not(.active) .feature-tab {
  opacity: 0.6;
}
.tab:not(.active):hover .feature-tab {
  opacity: 0.9;
}

/* ── Star Rating Shimmer ── */
@keyframes star-shimmer {
  0% { filter: brightness(1); }
  50% { filter: brightness(1.3); }
  100% { filter: brightness(1); }
}

.stars-icon:hover {
  animation: star-shimmer 0.6s ease;
}

/* ── Announcement Bar Slide ── */
@keyframes slide-down {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.announcement {
  animation: slide-down 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ═══════════════════════════════════════════
   PREMIUM VISUAL EFFECTS
   ═══════════════════════════════════════════ */

/* ── Hero Subtitle ── */
.hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
/* hero-sub__fine removed — no hiding the guarantee */

/* ── Hero Second Line ── */
.hero-heading-2 {
  font-family: 'Funnel Display', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: -4px;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

/* ── Hero Number Highlight ── */
#hero-number {
  color: #00d4ff;
  position: relative;
  display: inline-block;
  min-width: 4ch;
  text-align: right;
}

/* ── Stats Disclaimer ── */
.stats-disclaimer {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 24px;
}

/* ── Quote Attribution ── */
.quote-attribution {
  text-align: center;
  font-family: 'Funnel Display', sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.03em;
}

/* ── Glassmorphism Navbar on Scroll ── */
.navbar {
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}
.navbar.scrolled {
  background-color: rgba(0, 4, 23, 0.85) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

/* ── Gradient Border Glow on Cards ── */
.stat,
.price-card {
  position: relative;
  transform-style: preserve-3d;
}
.stat::before,
.price-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(74, 124, 255, 0) 0%, rgba(74, 124, 255, 0.15) 50%, rgba(0, 212, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  pointer-events: none;
}
.stat:hover::before,
.price-card:hover::before {
  opacity: 1;
}

/* ── Enhanced Link Hover Glow ── */
.nav-link {
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
.nav-link:hover {
  text-shadow: 0 0 20px rgba(74, 124, 255, 0.4);
}

/* ── Smooth Focus Outlines ── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #4a7cff;
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── Pricing "Most Popular" Badge Pulse ── */
@keyframes badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74, 124, 255, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(74, 124, 255, 0); }
}
.most-popular {
  animation: badge-pulse 2s ease-in-out infinite;
}

/* ── CTA Section Animated Gradient ── */
@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.cta {
  background-size: 200% 200%;
  animation: gradient-shift 8s ease infinite;
}

/* ── Scroll Progress Bar Enhancement ── */
/* The bar is created by JS — this just ensures it layers properly */
body { position: relative; }

/* ── Review Card Gradient Border on Hover ── */
.review-card {
  position: relative;
  overflow: hidden;
}
.review-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #4a7cff, #00d4ff, #4a7cff);
  background-size: 200% 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.review-card:hover::after {
  transform: scaleX(1);
}

/* ── FAQ Question Hover Highlight ── */
.question.w-dropdown-toggle {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.question.w-dropdown-toggle:hover {
  background-color: rgba(74, 124, 255, 0.05);
  border-color: rgba(74, 124, 255, 0.2);
}

/* ── Feature Tab Active Indicator ── */
.tab.active {
  border-color: rgba(74, 124, 255, 0.3) !important;
}
.tab:not(.active) {
  cursor: pointer;
}
.tab:not(.active):hover {
  background-color: rgba(74, 124, 255, 0.05);
}

/* Vidalytics — hide the unmute overlay box on autoplay */
.vidalytics-unmute,
[class*="vidalytics"] [class*="unmute"],
.vidalytics-unmute-button,
div[style*="Click to Unmute"],
.vjs-unmute-button {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease !important;
}

/* Hide lightbox border gradient until video loads */
.lightbox-border:has(.vidalytics-player-loading),
.lightbox-border:empty {
  background-image: none !important;
}

/* Contact page missing class */
.text-79 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}
.text-79.mb {
  margin-bottom: 32px;
}

/* Image containers — clean, no hover effects */

/* ── Smooth Text Selection ── */
::selection {
  background: rgba(74, 124, 255, 0.3);
  color: #fff;
}

/* ── Loading State for Page Transitions ── */
.page-enter {
  opacity: 0;
  transform: translateY(10px);
}
.page-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Our Work — constrain review/Slack images on desktop */
@media screen and (min-width: 992px) {
  .reivew-bottom .image-8,
  .review-img {
    max-height: 350px;
    width: auto;
    object-fit: contain;
  }
  .review-image-block .image-6 {
    max-width: 550px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
  .verified-review-card .image-7 {
    max-height: 250px;
    width: 100%;
    object-fit: contain;
  }
}

/* Careers hero heading — larger on desktop */
@media screen and (min-width: 992px) {
  .careers-hero .hero-heading,
  .careers-hero h1 {
    font-size: 72px;
    line-height: 110%;
  }
}

/* ═══════════════════════════════════════════
   PRICING CALCULATOR
   ═══════════════════════════════════════════ */
.calc-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
.calc-plan {
  background: rgba(15, 18, 32, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.calc-plan:hover:not(.calc-plan--disabled) {
  border-color: rgba(74, 124, 255, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 11, 52, 0.4);
}
.calc-plan--selected {
  border-color: #4a7cff !important;
  background: rgba(74, 124, 255, 0.08);
  box-shadow: 0 0 30px rgba(74, 124, 255, 0.15), 0 12px 40px rgba(0, 11, 52, 0.4);
}
.calc-plan--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.calc-plan--popular {
  border-color: rgba(74, 124, 255, 0.2);
}
.calc-plan__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #4a7cff, #00d4ff);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.calc-plan__name {
  font-family: 'Funnel Display', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
.calc-plan__videos {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}
.calc-plan__price {
  font-family: 'Funnel Display', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.calc-plan__price span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
}
/* Plan feature list */
.calc-plan__features {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.8;
  margin-bottom: 12px;
  text-align: left;
  padding: 0 8px;
}
.calc-plan__cta {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4a7cff;
  transition: color 0.2s;
}

/* What's Included Section */
.calc-included {
  margin-bottom: 48px;
  padding: 48px 48px;
  background: rgba(74, 124, 255, 0.04);
  border: 1px solid rgba(74, 124, 255, 0.12);
  border-radius: 24px;
}
.calc-included__heading {
  font-family: 'Funnel Display', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
.calc-included__sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  text-align: center;
  margin-bottom: 32px;
}
.calc-included__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.calc-included__item {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.05);
}
.calc-included__item strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .calc-included__grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 479px) {
  .calc-included__grid { grid-template-columns: 1fr; }
  .calc-included { padding: 24px 20px; }
}
.calc-plan--selected .calc-plan__cta {
  color: #00d4ff;
}
.calc-plan--selected .calc-plan__cta::before {
  content: '✓ ';
}
.calc-plan__status {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.3);
}

/* Guarantee Tiers */
.calc-guarantees {
  margin-bottom: 48px;
}
.calc-guarantees__heading {
  text-align: center;
  margin-bottom: 24px;
}
.calc-tiers {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.calc-tier {
  background: rgba(15, 18, 32, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 140px;
}
.calc-tier:hover {
  border-color: rgba(74, 124, 255, 0.3);
  background: rgba(74, 124, 255, 0.05);
}
.calc-tier--active {
  border-color: #4a7cff;
  background: rgba(74, 124, 255, 0.1);
  box-shadow: 0 0 20px rgba(74, 124, 255, 0.1);
}
.calc-tier__name {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.calc-tier__addon {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.calc-tier--active .calc-tier__addon {
  color: #00d4ff;
}

/* Results Dashboard v2 */
.calc-results {
  background: rgba(15, 18, 32, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  padding: 48px 40px;
}

/* Plan recommendation */
.calc-rec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  background: rgba(74, 124, 255, 0.08);
  border: 1px solid rgba(74, 124, 255, 0.15);
  border-radius: 12px;
  margin-bottom: 32px;
  transition: all 0.4s ease;
}
.calc-rec__icon { font-size: 20px; }
.calc-rec__text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.8);
}

/* Core metrics */
.calc-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.calc-metric {
  text-align: center;
  padding: 24px 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.3s, transform 0.3s;
}
.calc-metric:hover {
  border-color: rgba(74, 124, 255, 0.2);
  transform: translateY(-2px);
}
.calc-metric__value {
  font-family: 'Funnel Display', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #00d4ff;
  margin-bottom: 6px;
  transition: opacity 0.2s;
}
.calc-metric__label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/* Ad spend comparison */
.calc-compare {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 0 32px;
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, margin-bottom 0.4s ease, padding 0.4s ease;
}
.calc-compare__heading {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-align: center;
}
.calc-compare__bars { margin-bottom: 16px; }
.calc-compare__row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.calc-compare__label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  min-width: 160px;
  text-align: right;
}
.calc-compare__bar-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.calc-compare__bar {
  height: 32px;
  border-radius: 8px;
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.calc-compare__bar--sr {
  background: linear-gradient(90deg, #4a7cff, #00d4ff);
}
.calc-compare__bar--ads {
  background: rgba(255, 80, 80, 0.6);
}
.calc-compare__amount {
  font-family: 'Funnel Display', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  white-space: nowrap;
}
.calc-compare__savings {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #00d4ff;
  padding: 12px;
  background: rgba(0, 212, 255, 0.06);
  border-radius: 10px;
}
.calc-compare__savings strong {
  color: #fff;
  font-weight: 700;
}

/* Social proof */
.calc-proof {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.calc-proof__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
.calc-proof__icon { font-size: 18px; }

/* CTA */
.calc-results__cta { text-align: center; }
.calc-results__cta .button-gradient {
  display: inline-flex;
  padding: 18px 56px;
  font-size: 18px;
  margin-bottom: 12px;
}
.calc-results__disclaimer {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  margin-top: 8px;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .calc-plans { grid-template-columns: repeat(2, 1fr); }
  .calc-metrics { grid-template-columns: repeat(2, 1fr); }
  .calc-compare__label { min-width: 120px; font-size: 12px; }
  .calc-proof { flex-direction: column; align-items: center; gap: 12px; }
}
@media screen and (max-width: 479px) {
  .calc-plans { grid-template-columns: 1fr; }
  .calc-metrics { grid-template-columns: repeat(2, 1fr); }
  .calc-tiers { flex-direction: column; }
  .calc-results { padding: 32px 20px; }
  .calc-compare__row { flex-direction: column; align-items: flex-start; gap: 4px; }
  .calc-compare__label { min-width: auto; text-align: left; }
}

/* ── Fade Slide In ── */
@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════
   MOBILE RESPONSIVE FIXES
   ═══════════════════════════════════════════ */

/* Tablet (max 991px) */
@media screen and (max-width: 991px) {
  /* Tabs section — stack vertically on mobile */
  .get-block {
    height: auto !important;
    border-radius: 24px;
  }
  .get-row {
    flex-direction: column !important;
    height: auto !important;
  }
  .tab,
  .tab.node-1,
  .tab.node-2,
  .tab.node-3,
  .tab.node-4 {
    width: 100% !important;
    flex: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    overflow: visible !important;
  }
  .feature-tab {
    writing-mode: horizontal-tb !important;
    min-width: auto !important;
    flex-direction: row !important;
    padding: 16px 20px !important;
    gap: 12px !important;
  }
  .feature-tab-block {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 20px 20px !important;
  }
  .get-card-image {
    max-width: 100% !important;
    height: auto !important;
  }
  .heading-48-gradient {
    font-size: 24px !important;
  }
  .hero-heading-2 {
    font-size: 32px;
  }
  .hero-sub {
    font-size: 16px;
    padding: 0 20px;
  }
  .calc-included__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .calc-included__heading {
    font-size: 26px;
  }
  .calc-included {
    padding: 36px 28px;
  }
  .calc-compare__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .calc-compare__label {
    min-width: auto;
    text-align: left;
    font-size: 12px;
  }
}

/* Small tablet / landscape phone (max 767px) */
@media screen and (max-width: 767px) {
  .hero-heading-2 {
    font-size: 26px;
  }
  .hero-sub {
    font-size: 15px;
    padding: 0 16px;
    max-width: 100%;
  }
  #hero-number {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
  }
  .calc-included__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .calc-included__heading {
    font-size: 22px;
  }
  .calc-included__sub {
    font-size: 14px;
  }
  .calc-included {
    padding: 28px 20px;
  }
  .calc-plan__features {
    font-size: 12px;
  }
  .calc-rec {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .calc-proof {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .calc-proof__item {
    font-size: 13px;
  }
  .calc-results__cta .button-gradient {
    padding: 14px 32px;
    font-size: 16px;
  }
  .sr-skip-btn {
    bottom: 16px !important;
    right: 16px !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
  }
}

/* Phone portrait (max 479px) */
@media screen and (max-width: 479px) {
  .hero-heading-2 {
    font-size: 22px;
    margin-top: 0;
  }
  .hero-sub {
    font-size: 14px;
    line-height: 1.5;
  }
  .calc-included {
    padding: 20px 16px;
  }
  .calc-included__heading {
    font-size: 20px;
  }
  .calc-included__item {
    font-size: 13px;
    padding: 12px;
  }
  .calc-included__item strong {
    font-size: 14px;
  }
  .calc-plan__name {
    font-size: 18px;
  }
  .calc-plan__price {
    font-size: 28px;
  }
  .calc-plan__features {
    font-size: 11px;
    line-height: 1.6;
  }
  .calc-tier {
    min-width: auto;
    padding: 12px 16px;
  }
  .calc-tier__name {
    font-size: 13px;
  }
  .calc-metric__value {
    font-size: 22px;
  }
  .calc-metric__label {
    font-size: 11px;
  }
  .calc-compare {
    border-radius: 14px;
  }
  .calc-compare__heading {
    font-size: 12px;
  }
  .calc-compare__bar {
    height: 24px;
  }
  .calc-compare__amount {
    font-size: 13px;
  }
  .calc-compare__savings {
    font-size: 14px;
    padding: 10px;
  }
  .calc-results {
    padding: 28px 16px;
    border-radius: 20px;
  }
  .calc-results__disclaimer {
    font-size: 11px;
  }
  .stats-disclaimer {
    font-size: 11px;
    padding: 0 16px;
  }
  .quote-attribution {
    font-size: 15px;
  }
}

/* ── Job Card Grid (Careers page) ── */
.job-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}

.job-card {
  grid-row-gap: 16px;
  background-color: #071034;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
  border-color: rgba(74, 124, 255, 0.4);
  box-shadow: 0 0 30px rgba(74, 124, 255, 0.08);
}

.job-card__department {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a7cff;
}

.job-card__title {
  font-family: Funnel Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin: 4px 0 8px;
}

.job-card__meta {
  display: flex;
  gap: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}

.job-card__desc {
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 8px 0 0;
}

.job-card__cta {
  display: inline-block;
  margin-top: auto;
  padding-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #4a7cff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.job-card__cta:hover {
  color: #00d4ff;
}

@media screen and (max-width: 767px) {
  .job-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .job-card__title {
    font-size: 20px;
  }
}

/* ── Blog listing cards ── */
.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}

.blog-card {
  background-color: #071034;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  border-color: rgba(74, 124, 255, 0.4);
  box-shadow: 0 0 30px rgba(74, 124, 255, 0.08);
}

.blog-card__category {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a7cff;
}

.blog-card__title {
  font-family: Funnel Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

.blog-card__date {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.blog-card__excerpt {
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.blog-card__link {
  display: inline-block;
  margin-top: auto;
  padding-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #4a7cff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-card__link:hover {
  color: #00d4ff;
}

/* Blog post content */
.blog-post__header {
  margin-bottom: 40px;
}

.blog-post__category {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a7cff;
  margin-bottom: 16px;
}

.blog-post__title {
  font-family: Funnel Display, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 16px;
}

.blog-post__meta {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  gap: 16px;
}

.blog-post__body {
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.blog-post__body h2 {
  font-family: Funnel Display, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 40px 0 16px;
}

.blog-post__body p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blog-card__title {
    font-size: 20px;
  }
  .blog-post__title {
    font-size: 28px;
  }
  .blog-post__body {
    font-size: 16px;
  }
}

/* ── Reduce motion for accessibility ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .sr-reveal, .sr-reveal-left, .sr-reveal-right, .sr-reveal-scale {
    opacity: 1;
    transform: none;
  }
}
