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

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

.container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  min-width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 64px;
  padding-left: 64px;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.squiggly {
  max-width: 100vh;
  margin-top: -34px;
  margin-left: 136px;
  padding-top: 0px;
}

.background-video {
  min-height: 100vh;
}

.hero-section {
  min-height: 100vh;
  padding-left: 64px;
}

.columns {
  background-image: linear-gradient(90deg, #000 25%, hsla(0, 0%, 100%, 0) 37%);
}

.navbar-2 {
  align-self: flex-start;
  background-color: #000;
}

.column {
  min-height: 100vh;
  background-color: transparent;
}

.text-block {
  overflow: visible;
  width: 50vw;
  margin-top: 220px;
  font-family: 'Josefin Sans', sans-serif;
  color: #e6e6e6;
  font-size: 70px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

.button {
  display: flex;
  min-height: 44px;
  min-width: 280px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #3898ec;
  font-size: 20px;
  font-weight: 700;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link-6 {
  font-family: 'Josefin Sans', sans-serif;
  color: #ccc;
  font-size: 22px;
}

.spark-secondary-paragraph {
  margin-bottom: 64px;
  color: rgba(0, 0, 0, 0.76);
}

.spark-small-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.spark-small-icon.spark-primary-color {
  color: #5532fa;
}

.spark-small-icon.spark-primary-color.spark-margin-bottom-16px {
  color: #3898ec;
}

.three-column-grid {
  display: -ms-grid;
  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-areas: ". ."
    ". Area";
  -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._900-width {
  width: 952px;
  max-width: 100%;
}

._900-width.margin-bottom-104px {
  margin-bottom: 104px;
}

.service-container {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.services {
  position: relative;
  width: 100%;
  padding: 100px 64px;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.services h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 400;
}

.services h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.services h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 600;
}

.services h2 {
  margin-top: 1rem;
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
}

.services h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}

.services h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
}

.services p {
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.76);
}

.services ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.services li {
  margin-bottom: 0.5rem;
}

.title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.title.h2 {
  margin-top: 0px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
}

.title.h1 {
  font-size: 8em;
  line-height: 0.8em;
  font-weight: 300;
}

.title.h1.me-work {
  position: absolute;
  top: 6%;
  margin-left: 64px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
}

.portfolio-block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1020px;
  margin-left: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
  text-decoration: none;
}

.portfolio-block:hover {
  color: #6445e5;
}

.portfolio-image {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.portfolio-section.work-track {
  width: 100%;
  height: 400vh;
  padding-top: 64px;
  padding-bottom: 64px;
}

.frame-item {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
}

.frame {
  display: flex;
  height: 100%;
}

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

.spark-grid-image {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
}

.spark-three-image-grid {
  width: 60vw;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: "Area Area-2"
    "Area Area-3";
}

.spark-max-width-600 {
  max-width: 600px;
}

.spark-flex-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.spark-flex-row.spark-5-spacing {
  align-items: center;
  grid-column-gap: 5%;
}

.about-container {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.about {
  position: relative;
  width: 100%;
  padding: 100px 64px;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.about h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 600;
}

.about h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.about h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 600;
}

.about h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
}

.about h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}

.about h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
}

.about p {
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.76);
}

.about ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.about li {
  margin-bottom: 0.5rem;
}

.h2 {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
}

.spark-social-row {
  display: flex;
  width: 100%;
  justify-content: center;
  grid-column-gap: 24px;
}

.spark-social-row.spark-left-aligned {
  justify-content: flex-start;
}

.spark-small-sub-paragraph {
  margin-bottom: 0rem;
  color: rgba(0, 0, 0, 0.76);
  font-size: 0.8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.spark-bold-heading {
  display: inline-block;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-weight: 600;
}

.spark-team-member-details {
  max-width: 590px;
  color: #fff;
}

.spark-vertical-image {
  width: 100%;
  height: 310px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.spark-wrapped-team-card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 24px;
}

.spark-wrapped-team-card.spark-stacked {
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid transparent;
  transition: border-color 150ms ease;
  text-align: center;
}

.spark-wrapped-team-card.spark-stacked:hover {
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.76);
  border-radius: 8px;
}

.spark-wrapped-team-card.spark-top-aligned {
  align-items: flex-start;
}

.spark-four-column-team-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.spark-icon {
  display: inline-block;
  width: 12px;
}

.spark-icon.spark-20px-icon {
  display: flex;
  width: 20px;
  padding: 2px;
  align-items: center;
}

.spark-tabs-content {
  width: 100%;
}

.spark-tab {
  padding: 8px 24px;
  border-radius: 8px;
  background-color: transparent;
  transition: color 150ms ease, background-color 150ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
}

.spark-tab:hover {
  background-color: #303030;
  opacity: 1;
  color: #5532fa;
}

.spark-tab.w--current {
  background-color: transparent;
  color: #3898ec;
}

.spark-tabs-menu {
  display: flex;
  margin-bottom: 100px;
  justify-content: flex-start;
  grid-column-gap: 16px;
}

.spark-tabs-parent {
  width: 100%;
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  color: #f0ecfd;
  text-align: center;
}

.spark-container-2 {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.spark-section-2 {
  position: relative;
  width: 100%;
  padding: 100px 64px;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 600;
}

.spark-section-2 h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 600;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
}

.spark-section-2 p {
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.76);
  text-align: left;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: 0.5rem;
}

.text-block-2 {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 24px;
}

.text-block-2:hover {
  color: #fff;
}

.text-block-3 {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 24px;
}

.text-block-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
}

.spark-stacked-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 16px;
  text-align: center;
}

.spark-gray-paragraph {
  color: rgba(0, 0, 0, 0.76);
  line-height: 1.3;
}

.spark-horizontal-team-member-image {
  display: block;
  width: 500px;
  height: 300px;
  max-width: none;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.spark-horizontal-team-member-image.spark-small {
  width: 310px;
  height: 310px;
}

.spark-flex-row-of-two-team-members {
  display: flex;
  margin-bottom: 64px;
  grid-column-gap: 64px;
}

.spark-flex-row-of-team-members {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 64px;
}

.spark-centered-901 {
  width: 100vw;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  text-align: center;
}

.spark-section-3 {
  position: relative;
  width: 100%;
  padding: 100px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 600;
}

.spark-section-3 h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 600;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
}

.spark-section-3 p {
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 80.5%, 0.76);
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: 0.5rem;
}

.body {
  background-color: #000;
}

