:root {
  --color--dark: #141414;
  --font--main: Satoshi, Arial, sans-serif;
  --color--light: white;
  --type--body-regluar: 1.25rem;
  --type--h1: 5.5rem;
  --type--h2: 3.25rem;
  --type--h3: 2.125rem;
  --color--light-0-6: #fff9;
  --type--subtitle: 2rem;
  --color--light-0-3: #ffffff4d;
  --_base-collection---type--h3: 34px;
  --type--mega-h1: 6.375rem;
  --black: #000;
  --_base-collection---color--light: white;
  --_base-collection---color--light-0-3: #ffffff4d;
  --_base-collection---white: white;
  --_base-collection---color--dark: #141414;
  --_base-collection---color--light-0-6: #fff9;
  --white: #fff;
  --_base-collection---black: black;
  --_base-collection---font--main: Satoshi, Arial, sans-serif;
  --_base-collection---type--maga-h1: 102px;
  --_base-collection---type--h1: 88px;
  --_base-collection---type--h2: 52px;
  --_base-collection---type--subtitle: 32px;
  --_base-collection---type--body-regluar: 20px;
}

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

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

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

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

body {
  background-color: var(--color--dark);
  font-family: var(--font--main);
  color: var(--color--light);
  font-size: var(--type--body-regluar);
  font-weight: 300;
  line-height: 135%;
}

