.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

.navbar {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  padding-top: 11px;
  padding-bottom: 11px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.hero-heading-right {
  color: #1f1f1f;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  width: 100vw;
  height: 100%;
  padding: 80px 30px;
  position: relative;
  overflow: visible;
}

.hero-heading-right.dark {
  color: #141414;
  background-color: #fff;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  display: flex;
  overflow: hidden;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  border-radius: 20px;
  max-width: 25.8rem;
}

.subheading-15px {
  color: #333;
  margin-bottom: 24px;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 15px;
}

.subheading-15px.white-font {
  color: var(--white-font);
}

.subheading-15px.boxed {
  min-width: 27svw;
}

.subheading-15px.small-box {
  letter-spacing: 0;
  text-indent: 6px;
  column-count: 0;
  max-width: 45svw;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.subheading-15px.width {
  min-width: 50px;
  max-width: 41svw;
  margin-left: -136px;
}

.subheading-15px.top-padding {
  margin-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #f69c3c;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.dropdown-list {
  position: static;
}

.nav-menu {
  position: relative;
}

.dropdown {
  position: static;
}

.dropdown-list-2 {
  inset: 60px auto auto 0%;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 0;
  padding: 5px 12px 9px;
  position: absolute;
  top: 60px;
  box-shadow: 2px 2px 10px #0000002e;
}

.dropdown-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.dropdown-title {
  white-space: pre-wrap;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-title:hover {
  background-color: #ececec;
  border-radius: 20px;
}

.dropdown-title.w--current {
  color: #cf7600;
}

.image-2 {
  padding-top: 5px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #29a699;
  -webkit-text-stroke-color: #29a699;
  border-color: #29a699;
}

.hollow-button.all-caps {
  text-transform: none;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.hollow-button.all-caps:hover {
  -webkit-text-stroke-color: #45494e;
}

.hero-section {
  background-color: #fbac56;
  background-image: linear-gradient(#f59429, #fcc385 47%, #fcc991 62%, #fff),
    url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 100vh;
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#34353680, #34353680);
  border: 1px #f0858500;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 195px;
  padding-bottom: 195px;
  position: static;
}

.hero-subheading {
  color: #000;
  letter-spacing: 3px;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 500;
  line-height: 25px;
}

.hero-subheading.white-text-only {
  color: #fff;
}

.hero-heading {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.hero-heading.white-text-only {
  color: #fff;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  background-color: #000;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 30px;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color 0.3s;
  display: inline-block;
}

.button:hover {
  background-color: #29a699;
}

.button.w--current {
  background-color: #000;
}

.button.w--current:hover {
  background-color: #29a699;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.footer-light {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e4ebf3;
  padding: 52px 30px;
  position: relative;
}

.footer-wrapper-two {
  color: #1f1f1f;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-family: Outfit, sans-serif;
  display: block;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
}

.footer-form-field:hover,
.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url("../images/");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all 0.2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
  font-family: Outfit, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.dropdown-toggle {
  border-radius: 20px;
  margin: 10px;
  padding: 10px;
}

.dropdown-toggle:hover {
  background-color: #fff;
  box-shadow: 1px 2px 5px #0003;
}

.menu-text {
  color: #000;
  font-family: Outfit, sans-serif;
}

.menu-text:hover {
  color: #ac5b04;
  text-shadow: 0 1px 1px #0003;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-links {
  white-space: pre-wrap;
  border-radius: 20px;
  font-family: Outfit, sans-serif;
}

.dropdown-links:hover {
  background-color: #f1f1f1;
}

.dropdown-links.w--current {
  color: #000;
}

.dropdown-links.w--current:hover {
  background-color: #f1f1f1;
}

.action-button {
  background-color: #f69c3a;
  border-radius: 20px;
  margin: 10px;
  padding: 10px;
  font-family: Outfit, sans-serif;
}

.action-button:hover {
  color: #fff;
  background-color: #333;
}

.action-button.w--current {
  color: #2a2a2a;
}

.action-button.w--current:hover {
  color: #fff;
}

.column,
.columns {
  margin-bottom: 0;
}

.heading {
  text-align: left;
  background-color: #fff0;
  font-family: Outfit, sans-serif;
}

.heading.orange-font {
  color: #ff9d33;
  font-weight: 600;
}

.heading.right {
  text-align: right;
  margin-top: 56px;
}

.heading.no-padding {
  margin-top: 0;
}

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

.hero-section-inside {
  background-color: #fff;
  background-image: url("../images/banner-video-localization.png");
  background-position: 50% 20%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 45vh;
  padding-top: 115px;
  padding-bottom: 115px;
}

.hero-section-inside.centered {
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#34353680, #34353680);
  border: 1px #f0858500;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 195px;
  padding-bottom: 195px;
  position: static;
}

.hero-section-inside.gdpr-bkg {
  background-image: url("../images/banner-video-localization.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}

.hero-section-inside.vid-loc-bkg {
  background-image: url("../images/banner-video-localization.png");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.hero-section-inside.domains-bkg {
  background-image: url("../images/banner-domains.png");
  background-position: 50% 20%;
  background-repeat: repeat-x;
  background-size: cover;
}

.hero-section-inside.tech-bkg {
  background-image: url("../images/Screenshot-2024-10-05-at-12.08.11-PM.png");
  background-position: 50% 20%;
  background-repeat: repeat-x;
  background-size: cover;
}

.hero-section-inside.case-study-bkg {
  background-image: url("../images/banner-video-localization.png");
  background-position: 50% 44%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: cover, auto;
}

.hero-section-inside.trans-bkg {
  background-image: url("../images/Banner-translation-01.png");
  background-position: 60%;
  background-repeat: repeat-x;
  background-size: cover;
}

.hero-section-inside.quality-bkg {
  background-image: url("../images/banner-quality.png");
  background-position: 50% 3%;
  background-repeat: repeat-x;
  background-size: cover;
}

.hero-section-inside.about-bkg {
  background-image: url("../images/our-company.png");
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, repeat-x;
  background-size: cover;
}

.hero-section-inside.about-bkg .heading.right {
  margin-top: 20px;
}

.hero-section-inside.get-in-touch-bkg {
  background-image: url("../images/banner-get-in-touch.png");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
}

.hero-stack {
  opacity: 1;
  background-color: #fff;
  border: 0 #000;
  padding: 80px 30px;
  position: relative;
}

.hero-stack.phone {
  display: none;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.centered {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3.margin-bottom-24px-copy {
  margin-bottom: 97px;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 0;
}

.testimonial-column-light {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  background-color: #fff;
  border: 0 #000;
  border-radius: 0;
  outline: 0 #333;
  padding: 0 30px 80px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.values {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #e4ebf3;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-text-two {
  color: #777;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.testimonial-info-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #f5f7fa00;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 20%;
  width: 100px;
  height: 100px;
  margin-right: 0;
}

.testimonial-main-heading {
  color: #242424;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.text-block {
  font-family: Outfit, sans-serif;
}

.subheading-15px-no-padding {
  color: var(--white-font, #de875a);
  margin-bottom: 0;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.columns-2 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
}

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

.div-block {
  text-align: left;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-left-side {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.subheading {
  color: #181818;
  letter-spacing: 0;
  text-indent: -1px;
  column-count: 0;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}

.subheading.white-font {
  color: var(--white-font);
}

.div-block-grey-bg-coloured-font {
  background-color: hsl(12deg 3.36% 70.78%);
  color: white;
  --white-font: white;

  -webkit-text-stroke-color: #fff;
  border: 0 solid #fff;
  border-radius: 20px;
  margin-bottom: 80px;
  padding: 3px 56px;
  box-shadow: 0 0 5px #0003;
}

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

.hero-section-center {
  color: #000;
  text-align: center;
  background-color: #dbdbdb26;
  height: 68vh;
  padding-top: 180px;
  padding-bottom: 242px;
}

.hero-section-center.centered {
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#34353680, #34353680);
  border: 1px #f0858500;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 195px;
  padding-bottom: 195px;
  position: static;
}

.subheading-17px {
  margin-bottom: 24px;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 17px;
}

.hero-wrapper-about {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text {
  color: #a35700;
}

.subheading-15px-orange {
  color: #bd6500;
  margin-bottom: 24px;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.call-to-action {
  color: #333;
  margin-bottom: 24px;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.form-block {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 23px 34px;
  box-shadow: 0 2px 5px #0003;
}

.text-field {
  border-radius: 15px;
}

.field-label {
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.div-block-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-3 {
  background-image: url("../images/krisjanis-kazaks-2q0o0ZPc_w0-unsplash.jpg");
  background-position: 50%;
  background-size: cover;
  min-width: 40%;
}

.div-block-4 {
  padding-right: 15px;
}

.image-3 {
  background-color: #fff;
  background-image: url("../images/play.png");
  background-position: 0 0;
  background-size: auto;
}

.logos-title-large {
  text-align: center;
  border: 0 solid #000;
  padding: 60px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-descriptions {
  white-space: pre-wrap;
  border-radius: 20px;
  font-family: Outfit, sans-serif;
}

.dropdown-descriptions:hover {
  color: #585757;
  background-color: #fff0;
  font-size: 13px;
  font-weight: 400;
}

.dropdown-descriptions.w--current {
  color: #000;
}

.dropdown-descriptions.w--current:hover {
  background-color: #f1f1f1;
}

.dropdown-links-description {
  color: #919191;
  white-space: pre-wrap;
  border-radius: 20px;
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
}

.dropdown-links-description:hover {
  background-color: #f1f1f100;
}

.dropdown-links-description.w--current {
  color: #929292;
}

.dropdown-links-description.w--current:hover {
  background-color: #fff;
}

.testimonial-column-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two-2 {
  margin-bottom: 52px;
}

.testimonial-info-three-2 {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading-2 {
  margin-bottom: 2px;
  font-weight: 600;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
}

.text-size-regular {
  color: #292929;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  text-decoration: none;
}

.faq-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border: 0 solid #000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.7fr;
  grid-auto-columns: 1fr;
  margin-top: 7px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.8rem;
  display: grid;
}

.faq-text {
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-top {
  background-color: #fff;
  border: 0 solid #d3e5e9;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.8rem;
  display: flex;
  box-shadow: 3px 1px 8px #0003;
}

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

.faq-icon {
  background-color: #121316;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.faq-bottom {
  margin-top: 7px;
  overflow: hidden;
}

.lottie-icon {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
}

.faq-item {
  cursor: pointer;
}

.button-text-item {
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  display: flex;
}

.preview-background {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.agenda-time {
  align-items: center;
  height: 2rem;
  display: flex;
}

.preview-agenda-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.agenda-bottom-content {
  padding-top: 2.5rem;
}

.agenda-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 2rem;
  display: flex;
}

.preview-agenda-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.agenda-bottom {
  max-width: 30rem;
  padding-left: 3rem;
  overflow: hidden;
}

.agenda-list-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.text-size-small {
  font-size: 0.875rem;
}

.agenda-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.page-padding {
  border-radius: 0;
  width: 100%;
  padding: 3vw;
}

.preview-agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 1rem;
  outline: 1px #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.5rem 2rem 2.5rem;
  display: flex;
}

.preview-agenda-item.top {
  margin-top: 0;
  padding-top: 2.5rem;
}

.preview-title {
  max-width: 32rem;
}

.agenda-list {
  border: 1px #d3e5e9;
  border-radius: 1rem;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.text-color-light {
  color: #73757f;
}

.agenda-detail {
  grid-column-gap: 0.4rem;
  grid-row-gap: 0.4rem;
  align-items: center;
  display: flex;
}

.preview-agenda-days {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.heading-large {
  font-family: Outfit, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.button-text {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.preview-agenda {
  grid-column-gap: 6rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.underline-link {
  grid-column-gap: 0.4rem;
  grid-row-gap: 0.4rem;
  color: #fff;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.underline-link.underline-link-dark {
  color: #000;
}

.preview-image-base {
  border-radius: 1rem;
  height: 100%;
  max-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
  overflow: visible;
}

.agenda-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  margin-top: -7px;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.1rem;
  display: flex;
}

.icon.dark-icon-color {
  color: #000;
}

.preview-image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.preview-agenda-description {
  max-width: 30rem;
}

.special {
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.sticky-card-item {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.section-sticky-cards {
  z-index: 25;
  background-color: #fff;
  margin-top: 6rem;
  display: block;
  position: relative;
}

.section-sticky-cards.hide {
  display: none;
}

.sticky-base {
  background-color: #fff;
  border: 0 solid #d3e5e9;
  border-radius: 5vw 5vw 5px 0;
  justify-content: center;
  height: 70vh;
  max-height: 53rem;
  margin-top: -8rem;
  display: flex;
  position: sticky;
  top: -59px;
}

.sticky-base.sticky-first-base {
  border-bottom-left-radius: 5vw;
  flex-direction: row;
  justify-content: center;
  height: 71vh;
  margin-top: -6.7rem;
  margin-bottom: 8rem;
  top: 98px;
}

.sticky-base.sticky-first-base.sub-page-height {
  height: 40vh;
}

.sticky-base.sticky-second-base {
  width: auto;
  height: 72vh;
  margin-top: -0.1rem;
  margin-bottom: 4rem;
  top: 11.6rem;
}

.sticky-base.sticky-second-base.sub-page {
  height: 40vh;
  margin-top: -1.1rem;
  top: 16.1rem;
}

.sticky-base.sticky-second-base.sub-page-3 {
  margin-top: -1.1rem;
  top: 17.2rem;
}

.sticky-base.sticky-second-base.sub-page-height {
  height: 40vh;
  top: 11.2rem;
}

.sticky-base.sticky-forth-base {
  width: auto;
  height: 72vh;
  margin-top: -0.2rem;
  margin-bottom: 4rem;
  top: 21.9rem;
}

.sticky-base.sticky-forth-base.sub-page,
.sticky-base.sticky-forth-base.sub-page-3 {
  margin-top: -1.1rem;
  top: 17.2rem;
}

.sticky-base.sticky-forth-base.sub-page-height {
  height: 40vh;
  top: 21.2rem;
}

.sticky-base.sticky-fifth-base {
  width: auto;
  height: 72vh;
  margin-top: -0.2rem;
  margin-bottom: 4rem;
  top: 27rem;
}

.sticky-base.sticky-fifth-base.sub-page,
.sticky-base.sticky-fifth-base.sub-page-3 {
  margin-top: -1.1rem;
  top: 17.2rem;
}

.sticky-base.sticky-fifth-base.sub-page-height {
  height: 40vh;
  top: 26.1rem;
}

.sticky-base.sticky-sixth-base {
  width: auto;
  height: 72vh;
  margin-top: -0.2rem;
  margin-bottom: 4rem;
  top: 32.6rem;
}

.sticky-base.sticky-sixth-base.sub-page,
.sticky-base.sticky-sixth-base.sub-page-3 {
  margin-top: -1.1rem;
  top: 17.2rem;
}

.sticky-base.sticky-sixth-base.sub-page-height {
  height: 40vh;
}

.sticky-cover {
  justify-content: center;
  height: 100%;
  display: flex;
}

.sticky-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35rem;
  display: flex;
}

.sticky-description {
  max-width: 31rem;
}

.sticky-top {
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.sticky-image {
  background-color: #fff0;
  border-radius: 20px;
  height: 91%;
  position: relative;
  overflow: hidden;
}

.sticky-anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.sticky-top-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-decoration: none;
  display: flex;
}

.sticky-card {
  border-radius: 20px;
  margin: 0;
}

.sticky-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  padding-top: 1rem;
  padding-bottom: 0;
  display: grid;
}

.body {
  background-color: #fff;
}

.mouse-cursor-container {
  z-index: 40;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.mouse-cursor-wrapper {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.mouse-cursor {
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.cursor-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

.background-video {
  z-index: -1;
  width: 100%;
  min-width: auto;
  height: 100%;
  padding-top: 142px;
  position: absolute;
  inset: -22% 0% 0%;
}

.hero-subscribe-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.2s;
}

.hero-form-input:hover,
.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.background-video-2 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-2 {
  border-radius: 20px;
}

.hero-wrapper-left-side-video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
}

.video-3 {
  border-radius: 20px;
  flex: 0 auto;
  min-width: 27.1rem;
  max-width: 100%;
  min-height: auto;
  overflow: hidden;
}

.fs-consent_component {
  font-family: Outfit, sans-serif;
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  font-family: Outfit, sans-serif;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_prefs_submit {
  background-color: #000;
  border-radius: 20px;
  padding: 0.5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  font-family: Outfit, sans-serif;
  display: none;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: 0.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto 0.75rem 0.75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 0.75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: 0.5rem;
}

.fs-consent_checkbox_field-3,
.fs-consent_checkbox_field-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_banner-3 {
  z-index: 50;
  object-fit: contain;
  background-color: #f5f5f5;
  border-radius: 20px 20px 0 0;
  max-width: 100rem;
  padding: 1rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-consent_allow-2 {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
}

.looping-text {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  letter-spacing: -0.1rem;
  white-space: nowrap;
  padding-right: 15vw;
  font-size: 10vw;
  font-weight: 500;
  display: flex;
}

.div-block-6 {
  font-family: Outfit, sans-serif;
}

.content-container {
  width: 100vw;
  display: block;
  overflow: visible;
}

.projects {
  position: static;
  top: 0;
}

.projects-list {
  display: block;
}

.projects-list.camera {
  margin-bottom: -50vh;
  padding-top: 100vh;
  overflow: visible;
}

.project-slider-container {
  width: 100vw;
  height: 200vh;
  position: relative;
}

.project-slider-container.with-margin {
  margin-top: -150vh;
  position: static;
}

.slider {
  display: none;
}

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.div-block-9 {
  background-color: #fff;
}

.hero-stack-slogan {
  opacity: 1;
  background-color: #fff;
  border: 0 #000;
  padding: 62px 30px;
  position: relative;
}

.columns-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.grey-box {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: left;
  background-color: #f5f5f500;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start stretch;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.text-size-regular-copy {
  color: #292929;
  font-family: Outfit, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  text-decoration: none;
}

.container-4-copy {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.hero-wrapper-short {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 27px;
  display: flex;
  overflow: hidden;
}

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

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

.div-block-11 {
  padding-right: 17px;
}

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

.hero-stack-tech {
  opacity: 1;
  background-color: #fff;
  border: 0 #000;
  padding: 80px 30px 0;
  position: relative;
}

.div-block-11-copy {
  padding-right: 87px;
}

.grid-4 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular-2 {
  font-size: 1.2rem;
  line-height: 1.65;
}

.faq-bottom-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
}

.faq-text-2 {
  align-items: center;
  padding: 0 1rem 0 2rem;
  display: flex;
}

.faq-top-2 {
  background-color: #fff;
  border: 0 #d3e5e9;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.faq-icon-2 {
  background-color: #121316;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 30px;
  height: 20px;
  min-height: 30px;
  display: flex;
}

.subheading-15px-copy {
  color: #333;
  margin-top: 0;
  margin-bottom: -15px;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
}

.subheading-15px-copy.white-font {
  color: var(--white-font);
}

.subheading-15px-copy.boxed {
  min-width: 27svw;
}

.subheading-15px-copy.small-box {
  letter-spacing: 0;
  text-indent: 6px;
  column-count: 0;
  max-width: 45svw;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
}

.subheading-15px-copy.width {
  min-width: 50px;
  max-width: 41svw;
  margin-left: -136px;
}

.image-6 {
  border-radius: 20px;
  margin-top: 33px;
}

.fs-consent_allow-orange {
  color: #fff;
  background-color: #a8a8a8;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
}

.bold-text-2 {
  letter-spacing: 1px;
  text-indent: -1px;
  column-count: 0;
  font-size: 33px;
  font-weight: 600;
  line-height: 37px;
}

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

.footer-wrapper-two-copy {
  color: #535353;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.footer-wrapper-two-copy:hover {
  color: #af7638;
}

.div-block-13 {
  margin-top: 31px;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 33px;
}

.video-4 {
  border-radius: 20px;
  height: 79%;
  top: 0;
  overflow: hidden;
}

.video-5 {
  border-radius: 20px;
  overflow: hidden;
}

.video-6 {
  height: 100%;
  overflow: hidden;
}

.hero-stack-copy {
  opacity: 1;
  background-color: #fff;
  border: 0 #000;
  padding: 0 30px 80px;
  position: relative;
}

.hero-stack-copy.phone {
  display: none;
}

.background-video-3 {
  z-index: 4;
  border-radius: 20px;
}

.pop-up {
  z-index: 60;
  opacity: 1;
  background-color: #0000;
  display: block;
  position: fixed;
  inset: 0%;
}

.pop-up-item {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-content: center;
  place-items: center;
  display: flex;
  position: fixed;
  inset: 20% 15%;
}

.pop-up-holiday-video {
  border-radius: 18px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.pop-up-background-dark {
  background-color: #000000d6;
  display: block;
  position: fixed;
  inset: 0%;
}

.pop-up-close-button {
  z-index: 7;
  background-color: #e2854e;
  border-radius: 8px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.play-pause-button {
  display: none;
}

@media screen and (min-width: 1440px) {
  .navbar {
    background-color: #fff;
  }

  .hero-section-inside.about-bkg .heading.right {
    margin-top: 56px;
  }

  .hero-heading-right.dark {
    height: 46vh;
  }

  .subheading-15px,
  .subheading-15px.orange-font {
    margin-bottom: 0;
  }

  .button-primary {
    text-transform: none;
    margin-top: 12px;
  }

  .button-primary.home {
    margin-top: 0;
  }

  .hero-section.centered {
    padding-top: 263px;
  }

  .button.w--current {
    background-color: #000;
  }

  .footer-light {
    height: 100%;
    margin-top: 0;
  }

  .footer-wrapper-two {
    color: #252525;
    flex-flow: column;
    font-family: Outfit, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .footer-form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .heading {
    text-align: left;
  }

  .heading.orange-font {
    color: #252525;
    -webkit-text-stroke-color: #4e4840;
  }

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

  .hero-section-inside.centered {
    padding-top: 263px;
  }

  /* .hero-section-inside.vid-loc-bkg {
    background-image: linear-gradient(260deg, #fff0, #fff),
      url("../images/Screenshot-2024-10-05-at-11.41.17-AM.png"),
      url("../images/EC-banner-03.png"),
      linear-gradient(#522c00 1%, #f80 35%, #fff);
    background-position: 0 0, 51%, 50% 20%, 0 0;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, cover, cover, auto;
    height: 50vh;
  }

  .hero-section-inside.tech-bkg {
    background-image: url("../images/Screenshot-2024-10-05-at-12.08.11-PM.png"),
      linear-gradient(#522c00 1%, #f80 35%, #fff);
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
  }

  .hero-section-inside.case-study-bkg {
    background-image: url("../images/banner-video-localization.png");
    background-position: 50% 46%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
  }

  .hero-section-inside.trans-bkg {
    background-image: url("../images/Banner-translation-01.png");
    background-position: 49% 25%;
    background-repeat: repeat;
    background-size: cover;
  }

  .hero-section-inside.quality-bkg {
    background-image: url("../images/banner-quality.png");
    background-position: 50% 0, 50% 20%, 0 0;
    background-repeat: repeat, repeat-x, repeat;
    background-size: cover, cover, auto;
  } */

  .testimonial-column-light {
    padding-top: 0;
  }

  .values {
    justify-content: center;
    align-items: center;
  }

  .testimonial-text-two {
    color: #2c2c2c;
  }

  .columns-2 {
    display: none;
  }

  .div-block-grey-bg-coloured-font {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section-center {
    /* height: 75vh;
    position: relative; */
  }

  .hero-section-center.centered {
    padding-top: 263px;
  }

  .page-padding {
    margin-top: -4px;
  }

  .heading-large {
    font-size: 2rem;
  }

  .image-fill {
    height: 100%;
  }

  .section-sticky-cards.phone-disappear {
    display: none;
  }

  .sticky-base {
    margin-top: -2.6rem;
  }

  .sticky-base.sticky-second-base {
    width: auto;
    height: 71vh;
  }

  .sticky-base.sticky-forth-base,
  .sticky-base.sticky-fifth-base,
  .sticky-base.sticky-sixth-base {
    width: auto;
  }

  .sticky-card {
    margin: 0;
  }

  .sticky-content {
    padding-bottom: 10rem;
  }

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  /* .background-video {
    padding-top: 0;
    top: 0%;
  } */

  .video-3 {
    background-color: #fff0;
    border-radius: 20px;
  }

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

  .fs-consent_banner_buttons {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .fs-consent_banner-3 {
    text-align: center;
    white-space: nowrap;
    word-break: normal;
    max-width: 100%;
  }

  .looping-text {
    overflow: hidden;
  }

  .slide {
    background-color: #fff;
    max-width: 30rem;
    margin: 6px 35px;
  }

  .slider {
    background-color: #fff0;
    display: none;
  }

  .left-arrow,
  .right-arrow {
    display: none;
  }

  .div-block-7 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 26px;
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .grey-box {
    background-color: #fff0;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-11-copy {
    padding-right: 77px;
  }

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

  .grid-4 {
    place-items: stretch start;
    margin-top: 49px;
  }

  .faq-top-2 {
    margin-top: 23px;
  }

  .subheading-15px-copy,
  .subheading-15px-copy.orange-font {
    margin-bottom: 0;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: start;
  }

  .footer-wrapper-two-copy {
    color: #333;
    margin-top: 2px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
    text-decoration: none;
  }

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

  .grid-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 42px;
  }

  .background-video-3 {
    margin-top: 26px;
  }

  .pop-up {
    display: block;
  }

  .pop-up-holiday-video {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .subheading-15px.small-box {
    max-width: 68svw;
  }

  .subheading-15px.width {
    margin-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: block;
    position: fixed;
    inset: 68px 0% 0% 220px;
    box-shadow: -2px 8px 5px #0003;
  }

  .dropdown {
    flex-flow: column;
    display: flex;
  }

  .dropdown-list-2.w--open {
    position: relative;
    top: 0;
  }

  .hero-section.centered {
    padding-top: 177px;
    padding-bottom: 144px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .hero-section-inside.centered {
    padding-top: 177px;
    padding-bottom: 144px;
  }

  .hero-stack.phone {
    display: none;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .hero-section-center.centered {
    padding-top: 177px;
    padding-bottom: 144px;
  }

  .container-5 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-6 {
    max-width: 728px;
  }

  .testimonial-grid-two-2 {
    grid-column-gap: 30px;
  }

  .testimonial-info-three-2 {
    flex-direction: column;
  }

  .faq-top {
    padding: 0.5rem;
  }

  .faq-icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .preview-agenda-content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .preview-agenda-days {
    width: 100%;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-fill {
    height: 50%;
  }

  .preview-agenda {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .section-sticky-cards {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .sticky-base {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.sticky-first-base {
    margin-bottom: 0;
  }

  .sticky-base.sticky-first-base.sub-page-height {
    top: -10px;
  }

  .sticky-base.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-base.sticky-second-base.sub-page {
    top: 8.7rem;
  }

  .sticky-base.sticky-second-base.sub-page-height {
    top: 0.7rem;
  }

  .sticky-base.sticky-forth-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-base.sticky-forth-base.sub-page-height {
    top: 5.4rem;
  }

  .sticky-base.sticky-fifth-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-base.sticky-fifth-base.sub-page-height {
    top: 0.1rem;
  }

  .sticky-base.sticky-sixth-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-base.sticky-sixth-base.sub-page-height {
    top: -2.8rem;
  }

  .sticky-image {
    min-height: 60vh;
  }

  .sticky-content {
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
  }

  .mouse-cursor-container {
    display: none;
  }

  .menu-button {
    background-color: #fff0;
  }

  .menu-button.w--open {
    background-color: #fff;
    border-radius: 46px;
  }

  .icon-2 {
    color: #000;
    background-color: #0000;
    border-radius: 10px;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .fs-consent_banner_buttons {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
  }

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

  .hero-wrapper-short {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    display: grid;
  }

  .container-10 {
    max-width: 728px;
  }

  .faq-top-2 {
    padding: 0.5rem;
  }

  .faq-icon-2 {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .footer-wrapper-two-copy {
    flex-wrap: wrap;
  }

  .hero-stack-copy.phone {
    display: none;
  }

  .pop-up-item {
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-right {
    padding: 60px 15px;
  }

  .nav-menu {
    left: 107px;
  }

  .hero-section.centered {
    padding-top: 166px;
    padding-bottom: 119px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-without-image,
  .pricing-overview {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .hero-section-inside.centered {
    padding-top: 166px;
    padding-bottom: 119px;
  }

  .hero-stack,
  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .values {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .testimonial-info-three {
    flex-flow: column;
  }

  .container-4 {
    padding-left: 20px;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .hero-section-center.centered {
    padding-top: 166px;
    padding-bottom: 119px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-column-light-2 {
    padding: 60px 15px;
  }

  .testimonial-grid-two-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three-2 {
    flex-direction: row;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .faq-text {
    padding-left: 1.5rem;
  }

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

  .faq-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .lottie-icon {
    width: 0.9rem;
    height: 0.9rem;
  }

  .preview-agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .agenda-list-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-large {
    font-size: 1.6rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-fill {
    border-radius: 20px;
    height: 70%;
  }

  .agenda-content {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    grid-template-columns: 1fr;
  }

  .section-sticky-cards {
    margin-top: 18.9rem;
  }

  .sticky-base.sticky-first-base.sub-page-height {
    top: -206px;
  }

  .sticky-base.sticky-second-base.sub-page {
    top: 2.5rem;
  }

  .sticky-base.sticky-second-base.sub-page-height {
    top: -8.3rem;
  }

  .sticky-base.sticky-forth-base.sub-page-height {
    top: 1.5rem;
  }

  .sticky-base.sticky-fifth-base.sub-page-height {
    top: -1.3rem;
  }

  .sticky-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sticky-image {
    min-height: 38vh;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4.5rem;
  }

  .menu-button {
    background-color: #fff0;
  }

  .icon-2 {
    color: #000;
    background-color: #0000;
    border-radius: 10px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .fs-consent_banner_buttons {
    justify-content: flex-end;
    align-items: center;
  }

  .looping-text {
    font-size: 12vw;
  }

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

  .hero-stack-slogan {
    padding: 60px 15px;
  }

  .container-4-copy {
    padding-left: 20px;
  }

  .hero-stack-tech {
    padding: 60px 15px;
  }

  .faq-bottom-content-2 {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .faq-text-2 {
    padding-left: 1.5rem;
  }

  .faq-icon-2 {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

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

  .hero-stack-copy {
    padding: 60px 15px;
  }

  .pop-up-holiday-video {
    width: 100%;
    height: 66%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: #fff0;
  }

  .container {
    background-color: #fff0;
    margin-left: 6px;
  }

  .container-2 {
    max-width: none;
  }

  .hero-split {
    flex-flow: column;
  }

  .hero-split.phone {
    margin-bottom: 0;
  }

  .shadow-two {
    overflow: hidden;
  }

  .subheading-15px.small-box {
    max-width: 88svw;
  }

  .subheading-15px.width {
    min-width: auto;
    max-width: 100%;
  }

  .button-primary {
    text-transform: none;
  }

  .nav-menu {
    margin-top: 70px;
    padding-top: 0;
    position: fixed;
    inset: 0%;
  }

  .hero-section.centered {
    background-image: linear-gradient(#00000080, #00000080),
      url("../images/cowomen-ZKHksse8tUU-unsplash.jpg"),
      url("../images/cherrydeck-rMILC1PIwM0-unsplash.jpg");
    background-position: 0 0, 37%, 50%;
    background-size: auto, cover, cover;
    padding-top: 142px;
    padding-bottom: 60px;
  }

  .button {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .heading {
    font-size: 37px;
  }

  .heading.phone {
    font-size: 33px;
  }

  .hero-section-inside.centered {
    background-image: linear-gradient(#00000080, #00000080),
      url("../images/cowomen-ZKHksse8tUU-unsplash.jpg"),
      url("../images/cherrydeck-rMILC1PIwM0-unsplash.jpg");
    background-position: 0 0, 37%, 50%;
    background-size: auto, cover, cover;
    padding-top: 142px;
    padding-bottom: 60px;
  }

  .hero-stack.phone {
    padding-top: 6px;
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .columns-2 {
    flex-flow: column;
    display: none;
  }

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

  .container-4,
  .div-block-grey-bg-coloured-font {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section-center.centered {
    background-image: linear-gradient(#00000080, #00000080),
      url("../images/cowomen-ZKHksse8tUU-unsplash.jpg"),
      url("../images/cherrydeck-rMILC1PIwM0-unsplash.jpg");
    background-position: 0 0, 37%, 50%;
    background-size: auto, cover, cover;
    padding-top: 142px;
    padding-bottom: 60px;
  }

  .container-5 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-links-description {
    display: none;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .faq-bottom-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .faq-text {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
  }

  .faq-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    border-radius: 0.5rem;
    flex-flow: row;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .faq-icon {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .agenda-bottom-content {
    padding-top: 1rem;
  }

  .agenda-bottom {
    padding-left: 2rem;
  }

  .agenda-list-title {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .preview-agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .preview-agenda-item.top {
    padding-top: 1.75rem;
  }

  .preview-agenda-days {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-large {
    font-size: 1.4rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-fill {
    height: 100%;
  }

  .preview-image-base {
    min-height: 135vw;
  }

  .agenda-content {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
  }

  .section-sticky-cards.phone-disappear {
    display: none;
  }

  .section-sticky-cards.phone {
    margin-top: 0;
    padding-top: 0;
  }

  .sticky-base.sticky-first-base {
    top: 40px;
  }

  .sticky-image {
    height: 100%;
    min-height: 24vh;
    margin-bottom: -37px;
    padding-bottom: 0;
  }

  .sticky-card {
    margin-top: 226px;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon-2 {
    background-color: #0000;
    border-radius: 7px;
  }

  .background-video {
    padding-top: 34px;
    top: -12%;
  }

  .container-8 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .video-3 {
    text-align: left;
    align-self: auto;
    min-width: 20.9rem;
    max-width: none;
    overflow: hidden;
  }

  .video-3.phone {
    min-width: 22.5rem;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .looping-text {
    font-size: 18vw;
  }

  .slider {
    display: none;
  }

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

  .text-size-regular-copy {
    font-size: 1rem;
  }

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

  .hero-wrapper-short {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    display: grid;
  }

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

  .container-10 {
    max-width: none;
  }

  .faq-bottom-content-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .faq-text-2 {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
  }

  .faq-top-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    border-radius: 0.5rem;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .faq-icon-2 {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .footer-wrapper-two-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-13 {
    flex-flow: column;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .hero-stack-copy.phone {
    padding-top: 6px;
    display: block;
  }

  .hero-stack-copy.no-margin {
    padding-top: 0;
  }

  .pop-up-item {
    inset: 30% 3% 18%;
  }

  .pop-up-holiday-video {
    width: 100%;
    height: 42%;
    overflow: hidden;
  }
}

#w-node-e69c633a-207f-a566-9c4c-1bea2e9c88e8-bec105ae {
  justify-self: center;
}

#w-node-e69c633a-207f-a566-9c4c-1bea2e9c88e9-bec105ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e69c633a-207f-a566-9c4c-1bea2e9c8902-bec105ae {
  justify-self: center;
}

#w-node-e69c633a-207f-a566-9c4c-1bea2e9c8903-bec105ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e69c633a-207f-a566-9c4c-1bea2e9c890b-bec105ae {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e69c633a-207f-a566-9c4c-1bea2e9c891f-bec105ae {
  justify-self: center;
}

#w-node-e69c633a-207f-a566-9c4c-1bea2e9c8920-bec105ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b22911-3617a451,
#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b2291b-3617a451,
#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b22925-3617a451 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_974e2910-6ba9-0346-bb94-3b671bd0fc11-bcb6a8b6 {
  justify-self: center;
}

#w-node-_974e2910-6ba9-0346-bb94-3b671bd0fc12-bcb6a8b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_974e2910-6ba9-0346-bb94-3b671bd0fc2d-bcb6a8b6 {
  justify-self: center;
}

#w-node-_974e2910-6ba9-0346-bb94-3b671bd0fc2e-bcb6a8b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_974e2910-6ba9-0346-bb94-3b671bd0fc31-bcb6a8b6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_34937a20-a088-25cd-57c6-97a3c9f5c93e-bcb6a8b6 {
  justify-self: center;
}

#w-node-_34937a20-a088-25cd-57c6-97a3c9f5c93f-bcb6a8b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34937a20-a088-25cd-57c6-97a3c9f5c942-bcb6a8b6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c9279661-89e0-8c30-a4ad-7bea3b494ced-bcb6a8b6 {
  justify-self: center;
}

#w-node-c9279661-89e0-8c30-a4ad-7bea3b494cee-bcb6a8b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9279661-89e0-8c30-a4ad-7bea3b494cf1-bcb6a8b6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c4413d6a-0427-fadb-17a6-143f465fc82c-bcb6a8b6 {
  justify-self: center;
}

#w-node-c4413d6a-0427-fadb-17a6-143f465fc82d-bcb6a8b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c4413d6a-0427-fadb-17a6-143f465fc830-bcb6a8b6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1e71aa2d-40a8-c865-508f-6714538ffbfe-bcb6a8b6 {
  justify-self: center;
}

#w-node-_1e71aa2d-40a8-c865-508f-6714538ffbff-bcb6a8b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1e71aa2d-40a8-c865-508f-6714538ffc02-bcb6a8b6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b22911-9b54cb50,
#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b2291b-9b54cb50,
#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b22925-9b54cb50,
#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b22911-413a53fb,
#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b2291b-413a53fb,
#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b22925-413a53fb,
#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b22911-a347703e,
#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b2291b-a347703e,
#w-node-e3ca355d-7d19-66ad-6a0c-77f3c6b22925-a347703e,
#w-node-c60d81b9-df13-8ec1-0ce8-e872ba1cb06e-a347703e,
#w-node-c60d81b9-df13-8ec1-0ce8-e872ba1cb078-a347703e,
#w-node-c60d81b9-df13-8ec1-0ce8-e872ba1cb082-a347703e,
#w-node-f3ebfa36-7535-14c2-5bd0-a33715c5cf05-a9e39289,
#w-node-f3ebfa36-7535-14c2-5bd0-a33715c5cf06-a9e39289 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