.button-2 {
  display: flex;
  min-height: 44px;
  min-width: 280px;
  margin-left: 140px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-5 {
  width: 50vw;
  margin-top: 220px;
  margin-left: 140px;
  font-family: 'Josefin Sans', sans-serif;
  color: #e6e6e6;
  font-size: 70px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  white-space: break-spaces;
}

.squiggly-2 {
  max-width: 100vh;
  margin-top: -34px;
  margin-left: 460px;
  padding-top: 0px;
}

.hero-section-2 {
  min-height: 100vh;
}

.kutup-paragraph {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 700;
}

.kutup-statistic-number {
  margin-bottom: 20px;
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  font-size: 60px;
  line-height: 60px;
}

.kutup-statistics-block {
  display: flex;
  padding: 45px 44px 35px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 47%;
  border-radius: 10px;
  background-color: #eeece9;
  color: #524c44;
  font-weight: 700;
}

.kutup-statistics-grid {
  display: -ms-grid;
  display: grid;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-small-top-text {
  margin-bottom: 15px;
  color: #e76f51;
  font-size: 15px;
  font-weight: 700;
}

.kutup-max-w-width-640px {
  display: flex;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.kutup-large-container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.kutup-section {
  padding: 90px 5%;
  background-color: #000;
}

.lynx-block-newsletter-text {
  display: flex;
  margin-right: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.lynx-newsletter-image {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 290px 24px 24px;
  border-radius: 10px;
  background-image: url('../images/vecteezy_space-and-planetary-backgrounds-planetary-surface-with_8565634.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, 0.1);
}

.lynx-text-field {
  height: 46px;
  min-width: 200px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 24px;
  padding: 8px 0px;
  border: 1px none #000;
  background-color: transparent;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: none;
}

.lynx-text-field::-moz-placeholder {
  color: hsla(65, 0%, 100%, 0.6);
}

.lynx-text-field::-ms-input-placeholder {
  color: hsla(65, 0%, 100%, 0.6);
}

.lynx-text-field::placeholder {
  color: hsla(65, 0%, 100%, 0.6);
}

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

.lynx-form {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: hsla(65, 0%, 100%, 0.1);
}

.lynx-heading-white-margin {
  max-width: 740px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 120%;
  font-weight: 300;
}

.lynx-submit-button {
  padding: 22px 36px;
  border-radius: 10px;
  background-color: #fff;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: Varela, sans-serif;
  color: #1f2022;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lynx-submit-button:hover {
  background-color: #1f2022;
  color: #fff;
}

.lynx-text-message {
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  margin-top: 15px;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: rgba(253, 75, 139, 0.65);
}

.cta {
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.lynx-success-message {
  padding: 20px 29px;
  border-radius: 50px;
  background-color: rgba(50, 183, 122, 0.65);
}

.lynx-newsletter-horizontal {
  display: flex;
  width: 100%;
  padding: 70px 50px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  background-color: #3898ec;
  text-align: center;
}

.lynx-subtitle-white {
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.faq-blue-wipe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 6.8em;
  background-color: #fff;
}

.faq-a-contain {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #2b2b2b;
}

.container-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 8em 7.08em;
}

.faq-title-line-contain {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 6.8em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.secondary-button-text-1 {
  padding-top: 0.25em;
  text-align: center;
}

.ver-plus-sign {
  position: absolute;
  width: 1px;
  height: 1.6em;
  background-color: #b9b9b9;
}

.faq-item {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.faq-a-ph-contain {
  width: 80%;
}

.faq-a-ph-contain.text-white {
  padding: 1.25em 4.5em 1.25em 29em;
}

.faq-a-ph-contain.text-white {
  padding: 3.75em 4.5em 3.75em 29em;
}

.hor-plus-sign {
  position: absolute;
  width: 1.6em;
  height: 1px;
  background-color: #b9b9b9;
}

.expand-btn-contain {
  position: relative;
  display: flex;
  width: 3.5em;
  height: 3.5em;
  margin-right: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 20%;
  background-color: #fff;
  transition: background-color 200ms cubic-bezier(.165, .84, .44, 1);
}

.expand-btn-contain:hover {
  background-color: #ff5330;
}

.expand-btn-contain:active {
  background-color: #d44325;
}

.faq-q {
  font-size: 1.7em;
}

.section {
  padding-right: 0px;
  padding-left: 0px;
}

.secondary-button {
  overflow: hidden;
  margin-right: 2.03em;
  margin-bottom: 0.5em;
  margin-left: 2.03em;
  background-color: transparent;
}

.secondary-button.no-margin {
  margin-right: 0em;
  margin-left: 0em;
}

.h2-2 {
  font-family: 'Josefin Sans', sans-serif;
}

.faq-general-wrapper {
  margin-top: 2em;
  margin-bottom: 2em;
}

.border-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.link-underline-line {
  width: 100%;
  height: 1.75px;
  background-color: #000;
  transform: translate(-101%, 0px);
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.faq-q-contain {
  display: flex;
  align-items: center;
}

.paragraph {
  color: #fff;
}

.paragraph-2 {
  font-family: 'Work Sans', sans-serif;
  color: #f0ecfd;
  font-size: 20px;
}

.brix---paragraph-link {
  transition: color 300ms ease;
  color: #4a3aff;
  text-decoration: underline;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---paragraph-default {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f0ecfd;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
}

.brix---footer-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #303030;
  color: #6e7191;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.brix---footer-link {
  display: block;
  transition: color 300ms ease;
  color: #f0ecfd;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.brix---footer-link:hover {
  color: #3898ec;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0px;
  color: #f0ecfd;
}

.brix---footer-list-wrapper {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.brix---footer-col-title {
  margin-bottom: 40px;
  color: #f0ecfd;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.brix---icon-square-36px {
  display: flex;
  overflow: hidden;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f2f1ff;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  text-decoration: none;
}

.brix---icon-square-36px:hover {
  transform: scale(0.92);
}

.brix---social-media-grid-left {
  justify-content: start;
  justify-items: start;
  -ms-grid-row-align: center;
  align-self: center;
  flex: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---footer-logo {
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

.brix---footer-logo:hover {
  transform: scale3d(0.97, 0.97, 1.01);
}

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

.brix---grid-footer-v1 {
  padding-top: 40px;
  padding-bottom: 0px;
  grid-column-gap: 40px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---footer-top {
  padding-top: 0px;
  padding-bottom: 0px;
}

.brix---container-default {
  max-width: 1218px;
  padding-right: 24px;
  padding-left: 24px;
}

.footer {
  border-top: 1px solid #303030;
}

.brix---play-button-large {
  border-radius: 50%;
  box-shadow: 0 24px 65px 0 rgba(20, 20, 43, 0.16);
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

.brix---play-button-large:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.brix---lightbox-video-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brix---bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.brix---position-relative {
  position: relative;
}

.brix---border-radius-24px {
  z-index: -1;
  overflow: hidden;
  border-radius: 24px;
  transform: translate(0px, 0px);
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---btn-secondary-white {
  padding: 26px 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 48px;
  background-color: transparent;
  box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  transform-style: preserve-3d;
}

.brix---btn-secondary-white:hover {
  border-color: #fff;
  background-color: #fff;
  transform: translate3d(0px, -3px, 0.01px);
  color: #211f54;
}

.brix---btn-primary-white {
  padding: 26px 38px;
  justify-content: center;
  border-radius: 48px;
  background-color: #fff;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  color: #4a3aff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.brix---btn-primary-white:hover {
  background-color: #f2f1ff;
  transform: translate3d(0px, -3px, 0.01px);
  color: #4a3aff;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.brix---paragraph-default-2 {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---heading-h1-size {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 54px;
  line-height: 66px;
  font-weight: 700;
}

.brix---hero-v15-grid {
  display: -ms-grid;
  display: grid;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-right: 24px;
  padding-left: 24px;
}

.brix---section-hero-half-bg-color {
  padding-top: 176px;
  padding-bottom: 176px;
  background-image: linear-gradient(180deg, #4a3aff 60%, #4a3aff 0, #fff 0);
}

.brix---btn-primary-small-white {
  padding: 18px 24px;
  justify-content: center;
  border-radius: 48px;
  background-color: #fff;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #4a3aff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.brix---btn-primary-small-white:hover {
  background-color: #f2f1ff;
  transform: translate3d(0px, -3px, 0.01px);
  color: #4a3aff;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white {
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #211f54;
}

.brix---hamburger-menu-bar-top-white {
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #211f54;
}

.brix---hamburger-menu-wrapper {
  padding: 0px;
  transition: transform 300ms ease;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(0.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: transparent;
}

.brix---btn-primary-small {
  padding: 18px 24px;
  justify-content: center;
  border-radius: 48px;
  background-color: #4a3aff;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.brix---btn-primary-small:hover {
  background-color: #281ca5;
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.brix---header-nav-list-item-show-in-mbl {
  display: none;
  margin-bottom: 0px;
  padding-left: 32px;
}

.brix---header-nav-link-white {
  padding: 0px;
  transition: opacity 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.brix---header-nav-link-white:hover {
  opacity: 0.48;
}

.brix---header-nav-list-item {
  margin-bottom: 0px;
  padding-left: 32px;
}

.brix---dropdown-link {
  display: flex;
  width: 100%;
  padding: 0px;
  align-items: center;
  transition: color 300ms ease;
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.brix---dropdown-links-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  top: 32px;
  overflow: hidden;
  min-width: 280px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
}

.brix---dropdown-column-wrapper {
  padding-top: 32px;
  background-color: transparent;
  transform: translate(0px, 0px);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%, 0px);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  display: flex;
  padding: 0px;
  align-items: center;
  transition: opacity 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.brix---dropdown-toggle-white:hover {
  opacity: 0.59;
}

.brix---header-nav-menu-list {
  z-index: 1;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
}

.brix---header-right-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  padding-left: 0px;
  transition: transform 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}

.brix---header-logo-link:hover {
  transform: scale3d(0.96, 0.96, 1.01);
}

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

.brix---header-wrapper-transparent {
  position: absolute;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

.kutup-social-wrapper-flex {
  display: flex;
  grid-column-gap: 15px;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-author-title {
  color: #264653;
  font-size: 15px;
  font-weight: 700;
}

.kutup-team-image-circle {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.kutup-team-wrapper-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kutup-team-grid-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kutup-divider-40px {
  height: 40px;
}

.kutup-display-3 {
  margin-top: 0px;
  color: #264653;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
}

.kutup-small-top-text-2 {
  margin-bottom: 15px;
  color: #e76f51;
  font-size: 15px;
  font-weight: 700;
}

.kutup-max-w-width-640px-2 {
  display: flex;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.kutup-large-container-2 {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.kutup-section-2 {
  padding: 90px 5%;
  background-color: #fff;
}

.brix---text-300-medium {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.brix---color-neutral-601 {
  color: #6e7191;
}

.brix---text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brix---heading-h3-size {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Josefin Sans', sans-serif;
  color: #f2f1ff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.brix---heading-h3-size-link {
  transition: color 300ms ease;
  color: #211f54;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.brix---heading-h3-size-link:hover {
  color: #4a3aff;
}

.brix---text-decoration-none {
  text-decoration: none;
}

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

.brix---avatar-image-link {
  transition: transform 300ms ease;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-07 {
  overflow: hidden;
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
  border-radius: 50%;
  transform: translate(0px, 0px);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---grid-3-columns-team-v5 {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---paragraph-default-3 {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h2-size {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.brix---color-neutral-800 {
  float: none;
  font-family: 'Josefin Sans', sans-serif;
  color: #f2f1ff;
  font-size: 3.5rem;
  line-height: 1.6;
  font-weight: 600;
}

.brix---inner-container-574px---center {
  width: 900px;
  max-width: 100%;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: 1440px;
  color: #f2f1ff;
}

.team {
  width: 100%;
  padding: 100px 64px;
  color: #fff;
}

.grid-2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.container-3 {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0px;
}

.faq-q-2 {
  color: #464646;
  font-size: 1.7em;
}

.h2-3 {
  font-family: 'Josefin Sans', sans-serif;
  color: #f2f1ff;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
}

.faq-drop {
  font-family: 'Work Sans', sans-serif;
  color: #f2f1ff;
  font-size: 20px;
}

.stage-button-wrap {
  display: flex;
}

.stage-button-wrap.margin-top {
  margin-top: 4.5rem;
  perspective: 1000px;
}

.hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.home-hero-section {
  position: relative;
  top: -60px;
  right: auto;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-right: 0px;
  margin-left: 88px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: flex-end;
  align-items: center;
}

.scroll-down-lottie {
  position: relative;
  width: 30px;
}

.scroll-down-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: flex;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
  opacity: 0.46;
  color: #fff;
}

.home-hero-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}

.thin-hero-header-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.stage-button {
  position: relative;
  bottom: 60px;
  display: flex;
  overflow: hidden;
  padding: 1.1em 3.1em;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 0.4em;
  background-color: #3898ec;
  transform: scale(1);
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.stage-btn-text {
  position: relative;
  z-index: 1;
  margin-right: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.stage-btn-back {
  position: absolute;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 99.5%;
  height: 100%;
  border-radius: 0.4em;
  background-color: #303030;
}

.home-hero-text-wrap {
  position: absolute;
  top: 30vh;
  right: auto;
  bottom: auto;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.spark-line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.spark-line-3.spark-simple-line {
  top: 38px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  border-radius: 3px;
  background-color: #5532fa;
}

.spark-line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.spark-line-2.spark-simple-line {
  top: 28px;
  width: 24px;
  height: 3.3px;
  border-radius: 3px;
  background-color: #5532fa;
}

.spark-line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.spark-line-1.spark-simple-line {
  top: 18px;
  width: 24px;
  height: 3.3px;
  border-radius: 3px;
  background-color: #5532fa;
}

.spark-simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px 0px 0px 18px;
  background-color: #fff;
}

.spark-simple-menu-button.w--open {
  border-radius: 8px;
  background-color: #f0ecfd;
}

.spark-text-link {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

.spark-text-link.spark-secondary {
  color: #f0ecfd;
  text-decoration: none;
}

.spark-bottom-bar-link-row {
  display: flex;
  grid-column-gap: 32px;
}

.spark-bottom-bar-text {
  margin-bottom: 0rem;
}

.spark-flex-row-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.spark-container-3 {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.spark-container-3.spark-flexed {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 32px;
}

.spark-absolute-bottom-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding: 8px 64px;
  background-color: #5532fa;
  color: #fff;
  font-size: 0.8rem;
}

.spark-sub-text-in-card-link {
  position: absolute;
  width: 100%;
  margin-bottom: 0rem;
  padding: 16px;
  background-color: rgba(21, 94, 239, 0.7);
  background-image: url('../images/arrow-right.svg');
  background-position: 92% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 1.3rem;
  text-align: left;
}

.spark-large-card-link {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 280px;
  height: 450px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  justify-content: center;
  align-items: flex-end;
  border-radius: 12px;
  background-image: url('../images/Media_1Media.webp');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.spark-large-card-link:hover {
  opacity: 1;
}

.spark-hold-card-links {
  display: flex;
  grid-column-gap: 32px;
}

.spark-icon-2 {
  display: inline-block;
  width: 12px;
}

.spark-icon-2.spark-large-icon {
  width: 32px;
}

.spark-mega-nav-link-label {
  margin-bottom: 0rem;
}

.spark-mega-nav-link {
  display: flex;
  width: 300px;
  padding: 16px 24px;
  justify-content: space-between;
  border-bottom: 3px solid #f0ecfd;
  transition: border-color 150ms ease, color 150ms ease;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.spark-mega-nav-link:hover {
  border-bottom-color: #5532fa;
  opacity: 1;
  color: #5532fa;
}

.spark-mega-nav-link.w--current {
  color: #5532fa;
}

.spark-mega-menu-take-over {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 90vh;
  max-height: 100vh;
  padding: 172px 64px;
  background-color: #fff;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0px;
}

.spark-square-menu-inner {
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: center;
}

.spark-take-over-menu {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding-right: 64px;
  padding-left: 64px;
  background-color: #fff;
}

.spark-nav-link {
  margin-left: 8px;
  padding: 16px 24px;
  border-radius: 8px;
  transition: background-color 150ms ease, color 150ms ease, opacity 150ms ease;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.spark-nav-link:hover {
  background-color: #f0ecfd;
  opacity: 1;
  color: #5532fa;
}

.spark-nav-link.w--current {
  color: #5532fa;
}

.spark-nav-link.spark-square-button {
  margin-right: 0px;
  padding: 16px 24px;
  border-style: none;
  border-radius: 8px;
  background-color: #5532fa;
  transition: color 150ms ease, background-color 150ms ease, opacity 150ms ease;
  color: #fff;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
}

.spark-nav-link.spark-square-button:hover {
  background-color: #1e116e;
  opacity: 1;
}

.spark-light-nav-link {
  padding: 16px 24px;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.spark-light-nav-link.w--current {
  color: #5532fa;
}

.spark-light-nav-link.spark-square-button {
  margin-right: 12px;
  padding: 16px 24px;
  border-style: none;
  border-radius: 8px;
  background-color: #f0ecfd;
  transition: color 200ms ease, background-color 150ms ease;
  color: #5532fa;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
}

.spark-light-nav-link.spark-square-button:hover {
  background-color: #5532fa;
  opacity: 1;
  color: #f0ecfd;
}

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

.spark-square-menu-with-hiring-button {
  width: 100%;
  padding-right: 64px;
  padding-left: 64px;
  background-color: #fff;
}

.lynx-nav-button {
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #1f2022;
  transition: background-color 200ms ease;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.lynx-nav-button:hover {
  background-color: #3898ec;
}

.lynx-nav-buttons {
  display: flex;
  margin-left: 14px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.lynx-nav-link {
  padding: 15px 20px;
  transition: color 200ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #f2f1ff;
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.lynx-nav-link:hover {
  color: #3898ec;
}

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

.lynx-logo {
  height: 42px;
}

.lynx-brand {
  display: flex;
  margin-right: 20px;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lynx-nav-block {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}

.lynx-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 100%;
  padding: 4px 64px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.section-4 {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: space-between;
}

.background-video-2 {
  width: 50%;
}

.container-4 {
  max-width: 1440px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 18;
  padding-top: 0px;
}

.hero {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-right: 64px;
  padding-left: 64px;
  justify-content: space-around;
  align-items: stretch;
}

.myhero-container {
  max-height: 100%;
  max-width: 100%;
}

.hero-text-div {
  width: 30%;
  height: 100%;
}

.hero-bg-div {
  width: 70%;
  height: 100vh;
  padding-left: 0px;
}

.hero-desktop-div {
  display: flex;
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
}

.text-span {
  color: #fff;
}

.image-2 {
  position: relative;
  left: 194px;
  top: -30px;
  right: auto;
}

.hero-mobile-div {
  display: block;
}

.globe-bg-vid-mobile {
  display: block;
}

.hero-mobile {
  display: none;
}

.faqs {
  padding-right: 64px;
  padding-left: 64px;
}

.brix---logo-strip-image-06 {
  width: 100%;
}

.brix---logo-strip-image-04 {
  width: 100%;
}

.brix---logo-strip-image-03 {
  width: 100%;
  border-bottom: 1px solid #dcddeb;
}

.brix---grid-logo-strip-v5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---logo-strip-v5-card {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.brix---heading-h2-size-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f2f1ff;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}

.brix---color-neutral-801 {
  color: #211f54;
}

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

.brix---grid-2-logo-strip-v5 {
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 28px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---container-default-4 {
  max-width: 1440px;
  padding-right: 0px;
  padding-left: 0px;
}

.brix---section-small {
  padding: 100px 64px;
}

.text-span-2 {
  color: #3898ec;
}

.brix---slider-nav {
  position: static;
  overflow: visible;
  margin-top: 48px;
  transform: scale(0.8);
  color: #fff;
}

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

.brix---grid-6-columns-logo-strip {
  display: -ms-grid;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: transparent;
}

.brix---text-300-bold {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}

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

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.text-block-6 {
  font-family: 'Josefin Sans', sans-serif;
  color: #f2f1ff;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.text-span-3 {
  color: #3898ec;
}

.text-span-4 {
  color: #3898ec;
}

.text-span-5 {
  color: #3898ec;
}

.service-icons {
  width: 62px;
  height: 62px;
}

.text-span-7 {
  color: #3898ec;
}

.div-block {
  background-image: url('../images/happy-robot-assistant.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-4 {
  max-width: 25%;
}

@media screen and (min-width: 1440px) {
  .background-video {
    display: flex;
    justify-content: flex-end;
  }

  .service-container {
    max-width: 1440px;
  }

  .services h2 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .about-container {
    height: 100%;
  }

  .about h2 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .about p {
    font-family: 'Work Sans', sans-serif;
  }

  .text-block-5 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .lynx-newsletter-image {
    border-radius: 10px;
    background-image: url('../images/vecteezy_space-and-planetary-backgrounds-planetary-surface-with_8565634.jpg');
  }

  .lynx-form {
    border-radius: 10px;
  }

  .lynx-heading-white-margin {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3rem;
    font-weight: 600;
  }

  .lynx-submit-button {
    border-radius: 10px;
    font-weight: 400;
  }

  .lynx-newsletter-horizontal {
    border-radius: 10px;
    background-color: #3898ec;
  }

  .container-2 {
    padding-right: 64px;
    padding-left: 64px;
  }

  .faq-q {
    color: #7c7c7c;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    -ms-grid-columns: minmax(340px, 1fr) auto auto auto auto;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .video {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .section-2 {
    height: 100vh;
    padding-right: 64px;
    padding-left: 64px;
  }

  .grid {
    grid-template-areas: ". Area";
    -ms-grid-columns: minmax(443px, 0.25fr) 1fr;
    grid-template-columns: minmax(443px, 0.25fr) 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .kutup-display-3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
  }

  .brix---heading-h3-size {
    color: #f2f1ff;
  }

  .brix---grid-3-columns-team-v5 {
    justify-items: center;
  }

  .brix---heading-h2-size {
    font-family: 'Josefin Sans', sans-serif;
    color: #f2f1ff;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
  }

  .brix---inner-container-574px---center {
    max-width: 800px;
    margin-left: 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.5rem;
    line-height: 1.6;
    font-weight: 600;
  }

  .brix---container-default-3 {
    max-width: 1440px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .team {
    width: 100%;
    padding: 100px 64px;
    color: #fff;
  }

  .grid-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .container-3 {
    padding: 100px 0px;
  }

  .h2-3 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .home-hero-section {
    left: 56px;
    width: 100%;
    height: 90vh;
    margin-left: 28px;
  }

  .scroll-down-wrap {
    padding-right: 0px;
    justify-content: center;
  }

  .home-hero-header {
    font-size: 3.2rem;
  }

  .home-hero-text-wrap {
    left: auto;
  }

  .lynx-navbar {
    position: relative;
    max-width: 1440px;
    padding: 0px;
    align-items: stretch;
  }

  .section-3 {
    display: flex;
    width: 100vw;
    height: 100vh;
    padding: 0px 64px;
  }

  .section-5 {
    width: 100%;
  }

  .navbar {
    display: flex;
    padding-right: 64px;
    padding-left: 64px;
    justify-content: center;
  }

  .hero {
    display: flex;
    width: 100%;
    padding-right: 0px;
    justify-content: center;
  }

  .image-2 {
    left: 200px;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-column-gap: 110px;
    -ms-grid-columns: 0.6fr 1fr;
    grid-template-columns: 0.6fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .brix---grid-2-logo-strip-v5 {
    -ms-grid-columns: 0.55fr 1fr;
    grid-template-columns: 0.55fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .icon {
    padding-left: 0px;
    color: #969696;
  }

  .squiggly {
    max-width: 30vh;
    margin-left: 207px;
  }

  .text-block {
    width: 50vh;
    margin-top: 340px;
    margin-left: 40px;
    font-size: 40px;
  }

  .button {
    min-width: 240px;
    margin-left: 40px;
    font-size: 16px;
  }

  .menu-button {
    margin-right: 40px;
  }

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

  .nav-link-6 {
    color: #3d3d3d;
  }

  .image {
    margin-left: 40px;
    padding-left: 0px;
  }

  .three-column-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .services {
    padding-right: 32px;
    padding-left: 32px;
  }

  .services h2 {
    font-size: 2.5rem;
  }

  .title.h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .title.h1.me-work {
    left: 16px;
    font-size: 3.8em;
  }

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

  .frame-item {
    padding-right: 24px;
    padding-left: 24px;
  }

  .spark-three-image-grid {
    width: 92vw;
  }

  .spark-flex-row.spark-5-spacing {
    flex-direction: column-reverse;
    align-items: flex-start;
    grid-row-gap: 2rem;
  }

  .about {
    padding-right: 32px;
    padding-left: 32px;
  }

  .about h2 {
    font-size: 2.5rem;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .spark-wrapped-team-card.spark-top-aligned {
    width: 100%;
    grid-column-gap: 64px;
  }

  .spark-four-column-team-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .spark-stacked-card {
    width: 45%;
  }

  .spark-flex-row-of-two-team-members {
    flex-direction: column;
    grid-row-gap: 25px;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .button-2 {
    margin-left: 40px;
  }

  .text-block-5 {
    width: 62vh;
    margin-left: 40px;
    font-size: 54px;
  }

  .squiggly-2 {
    margin-left: 260px;
  }

  .kutup-statistics-grid {
    width: 90%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .lynx-newsletter-image {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-margin {
    font-size: 38px;
  }

  .cta {
    padding-right: 32px;
    padding-left: 32px;
  }

  .faq-blue-wipe {
    background-color: #bdd6ec;
  }

  .faq-a-ph-contain.text-white {
    width: 100%;
    padding-left: 4.5em;
  }

  .expand-btn-contain:hover {
    background-color: #fff;
  }

  .expand-btn-contain:active {
    background-color: #ff5330;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

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

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---container-default {
    padding-right: 32px;
    padding-left: 32px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-v15-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #fff;
  }

  .brix---hamburger-menu-bar-top-white {
    width: 44px;
    height: 3px;
    background-color: #fff;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform 300ms ease;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(0.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: transparent;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0px;
  }

  .brix---header-nav-link-white {
    color: #211f54;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0px;
  }

  .brix---dropdown-pd {
    padding: 20px 0px 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    position: static;
    padding-top: 0px;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: #211f54;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    padding: 24px;
    border-top: 0px solid #eff0f6;
    border-bottom: 0px solid #eff0f6;
    background-color: #fff;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-07 {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .brix---grid-3-columns-team-v5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .team {
    padding: 118px 32px;
  }

  .container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2-3 {
    font-size: 2.5rem;
  }

  .stage-button-wrap {
    justify-content: center;
  }

  .home-hero-section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .scroll-down-lottie {
    width: 25px;
  }

  .scroll-down-wrap {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .home-hero-header {
    font-size: 3.2rem;
  }

  .thin-hero-header-2 {
    font-size: 0.8rem;
    letter-spacing: 3px;
  }

  .home-hero-text-wrap {
    bottom: 4.8rem;
  }

  .spark-line-3.spark-simple-line {
    left: 18px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0px;
    border-radius: 3px;
    background-color: #5532fa;
  }

  .spark-line-2.spark-simple-line {
    width: 24px;
    height: 3.33px;
    border-radius: 3px;
    background-color: #5532fa;
  }

  .spark-line-1.spark-simple-line {
    width: 24px;
    height: 3.33px;
    border-radius: 2px;
    background-color: #5532fa;
  }

  .spark-simple-menu-button {
    padding-left: 18px;
    background-color: transparent;
  }

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

  .spark-bottom-bar-link-row {
    grid-column-gap: 16px;
  }

  .spark-container-3.spark-flexed {
    padding-right: 32px;
    padding-left: 32px;
    flex-wrap: wrap;
  }

  .spark-absolute-bottom-bar {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 0.7rem;
    text-align: left;
  }

  .spark-mega-nav-link {
    margin-bottom: 1rem;
    text-align: left;
  }

  .spark-mega-nav-link-list {
    display: flex;
    margin-bottom: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-column-gap: 16px;
  }

  .spark-mega-menu-take-over {
    overflow: scroll;
    height: 100vh;
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .spark-square-menu-inner {
    padding: 0px;
  }

  .spark-take-over-menu {
    padding-right: 32px;
    padding-left: 32px;
  }

  .spark-nav-link {
    margin-bottom: 1rem;
    margin-left: 0px;
    text-align: left;
  }

  .spark-nav-link.spark-square-button {
    margin-right: 1rem;
    margin-bottom: 0rem;
    margin-left: 1rem;
    text-align: center;
  }

  .spark-light-nav-link {
    margin-bottom: 1rem;
    text-align: left;
  }

  .spark-light-nav-link.spark-square-button {
    margin-right: 1rem;
    margin-bottom: 0rem;
    margin-left: 1rem;
    text-align: center;
  }

  .spark-nav-menu {
    z-index: 99;
    margin-top: 0rem;
    padding: 2rem 1rem 1rem;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
    background-color: #fff;
  }

  .spark-square-menu-with-hiring-button {
    padding-right: 32px;
    padding-left: 32px;
  }

  .lynx-menu-button {
    margin-left: 8px;
    padding: 13px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, 0.2);
    transition: background-color 200ms ease, color 200ms ease;
    color: #1f2022;
    font-size: 20px;
  }

  .lynx-menu-button.w--open {
    background-color: #1f2022;
    color: #fff;
  }

  .lynx-nav-link {
    color: #303030;
  }

  .lynx-nav-menu {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, 0.1);
  }

  .lynx-logo {
    height: 38px;
  }

  .lynx-navbar {
    padding-right: 32px;
    padding-left: 32px;
  }

  .image-2 {
    left: 222px;
  }

  .faqs {
    padding-right: 32px;
    padding-left: 32px;
  }

  .brix---logo-strip-image-04 {
    border-bottom: 1px solid #dcddeb;
  }

  .brix---grid-logo-strip-v5 {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---grid-2-logo-strip-v5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding: 80px 32px;
  }

  .brix---grid-6-columns-logo-strip {
    justify-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .text-block-6 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

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

  .service-container {
    width: 100%;
  }

  .services {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .services h5 {
    font-size: 1.2rem;
  }

  .services h2 {
    font-size: 1.5rem;
  }

  .title.h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .title.h1.me-work {
    top: 4%;
    font-size: 3em;
  }

  .portfolio-image {
    height: 56vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .spark-three-image-grid {
    position: relative;
    width: 100%;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    flex-direction: column-reverse;
    grid-row-gap: 24px;
  }

  .about-container {
    width: 100%;
  }

  .about {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .about h2 {
    font-size: 1.5rem;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 45%;
  }

  .spark-wrapped-team-card.spark-top-aligned {
    flex-direction: column;
    grid-row-gap: 16px;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-horizontal-team-member-image {
    width: 100%;
    height: auto;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .button-2 {
    min-height: 34px;
    min-width: 240px;
    margin-top: -20px;
  }

  .text-block-5 {
    width: 58vh;
    margin-top: 300px;
    font-size: 44px;
  }

  .squiggly-2 {
    width: 40vw;
    max-width: 100vw;
    margin-left: 210px;
  }

  .kutup-statistics-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .lynx-block-newsletter-text {
    margin-right: 0px;
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
  }

  .lynx-heading-white-margin {
    font-size: 24px;
  }

  .lynx-newsletter-horizontal {
    padding: 45px 25px;
    flex-direction: column;
  }

  .faq-blue-wipe {
    background-color: #bdd6ec;
  }

  .faq-a-ph-contain.text-white {
    width: 100%;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-v15-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #4a3aff 72%, #4a3aff 0, #fff 0);
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .kutup-team-grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .kutup-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brix---text-300-medium {
    font-size: 16px;
    line-height: 20px;
  }

  .brix---heading-h3-size {
    font-size: 18px;
  }

  .brix---avatar-circle-07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---grid-3-columns-team-v5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .team {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-q-2 {
    font-size: 1.4em;
  }

  .h2-3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .home-hero-header {
    font-size: 2.8rem;
  }

  .thin-hero-header-2 {
    letter-spacing: 2px;
  }

  .stage-button {
    bottom: 40px;
  }

  .home-hero-text-wrap {
    bottom: 6.6rem;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-large-card-link {
    width: 100%;
    height: 340px;
    background-position: 50% 50%;
  }

  .spark-hold-card-links {
    width: 100%;
  }

  .spark-mega-nav-link {
    width: 48%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.6rem;
  }

  .spark-mega-menu-take-over {
    overflow: scroll;
    min-height: auto;
    padding-bottom: 100px;
  }

  .spark-square-menu-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .spark-take-over-menu {
    padding-right: 20px;
    padding-left: 20px;
  }

  .spark-nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .spark-nav-link.spark-square-button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .spark-light-nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .spark-light-nav-link.spark-square-button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .spark-nav-menu {
    overflow: scroll;
    max-height: 90vh;
  }

  .spark-square-menu-with-hiring-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lynx-logo {
    height: 36px;
  }

  .hero {
    padding-right: 32px;
    padding-left: 32px;
  }

  .image-2 {
    left: 188px;
    top: -22px;
    max-width: 60%;
  }

  .brix---grid-logo-strip-v5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 490px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-logo-strip-v5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .brix---grid-6-columns-logo-strip {
    margin-left: -10px;
    padding-left: 0px;
    justify-content: stretch;
    grid-column-gap: 159px;
    grid-row-gap: 32px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    transform: scale(0.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .text-block-6 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
  }

  .squiggly {
    margin-left: 18px;
  }

  .background-video {
    min-width: 60vw;
  }

  .column {
    padding-right: 0px;
    padding-left: 20px;
  }

  .text-block {
    width: 38vh;
    margin-top: 200px;
    margin-left: 20px;
    font-size: 34px;
  }

  .button {
    margin-left: 20px;
  }

  .menu-button {
    margin-right: 0px;
  }

  .image {
    max-width: 30%;
    margin-left: 0px;
  }

  ._900-width.margin-bottom-104px {
    margin-bottom: 64px;
  }

  .services {
    padding: 64px 20px;
  }

  .services h5 {
    font-size: 1.2rem;
  }

  .services h1 {
    font-size: 3rem;
  }

  .services h2 {
    font-size: 1.5rem;
  }

  .services p {
    font-size: 14px;
  }

  .title.h1.me-work {
    font-size: 2em;
  }

  .portfolio-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spark-three-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .about-container {
    height: auto;
  }

  .about {
    padding: 64px 20px;
  }

  .about h1 {
    font-size: 3rem;
  }

  .about h2 {
    font-size: 1.5rem;
  }

  .about p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-team-card.spark-stacked {
    width: 100%;
  }

  .spark-icon.spark-20px-icon {
    width: 20px;
    padding: 0px;
    flex: 0 0 auto;
  }

  .spark-tabs-menu {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-stacked-card {
    width: 100%;
  }

  .spark-horizontal-team-member-image.spark-small {
    width: 100%;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .button-2 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .text-block-5 {
    width: 60vw;
    margin-left: 0px;
    font-size: 32px;
  }

  .squiggly-2 {
    width: 60vw;
    margin-left: 0px;
  }

  .kutup-statistics-grid {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-newsletter-image {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 190px 8px 8px;
  }

  .lynx-text-field {
    margin: 12px 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .lynx-form {
    flex-direction: column;
    align-items: stretch;
    border-radius: 10px;
  }

  .lynx-heading-white-margin {
    font-size: 24px;
  }

  .lynx-newsletter-horizontal {
    padding: 30px 15px;
  }

  .lynx-subtitle-white {
    font-family: 'Work Sans', sans-serif;
    font-size: 8px;
  }

  .faq-blue-wipe {
    height: 30em;
    background-color: #bdd6ec;
  }

  .container-2 {
    padding: 20em 4.58em;
  }

  .faq-title-line-contain {
    height: 30em;
  }

  .ver-plus-sign {
    height: 5em;
  }

  .faq-a-ph-contain.text-white {
    width: 100%;
    padding-right: 4.9em;
    padding-left: 4.9em;
  }

  .faq-a-ph-contain.text-white {
    width: 100%;
    padding-right: 4.9em;
    padding-left: 4.9em;
  }

  .hor-plus-sign {
    width: 5em;
  }

  .expand-btn-contain {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .faq-q {
    font-size: 17px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 50%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    width: 100%;
    text-align: left;
  }

  .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .kutup-team-grid-2 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .kutup-display-3 {
    font-size: 32px;
  }

  .kutup-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---text-300-medium {
    font-size: 12px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---text-center {
    width: 140px;
  }

  .brix---avatar-image-link {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .brix---avatar-circle-07 {
    width: 120px;
    height: 120px;
    max-width: 120px;
  }

  .brix---mg-bottom-16px {
    margin-right: 28px;
    margin-bottom: 15px;
    padding-right: 0px;
  }

  .brix---flex-vertical-center {
    flex-direction: row;
  }

  .brix---grid-3-columns-team-v5 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .team {
    padding: 64px 20px;
  }

  .container-3 {
    padding: 0em;
    font-size: 1vw;
  }

  .faq-q-2 {
    padding-right: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
  }

  .faq-drop {
    font-family: 'Work Sans', sans-serif;
    color: #f2f1ff;
    font-size: 15px;
  }

  .brand {
    padding-left: 20px;
    flex: 1;
  }

  .stage-button-wrap.margin-top {
    width: 100%;
    justify-content: flex-start;
  }

  .home-hero-section {
    height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 35% 50%;
  }

  .scroll-down-lottie {
    width: 20px;
  }

  .home-hero-header {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }

  .thin-hero-header-2 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-right: 50px;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .stage-button {
    bottom: 20px;
    padding-right: 1.7em;
    padding-left: 1.7em;
  }

  .stage-btn-text {
    margin-bottom: 0px;
    font-weight: 400;
  }

  .stage-btn-back {
    border-radius: 0.4em;
    background-color: #303030;
  }

  .home-hero-text-wrap {
    bottom: 6rem;
  }

  .spark-simple-menu-button {
    padding-left: 0px;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-container-3.spark-flexed {
    padding-right: 20px;
    padding-bottom: 120px;
    padding-left: 20px;
  }

  .spark-absolute-bottom-bar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .spark-large-card-link {
    height: 260px;
  }

  .spark-hold-card-links {
    flex-wrap: wrap;
    grid-row-gap: 32px;
  }

  .spark-mega-nav-link {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .spark-mega-menu-take-over {
    overflow: scroll;
    height: 100vh;
    padding-top: 64px;
  }

  .spark-square-menu-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .spark-square-menu-inner.spark-full-width-nav {
    position: relative;
    z-index: 10;
    padding-left: 20px;
  }

  .spark-take-over-menu {
    z-index: 2;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .spark-nav-link {
    margin-bottom: 0.5rem;
  }

  .spark-nav-link.spark-square-button {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    font-size: 0.75rem;
  }

  .spark-light-nav-link {
    margin-bottom: 0.5rem;
  }

  .spark-light-nav-link.spark-square-button {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding: 8px 6px;
    font-size: 0.75rem;
  }

  .spark-nav-menu {
    max-height: 90vh;
    padding: 1rem 0.5rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .spark-square-menu-with-hiring-button {
    padding-right: 0px;
  }

  .lynx-menu-button {
    padding: 10px;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-nav-link {
    color: #303030;
  }

  .lynx-logo {
    height: 26px;
  }

  .lynx-brand {
    padding: 0px;
  }

  .lynx-navbar {
    padding-top: 14px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero {
    display: none;
  }

  .hero-desktop-div {
    display: block;
  }

  .text-span {
    color: #eff0f6;
  }

  .image-2 {
    left: -9px;
    max-width: 74%;
  }

  .hero-mobile-div {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .globe-bg-vid-mobile {
    display: block;
    height: 50vh;
  }

  .hero-text-mobile {
    position: relative;
    top: auto;
    padding-left: 20px;
  }

  .hero-mobile {
    display: block;
    padding-top: 100px;
  }

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

  .brix---grid-logo-strip-v5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 100%;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brix---section-small {
    padding: 64px 20px;
  }

  .brix---slider-nav {
    margin-top: 28px;
  }

  .brix---grid-6-columns-logo-strip {
    margin-left: 0px;
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .text-span-6 {
    color: #3898ec;
  }

  .div-block {
    width: 100vw;
  }
}

#w-node-_64ccc196-a0be-4348-4767-6082e8afe4d5-ba1e7b8d {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

#w-node-_64ccc196-a0be-4348-4767-6082e8afe4d6-ba1e7b8d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-_64ccc196-a0be-4348-4767-6082e8afe4d7-ba1e7b8d {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area;
}

.spark-three-image-grid>#w-node-_64ccc196-a0be-4348-4767-6082e8afe4d7-ba1e7b8d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

@media screen and (min-width: 1440px) {
  .grid>#w-node-_64ccc196-a0be-4348-4767-6082e8afe4d7-ba1e7b8d {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
}

#w-node-d1eab03a-a5e2-e95d-c1c8-92f07794e7ab-ba1e7b8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1eab03a-a5e2-e95d-c1c8-92f07794e7b1-ba1e7b8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1eab03a-a5e2-e95d-c1c8-92f07794e7b7-ba1e7b8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1eab03a-a5e2-e95d-c1c8-92f07794e7c3-ba1e7b8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d1eab03a-a5e2-e95d-c1c8-92f07794e7bd-ba1e7b8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1eab03a-a5e2-e95d-c1c8-92f07794e7c9-ba1e7b8d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4fe05fd9-4b70-2002-9588-d2d9d5aab3b0-ba1e7b8d {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6ddcd69c-9c1b-dcbf-cbdb-fcc96bc69d20-ba1e7b8d {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4fe05fd9-4b70-2002-9588-d2d9d5aab3b1-ba1e7b8d {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4fe05fd9-4b70-2002-9588-d2d9d5aab3b4-ba1e7b8d {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9eda-ba1e7b8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9ef4-ba1e7b8d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9f01-ba1e7b8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_303fe197-ae82-3656-a213-0b372e4bcad4-ba1e7b8d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3613879a-fd50-c1a1-be60-fca840c3bc11-ba1e7b8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e7fe17a3-ce27-fa6f-ac75-f848ee55f015-ba1e7b8d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a1ec53ed-d632-f291-601d-9959d21f6cc4-ba1e7b8d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ce6673ec-d550-b765-9c9d-ff65d8516d7d-ba1e7b8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8d91a20d-47c9-bacd-5d3c-10f154fde321-ba1e7b8d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2f9a23c9-d31a-93ba-e168-9cd6d580ef58-ba1e7b8d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b3bd6d0a-0a2d-c2f8-e1ba-44af1321d847-ba1e7b8d {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9eda-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9ee7-ba1e7b8d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9ef4-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
    order: 0;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9f01-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9f0e-ba1e7b8d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_303fe197-ae82-3656-a213-0b372e4bcad4-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_3613879a-fd50-c1a1-be60-fca840c3bc11-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e7fe17a3-ce27-fa6f-ac75-f848ee55f015-ba1e7b8d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a1ec53ed-d632-f291-601d-9959d21f6cc4-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-ce6673ec-d550-b765-9c9d-ff65d8516d7d-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8d91a20d-47c9-bacd-5d3c-10f154fde321-ba1e7b8d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2f9a23c9-d31a-93ba-e168-9cd6d580ef58-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-b3bd6d0a-0a2d-c2f8-e1ba-44af1321d847-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9eda-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9ee7-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9ef4-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9f01-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9f0e-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_303fe197-ae82-3656-a213-0b372e4bcad4-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_3613879a-fd50-c1a1-be60-fca840c3bc11-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e7fe17a3-ce27-fa6f-ac75-f848ee55f015-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-a1ec53ed-d632-f291-601d-9959d21f6cc4-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ce6673ec-d550-b765-9c9d-ff65d8516d7d-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_8d91a20d-47c9-bacd-5d3c-10f154fde321-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2f9a23c9-d31a-93ba-e168-9cd6d580ef58-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-b3bd6d0a-0a2d-c2f8-e1ba-44af1321d847-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6009d19f-9761-7ab6-5e8c-ad8d93c30c53-ba1e7b8d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4fe05fd9-4b70-2002-9588-d2d9d5aab3b1-ba1e7b8d {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6009d19f-9761-7ab6-5e8c-ad8d93c30c53-ba1e7b8d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9eda-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9ee7-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9ef4-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9f01-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2284a070-a6cd-ac2c-1419-179f0bbb9f0e-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_303fe197-ae82-3656-a213-0b372e4bcad4-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3613879a-fd50-c1a1-be60-fca840c3bc11-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e7fe17a3-ce27-fa6f-ac75-f848ee55f015-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a1ec53ed-d632-f291-601d-9959d21f6cc4-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ce6673ec-d550-b765-9c9d-ff65d8516d7d-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8d91a20d-47c9-bacd-5d3c-10f154fde321-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2f9a23c9-d31a-93ba-e168-9cd6d580ef58-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b3bd6d0a-0a2d-c2f8-e1ba-44af1321d847-ba1e7b8d {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