h1 {
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

h2 {
  font-size: var(--type--h2);
}

h3 {
  font-size: var(--type--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 130%;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: var(--color--light-0-6);
  text-decoration: none;
}

a:hover {
  color: var(--color--light);
  text-decoration: underline;
}

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

.section.hero-video {
  padding-top: 40px;
  padding-bottom: 20px;
}

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

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

.section.big-text-section {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.hero-with-text-and-image {
  padding-top: 100px;
}

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

.section.moving-text-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.hero-thee-column {
  padding-top: 100px;
}

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

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

.section.small {
  padding-top: 0;
  padding-bottom: 0;
}

.main-container {
  width: 100%;
  max-width: 1440px;
  margin: 50px auto 80px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-container.small {
  margin-top: 4.375rem;
  margin-bottom: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.master-hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.left-hero {
  max-width: 900px;
  margin-bottom: 1rem;
}

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

.wrap-video-hero {
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  position: relative;
  overflow: hidden;
}

.video-hero {
  filter: grayscale();
  width: 100%;
  height: 101%;
  position: absolute;
}

.overlay-reveal-general {
  background-color: var(--color--dark);
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.left-about {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.social-wrap-about {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.circle-social-about {
  border: 1px solid var(--color--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--color--light);
  text-decoration: none;
}

.right-about {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  max-width: 689px;
  display: flex;
}

.subtitle.fade-out {
  color: var(--color--light-0-6);
  font-size: var(--type--subtitle);
}

.fade-in {
  color: var(--color--light);
}

.master-stats-left {
  grid-column-gap: 48px;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.stat-left {
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-stat {
  font-size: 80px;
  line-height: 64px;
}

.subtext-stat-left {
  opacity: .7;
  font-size: 20px;
}

.paragraph-medium {
  color: var(--color--light-0-6);
  margin-bottom: 0;
  font-size: 24px;
}

.line-horizontal-0-3 {
  background-color: var(--color--light-0-3);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
}

.line-horizontal-0-3.line-image-text {
  margin-top: 100px;
}

.line-horizontal-0-3.bottom {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-heading-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-heading-link.mg-bottom-64 {
  margin-bottom: 64px;
}

.flex-heading-link.mg-bottom-80 {
  margin-bottom: 80px;
}

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

.text-block-2 {
  color: var(--color--light);
}

.underline-link-master {
  background-color: var(--color--light-0-3);
  height: 1px;
  margin-top: 4px;
}

.underline-link-master.custom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.underline-link-fill {
  background-color: var(--color--light);
  width: 0%;
  height: 100%;
}

.master-image-with-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.wrap-image {
  transform-origin: 50% 100%;
  height: 55vh;
  min-height: 300px;
  max-height: 500px;
  position: relative;
  overflow: hidden;
}

.image-animation-general {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #fff;
  width: 100%;
  height: 120%;
}

.image-animation-general.custom {
  aspect-ratio: 2 / 3;
  object-fit: contain;
  height: auto;
}

.image-animation-general.fit {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 15% 50%;
}

.image-animation-general.large {
  object-fit: scale-down;
  background-color: #fffefe;
}

.image-animation-general.scale-down {
  object-fit: contain;
  background-color: #fff;
  max-height: 340px;
}

.bottom-text {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 478px;
  display: flex;
}

.top-left {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  align-items: flex-end;
  display: flex;
}

.date-text {
  margin-bottom: 4px;
}

.cta {
  border: 1px none var(--color--light);
  background-color: #0d0d0d00;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, color .2s;
  display: flex;
}

.cta.outline {
  border-style: solid;
}

.text-block-3 {
  color: var(--color--light);
  line-height: 32px;
}

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

.column-process-thirds {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.column-process-thirds.second-column {
  padding-top: 280px;
}

.column-process-thirds.third-column {
  padding-top: 560px;
}

.tile-process-thirds {
  border-top: 1px solid var(--color--light-0-6);
  border-bottom: 1px solid var(--color--light-0-6);
  border-radius: 4px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.content-sticky-process {
  grid-row-gap: 140px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-list {
  font-size: 24px;
  line-height: 130%;
}

.section-big-image {
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  position: relative;
  overflow: hidden;
}

.heading-left {
  align-items: center;
  display: flex;
}

.heading-left.mg-bottom-64 {
  margin-bottom: 64px;
}

.heading-left.mg-bottom-80 {
  margin-bottom: 0;
}

.grid-list-halves {
  grid-template-rows: auto;
}

.master-list {
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.h3-list {
  color: var(--color--light-0-6);
  margin-top: 0;
  margin-bottom: 0;
}

.divider-list {
  background-color: var(--color--light-0-6);
  width: 100%;
  height: 1px;
}

.section-moving-images {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 100px;
}

.master-gallery-marquee {
  overflow: hidden;
}

.gallery-images-wrap {
  grid-row-gap: 24px;
  display: flex;
}

.sinlge-gallery-images {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.image-wrap-gallery-big {
  width: 620px;
  height: 520px;
  position: relative;
}

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

.wrap-big-text {
  max-width: 1352px;
}

.big-text {
  color: var(--color--light-0-6);
  font-size: 80px;
  line-height: 140%;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.tabs-menu {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.tab-link {
  grid-column-gap: 16px;
  border-top: 1px solid var(--color--light-0-3);
  color: #999893;
  background-color: #ddd0;
  align-items: center;
  padding: 32px 0;
  display: flex;
}

.tab-link.w--current {
  grid-column-gap: 16px;
  border-top: 1px solid var(--color--light-0-3);
  color: var(--color--light);
  background-color: #ddd0;
  align-items: center;
  padding: 32px 0;
  font-size: 20px;
  text-decoration: underline;
  display: flex;
}

.tab-circle {
  background-color: var(--color--light);
  color: #999893;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.text-tab-link {
  color: #999893;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-size: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-tab-link:hover {
  text-decoration: none;
}

.tab-content {
  width: 100%;
  max-width: 520px;
}

.tab-content-testimonial {
  grid-row-gap: 24px;
  border-top: 1px solid var(--color--light);
  border-bottom: 1px solid var(--color--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.text-testimonial {
  font-size: 28px;
  line-height: 130%;
}

.bottom-testimonial {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-testimonial-name {
  color: #666;
  font-size: 16px;
}

.master-expandable {
  flex-flow: column;
  max-width: 1120px;
  display: flex;
}

.expandable-single {
  border-top: 1px solid var(--color--light-0-3);
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.heading-expandable {
  margin-right: 24px;
  font-size: 30px;
  line-height: 140%;
}

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

.plus-line {
  background-color: var(--color--light);
  border-radius: 1px;
  width: 24px;
  height: 1px;
}

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

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

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 12px;
}

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

.tile-team {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.wrap-image-team {
  position: relative;
  overflow: hidden;
}

.image-team {
  width: 100%;
}

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

.fade-out {
  color: var(--color--light-0-6);
}

.list-values {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.master-value {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.content-value {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 115px;
  display: flex;
}

.right-value {
  max-width: 550px;
}

.text-wrap-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  max-width: 980px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mega-h1 {
  font-size: var(--type--mega-h1);
}

.master-block-with-image-and-text {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.grid-image-with-text-main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.wrap-image-hero {
  height: 460px;
  position: relative;
  overflow: hidden;
}

.right-text-and-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.top-text-with-cta {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  align-items: flex-end;
  display: flex;
}

.flex-cta-left {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.flex-cta-left.mg-top-24 {
  margin-top: 24px;
}

.title-service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 790px;
  display: flex;
}

.master-moving-text {
  border-top: 1px solid var(--color--light-0-6);
  border-bottom: 1px solid var(--color--light-0-6);
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 72px;
  padding-bottom: 72px;
  overflow: hidden;
}

.inside-moving-text {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.single-moving-text {
  grid-column-gap: 40px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.text-moving-text {
  color: var(--color--light-0-6);
  flex: none;
  font-size: 40px;
  line-height: 120%;
}

.circle-moving-text {
  background-color: var(--color--light-0-6);
  border-radius: 50%;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

.master-service-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.master-service-big {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.top-service-big {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-top-service-big {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  height: 100%;
  display: flex;
}

.master-list-of-serivces {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  display: flex;
}

.divider-services-general {
  background-color: var(--color--light-0-3);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.grid-services-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr .8fr;
}

.grid-services-images.order-one {
  grid-template-columns: 1.2fr 1fr .8fr;
}

.grid-services-images.row-1 {
  grid-template-columns: 1fr .8fr 1.2fr;
}

.grid-services-images.row-1.two {
  grid-template-columns: .8fr 1fr 1.2fr;
}

.grid-services-images.row-2 {
  grid-template-columns: 1.2fr .8fr 1fr;
}

.wrap-image-service-big {
  height: auto;
  position: relative;
  overflow: hidden;
}

.title-wrap-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr .75fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--color--light);
  border-bottom: 1px solid var(--color--light);
  flex-flow: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.top-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.master-inlcuded {
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

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

.flex-cta-column {
  width: 100%;
  margin-top: 24px;
}

.limit-hero-about {
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

.text-hero-small {
  margin-bottom: 120px;
}

.h1-about {
  color: var(--color--light-0-6);
}

.list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

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

.wrap-imag-list {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.text-right {
  width: 100%;
  max-width: 228px;
}

.wrap-image-home {
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  position: relative;
  overflow: hidden;
}

.image-home {
  filter: grayscale();
  width: 100%;
  max-width: none;
  height: 101%;
  position: absolute;
  overflow: hidden;
}

.grid-process-fourths {
  grid-column-gap: 18px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.column-process-fourths {
  flex-flow: column;
  display: flex;
}

.column-process-fourths.second-column {
  padding-top: 280px;
}

.column-process-fourths.third-column {
  padding-top: 560px;
}

.column-process-fourths.fourth-column {
  padding-top: 840px;
}

.tile-process-fourths {
  border-top: 1px solid var(--color--light-0-6);
  border-bottom: 1px solid var(--color--light-0-6);
  border-radius: 4px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.grid-process-fifth {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
}

.column-process-fifth {
  flex-flow: column;
  display: flex;
}

.column-process-fifth.second-coumn {
  padding-top: 280px;
  padding-right: 0;
}

.column-process-fifth.third-column {
  padding-top: 560px;
}

.tile-process-fifths {
  border-top: 1px solid var(--color--light-0-6);
  border-bottom: 1px solid var(--color--light-0-6);
  border-radius: 4px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.body {
  background-color: var(--color--dark);
  font-family: var(--font--main);
}

.container-medium {
  width: 100%;
  max-width: 1122px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-project-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 894px;
  display: flex;
}

.list-by-line {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: 24px;
  display: flex;
}

.nav-fill {
  height: 120px;
}

.block-quote {
  max-width: 1120px;
  margin-bottom: 0;
  padding: 10px 20px 10px 0;
}

.section-content-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.limit-rich-text {
  width: 100%;
}

.text-block-4 {
  color: var(--color--light-0-6);
  padding: 10px;
}

.flex-col {
  padding: 10px;
}

.block-quote-2 {
  margin-bottom: 52px;
  padding: 40px;
  font-size: 24px;
  line-height: 140%;
}

.list-2 {
  list-style-type: decimal;
}

.list-3 {
  list-style-type: lower-alpha;
}

.list-sticky-image {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.item-sticky-image {
  height: 100vh;
  position: sticky;
  top: 0;
}

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

.paragraph {
  width: 100%;
  font-size: 1.5rem;
}

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

.caption {
  background-color: var(--black);
  color: var(--color--light-0-6);
  margin-bottom: 0;
  padding: 5px 8px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
}

.caption.sticky-top {
  bottom: auto;
}

.caption.hide {
  display: none;
}

.caption.gallery {
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-6 {
  margin-bottom: 10px;
}

.text-block-7 {
  margin-bottom: 0;
}

.text-block-8 {
  padding-bottom: 10px;
}

.text-block-9, .text-block-10, .text-block-11 {
  margin-bottom: 10px;
}

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

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

.main-container-2 {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-left-2 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-left-2.mg-bottom-64 {
  margin-bottom: 64px;
}

.text-tab-link-2:hover {
  text-decoration: none;
}

.tabs-2 {
  grid-column-gap: 160px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.bottom-testimonial-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-content-testimonial-2 {
  grid-row-gap: 24px;
  border-top: 1px solid var(--_base-collection---color--light);
  border-bottom: 1px solid var(--_base-collection---color--light);
  flex-direction: column;
  align-items: flex-start;
  min-height: 514px;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.text-testimonial-name-2 {
  color: #838383;
  font-size: 16px;
}

.tab-link-2 {
  grid-column-gap: 16px;
  border-top: 1px solid var(--_base-collection---color--light-0-3);
  color: #999893;
  background-color: #ddd0;
  align-items: center;
  padding: 32px 0;
  font-size: 20px;
  display: flex;
}

.tab-link-2:hover {
  text-decoration: none;
}

.tab-link-2.w--current {
  border-top-color: var(--_base-collection---color--light-0-3);
  color: var(--_base-collection---color--light);
  background-color: #ddd0;
}

.text-testimonial-2 {
  font-size: 28px;
  line-height: 130%;
}

.tabs-content {
  flex: 1;
  width: 100%;
  max-width: 520px;
}

.video-link-text {
  font-size: 1rem;
  text-decoration: underline;
}

.code-embed {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.paragraph-2 {
  font-size: 1.5rem;
}

.master-list-text {
  font-size: 1.125rem;
}

.in-body-link {
  color: var(--color--light);
  text-decoration: underline;
}

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

.interactive-heading {
  color: var(--_base-collection---white);
  text-align: right;
  max-width: 1120px;
  font-size: 1rem;
}

.interactive-heading.no-max {
  max-width: none;
  font-size: 1rem;
}

.link-image {
  color: var(--color--light-0-3);
  align-self: auto;
  width: 15px;
  height: auto;
  margin-top: 6px;
}

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

.section-3.big-text-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-container-3 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.wrap-big-text-2 {
  max-width: 1352px;
}

.big-text-2 {
  color: var(--_base-collection---color--light);
  font-size: var(--type--h2);
  text-align: center;
  line-height: 135%;
}

.link-big-email-footer {
  border: 1px solid var(--color--light);
  color: var(--color--light);
  border-radius: 160px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 1440px;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 68px;
  line-height: 120%;
  transition: background-color .5s, color .5s;
  display: flex;
}

.link-big-email-footer:hover {
  background-color: var(--color--light);
  color: var(--_base-collection---color--dark);
  text-decoration: none;
}

.cta-text {
  color: var(--color--light);
  font-size: 68px;
  line-height: 120%;
  text-decoration-color: #fff;
}

.cta-text:hover {
  background-color: var(--_base-collection---color--light);
  color: var(--_base-collection---color--dark);
  text-decoration: none;
}

.text-block-12 {
  font-size: var(--type--subtitle);
}

.horizontal-line-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.section-4.padding-bottom-120 {
  padding-bottom: 120px;
}

.main-container-4 {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.heading-left-3 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-left-3.mg-bottom-64 {
  margin-bottom: 64px;
}

.tabs-3 {
  grid-column-gap: 160px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.bottom-testimonial-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-content-testimonial-3 {
  grid-row-gap: 24px;
  border-top: 1px solid var(--_base-collection---color--light);
  border-bottom: 1px solid var(--_base-collection---color--light);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.tab-circle-2 {
  background-color: var(--_base-collection---color--light);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.tabs-menu-3 {
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.text-testimonial-name-3 {
  color: #666;
  font-size: 16px;
}

.tab-link-3 {
  grid-column-gap: 16px;
  border-top: 1px solid var(--_base-collection---color--light-0-3);
  color: #999893;
  background-color: #ddd0;
  align-items: center;
  padding: 32px 0;
  font-size: 20px;
  display: flex;
}

.tab-link-3.w--current {
  border-top-color: var(--_base-collection---color--light-0-3);
  color: var(--_base-collection---color--light);
  background-color: #ddd0;
}

.text-testimonial-3 {
  font-size: 28px;
  line-height: 130%;
}

.tabs-content-2 {
  flex: 1;
  width: 100%;
  max-width: 520px;
}

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

.section-5.big-text-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-container-5 {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-big-text-3 {
  max-width: 1352px;
}

.big-text-3 {
  color: var(--_base-collection---color--light-0-6);
  font-size: 80px;
  line-height: 135%;
}

.main-container-6 {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.third-footer {
  border-top: 1px solid #faebe3;
  border-bottom: 1px solid #faebe3;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.link-legal-footer {
  color: var(--_base-collection---color--light);
}

.legal-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.right-third-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-big-email-footer-2 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--_base-collection---color--light) #fffdf5 #fffdf5;
  color: var(--_base-collection---color--light);
  text-align: center;
  border-radius: 160px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 164px;
  margin-bottom: 100px;
  font-size: 68px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: flex;
}

.link-big-email-footer-2:hover {
  background-color: var(--_base-collection---color--light);
  color: var(--_base-collection---color--dark);
}

.heading-footer-links {
  color: var(--_base-collection---color--light);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.footer {
  border-top: 1px solid var(--_base-collection---color--light-0-3);
  background-color: var(--_base-collection---color--dark);
  color: #faebe3;
  padding-top: 120px;
  padding-bottom: 80px;
}

.column-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-footer-social {
  color: var(--_base-collection---color--light);
  font-size: 20px;
  text-decoration: none;
}

.link-footer {
  color: var(--_base-collection---color--light);
  font-size: 18px;
  text-decoration: none;
}

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

.text-legal-footer {
  color: var(--_base-collection---color--light);
  font-size: 16px;
}

.brand-link-footer {
  height: 32px;
}

.second-footer {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.block-quote-3 {
  font-size: 24px;
  line-height: 140%;
}

.tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
  min-height: 514px;
}

.link-block-4 {
  width: 100%;
}

.link-block-5, .combo-image-link {
  width: 100%;
  height: 100%;
}

.logo-container {
  background-color: #fff;
  border-radius: 6px;
  width: 20%;
  padding: 5px;
}

@media screen and (min-width: 1280px) {
  .paragraph {
    font-size: 1.8rem;
    line-height: 135%;
  }

  .paragraph-2 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1440px) {
  .code-embed {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph.intro-text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .no-margins {
    margin-bottom: 0;
  }

  .flex-heading-link.mg-bottom-80 {
    justify-content: center;
  }

  .image-animation-general {
    box-sizing: border-box;
    object-position: 77% 50%;
  }

  .image-animation-general.custom {
    object-fit: fill;
  }

  .image-animation-general.scale-down {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .column-process-thirds.second-column, .column-process-thirds.third-column {
    padding-top: 0;
  }

  .tile-process-thirds {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-wrap-gallery-big {
    width: 280px;
  }

  .top-service-big {
    flex-flow: column;
  }

  .left-top-service-big {
    align-self: flex-start;
    width: 100%;
  }

  .master-list-of-serivces {
    width: 100%;
    margin-top: 2rem;
  }

  .wrap-image-service-big {
    width: 100%;
  }

  .grid-three-column {
    grid-auto-flow: row;
  }

  .grid-process-fourths {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-process-fourths.second-column, .column-process-fourths.third-column, .column-process-fourths.fourth-column {
    padding-top: 0;
  }

  .link-block, .link-block-2, .link-block-3 {
    width: 100%;
  }

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

  .tabs-menu-2 {
    max-width: none;
  }

  .tab-link-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tabs-content {
    max-width: none;
  }

  .code-embed {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 100%;
    height: 100%;
  }

  .big-text-2 {
    font-size: 7.2vw;
  }

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

  .tab-link-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .big-text-3 {
    font-size: 7.2vw;
  }

  .logo-container {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .image-animation-general.custom {
    object-fit: contain;
  }

  .big-text {
    font-size: var(--_base-collection---type--h3);
  }

  .nav-fill {
    height: 100px;
  }

  .link-block-3 {
    width: 100%;
  }

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

  .tabs-menu-2 {
    margin-bottom: 32px;
  }

  .tab-link-2 {
    font-size: 24px;
  }

  .code-embed {
    aspect-ratio: 3 / 2;
  }

  .link-big-email-footer {
    width: 80%;
  }

  .text-block-12 {
    font-size: 6vw;
  }

  .tabs-3 {
    grid-template-columns: 1fr;
  }

  .tabs-menu-3 {
    margin-bottom: 32px;
  }

  .tab-link-3 {
    font-size: 24px;
  }

  .third-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .legal-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .right-third-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .link-big-email-footer-2 {
    font-size: 9vw;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .text-legal-footer {
    font-size: 16px;
  }

  .second-footer {
    grid-row-gap: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 100%;
  }

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

  .no-margins {
    font-size: 2.5rem;
    line-height: 140%;
  }

  .big-text {
    font-size: var(--type--h3);
  }

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

  .grid-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .title-wrap-project-hero {
    width: 100%;
  }

  .list-by-line {
    flex-flow: column;
  }

  .nav-fill {
    height: 100px;
  }

  .block-quote {
    padding-right: 0;
  }

  .background-video-2 {
    width: 60svh;
    height: 100svh;
  }

  .background-video-2.small {
    width: 90svw;
    height: 30svh;
  }

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

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

  .tab-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .code-embed {
    aspect-ratio: 3 / 2;
  }

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

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

  .big-text-2 {
    font-size: 10vw;
  }

  .text-block-12 {
    font-size: 8.2vw;
  }

  .section-4.padding-bottom-120 {
    padding-bottom: 80px;
  }

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

  .tab-link-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

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

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

  .big-text-3 {
    font-size: 10vw;
  }

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

  .link-big-email-footer-2 {
    height: 110px;
    font-size: 8.2vw;
  }

  .text-legal-footer {
    font-size: 16px;
  }

  .logo-container {
    width: 50%;
  }
}

#w-node-c758044f-c23f-b3d9-2f0c-fd5c8ce15cf2-c69e8cc6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-c758044f-c23f-b3d9-2f0c-fd5c8ce15cff-c69e8cc6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_10abc48d-210c-bd4f-d10e-39f492b61b59-c69e8cc6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10abc48d-210c-bd4f-d10e-39f492b61b5f-c69e8cc6 {
  place-self: start center;
}

#w-node-fb118002-055f-92aa-9554-82b92a76ebc3-c69e8cc6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb118002-055f-92aa-9554-82b92a76ebcc-c69e8cc6 {
  place-self: start center;
}

@media screen and (min-width: 1440px) {
  #w-node-fb118002-055f-92aa-9554-82b92a76ebc3-c69e8cc6 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c758044f-c23f-b3d9-2f0c-fd5c8ce15cf2-c69e8cc6, #w-node-c758044f-c23f-b3d9-2f0c-fd5c8ce15cff-c69e8cc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10abc48d-210c-bd4f-d10e-39f492b61b59-c69e8cc6 {
    grid-column-end: 4;
  }

  #w-node-_10abc48d-210c-bd4f-d10e-39f492b61b5f-c69e8cc6 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-fb118002-055f-92aa-9554-82b92a76ebc3-c69e8cc6 {
    grid-column-end: 4;
  }

  #w-node-fb118002-055f-92aa-9554-82b92a76ebcc-c69e8cc6 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_10abc48d-210c-bd4f-d10e-39f492b61b8c-c69e8cc6 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_10abc48d-210c-bd4f-d10e-39f492b61b92-c69e8cc6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_10abc48d-210c-bd4f-d10e-39f492b61b98-c69e8cc6 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-bd36a6e1-92c4-41a4-0f4d-6f08d614a456-c69e8cc6 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-bd36a6e1-92c4-41a4-0f4d-6f08d614a45c-c69e8cc6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-bd36a6e1-92c4-41a4-0f4d-6f08d614a462-c69e8cc6 {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_25111518-8365-edab-6a5f-cf0d98cd4bde-c69e8cc6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_10abc48d-210c-bd4f-d10e-39f492b61b5f-c69e8cc6 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-bbbd7195-632e-348d-eb32-0ccc712a7a80-c69e8cc6 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-fb118002-055f-92aa-9554-82b92a76ebcc-c69e8cc6 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_10abc48d-210c-bd4f-d10e-39f492b61b5f-c69e8cc6, #w-node-fb118002-055f-92aa-9554-82b92a76ebcc-c69e8cc6 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }
}


@font-face {
  font-family: 'Satoshi Complete';
  src: url('../fonts/Satoshi_Complete.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype'), url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype'), url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype'), url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}